summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert the modification of e.strerror in 3.2 as that kind of change couldGregory P. Smith2012-06-031-3/+0
* Move the 14992 note to the correct section.Gregory P. Smith2012-06-031-5/+5
* Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSErrorGregory P. Smith2012-06-033-8/+53
* 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
* backport c4bd68be5fc6 to 3.2Sandro Tosi2012-06-021-1/+1
* Issue #14926: fix docstring highlightSandro Tosi2012-06-021-1/+1
* refer to time.strftimeSandro Tosi2012-06-021-8/+8
* #14957: fix doc typo.R David Murray2012-06-021-1/+1
* don't leak if the __class__ closure is setBenjamin Peterson2012-06-021-4/+2
* #14957: clarify splitlines docs.R David Murray2012-06-011-1/+7
* Issue #14968: set 'Inplace Operators' as subsection; patch by Lars BuitinckSandro Tosi2012-06-011-1/+1
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-312-0/+8
* Added test skip under Windows, as not applicable there.Vinay Sajip2012-05-311-0/+1
* Add news item for #14943Brian Curtin2012-05-291-0/+3
* Fix #14943. Update the proper default value and list the proper argument name...Brian Curtin2012-05-291-3/+3
* 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
* Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-282-1/+5
* Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-282-1/+4
* 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/+6
* Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-262-1/+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-252-3/+20
* #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-242-15/+8
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-243-0/+11
* Remove duplicate entries in Misc/NEWS.Florent Xicluna2012-05-231-20/+0
* #14472: Update .gitignorePetri Lehtinen2012-05-223-0/+22
* Restore [] where default arguments are not keywordsHynek Schlawack2012-05-224-4/+4
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-212-2/+3
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-218-11/+11
* Fix `versionchanged` tags for json.loadHynek Schlawack2012-05-201-1/+1
* 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
* Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
* news for Issue14426Senthil Kumaran2012-05-201-0/+3
* 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-194-2/+7
* #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.client r...Senthil Kumaran2012-05-193-1/+32
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-193-9/+14
* #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-184-0/+12