| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -3/+31 |
* | Remove an unneeded backward function, and move BUILTINS into backward | Ned Batchelder | 2014-05-17 | 1 | -0/+8 |
* | Refactor execfile to avoid imp to avoid deprecation warnings | Ned Batchelder | 2014-05-16 | 1 | -4/+25 |
* | Refactoring, asymptotically approaching multi-language | Ned Batchelder | 2014-05-04 | 1 | -3/+3 |
* | More refactoring of hacked Mako support | Ned Batchelder | 2014-04-18 | 1 | -1/+1 |
* | No need for paren-less exec any more. | Ned Batchelder | 2013-12-14 | 1 | -17/+0 |
* | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -41/+0 |
* | Pretty soon I'll be able to use generator expressions... | Ned Batchelder | 2013-10-05 | 1 | -1/+1 |
* | More abstractions for bytes objects. Cleans up some version checks in the rea... | Ned Batchelder | 2013-09-28 | 1 | -0/+26 |
* | Make iteritems detection more like the rest of backward.py, and add a test of... | Ned Batchelder | 2013-09-28 | 1 | -3/+5 |
* | Use the nice way to reverse a list. | Ned Batchelder | 2013-01-09 | 1 | -0/+9 |
* | Retro-fit onto 2.3 and 2.4 again. | Ned Batchelder | 2012-12-19 | 1 | -0/+16 |
* | Use iitems() to avoid lists of dict items on py2. | Ned Batchelder | 2012-11-16 | 1 | -0/+10 |
* | Refactor the config parsing. | Ned Batchelder | 2012-11-10 | 1 | -6/+0 |
* | Remove obsolete code paths. | Ned Batchelder | 2012-03-25 | 1 | -20/+13 |
* | If a source file has an encoding declaration, use it when producing the HTML.... | Ned Batchelder | 2012-03-21 | 1 | -44/+31 |
* | Appease the pylint gods | Ned Batchelder | 2011-08-28 | 1 | -2/+2 |
* | Add another way to open source files, that works on 3.1 | Ned Batchelder | 2011-08-28 | 1 | -4/+20 |
* | Properly handle Unicode characters in Python source when creating the HTML re... | Ned Batchelder | 2011-08-17 | 1 | -0/+21 |
* | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 1 | -0/+7 |
* | Clean-ups | Ned Batchelder | 2011-03-16 | 1 | -1/+5 |
* | A file opened in 'b' mode needs bytes, not strings. Try to do this in a clea... | Ned Batchelder | 2011-03-15 | 1 | -0/+16 |
* | Some pylint cleanups. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
* | Isolate the open/tokenize.open distinction into backward.py | Ned Batchelder | 2011-01-30 | 1 | -0/+10 |
* | Python source files that don't end with a newline can now be executed, fixing... | Ned Batchelder | 2010-02-22 | 1 | -8/+9 |
* | Spacing | Ned Batchelder | 2010-01-02 | 1 | -7/+0 |
* | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
* | Test the config file support. | Ned Batchelder | 2009-11-28 | 1 | -0/+7 |
* | Use xrange on py2k and range on py3k | Ned Batchelder | 2009-10-05 | 1 | -0/+7 |
* | Working toward reading source from eggs, but this isn't right on Py3k yet. | Ned Batchelder | 2009-09-29 | 1 | -1/+2 |
* | The best way to get py3k support: same source runs on both, with some contort... | Ned Batchelder | 2009-09-22 | 1 | -38/+39 |
* | Remove stray comment | Ned Batchelder | 2009-08-09 | 1 | -1/+0 |
* | Py3k: some output is bytes instead of string, so convert since it doesn't mat... | Ned Batchelder | 2009-07-09 | 1 | -2/+9 |
* | Have the tests use the script explicitly until I can figure out how to instal... | Ned Batchelder | 2009-07-09 | 1 | -1/+7 |
* | Py3k: unify subprocess and popen4. | Ned Batchelder | 2009-07-08 | 1 | -0/+27 |
* | Move the backward-compatibility definitions to a common file. There seems to ... | Ned Batchelder | 2009-07-03 | 1 | -0/+24 |