| Commit message (Expand) | Author | Age | Files | Lines |
* | Another approach to solving the 'dictionary changed size during iteration' pr... | Ned Batchelder | 2017-11-04 | 1 | -1/+12 |
* | Update to pylint 1.7.1 | Ned Batchelder | 2017-04-22 | 1 | -1/+1 |
* | When importing newly made files, we have to invalidate import caches | Ned Batchelder | 2016-11-09 | 1 | -0/+6 |
* | Use py2 ConfigParser if we can, prevents deprecation warnings. #530 | Ned Batchelder | 2016-11-08 | 1 | -3/+6 |
* | Clean up pylint pragmas | Ned Batchelder | 2016-10-18 | 1 | -4/+2 |
* | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 1 | -2/+2 |
* | Remove the old bytecode-based branch analyzer | Ned Batchelder | 2016-01-06 | 1 | -8/+0 |
* | Extend import_local_file so I can use a file in another directory. | Ned Batchelder | 2015-11-22 | 1 | -3/+5 |
* | Cleanups for style, docs, etc from #438 | Ned Batchelder | 2015-11-14 | 1 | -0/+9 |
* | Add pickle2json converter. Closes #395 | Alexander Todorov | 2015-08-07 | 1 | -0/+6 |
* | Clean ups in config.py | Ned Batchelder | 2015-07-27 | 1 | -0/+6 |
* | Better spelling. | Ned Batchelder | 2015-07-25 | 1 | -1/+0 |
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
* | Data files are now JSON instead of pickles. Fixes #236. | Ned Batchelder | 2015-07-21 | 1 | -6/+0 |
* | Remove functions we're not using. | Ned Batchelder | 2015-02-10 | 1 | -8/+0 |
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -1/+4 |
* | Remove unused imports | Ned Batchelder | 2015-01-10 | 1 | -4/+1 |
* | Move next/__next__ distinction into backward.py | Ned Batchelder | 2014-12-28 | 1 | -0/+12 |
* | Move some code, and fix pep8 things | Ned Batchelder | 2014-12-14 | 1 | -13/+5 |
* | Drop support for CPython 3.2. Now I can use u'' unicode literals freely. | Ned Batchelder | 2014-12-13 | 1 | -10/+0 |
* | Source is always Unicode in HTML code. More refactoring to come. | Ned Batchelder | 2014-12-12 | 1 | -1/+18 |
* | Words words | Ned Batchelder | 2014-11-30 | 1 | -1/+1 |
* | OK, I should really stop fiddling with spell-check... | Ned Batchelder | 2014-11-27 | 1 | -3/+3 |
* | Change all pylint message codes to message names | Ned Batchelder | 2014-11-23 | 1 | -1/+1 |
* | Upgraded pylint to 1.4, removed useless suppressions | Ned Batchelder | 2014-11-23 | 1 | -3/+1 |
* | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 1 | -1/+1 |
* | More things we don't need with the latest versions | Ned Batchelder | 2014-09-20 | 1 | -16/+1 |
* | Get rid of some backward stuff we no longer need | Ned Batchelder | 2014-09-20 | 1 | -8/+0 |
* | 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 |