summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typo.Senthil Kumaran2010-05-181-1/+1
* Issue #7079: Fix a possible crash when closing a file object while usingAntoine Pitrou2010-05-173-3/+18
* Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.Florent Xicluna2010-05-172-17/+28
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-172-12/+5
* Slight style cleanup.Florent Xicluna2010-05-171-8/+6
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-173-57/+68
* Add cross-reference to later sectionAndrew M. Kuchling2010-05-161-3/+3
* Clear the OpenSSL error queue each time an error is signalled.Antoine Pitrou2010-05-161-0/+3
* Document that SSL v2 is insecure.Antoine Pitrou2010-05-161-0/+4
* Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close()Victor Stinner2010-05-161-6/+4
* Use 4-spaces for indentation (instead of tabs) in pgen outputsVictor Stinner2010-05-152-1297/+1297
* reindent _cursesmodule.cVictor Stinner2010-05-151-1910/+1910
* Remove unused variable, and fix a compilation warning on WindowsAmaury Forgeot d'Arc2010-05-151-1/+1
* NEWS: strip trailing spacesVictor Stinner2010-05-151-7/+7
* 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
* Issue #8711: add paragraph titles to c-api/unicode.rstVictor Stinner2010-05-141-27/+54
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-146-10/+10
* subprocess.Popen.__del__ referenced global objects, which is a no-no thanks toBrett Cannon2010-05-142-17/+38
* test_site was failing under darwin for non-framework builds because a test wasBrett Cannon2010-05-132-1/+10
* 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
* rip out mention of types.ListType #8703Benjamin Peterson2010-05-131-5/+2
* 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
* #8696: add documentation for logging.config.dictConfig (PEP 391)Andrew M. Kuchling2010-05-121-7/+453
* Improve _ssl.c formattingAntoine Pitrou2010-05-121-34/+27
* Grammar fixAndrew M. Kuchling2010-05-121-1/+1
* - clarify Attr.name comment on the presence of colons in namespace modeFred Drake2010-05-121-3/+12
* fix error introduced in previous commit, and the adjacent additional typoFred Drake2010-05-121-3/+2
* Let's call this doneAndrew M. Kuchling2010-05-121-3/+0
* Revision pass: lots of edits, typo fixes, rearrangementsAndrew M. Kuchling2010-05-121-191/+212
* 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-113-4/+27
* Issue #8672: Add a zlib test ensuring that an incomplete stream can beAntoine Pitrou2010-05-112-0/+17
* #8575 - Update and reorganize some _winreg contents.Brian Curtin2010-05-111-90/+244
* fix typoFred Drake2010-05-111-2/+2
* Issue #8674: fix another bogus overflow check in audioop module.Mark Dickinson2010-05-111-17/+8
* Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure ...Mark Dickinson2010-05-112-21/+7
* Use ';' after initialization macros to avoid confusing re-indentersAndrew M. Kuchling2010-05-101-40/+40
* Break long line in macrosAndrew M. Kuchling2010-05-101-7/+14
* Fix typoAndrew M. Kuchling2010-05-101-1/+1
* Fix typo.Georg Brandl2010-05-101-1/+1
* Consolidate deprecation messages.Georg Brandl2010-05-101-2/+1