summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix a C declarationNed Batchelder2015-11-011-1/+2
| | | |
* | | | whitespace...Ned Batchelder2015-11-011-2/+2
| | | |
* | | | A test program assessing performance for issue #397Ned Batchelder2015-11-011-0/+56
| | | |
* | | | Fix doc building so that directories are createdNed Batchelder2015-11-011-2/+2
| | | |
* | | | Fix settrace(py_func). #436.Ned Batchelder2015-11-014-10/+85
| | | |
* | | | Whitespace fix.Ned Batchelder2015-11-011-1/+1
| | | |
* | | | A better way to ignore the output of rst2htmlNed Batchelder2015-11-011-2/+2
| | | |
* | | | No need to specify a Python for docs, works in more placesNed Batchelder2015-11-011-1/+0
| | | |
* | | | Clarify the pypy 4.0 supportNed Batchelder2015-11-011-1/+2
| | | |
* | | | PyPy 4.0 worksNed Batchelder2015-11-013-5/+13
| | | |
* | | | Update to latest dependenciesNed Batchelder2015-11-012-2/+2
| | | |
* | | | Toss unneeded stuffNed Batchelder2015-11-011-54/+0
| | | |
* | | | Oops, hex in py3.5 wasn't quite rightNed Batchelder2015-11-011-2/+2
| | | |
* | | | Number the constants, and interpret the flagsNed Batchelder2015-11-011-7/+37
| | | |
* | | | Make show_pyc runnable on Python 3Ned Batchelder2015-11-011-22/+29
| | | |
* | | | Window encodings?Ned Batchelder2015-11-011-2/+3
| | | |
* | | | Force XML files to be UTF8 on Python 3.Ned Batchelder2015-10-311-1/+4
| | | |
* | | | 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-314-6/+19
| | | |
* | | | 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
| | | |
* | | | Use unicode_filename more, and account for missing filesystemencodingNed Batchelder2015-10-252-7/+4
| | | |
* | | | MergedNed Batchelder2015-10-252-4/+4
|\ \ \ \
| * \ \ \ Merged in jayvdb/coverage.py/py26-unindexed-parameters (pull request #72)Ned Batchelder2015-10-182-4/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Python 2.6 str.format does not support unindexed parameters
| | * | | | Python 2.6 str.format does not support unindexed parametersJohn Vandenberg2015-10-192-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | --HG-- branch : py26-unindexed-parameters
* | | | | Properly handle filenames with non-ASCII characters. #432Ned Batchelder2015-10-2511-33/+193
|/ / / /
* | | | Tweak neuter_encoding_declarationNed Batchelder2015-10-161-7/+2
| | | |
* | | | Check the .rst files also.Ned Batchelder2015-10-163-3/+4
| | | |
* | | | Do a better job decoding source files. #431Ned Batchelder2015-10-165-13/+27
|/ / /
* | | Make doc checking better, and fix two doc errors.Ned Batchelder2015-10-143-2/+8
| | |
* | | Use the latest of everythingNed Batchelder2015-10-142-3/+3
| | |
* | | Scooch the version alongNed Batchelder2015-10-141-1/+1
| | |
* | | Build docs regularly so we find out when things are busted.Ned Batchelder2015-10-133-3/+7
| | |
* | | Sphinx doesn't like duplicate conflicting url definitionsNed Batchelder2015-10-132-2/+0
| | |
* | | Coverage 4.0.1Ned Batchelder2015-10-131-0/+1
| | |
* | | Best to make kits from a clean treecoverage-4.0.1Ned Batchelder2015-10-131-1/+1
| | |
* | | Latest sample htmlNed Batchelder2015-10-1311-21/+21
| | |
* | | Change version number to 4.0.1Ned Batchelder2015-10-131-1/+1
| | |
* | | Update docs for 4.0.1Ned Batchelder2015-10-134-4/+55
| | |
* | | Adding all the files to the source kit also closed #281.Ned Batchelder2015-10-131-1/+2
| | |
* | | Fix explicit imports of __init__. #410Ned Batchelder2015-10-135-6/+17
| | |
* | | Source kit now has a complete working tree. #137Ned Batchelder2015-10-132-1/+37
| | |
* | | Remove vestiges of .px doc converters.Ned Batchelder2015-10-103-24/+1
| | |
* | | --skip-covered shouldn't change the final result. #423.Ned Batchelder2015-10-104-11/+27
| | |
* | | Remove brief_sys from .coverage, until we have a better plan. #415.Ned Batchelder2015-10-102-9/+7
| | |
* | | Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-0616-12/+111
| | |