summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #1677: Unused variable warning in Non-WindowsJesus Cea2012-07-031-0/+3
* Backed out changeset 7ccc2cea6969Jesus Cea2012-07-031-3/+0
* Issue #1667: Unused variable warning in Non-WindowsJesus Cea2012-07-031-0/+3
* Create ~/.pypirc securely (#13512).Éric Araujo2012-07-033-1/+5
* Branch mergeÉric Araujo2012-07-031-1/+2
|\
| * Make it easier to search for the grouper() recipe.Raymond Hettinger2012-07-031-1/+2
* | Ignore .nfs* files in distutils (#7719).Éric Araujo2012-07-036-5/+36
* | Use source role to get links to filesÉric Araujo2012-07-021-3/+3
* | Adapt mentions of future changes in docÉric Araujo2012-07-024-5/+4
* | Avoid SyntaxError in script using print functionÉric Araujo2012-07-021-0/+2
|/
* The StopIteration API applies to both tokenize() and generate_tokens()Raymond Hettinger2012-07-021-1/+2
* Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLO...Antoine Pitrou2012-07-013-5/+5
* Make call of os.getppid() conditional: it is not available on Windows.Georg Brandl2012-07-011-1/+2
* Remove an unneeded footnote.Georg Brandl2012-07-011-6/+3
* Issue #15170: Quote the variable that expands to the current directory.Stefan Krah2012-06-301-1/+1
* Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit m...Mark Dickinson2012-06-303-2/+28
* MergedTim Golden2012-06-290-0/+0
|\
| * Backed out changeset ee51e3aef302 - it broke the test suiteAntoine Pitrou2012-06-291-9/+8
| * urlparse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-8/+9
* | Issue #1677: Handle better a race condition between the interactive interpret...Tim Golden2012-06-291-23/+16
|/
* #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-293-0/+23
* #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
* urlparse docs clean upSenthil Kumaran2012-06-291-5/+5
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-285-16/+15
* Issue #15219: Fix a reference leak when hashlib.new() is called withAmaury Forgeot d'Arc2012-06-283-6/+6
* #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-283-5/+46
* Regrtest option "-n" doesn't exist in 2.7.Antoine Pitrou2012-06-272-2/+2
* 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-2/+2
* issue13666 - Fixing datetime documentation example when using tzinfoSenthil Kumaran2012-06-261-9/+8
* Fixes issue #12268 for file readline, readlines and read() and readinto methods.Gregory P. Smith2012-06-263-5/+212
* Try to fix failure of a Windows buildbot to capture name resolution errors.Antoine Pitrou2012-06-251-0/+3
* Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...Vinay Sajip2012-06-251-1/+5
* Issue #15170: Try the HOST_PYTHON hack for 2.7.Stefan Krah2012-06-251-0/+1
* Remove useless test (flowinfo is unsigned).Charles-François Natali2012-06-231-2/+2
* Fixed the name of the 'email.Utils' module in tests.Alexander Belopolsky2012-06-221-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/+20
* Issue #15101: Make pool finalizer avoid joining current threadRichard Oudkerk2012-06-182-3/+8
* Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
* #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-172-9/+22
* Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport fro...Nick Coghlan2012-06-172-0/+12
* Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport fro...Nick Coghlan2012-06-171-1/+5
* Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals.Meador Inge2012-06-173-5/+34
* #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
* Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).Antoine Pitrou2012-06-151-0/+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