summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-191-0/+2
* Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-0/+2
* Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
* Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-171-0/+3
* Issue #15043: skip test_gdb if the custom hooks can't be loadedNick Coghlan2012-06-171-0/+3
* #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+4
* Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-111-0/+3
* Issue #12510: Revise and triple # of calltip tests, with an eye to unittestTerry Jan Reedy2012-06-071-6/+7
* Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-061-0/+3
* Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-061-0/+3
* Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-051-0/+2
* 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-031-0/+5
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+3
* Add news item for #14943Brian Curtin2012-05-291-0/+3
* Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.Ned Deily2012-05-291-0/+2
* Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-281-0/+3
* Issue #9041: raised exception is misleadingMeador Inge2012-05-281-0/+4
* Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-281-0/+3
* Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-281-0/+3
* Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-281-0/+3
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-271-0/+3
* Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-261-0/+2
* Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-0/+3
* #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-241-0/+3
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
* Remove duplicate entries in Misc/NEWS.Florent Xicluna2012-05-231-20/+0
* #14472: Update .gitignorePetri Lehtinen2012-05-221-0/+2
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-0/+2
* news for Issue14426Senthil Kumaran2012-05-201-0/+3
* #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-191-0/+4
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-0/+3
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...Senthil Kumaran2012-05-191-0/+3
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-0/+3
* #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-181-0/+4
* Upgrade OpenSSL to 1.0.0jMartin v. Löwis2012-05-181-0/+2
* Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-161-0/+3
* Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-0/+6
* Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-151-0/+3
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+3
* Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-101-0/+3
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-101-0/+2
* Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-091-0/+2
* Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-0/+2
* Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-0/+3
* Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-0/+2
* Fix issue number in Misc/NEWS.Mark Dickinson2012-05-071-1/+1
* Issue #14965: Fix missing support for starred assignments in Tools/parser/unp...Mark Dickinson2012-05-061-0/+6
* #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-061-0/+5
* fix calling the classmethod descriptor directly (closes #14699)Benjamin Peterson2012-05-011-0/+2