summaryrefslogtreecommitdiff
path: root/coverage/backward.py
Commit message (Collapse)AuthorAgeFilesLines
* Displaying timezone information in HTML report (#960)Xie Yanbo2020-07-231-0/+13
| | | | | | | | * Displaying timezone information in HTML report * A helpber to format datetime with local timezone * No backward compatibility with older python versions
* A helper to get code objectsNed Batchelder2019-12-021-0/+8
|
* A better way to import optional modulesNed Batchelder2019-11-031-6/+1
|
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-031-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699 Missing getfloat TOMLConfigParser -> TomlConfigParser fix getfloat for int Move TomlConfigParser Add name to contributors Import toml in backward.py fix indentation Don't ignore TomlDecodeError Raise if TomlConfigParser is used without toml installed Add tests for TOML config Fix test on Python 2 Mention toml support in documentation.
* Log some indication of the script being executedNed Batchelder2019-09-021-0/+5
|
* Add num_in_numbitsNed Batchelder2019-08-011-0/+8
|
* z-compressed dumps and loadsNed Batchelder2019-07-191-0/+8
|
* Bitmaps for line numbers, 10% of the size.Ned Batchelder2019-07-151-0/+5
|
* Use an object instead of a dict for the report dataNed Batchelder2019-06-171-0/+18
|
* Use pylint 2.xNed Batchelder2019-05-131-0/+1
|
* A little clean-up from pr #760Ned Batchelder2019-04-091-0/+6
|
* Don't need the v3->v4 data converter in v5Ned Batchelder2018-07-011-6/+0
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Another approach to solving the 'dictionary changed size during iteration' ↵Ned Batchelder2017-11-041-1/+12
| | | | problem
* Update to pylint 1.7.1Ned Batchelder2017-04-221-1/+1
|
* When importing newly made files, we have to invalidate import cachesNed Batchelder2016-11-091-0/+6
|
* Use py2 ConfigParser if we can, prevents deprecation warnings. #530Ned Batchelder2016-11-081-3/+6
|
* Clean up pylint pragmasNed Batchelder2016-10-181-4/+2
|
* Update pylint to 1.5.6Ned Batchelder2016-06-251-2/+2
|
* Remove the old bytecode-based branch analyzerNed Batchelder2016-01-061-8/+0
| | | | | --HG-- branch : ast-branch
* Extend import_local_file so I can use a file in another directory.Ned Batchelder2015-11-221-3/+5
|
* Cleanups for style, docs, etc from #438Ned Batchelder2015-11-141-0/+9
|
* Add pickle2json converter. Closes #395Alexander Todorov2015-08-071-0/+6
| | | | | | --HG-- branch : read_pickle extra : amend_source : 71ae428d9f389e19ed74215bfc3f1630fcdc40a1
* 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
|