summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix closes issue # 15033 - Return the proper exitcode for failure when module...Senthil Kumaran2012-07-051-1/+17
* Create ~/.pypirc securely (#13512).Éric Araujo2012-07-031-1/+1
* Ignore .nfs* files in distutils (#7719).Éric Araujo2012-07-033-3/+26
* Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLO...Antoine Pitrou2012-07-013-5/+5
* Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit m...Mark Dickinson2012-06-301-0/+8
* #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-292-0/+20
* #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-283-10/+9
* Issue #15219: Fix a reference leak when hashlib.new() is called withAmaury Forgeot d'Arc2012-06-281-6/+2
* #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-282-5/+42
* Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* Fixes issue #12268 for file readline, readlines and read() and readinto methods.Gregory P. Smith2012-06-261-1/+146
* 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
* 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-222-4/+10
* #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+11
* Issue #15101: Make pool finalizer avoid joining current threadRichard Oudkerk2012-06-181-3/+6
* Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport fro...Nick Coghlan2012-06-171-0/+9
* Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals.Meador Inge2012-06-172-5/+30
* #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-152-0/+12
* Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).Antoine Pitrou2012-06-151-0/+1
* Minor formatting fix=upRaymond Hettinger2012-06-101-1/+1
* Wrap fat lines and improve some variable names.Raymond Hettinger2012-06-091-17/+20
* Code cleanupsRaymond Hettinger2012-06-081-46/+73
* NEWS fixesTerry Jan Reedy2012-06-071-2/+13
* Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-062-3/+33
* Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-062-3/+16
* Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive nameTerry Jan Reedy2012-06-031-14/+16
* Issue 10365: Add and replace comments; condense defaulted attribute access.Terry Jan Reedy2012-06-031-16/+13
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+5
* Changed comment on test skip.Vinay Sajip2012-05-311-1/+1
* Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.Ned Deily2012-05-291-1/+1
* Issue #9041: raised exception is misleadingMeador Inge2012-05-281-0/+10
* Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-281-3/+6
* #10365 Trim trailing whitespaceTerry Jan Reedy2012-05-271-1/+1
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-272-6/+14
* Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-261-2/+4
* Issue #14881: Allow normal non-main thread to spawn a dummy processRichard Oudkerk2012-05-251-1/+2
* #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-0/+13
* Fix other test requirements.Antoine Pitrou2012-05-241-3/+2
* Fix memory constraint for test_decodeasciiAntoine Pitrou2012-05-241-1/+1
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-242-3/+10
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-2/+1
* merge headsSenthil Kumaran2012-05-201-0/+1
|\
| * Temporarily disabled test_race on Windows.Vinay Sajip2012-05-201-0/+1
* | Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
|/
* Issue #8767: Restore building with --disable-unicode.Martin v. Löwis2012-05-207-9/+51
* Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-202-5/+5
* Merged upstream changes.Vinay Sajip2012-05-191-1/+1
|\