summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* MergeBrett Cannon2012-04-181-0/+2
|\
| * merge 3.2 (#14607)Benjamin Peterson2012-04-171-0/+2
| |\
| | * mangle keyword-only argname when loading defaults (closes #14607)Benjamin Peterson2012-04-171-0/+2
* | | Issue #12599: Be more strict in accepting None vs. a false-like objectBrett Cannon2012-04-181-0/+4
|/ /
* | Issue #14592: A relative import will raise a KeyError if __package__Brett Cannon2012-04-171-0/+3
* | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.Charles-François Natali2012-04-171-0/+2
* | Add an explicit mention of a backwards-incompatible fix that importlib implic...Brett Cannon2012-04-161-0/+3
* | Closes #14452: remove BOM insertion code.Vinay Sajip2012-04-161-0/+2
|\ \ | |/
| * Closes #14452: remove BOM insertion code.Vinay Sajip2012-04-161-0/+2
* | Fix #10854. Make use of the new path and name attributes on ImportErrorBrian Curtin2012-04-161-0/+4
* | Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-0/+3
|\ \ | |/
| * Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-0/+6
* | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-151-0/+2
* | Issue #13959: Simplify imp.reload() by relying on a module'sBrett Cannon2012-04-151-0/+3
* | Issue #13959: Rename imp to _imp and add Lib/imp.py and beginBrett Cannon2012-04-151-0/+3
* | Issue #14582: Import returns the module returned by a loader insteadBrett Cannon2012-04-151-0/+3
* | Issue #13496: Merge from 3.2Mark Dickinson2012-04-151-0/+3
|\ \ | |/
| * Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-0/+3
* | Issue #13889: Merge fix from 3.2.Mark Dickinson2012-04-151-0/+4
|\ \ | |/
| * Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...Mark Dickinson2012-04-151-0/+4
* | Issue #10576: Add a progress callback to gcmoduleKristján Valur Jónsson2012-04-151-0/+3
* | Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+2
* | Merge #14399: corrected news itemR David Murray2012-04-141-4/+4
|\ \ | |/
| * #14399: corrected news itemR David Murray2012-04-141-4/+4
| * #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-0/+5
* | NEWS entry about importlib and ImportError's new attributes.Brett Cannon2012-04-131-0/+3
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-131-0/+4
* | Merge #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-0/+5
* | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-121-0/+2
|\ \ | |/
| * Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-121-0/+2
| * Merge 3.2.3 release clone.Georg Brandl2012-04-111-5/+5
| |\
| | * News entry for f91ecbc8bafc.Georg Brandl2012-04-101-5/+5
| * | Issue #8799: Fix and improve the threading.Condition documentation.Antoine Pitrou2012-04-101-0/+5
* | | Make the trace module ignore modules whose names start with "<" andBrett Cannon2012-04-111-0/+4
* | | _decimal is now 100x faster than the Python version in the pi benchmark.Stefan Krah2012-04-091-1/+1
* | | Issue #13165: stringbench is now available in the Tools/stringbench folder.Antoine Pitrou2012-04-091-0/+6
* | | #14533: if a test has no test_main, use loadTestsFromModule.R David Murray2012-04-091-0/+6
* | | #12537: in mailbox avoid depending on knowledge of email package internalsR David Murray2012-04-091-0/+3
* | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+4
|\ \ \ | |/ /
| * | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+4
* | | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.Antoine Pitrou2012-04-071-0/+3
* | | Issue #14310: inter-process socket duplication for windowsKristján Valur Jónsson2012-04-071-0/+3
* | | Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder.Ross Lagerwall2012-04-071-0/+2
* | | Issue #8515: Set __file__ when run file in IDLE.Andrew Svetlov2012-04-051-0/+3
* | | Merge from 3.2Andrew Svetlov2012-04-051-0/+3
|\ \ \ | |/ /
| * | Issue #14496: Fix wrong name in idlelib/tabbedpages.py.Andrew Svetlov2012-04-051-0/+3
* | | Issue #3033: Add displayof parameter to tkinter font.Andrew Svetlov2012-04-051-0/+2
* | | A few tweaks to whatsnew/3.3 (fixes #14362)Éric Araujo2012-04-051-2/+2
* | | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.Matthias Klose2012-04-041-0/+2
* | | Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-031-0/+4
|\ \ \ | |/ /