summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix the parser tool so I can see just annotated source files.Ned Batchelder2013-10-221-6/+5
| |
* | No need for these test method replacements.Ned Batchelder2013-10-201-12/+0
| |
* | Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-208-29/+16
| |
* | Not going to use print functions, but at least make them all look the same.Ned Batchelder2013-10-202-5/+5
| |
* | try/except/finally is ok now.Ned Batchelder2013-10-204-46/+43
| |
* | with statements: no more finally closeNed Batchelder2013-10-2013-87/+26
| |
* | My own decorators can be decoratorsNed Batchelder2013-10-201-2/+2
| |
* | Now I can use collections.defaultdictNed Batchelder2013-10-204-15/+9
| |
* | Generator expressons are ok now.Ned Batchelder2013-10-1916-36/+36
| |
* | Now I can use decorators.Ned Batchelder2013-10-194-14/+15
| |
* | Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-195-5/+5
| |
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-1915-61/+10
| |
* | Keep the paperwork up-to-date.Ned Batchelder2013-10-192-1/+7
| |
* | We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-1912-335/+305
| |
* | Start on 4.0Ned Batchelder2013-10-191-1/+1
|/
* Say what we've done.Ned Batchelder2013-10-122-3/+10
|
* Man page needs love over time.Ned Batchelder2013-10-101-0/+1
|
* Tweaks to the man page from Ben Finney.Ned Batchelder2013-10-101-25/+45
|
* Fix the mechanism for HTML to find OS-installed resources.Ned Batchelder2013-10-102-11/+42
|
* Lint, you are a stern taskmaster...Ned Batchelder2013-10-091-2/+2
|
* In case we need a 3.7.1Ned Batchelder2013-10-091-1/+1
|
* Planning for 4.0Ned Batchelder2013-10-081-1/+25
|
* Doc tweakNed Batchelder2013-10-061-1/+2
|
* Provide landing ids for specific versions in the change history.Ned Batchelder2013-10-061-0/+2
|
* Coverage 3.7Ned Batchelder2013-10-060-0/+0
|
* Don't make windows kits for 3.1 any more.coverage-3.7Ned Batchelder2013-10-061-1/+1
|
* Document the --debug options.Ned Batchelder2013-10-062-0/+21
|
* Fix up some last Windows holdouts in the build process.Ned Batchelder2013-10-061-1/+1
|
* Latest sample report for the docsNed Batchelder2013-10-0613-66/+66
|
* Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the ↵Ned Batchelder2013-10-0637-37/+37
| | | | html gold files, where it really doesn't, but it's good to clean it all up.
* Not sure what happened here, but fix it.Ned Batchelder2013-10-061-2/+2
|
* Forgot to change the reference to jquery to match the new filenameNed Batchelder2013-10-062-2/+2
|
* We don't need no stinkin' beta.Ned Batchelder2013-10-063-3/+5
|
* Go to 3.7Ned Batchelder2013-10-057-13/+77
|
* Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵Ned Batchelder2013-10-052-2/+12
| | | | as 'python'.
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-055-7/+40
|
* Pretty soon I'll be able to use generator expressions...Ned Batchelder2013-10-052-2/+2
|
* A few more tweaks to the man pageNed Batchelder2013-09-301-1/+5
|
* Add --debug to the man page, and other minor tweaks.Ned Batchelder2013-09-301-6/+10
|
* Don't divide by zero if nothing to report. #250.Ned Batchelder2013-09-303-2/+26
|
* Add thread to the list of things that don't work. #244.Ned Batchelder2013-09-291-1/+7
|
* Quiet pylint.Ned Batchelder2013-09-291-1/+1
|
* Properly report .pyw files. #261.Ned Batchelder2013-09-293-10/+66
|
* Search a list of places to find HTML report static files. #259.Ned Batchelder2013-09-284-8/+68
|
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-289-4/+26
|
* Add tooling to find test classes that use temp directories and don't need to.Ned Batchelder2013-09-281-0/+64
|
* Line too long.Ned Batchelder2013-09-281-2/+2
|
* Thanks, Windows, for reminding me to close my files!Ned Batchelder2013-09-281-14/+18
|
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-284-21/+117
|
* More abstractions for bytes objects. Cleans up some version checks in the ↵Ned Batchelder2013-09-284-23/+42
| | | | real code.