summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix a little EnglishNed Batchelder2017-03-031-1/+1
| |
| * Simplify stack management in CTracerNed Batchelder2017-03-034-41/+50
| | | | | | | | | | | | | | "file_data" used to be borrowed from data, but that was confusing. Now it's owned. We used to have a struct member which was a copy of the current stack entry. That just made it harder to reason about reference counting. Now we have a pointer to the entry on the stack.
| * Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-215-6/+6
| | | | | | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry.
| * Sometimes we match against files, sometimes directories.Ned Batchelder2017-02-213-24/+30
| | | | | | | | Also, skip our own test code when running tests.
| * Clarify how TreeMatcher works.Ned Batchelder2017-02-201-9/+15
| |
| * assert_warnings can now assert that there were no warnings.Ned Batchelder2017-02-202-7/+35
| |
| * Hmm, not sure why this was a list.Ned Batchelder2017-02-191-1/+1
| |
| * Another URL split outNed Batchelder2017-02-151-2/+3
| |
| * Pull out URLsNed Batchelder2017-02-141-3/+7
| |
| * Keep the amazing poly solver by KyleNed Batchelder2017-02-122-0/+248
| |
| * Run the stress test in a temp directoryNed Batchelder2017-02-121-8/+11
| |
| * Clean up perf_measure a bitNed Batchelder2017-02-111-14/+19
| |
| * perf_measure.py is no longer a testNed Batchelder2017-02-113-12/+21
| |
| * Use unittest-mixins that we just refactoredNed Batchelder2017-02-112-3/+3
| |
| * Use the test-specific chdir methodNed Batchelder2017-02-112-4/+2
| |
| * Refactor module cleaning so we can use it outside of testsNed Batchelder2017-02-113-19/+36
| |
| * Get rid of an unnecessary methodNed Batchelder2017-02-105-20/+14
| |
| * Run two files to be sure we know what error we'll getNed Batchelder2017-02-101-2/+4
| |
| * Update CHANGESNed Batchelder2017-02-081-1/+3
| |
| * Install the fullcoverage support for CPython's useNed Batchelder2017-02-081-0/+1
| |
| * Fix some coverage pragmasNed Batchelder2017-02-072-8/+8
| |
| * Give a test helper a better nameNed Batchelder2017-02-041-4/+4
| |
| * Fix englishNed Batchelder2017-02-031-1/+1
| |
| * Fix this comment that was left behindNed Batchelder2017-02-031-2/+1
| |
| * Fiddle with, and test, format_linesNed Batchelder2017-02-032-12/+31
| |
| * Split tests into their own filesNed Batchelder2017-02-033-71/+86
| |
| * More hacking on perf_measure.pyNed Batchelder2017-02-031-98/+52
| |
| * Add note how to runNed Batchelder2017-01-291-4/+9
| |
| * Move the decorator out of the metaclass, so we can test itNed Batchelder2017-01-262-14/+36
| |
| * Use a metaclass to convert StopEverything to SkipTestNed Batchelder2017-01-254-12/+34
| |
| * Use latest pylintNed Batchelder2017-01-251-1/+1
| |
| * One more tweak to StopEverythingNed Batchelder2017-01-212-13/+3
| |
| * Never show us a flaky test report everNed Batchelder2017-01-211-1/+1
| |
| * Get rid of some unused code pathsNed Batchelder2017-01-204-39/+12
| |
| * Refactor manylinux a bit. Testing doesn't work yetNed Batchelder2017-01-203-29/+45
| |
| * A better way to deal with StopEverything exceptionsNed Batchelder2017-01-193-16/+17
| |
| * Ugh, forgot to remove the part that was breaking the buildsNed Batchelder2017-01-191-2/+0
| |
| * I don't know how to use 3.6 on Travis yet.Ned Batchelder2017-01-191-2/+0
| |
| * Process to build manylinux wheelsNed Batchelder2017-01-193-1/+37
| |
| * Test 3.6 on TravisNed Batchelder2017-01-191-0/+3
| |
| * Oops, broke this other test using try_execfile.pyNed Batchelder2017-01-191-1/+2
| |
| * More-precise no-coverage pragmasNed Batchelder2017-01-199-21/+38
| |
| * Travis runs really fast, so why not do metacov on more versions?Ned Batchelder2017-01-191-0/+4
| |
| * This only happens on JythonNed Batchelder2017-01-191-1/+1
| |
| * Move the jython conditional for try_execfile.pyNed Batchelder2017-01-192-31/+25
| |
| * Fix the since-version badgeNed Batchelder2017-01-181-2/+2
| |
| * No test failures on JythonNed Batchelder2017-01-186-12/+48
| | | | | | | | One or two of these are questionable accommodations, but there are no failures.
| * The ram test has always been flaky. Mark it as such.Ned Batchelder2017-01-181-0/+2
| |
| * A few more lines coveredNed Batchelder2017-01-172-4/+5
| |
| * Prevent race conditions from failing tests during 'import usepkgs'Ned Batchelder2017-01-171-0/+7
| |