summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* typo fixAndrew M. Kuchling2009-03-301-1/+1
* Change more tests to use import_module for the modules thatR. David Murray2009-03-3017-43/+53
* #5039: make it clear that the impl. note refers to CPython.Georg Brandl2009-03-301-2/+3
* A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),Barry Warsaw2009-03-304-62/+83
* Many editsAndrew M. Kuchling2009-03-301-75/+74
* Add several items and placeholdersAndrew M. Kuchling2009-03-301-42/+90
* Remove commentAndrew M. Kuchling2009-03-301-2/+0
* Typo fixesAndrew M. Kuchling2009-03-301-2/+2
* #5199: make warning about vars() assignment more visible.Georg Brandl2009-03-301-2/+6
* Add several VM developers.Martin v. Löwis2009-03-301-0/+5
* finalize the queue prior to shutdownJesse Noller2009-03-301-0/+2
* Fix for bugs: Issue4675 and Issue4962.Senthil Kumaran2009-03-304-2/+22
* Remove references to test_socket_ssl which was deleted in trunkR. David Murray2009-03-301-12/+0
* Fix for issue 13095Ronald Oussoren2009-03-302-1/+7
* Fixes issue 5270Ronald Oussoren2009-03-302-5/+12
* * Set a custom icon on the Python installer DMGRonald Oussoren2009-03-302-127/+189
* Remove usage of the deprecated '-cString' and '+stringWithCString:' API'sRonald Oussoren2009-03-301-2/+2
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-3020-41/+78
* Fix issue where 'make altinstall' or 'make install' would install everythingRonald Oussoren2009-03-302-1/+5
* * Updates installed dependencies to latest releaases (bzip, zlib, ...)Ronald Oussoren2009-03-302-111/+65
* Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed spa...Kurt B. Kaiser2009-03-302-4/+15
* Fix for issue 896199 (some Carbon modules aren't present in the documentation)Ronald Oussoren2009-03-301-0/+262
* Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager socketsJesse Noller2009-03-303-0/+29
* Revert incorrect change.R. David Murray2009-03-301-3/+6
* Add an entry to developers.txt.Brett Cannon2009-03-301-0/+3
* This patch fixes issue 1254695 (wrong argument type conversion in Carbon.Qt)Ronald Oussoren2009-03-302-365/+368
* don't rely on the order dict repr #5605Benjamin Peterson2009-03-301-2/+2
* Convert import try/except to use test_support.import_module().R. David Murray2009-03-301-6/+3
* add missing importBenjamin Peterson2009-03-301-0/+1
* there's actually three methods here #5600Benjamin Peterson2009-03-301-2/+2
* fix importBenjamin Peterson2009-03-301-2/+2
* Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...Bob Ippolito2009-03-295-8/+17
* add missing importBenjamin Peterson2009-03-291-0/+1
* use the awesome new status iteratorBenjamin Peterson2009-03-291-1/+3
* thanks to guido's bytecode verifier, this is fixedBenjamin Peterson2009-03-291-47/+0
* this has been fixed since 2.6 (I love removing these)Benjamin Peterson2009-03-291-14/+0
* Make life easier for non-CPython implementations.Raymond Hettinger2009-03-291-1/+1
* Issue #532631: Apply floatformat changes to unicodeobject.cMark Dickinson2009-03-291-0/+9
* Issue #532631: Add paranoid check to avoid potential buffer overflowMark Dickinson2009-03-291-1/+10
* Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 testMark Dickinson2009-03-294-4/+4
* Typo fix.Guilherme Polo2009-03-291-1/+1
* Add the ability to control the random seed used by regrtest.py -r.Collin Winter2009-03-291-3/+15
* fix consistencyBenjamin Peterson2009-03-291-2/+2
* stop the versionchanged directive from hiding the docsBenjamin Peterson2009-03-291-5/+7
* a more realistic exampleBenjamin Peterson2009-03-291-1/+15
* Add section numbering to some of the larger subdocuments.Georg Brandl2009-03-287-0/+7
* Switch to fixed Sphinx version.Georg Brandl2009-03-281-1/+1
* Add a script to fixup rst files if the pre-commit hook rejects them.Georg Brandl2009-03-281-0/+29
* Fix a typo and be more specificAntoine Pitrou2009-03-281-3/+7
* Typo fixGuilherme Polo2009-03-281-1/+1