summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* One last remainingnedbat/tryout-bb32Ned Batchelder2018-06-281-1/+1
* Merge remote-tracking branch 'DRMacIver/intern-table' into nedbat/tryout-bb32Ned Batchelder2018-06-286-15/+447
|\
| * Merge pull request #1 from nedbat/nedbat/fix-32David R. MacIver2017-10-175-31/+61
| |\
| | * Old C also doesn't like inline?Ned Batchelder2017-10-161-1/+1
| | * Move declarations to top of functionsNed Batchelder2017-10-161-7/+15
| | * Use PY_LONG_LONG for portabilityNed Batchelder2017-10-162-13/+13
| | * Remove unneeded include that isn't in older CNed Batchelder2017-10-161-2/+1
| | * 2/3 support for longlong.Ned Batchelder2017-10-162-2/+4
| | * Suppress an unused variable warning in the lowest-tech way possibleNed Batchelder2017-10-161-1/+1
| | * Fix the initialization of the moduleNed Batchelder2017-10-161-6/+17
| | * Don't need a temp directory for these testsNed Batchelder2017-10-161-0/+3
| | * Don't run these tests if we have no C extensionNed Batchelder2017-10-161-2/+9
| | * Remove an extraneous semicolonNed Batchelder2017-10-161-1/+1
| |/
| * Add a test that we're managing refcounts correctlyDavid R. MacIver2017-09-251-0/+27
| * Add tests for the intern tableDavid R. MacIver2017-09-255-13/+187
| * Implementation of intern table for file_data keysDavid R. MacIver2017-09-242-15/+216
* | Windows file paths in the HTML have to be canonicalizedNed Batchelder2018-06-271-0/+4
* | Need to escape when using Windows paths as regexesNed Batchelder2018-06-271-1/+1
* | Lose a little less information when scrubbing HTMLNed Batchelder2018-06-272-4/+4
* | Absolute paths in the HTML report have to be scrubbedNed Batchelder2018-06-271-2/+8
* | Exclude a failure-only lineNed Batchelder2018-06-271-1/+1
* | Updated gold files for bom.pyNed Batchelder2018-06-274-30/+265
* | Gold files can be in versioned subdirectoriesNed Batchelder2018-06-271-2/+30
* | Updated html gold filesNed Batchelder2018-06-2734-283/+293
* | Compare HTML more strictlyNed Batchelder2018-06-271-13/+25
* | Add a header to make diffs more readableNed Batchelder2018-06-271-0/+2
* | .hgignore is gone, no need to check it.Ned Batchelder2018-06-271-1/+0
* | some minor improvements for the farm testsNed Batchelder2018-06-261-5/+9
|\ \
| * | tests: some minor improvements for the farm testsDaniel Hahler2018-05-061-5/+9
* | | Explain the lab directoryNed Batchelder2018-06-261-0/+4
* | | Merge pull request #670 from cclauss/print_functionNed Batchelder2018-06-253-16/+16
|\ \ \
| * | | print() is a function in Python 3cclauss2018-06-253-16/+16
* | | | I guess it's travis.com now?Ned Batchelder2018-06-251-2/+2
|/ / /
* | | Try Appveyor without --userNed Batchelder2018-06-241-2/+2
* | | Try forcing an explicit pip versionNed Batchelder2018-06-241-1/+1
* | | Simplify a formatNed Batchelder2018-06-241-1/+1
* | | Explain some testing environment variablesNed Batchelder2018-06-241-0/+15
* | | bom.py lost its BOM. Fix it.Ned Batchelder2018-06-241-0/+6
* | | Change url in the distribution to GitHubNed Batchelder2018-06-242-2/+2
* | | Don't need .hg* filesNed Batchelder2018-06-242-112/+0
* | | Update README for GitHubNed Batchelder2018-06-241-3/+2
* | | Update NOTICE link to GitHub.Ned Batchelder2018-06-24218-218/+218
* | | Pull in 4.5.1a changes to update docs for GitHub migration.Ned Batchelder2018-06-234-21/+13
|\ \ \
| * | | Update docs to point to GitHubcoverage-4.5.1aNed Batchelder2018-06-234-21/+13
* | | | I like to give credit where credit is dueNed Batchelder2018-06-191-0/+1
* | | | Drop support for EOL 2.5, 2.6 and 3.3Hugo2018-06-193-13/+3
* | | | Make version checking more uniformNed Batchelder2018-06-136-13/+14
* | | | Adapt to a recent 3.7 change in how functions with only docstrings get line-n...Ned Batchelder2018-06-131-2/+8
* | | | Fix a nameNed Batchelder2018-06-111-1/+1
* | | | Bump to 5.0a2Ned Batchelder2018-06-053-2/+7