Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paperwork for 4.5.3 | Ned Batchelder | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | Bump version | Ned Batchelder | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Making 4.5.2 | Ned Batchelder | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Python 3.8 will optimize away "while True:" | Ned Batchelder | 2018-11-12 | 2 | -0/+23 |
| | | | | (cherry picked from commit e5dcb933ab791206040a849eacd726ffe40c348a) | ||||
* | Canonicalize the XML output | Ned Batchelder | 2018-11-12 | 1 | -5/+24 |
| | | | | | | | | | | | | https://bugs.python.org/issue34160 added retaining the user's attribute order to the XML output, which removed the sorting that used to happen. This broke our XML tests, which compare against saved gold files. This adds in a rough-and-ready canonicalization to avoid the problem. Maybe the core devs will eventually support a sort_attributes option, and I can get rid of this. (cherry picked from commit c376209f35331b358e59c79ed3537a2ed920d677) | ||||
* | Adapt to 3.8's way of tracing decorated functions | Ned Batchelder | 2018-11-03 | 2 | -7/+30 |
| | | | | (cherry picked from commit d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6) | ||||
* | Move fiddly fnmatch logic into its own testable function | Ned Batchelder | 2018-11-01 | 1 | -25/+37 |
| | | | | (cherry picked from commit 56b9c7e4db40df6515d4ca5d913cb4678da2b753) | ||||
* | Update/fix help for --rcfile | Daniel Hahler | 2018-10-31 | 1 | -1/+4 |
| | | | | (cherry picked from commit ef5e1e4ba8200a9ff0656ece40e11ed3be67ac92) | ||||
* | Bump the version number | Ned Batchelder | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | Finally jumps back to exiting lines | Ned Batchelder | 2018-10-06 | 2 | -9/+48 |
| | | | | | | | | In Python 3.8, when a finally clause is run because a line in the try block is exiting the block, the exiting line is visited again after the finally block. (cherry picked from commit 04ff188349df84f73167108314e9698059830279) | ||||
* | Python 3.8 uses Constant nodes in the AST | Ned Batchelder | 2018-10-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit cf7e8717d73e638d92838f8534712351dda9e0f1) | ||||
* | Python 3.6 changed lnotab to signed bytes | Ned Batchelder | 2018-10-06 | 1 | -0/+2 |
| | | | | (cherry picked from commit 5aca5af02423f37ec7f4a3a02849e74c54b5ccf1) | ||||
* | In 3.7, namespace modules can have: mod.__file__ is None | Ned Batchelder | 2018-10-04 | 2 | -8/+17 |
| | | | | Backport of c9f4f661ccb7decb55055d80a1e9a1cbb825b27f | ||||
* | Adapt to the 3.7.0b3 change in -m sys.path[0] behavior | Ned Batchelder | 2018-10-04 | 1 | -1/+9 |
| | | | | (cherry picked from commit fec75c18a87e8acf8a0d4f978b2ef4e1cea755de) | ||||
* | Making 4.5.1 | Ned Batchelder | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | A little more | Ned Batchelder | 2018-02-10 | 1 | -0/+3 |
| | |||||
* | Add a warning about plugins potentially interfering with coverage ↵ | Ned Batchelder | 2018-02-10 | 1 | -0/+10 |
| | | | | measurement. Learned from #637 | ||||
* | Configurer plugins should be reported by --debug=sys | Ned Batchelder | 2018-02-10 | 1 | -7/+11 |
| | |||||
* | Don't ask all plugins about executable files, only ask file tracers | Ned Batchelder | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Oops, omitting inside a source package didn't work. Now it does. #638 | Ned Batchelder | 2018-02-10 | 1 | -3/+1 |
| | |||||
* | Properly handle empty decorated functions in 3.7. #640 | Ned Batchelder | 2018-02-09 | 1 | -6/+7 |
| | |||||
* | Typo | Ned Batchelder | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | Bump version and improve notes about how to bump versions | Ned Batchelder | 2018-02-03 | 1 | -1/+1 |
| | |||||
* | Version 4.5 paperwork | Ned Batchelder | 2018-02-03 | 1 | -1/+1 |
| | |||||
* | Simplify the aliases structure | Ned Batchelder | 2018-01-23 | 1 | -4/+4 |
| | |||||
* | Ensure mapped paths use the separator of the result. #618 | Ned Batchelder | 2018-01-22 | 1 | -2/+1 |
| | |||||
* | Raise an error if combine can't find usable data files. #629 | Ned Batchelder | 2018-01-21 | 1 | -0/+5 |
| | |||||
* | fail_under can now be a float. #631. | Ned Batchelder | 2018-01-21 | 3 | -19/+14 |
| | |||||
* | Don't confuse run-include with report-include (and also omit). Fixes #621 ↵ | Ned Batchelder | 2018-01-20 | 1 | -10/+4 |
| | | | | and #622. | ||||
* | Don't ever create HTML filenames longer than ~200 chars. Fixes #627. | Ned Batchelder | 2018-01-20 | 1 | -1/+9 |
| | |||||
* | The config plug-ins are a new feature, so the next version is at least 4.5 | Ned Batchelder | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | Fine tune some more | Ned Batchelder | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Fine-tune the 3.7 decisions | Ned Batchelder | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Python 3.7 tweaked the layout of .pyc files | Ned Batchelder | 2018-01-10 | 1 | -5/+14 |
| | |||||
* | A new kind of plug-in: configurers. #563 | Ned Batchelder | 2018-01-06 | 4 | -63/+140 |
| | |||||
* | Correct a docstring. | Ned Batchelder | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | Pylint 1.8.1, and fix its new warnings | Ned Batchelder | 2017-12-23 | 2 | -1/+2 |
| | |||||
* | Remove an unneeded call | Ned Batchelder | 2017-12-23 | 1 | -3/+1 |
| | |||||
* | Commented-out debugging of pytracer | Ned Batchelder | 2017-11-24 | 1 | -4/+25 |
| | |||||
* | Scooch version to 4.4.3 | Ned Batchelder | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | Version 4.4.2 prep | Ned Batchelder | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | Another approach to solving the 'dictionary changed size during iteration' ↵ | Ned Batchelder | 2017-11-04 | 2 | -5/+28 |
| | | | | problem | ||||
* | More info when _collectors is surprising | Ned Batchelder | 2017-11-04 | 1 | -0/+7 |
| | |||||
* | Root is acceptable as a combining path (the manylinux tests end up with one ↵ | Ned Batchelder | 2017-10-26 | 1 | -2/+10 |
| | | | | of these) | ||||
* | Add the latest warning to the docs, and give them consistent punctuation | Ned Batchelder | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Clean up and credit for #265 and #101 | Ned Batchelder | 2017-10-24 | 1 | -2/+5 |
| | |||||
* | Make the warning about --include and --source be a real warning | Ned Batchelder | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Move the --source and --include check so it's only during 'run' | Ned Batchelder | 2017-10-24 | 1 | -2/+3 |
| | |||||
* | * --source and --include are mutually exclusive (take 2) #265 | loic@dachary.org | 2017-01-07 | 3 | -18/+34 |
| | | | | | close #265 close #101 | ||||
* | Explicitly specified secondary config files are properly read. #588 | Ned Batchelder | 2017-10-21 | 1 | -26/+56 |
| |