summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Support classdef and some async keywordsNed Batchelder2015-12-311-3/+5
| | | | | | | | | | | | | | | --HG-- branch : ast-branch
| * | Support exception arcs on py2, where the ast still has separate TryExcept ↵Ned Batchelder2015-12-311-6/+2
| | | | | | | | | | | | | | | | | | | | | and TryFinally nodes --HG-- branch : ast-branch
| * | Make other comprehensions work on py2 and py3Ned Batchelder2015-12-311-1/+36
| | | | | | | | | | | | | | | --HG-- branch : ast-branch
| * | Exception tests pass on py3Ned Batchelder2015-12-312-32/+49
| | | | | | | | | | | | | | | --HG-- branch : ast-branch
| * | Execution flows from the end of exception handlers to the finallyNed Batchelder2015-12-281-2/+44
| | | | | | | | | | | | | | | --HG-- branch : ast-branch
| * | A start on try/except/finallyNed Batchelder2015-12-241-0/+18
| | | | | | | | | | | | | | | --HG-- branch : ast-branch
| * | WIP: measure branches with ast instead of bytecodeNed Batchelder2015-12-242-0/+179
| | | | | | | | | | | | | | | --HG-- branch : ast-branch
* | | Fix another form-feed problem, #461Ned Batchelder2016-01-051-0/+16
| |/ |/|
* | Change if-0 skips to real skips in the testsNed Batchelder2015-12-253-47/+46
| |
* | if 0: might not do what we want, use a non-constantNed Batchelder2015-12-242-6/+6
| |
* | Add a missing docstringNed Batchelder2015-12-241-0/+1
| |
* | Non-ascii characters work again in config regexes. Fixes #455.Ned Batchelder2015-12-242-1/+20
| |
* | Finish up Max Linke's fix for double encoding declarations. Fixes #453Ned Batchelder2015-12-241-13/+21
| |
* | Add a failing test of double coding declarations, for #453Ned Batchelder2015-12-241-2/+9
| |
* | Removed unnecessary setup in MultiprocessingTest classRodrigue Cloutier2015-12-151-3/+0
| | | | | | | | | | --HG-- branch : windows_multiprocessing_support
* | Fix Windows support for multiprocessing monkey patchRodrigue Cloutier2015-12-101-4/+0
|/ | | | | --HG-- branch : windows_multiprocessing_support
* Pragmas on decorators apply to the entire function or class. #131Ned Batchelder2015-11-281-0/+49
|
* Clean up PythonParser a bit.Ned Batchelder2015-11-281-6/+5
|
* Windows windowsNed Batchelder2015-11-221-3/+3
|
* Use a more forceful file name comparison, to make Windows tests pass.Ned Batchelder2015-11-221-3/+5
|
* XML <source> element properly reflects --source= option. #439Ned Batchelder2015-11-221-0/+41
|
* Extend import_local_file so I can use a file in another directory.Ned Batchelder2015-11-221-6/+8
|
* Cleanups for style, docs, etc from #438Ned Batchelder2015-11-141-36/+23
|
* Add a test of the changes for #438.Ned Batchelder2015-11-141-0/+11
|
* Merged PR 74, thanks Ben FinneyNed Batchelder2015-11-141-18/+54
|\
| * Replace ‘coverage’ command with actual Coverage.py command name.Ben Finney2015-10-281-0/+12
| |
| * Split and re-assemble command line for special handling command name.Ben Finney2015-10-281-3/+9
| |
| * Clarify ‘CoverageTest.run_command’ conditions and behaviour.Ben Finney2015-10-281-10/+20
| |
| * Make an equivalent to ‘shlex.quote’ available in Python < 3.3.Ben Finney2015-10-281-0/+8
| |
* | Another edge case of encoding detection. #443Ned Batchelder2015-11-141-5/+13
| |
* | Fix settrace(py_func). #436.Ned Batchelder2015-11-012-2/+48
| |
* | Window encodings?Ned Batchelder2015-11-011-2/+3
| |
* | Change the other snowman example to a simpler accented characterNed Batchelder2015-10-311-9/+10
| |
* | Try a different strategy for setting and testing output encodingsNed Batchelder2015-10-311-2/+3
| |
* | MergeNed Batchelder2015-10-311-1/+6
|\ \
| * | Account for no encoding at all...Ned Batchelder2015-10-251-3/+5
| | |
| * | Diagnostic for appveyor, part 2 of NNed Batchelder2015-10-251-1/+2
| | |
| * | Diagnostic for appveyorNed Batchelder2015-10-251-1/+3
| | |
* | | Fix the non-ascii filename tests on windows (?)Ned Batchelder2015-10-312-25/+30
|/ /
* | Set the PYTHONIOENCODING environment variable in an OS-neutral way.Ned Batchelder2015-10-251-1/+3
| |
* | Properly handle filenames with non-ASCII characters. #432Ned Batchelder2015-10-254-2/+111
| |
* | Do a better job decoding source files. #431Ned Batchelder2015-10-162-2/+12
|/
* Fix explicit imports of __init__. #410Ned Batchelder2015-10-133-5/+11
|
* --skip-covered shouldn't change the final result. #423.Ned Batchelder2015-10-102-9/+19
|
* Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-0/+36
|
* Combining now issues warnings on unreadable files, unconditionallyNed Batchelder2015-10-044-30/+8
|
* Prevent pyexpat.c from being recorded as source code. #419Ned Batchelder2015-10-031-0/+8
|
* Combine can now ignore errors.Ned Batchelder2015-10-034-22/+107
|
* A better way to test for warnings.Ned Batchelder2015-10-033-11/+69
|
* A better name for this testNed Batchelder2015-10-031-2/+2
|