Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix a little English | Ned Batchelder | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | Simplify stack management in CTracer | Ned Batchelder | 2017-03-03 | 4 | -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 declarations | Ned Batchelder | 2017-02-21 | 5 | -6/+6 | |
| | | | | | | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry. | |||||
| * | Sometimes we match against files, sometimes directories. | Ned Batchelder | 2017-02-21 | 3 | -24/+30 | |
| | | | | | | | | Also, skip our own test code when running tests. | |||||
| * | Clarify how TreeMatcher works. | Ned Batchelder | 2017-02-20 | 1 | -9/+15 | |
| | | ||||||
| * | assert_warnings can now assert that there were no warnings. | Ned Batchelder | 2017-02-20 | 2 | -7/+35 | |
| | | ||||||
| * | Hmm, not sure why this was a list. | Ned Batchelder | 2017-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Another URL split out | Ned Batchelder | 2017-02-15 | 1 | -2/+3 | |
| | | ||||||
| * | Pull out URLs | Ned Batchelder | 2017-02-14 | 1 | -3/+7 | |
| | | ||||||
| * | Keep the amazing poly solver by Kyle | Ned Batchelder | 2017-02-12 | 2 | -0/+248 | |
| | | ||||||
| * | Run the stress test in a temp directory | Ned Batchelder | 2017-02-12 | 1 | -8/+11 | |
| | | ||||||
| * | Clean up perf_measure a bit | Ned Batchelder | 2017-02-11 | 1 | -14/+19 | |
| | | ||||||
| * | perf_measure.py is no longer a test | Ned Batchelder | 2017-02-11 | 3 | -12/+21 | |
| | | ||||||
| * | Use unittest-mixins that we just refactored | Ned Batchelder | 2017-02-11 | 2 | -3/+3 | |
| | | ||||||
| * | Use the test-specific chdir method | Ned Batchelder | 2017-02-11 | 2 | -4/+2 | |
| | | ||||||
| * | Refactor module cleaning so we can use it outside of tests | Ned Batchelder | 2017-02-11 | 3 | -19/+36 | |
| | | ||||||
| * | Get rid of an unnecessary method | Ned Batchelder | 2017-02-10 | 5 | -20/+14 | |
| | | ||||||
| * | Run two files to be sure we know what error we'll get | Ned Batchelder | 2017-02-10 | 1 | -2/+4 | |
| | | ||||||
| * | Update CHANGES | Ned Batchelder | 2017-02-08 | 1 | -1/+3 | |
| | | ||||||
| * | Install the fullcoverage support for CPython's use | Ned Batchelder | 2017-02-08 | 1 | -0/+1 | |
| | | ||||||
| * | Fix some coverage pragmas | Ned Batchelder | 2017-02-07 | 2 | -8/+8 | |
| | | ||||||
| * | Give a test helper a better name | Ned Batchelder | 2017-02-04 | 1 | -4/+4 | |
| | | ||||||
| * | Fix english | Ned Batchelder | 2017-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | Fix this comment that was left behind | Ned Batchelder | 2017-02-03 | 1 | -2/+1 | |
| | | ||||||
| * | Fiddle with, and test, format_lines | Ned Batchelder | 2017-02-03 | 2 | -12/+31 | |
| | | ||||||
| * | Split tests into their own files | Ned Batchelder | 2017-02-03 | 3 | -71/+86 | |
| | | ||||||
| * | More hacking on perf_measure.py | Ned Batchelder | 2017-02-03 | 1 | -98/+52 | |
| | | ||||||
| * | Add note how to run | Ned Batchelder | 2017-01-29 | 1 | -4/+9 | |
| | | ||||||
| * | Move the decorator out of the metaclass, so we can test it | Ned Batchelder | 2017-01-26 | 2 | -14/+36 | |
| | | ||||||
| * | Use a metaclass to convert StopEverything to SkipTest | Ned Batchelder | 2017-01-25 | 4 | -12/+34 | |
| | | ||||||
| * | Use latest pylint | Ned Batchelder | 2017-01-25 | 1 | -1/+1 | |
| | | ||||||
| * | One more tweak to StopEverything | Ned Batchelder | 2017-01-21 | 2 | -13/+3 | |
| | | ||||||
| * | Never show us a flaky test report ever | Ned Batchelder | 2017-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | Get rid of some unused code paths | Ned Batchelder | 2017-01-20 | 4 | -39/+12 | |
| | | ||||||
| * | Refactor manylinux a bit. Testing doesn't work yet | Ned Batchelder | 2017-01-20 | 3 | -29/+45 | |
| | | ||||||
| * | A better way to deal with StopEverything exceptions | Ned Batchelder | 2017-01-19 | 3 | -16/+17 | |
| | | ||||||
| * | Ugh, forgot to remove the part that was breaking the builds | Ned Batchelder | 2017-01-19 | 1 | -2/+0 | |
| | | ||||||
| * | I don't know how to use 3.6 on Travis yet. | Ned Batchelder | 2017-01-19 | 1 | -2/+0 | |
| | | ||||||
| * | Process to build manylinux wheels | Ned Batchelder | 2017-01-19 | 3 | -1/+37 | |
| | | ||||||
| * | Test 3.6 on Travis | Ned Batchelder | 2017-01-19 | 1 | -0/+3 | |
| | | ||||||
| * | Oops, broke this other test using try_execfile.py | Ned Batchelder | 2017-01-19 | 1 | -1/+2 | |
| | | ||||||
| * | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 9 | -21/+38 | |
| | | ||||||
| * | Travis runs really fast, so why not do metacov on more versions? | Ned Batchelder | 2017-01-19 | 1 | -0/+4 | |
| | | ||||||
| * | This only happens on Jython | Ned Batchelder | 2017-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Move the jython conditional for try_execfile.py | Ned Batchelder | 2017-01-19 | 2 | -31/+25 | |
| | | ||||||
| * | Fix the since-version badge | Ned Batchelder | 2017-01-18 | 1 | -2/+2 | |
| | | ||||||
| * | No test failures on Jython | Ned Batchelder | 2017-01-18 | 6 | -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 Batchelder | 2017-01-18 | 1 | -0/+2 | |
| | | ||||||
| * | A few more lines covered | Ned Batchelder | 2017-01-17 | 2 | -4/+5 | |
| | | ||||||
| * | Prevent race conditions from failing tests during 'import usepkgs' | Ned Batchelder | 2017-01-17 | 1 | -0/+7 | |
| | |