summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-191-1/+1
* | Ignore exceptions on test handler closing.Vinay Sajip2012-05-191-1/+4
|/
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-192-6/+13
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.requestSenthil Kumaran2012-05-192-1/+29
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-192-9/+6
* #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-182-0/+7
* #14832: 'first' now really refers to first arg in unittest assertItemsEqualR David Murray2012-05-161-1/+1
* Issue #14829: Fix bisect issues under 64-bit Windows.Antoine Pitrou2012-05-161-3/+44
* Skip test under 64-bit WindowsAntoine Pitrou2012-05-161-1/+4
* Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-2/+26
* Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-152-7/+13