summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #7079: Fix a possible crash when closing a file object while usingAntoine Pitrou2010-05-171-1/+11
* Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.Florent Xicluna2010-05-171-17/+26
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-171-1/+2
* Slight style cleanup.Florent Xicluna2010-05-171-8/+6
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-172-57/+66
* Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close()Victor Stinner2010-05-161-6/+4
* use TestCase skip methodBenjamin Peterson2010-05-151-4/+4
* If the timeout is exceeded, count the tests as skipped instead of justStefan Krah2010-05-151-6/+4
* Fix regression introduced by r81154 (Issue #5099, subprocess destructor)Victor Stinner2010-05-141-3/+3
* subprocess.Popen.__del__ referenced global objects, which is a no-no thanks toBrett Cannon2010-05-141-17/+34
* test_site was failing under darwin for non-framework builds because a test wasBrett Cannon2010-05-131-1/+2
* Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot.Florent Xicluna2010-05-131-17/+4
* Improve test feedback to troubleshoot issue #8423 on OS X.Florent Xicluna2010-05-131-4/+17
* Better test skipping, with message in the log.Florent Xicluna2010-05-131-8/+14
* Revert the additional OS X information (r81140). Keep the endianness informa...Florent Xicluna2010-05-131-5/+1
* Add sensible information about the OS X platform to diagnose issue #8423:Florent Xicluna2010-05-131-1/+6
* Fix verb tense in skip message.Victor Stinner2010-05-131-1/+1
* Issue #8422, test_genericpath: skip the creation of a directory with an invalidVictor Stinner2010-05-131-0/+4
* Fix Issue8657 - adding git and git+ssh as know schemes.Senthil Kumaran2010-05-132-2/+7
* Fix unused variable in test_factorial.Mark Dickinson2010-05-121-1/+1
* Removed the assertion that dispatcher.connected attribute must be False after...Giampaolo Rodolà2010-05-121-6/+2
* Issue #8681: Make the zlib module's error messages more informative whenAntoine Pitrou2010-05-111-0/+7
* Issue #8672: Add a zlib test ensuring that an incomplete stream can beAntoine Pitrou2010-05-111-0/+13
* Improving help message for python -m unittest. Issue 8303.Michael Foord2010-05-102-6/+7
* Issue #8490: adds a more solid test suite for asyncoreGiampaolo Rodolà2010-05-101-1/+275
* Adding a test for unittest.BaseTestSuite.Michael Foord2010-05-091-0/+45
* Issue #8644: Improve accuracy of timedelta.total_seconds method.Mark Dickinson2010-05-091-1/+8
* Revert r81012. buildbot problems and its questionable of me to evenGregory P. Smith2010-05-092-236/+5
* Fixes [issue7245] Better Ctrl-C support in pdb.Gregory P. Smith2010-05-082-5/+236
* Skip signal handler re-installation if it is not necessary. Issue 8354.Jean-Paul Calderone2010-05-081-18/+75
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-082-2/+2
* unittest: issue 8301. Adding functions to test suites no longer crashes.Michael Foord2010-05-082-1/+15
* update pydoc-topicsBenjamin Peterson2010-05-081-4/+4
* run and fix enumerate start test cases #8636Benjamin Peterson2010-05-081-9/+14
* Updating documentation and adding docstrings to unittest.TestCase.assertRegex...Michael Foord2010-05-081-0/+2
* add underscoreBenjamin Peterson2010-05-081-1/+1
* r80967 introduced a new schemeBenjamin Peterson2010-05-081-2/+2
* Revert r80963 - it broke compilation everywhereAntoine Pitrou2010-05-081-20/+1
* Issue 7780. Adding a test for unittest test discovery from a dotted path.Michael Foord2010-05-081-0/+17
* Issue #8084: ensure that the --user directoryRonald Oussoren2010-05-082-7/+31
* Fix for issue #7724: make it possible to build usingRonald Oussoren2010-05-081-1/+20
* Fixing the errors trigerred in test_urllib2net. Related to issue8656.Senthil Kumaran2010-05-081-5/+8
* Fix Issue8656 - urllib2 mangles file://-scheme URLsSenthil Kumaran2010-05-082-2/+3
* Issue 8547 - detecting and reporting that modules have been imported from the...Michael Foord2010-05-072-3/+58
* revert r80932; it breaks windowsBenjamin Peterson2010-05-072-53/+1
* Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,...Benjamin Peterson2010-05-0715-91/+167
* Issue 8547 - detecting and reporting that modules have been imported from the...Michael Foord2010-05-072-1/+53
* Issue #8571: Fix an internal error when compressing or decompressing aAntoine Pitrou2010-05-071-3/+59
* Adding tests for unittest command line handling of buffer, catchbreak and fai...Michael Foord2010-05-072-0/+206
* Adding a test for unittest test discovery with dotted path name.Michael Foord2010-05-072-4/+21