summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-261-1/+16
* 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
* Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the testGregory P. Smith2012-06-251-5/+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-241-0/+236
* Speed up test_io by >2x by reducing the sleep time using setitimer instead ofGregory P. Smith2012-06-241-5/+5
* 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
* Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-192-4/+18
* Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-3/+6
* Update out of date docstring.R David Murray2012-06-171-7/+5
* Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-171-1/+4
* 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-171-0/+9
* #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-152-0/+12
* Issue #14937: Fix typo. Patch by Roger Serwy.Martin v. Löwis2012-06-141-1/+1
* Issue #12510: Revise and triple # of calltip tests, with an eye to unittestTerry Jan Reedy2012-06-072-70/+131
* 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
* Revert the modification of e.strerror in 3.2 as that kind of change couldGregory P. Smith2012-06-031-3/+0
* Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSErrorGregory P. Smith2012-06-032-8/+48
* 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
* Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive nameTerry Jan Reedy2012-06-031-15/+17
* Issue 10365: Add and replace comments; condense defaulted attribute access.Terry Jan Reedy2012-06-031-16/+13
* Issue #14926: fix docstring highlightSandro Tosi2012-06-021-1/+1
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+5
* Added test skip under Windows, as not applicable there.Vinay Sajip2012-05-311-0/+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
* Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-281-1/+2
* Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-281-1/+1
* 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 #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-1/+1
* 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
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-242-0/+8
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-2/+1
* Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
* Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-202-5/+5
* #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-191-1/+1
* #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.client r...Senthil Kumaran2012-05-192-1/+29
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-192-9/+11