summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.Ned Deily2012-05-292-1/+3
* Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-283-3/+61
* Issue #9041: raised exception is misleadingMeador Inge2012-05-283-25/+19
* Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-282-3/+9
* #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-2710-20/+20
* #10365 Trim trailing whitespaceTerry Jan Reedy2012-05-271-1/+1
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-273-6/+17
* Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-262-2/+7
* 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-252-3/+20
* 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-243-3/+13
* Issue #14888: Fix misbehaviour of the _md5 module when called on data larger ...Antoine Pitrou2012-05-232-3/+17
* Restore [] where default arguments are not keywordsHynek Schlawack2012-05-224-4/+4
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-2225-61/+61
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-212-3/+4
* Fixes #14864: Added documentation on how to undo the effects of a logging.dis...Vinay Sajip2012-05-201-1/+2
* Document when json.load's parse_constant behaviour changedHynek Schlawack2012-05-201-0/+3
* 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-2014-9/+63
* Issue #14572: Prevent build failures with pre-3.5.0 versions ofNed Deily2012-05-202-2/+5
* Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-203-5/+8
* Merged upstream changes.Vinay Sajip2012-05-194-2/+7
|\
| * #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-194-2/+7
* | 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-193-6/+16
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.requestSenthil Kumaran2012-05-193-1/+32
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-193-9/+9
* #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-184-0/+12
* Fix time.time() references in the time module docsPetri Lehtinen2012-05-181-6/+6
* Stop refetching OpenSSL.Martin v. Löwis2012-05-181-1/+1
* Use SSL directory from properties file.Martin v. Löwis2012-05-181-32/+8
* #14823: Simplify threading.Lock.acquire argument discussion.R David Murray2012-05-171-8/+5
* #14832: 'first' now really refers to first arg in unittest assertItemsEqualR David Murray2012-05-162-1/+4
* #14692 Fix json docs to reflect changes in json.loadHynek Schlawack2012-05-161-2/+2
* Issue #14829: Fix bisect issues under 64-bit Windows.Antoine Pitrou2012-05-163-4/+47
* Skip test under 64-bit WindowsAntoine Pitrou2012-05-161-1/+4
* #1440472: reflowR David Murray2012-05-161-4/+3
* #1440472: Explain that email parser/generator isn't *quite* "idempotent"R David Murray2012-05-161-1/+10
* Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-162-2/+32
* Force recheckout of openssl.Martin v. Löwis2012-05-151-1/+1
* merge headsSenthil Kumaran2012-05-155-5/+7
|\
| * Upgrade openssl to 0.9.8x.Martin v. Löwis2012-05-155-5/+7
* | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-152-7/+13
|/
* Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authe...Senthil Kumaran2012-05-153-1/+20
* #14766: Reflow the altered paragraphs.R David Murray2012-05-151-18/+18
* #14766: Add correct algorithm for when a 'time' object is naive.R David Murray2012-05-151-10/+25