summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-283-5/+46
* Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* Allow passing extra testing options to the buildbot test scriptsAntoine Pitrou2012-06-272-3/+2
* Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-262-3/+6
* Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-262-1/+19
* issue13666 - Fixing datetime documentation example when using tzinfoSenthil Kumaran2012-06-261-10/+9
* Issue #13685 - Update argparse help message for % sign usage.Senthil Kumaran2012-06-261-0/+3
* Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...Vinay Sajip2012-06-251-1/+5
* Backport test_nntplib fixes from default.Antoine Pitrou2012-06-251-2/+5
* Issue #15171: Try the HOST_PYTHON hack for 3.2.Stefan Krah2012-06-251-0/+1
* Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the testGregory P. Smith2012-06-251-5/+5
* Fix a bunch of "versionchanged" related markup errors.Georg Brandl2012-06-243-6/+5
* Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.Georg Brandl2012-06-241-1/+1
* Partial backport of 612f34e31270: fix spacing error in exception message.Georg Brandl2012-06-241-2/+2
* Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-247-8/+290
* Speed up test_io by >2x by reducing the sleep time using setitimer instead ofGregory P. Smith2012-06-241-5/+5
* The build target of this makefile is python3.dll, not python32.dll.Martin v. Löwis2012-06-231-2/+2
* Issue #15142: Fix reference leak when deallocating instances of types created...Antoine Pitrou2012-06-232-0/+9
* Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.Mark Dickinson2012-06-231-22/+39
* Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify...Mark Dickinson2012-06-231-18/+23
* Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify tha...Mark Dickinson2012-06-231-13/+16
* Remove useless test (flowinfo is unsigned).Charles-François Natali2012-06-231-2/+2
* Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-223-4/+13
* #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-213-6/+19
* Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-193-4/+20
* Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-182-3/+8
* Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
* Update out of date docstring.R David Murray2012-06-171-7/+5
* #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-172-9/+22
* Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-172-1/+7
* Issue #15095: Use better assertions in test_imaplibNick Coghlan2012-06-171-5/+5
* Issue #15043: skip test_gdb if the custom hooks can't be loadedNick Coghlan2012-06-172-0/+12
* Issue #15044: Handle Fedora 17's approach to ndbm compatibilityNick Coghlan2012-06-171-1/+5
* #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-153-0/+16
* Issue #14933: fix misleading doc about weakref support in extension types.Antoine Pitrou2012-06-151-3/+2
* Issue #14937: Fix typo. Patch by Roger Serwy.Martin v. Löwis2012-06-141-1/+1
* Issue #15060: better fix, thanks to review on #python-devSandro Tosi2012-06-131-1/+1
* Issue #15060: fix typo in socket doc; Patch by anatoly techtonikSandro Tosi2012-06-131-1/+1
* Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-112-13/+19
* Issue #12510: Revise and triple # of calltip tests, with an eye to unittestTerry Jan Reedy2012-06-073-76/+138
* Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-063-3/+36
* Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-063-3/+19
* Nudge readers towards a more accurate mental model for loop else clausesNick Coghlan2012-06-071-0/+7
* Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-052-0/+9
* Revert the modification of e.strerror in 3.2 as that kind of change couldGregory P. Smith2012-06-031-3/+0
* Move the 14992 note to the correct section.Gregory P. Smith2012-06-031-5/+5
* Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSErrorGregory P. Smith2012-06-033-8/+53
* PEP 3131: support non-ASCII characters in auto-completion of identifiers.Martin v. Löwis2012-06-032-2/+2
* Do not try to insert control characters.Martin v. Löwis2012-06-031-1/+1
* Issue #14937: Perform auto-completion of filenames in strings even for non-AS...Martin v. Löwis2012-06-033-2/+24