summaryrefslogtreecommitdiff
path: root/coverage/backward.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean ups in config.pyNed Batchelder2015-07-271-0/+6
|
* Better spelling.Ned Batchelder2015-07-251-1/+0
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Data files are now JSON instead of pickles. Fixes #236.Ned Batchelder2015-07-211-6/+0
|
* Remove functions we're not using.Ned Batchelder2015-02-101-8/+0
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-1/+4
|
* Remove unused importsNed Batchelder2015-01-101-4/+1
|
* Move next/__next__ distinction into backward.pyNed Batchelder2014-12-281-0/+12
|
* Move some code, and fix pep8 thingsNed Batchelder2014-12-141-13/+5
|
* Drop support for CPython 3.2. Now I can use u'' unicode literals freely.Ned Batchelder2014-12-131-10/+0
|
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-1/+18
|
* Words wordsNed Batchelder2014-11-301-1/+1
|
* OK, I should really stop fiddling with spell-check...Ned Batchelder2014-11-271-3/+3
|
* Change all pylint message codes to message namesNed Batchelder2014-11-231-1/+1
|
* Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-231-3/+1
|
* Pragmas for uncovered codeNed Batchelder2014-09-281-1/+1
|
* More things we don't need with the latest versionsNed Batchelder2014-09-201-16/+1
|
* Get rid of some backward stuff we no longer needNed Batchelder2014-09-201-8/+0
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-3/+31
|
* Remove an unneeded backward function, and move BUILTINS into backwardNed Batchelder2014-05-171-0/+8
|
* Refactor execfile to avoid imp to avoid deprecation warningsNed Batchelder2014-05-161-4/+25
|
* Refactoring, asymptotically approaching multi-languageNed Batchelder2014-05-041-3/+3
|
* More refactoring of hacked Mako supportNed Batchelder2014-04-181-1/+1
|
* No need for paren-less exec any more.Ned Batchelder2013-12-141-17/+0
|
* Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
| | | | | --HG-- branch : 4.0
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-41/+0
| | | | | --HG-- branch : 4.0
* Pretty soon I'll be able to use generator expressions...Ned Batchelder2013-10-051-1/+1
|
* More abstractions for bytes objects. Cleans up some version checks in the ↵Ned Batchelder2013-09-281-0/+26
| | | | real code.
* Make iteritems detection more like the rest of backward.py, and add a test ↵Ned Batchelder2013-09-281-3/+5
| | | | of it.
* Use the nice way to reverse a list.Ned Batchelder2013-01-091-0/+9
|
* Retro-fit onto 2.3 and 2.4 again.Ned Batchelder2012-12-191-0/+16
|
* Use iitems() to avoid lists of dict items on py2.Ned Batchelder2012-11-161-0/+10
|
* Refactor the config parsing.Ned Batchelder2012-11-101-6/+0
|
* Remove obsolete code paths.Ned Batchelder2012-03-251-20/+13
|
* If a source file has an encoding declaration, use it when producing the ↵Ned Batchelder2012-03-211-44/+31
| | | | HTML. Fixes issue #157.
* Appease the pylint godsNed Batchelder2011-08-281-2/+2
|
* Add another way to open source files, that works on 3.1Ned Batchelder2011-08-281-4/+20
|
* Properly handle Unicode characters in Python source when creating the HTML ↵Ned Batchelder2011-08-171-0/+21
| | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-0/+7
|
* Clean-upsNed Batchelder2011-03-161-1/+5
|
* A file opened in 'b' mode needs bytes, not strings. Try to do this in a ↵Ned Batchelder2011-03-151-0/+16
| | | | clean-ish way...
* Some pylint cleanups.Ned Batchelder2011-02-011-1/+1
|
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
|
* Isolate the open/tokenize.open distinction into backward.pyNed Batchelder2011-01-301-0/+10
|
* Python source files that don't end with a newline can now be executed, ↵Ned Batchelder2010-02-221-8/+9
| | | | fixing #47.
* SpacingNed Batchelder2010-01-021-7/+0
|
* version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-131-1/+1
|
* Test the config file support.Ned Batchelder2009-11-281-0/+7
| | | | | --HG-- branch : config
* Use xrange on py2k and range on py3kNed Batchelder2009-10-051-0/+7
|
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-291-1/+2
|