summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...Senthil Kumaran2012-07-231-0/+3
|\
| * - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...Senthil Kumaran2012-07-231-0/+3
* | #15094: fix incorrectly placed #endif in _tkinter.c.Andrew Svetlov2012-07-221-0/+3
* | Merge #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-221-0/+3
|\ \ | |/
| * #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-221-0/+3
* | Merge #12353: argparse now correctly handles null argument values.R David Murray2012-07-221-0/+2
|\ \ | |/
| * #12353: argparse now correctly handles null argument values.R David Murray2012-07-221-0/+2
* | Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-211-0/+5
* | Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...Florent Xicluna2012-07-211-1/+4
|\ \ | |/
| * Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...Florent Xicluna2012-07-211-0/+3
| * Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after er...Antoine Pitrou2012-07-201-0/+3
* | Move importlib.test.benchmark to Tools/importbench to make it moreBrett Cannon2012-07-201-0/+2
* | Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+2
* | Issue #15091: Call importlib.invalidate_caches() and reactivate a testBrett Cannon2012-07-201-1/+4
* | Add missing NEWS entry for changeset b79d276041a8Ronald Oussoren2012-07-201-0/+3
* | Merge 3.2Andrew Svetlov2012-07-201-0/+2
|\ \ | |/
| * Issue #15404: Refleak in PyMethodObject repr.Andrew Svetlov2012-07-201-0/+2
* | #1492704: Backout and wait for 3.4Hynek Schlawack2012-07-191-3/+0
* | Issue #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-191-0/+3
|\ \ | |/
| * Issue #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-191-0/+3
* | #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-07-191-0/+3
* | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-0/+3
|\ \ | |/
| * Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-0/+3
* | Issue #15368: make bytecode generation deterministic.Meador Inge2012-07-181-0/+3
|\ \ | |/
| * Issue #15368: make bytecode generation deterministic.Meador Inge2012-07-181-0/+3
* | Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...Nick Coghlan2012-07-181-0/+3
* | Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-161-0/+3
|\ \ | |/
| * Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-161-0/+3
* | Issue #15202: Consistently use the name "follow_symlinks" forLarry Hastings2012-07-151-0/+3
* | #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-0/+2
|\ \ | |/
| * #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-0/+2
* | Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...Nick Coghlan2012-07-151-0/+4
* | Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-151-1/+9
* | - Issue #15233: Python now guarantees that callables registered withLarry Hastings2012-07-151-0/+3
* | - Issue #15238: shutil.copystat now copies Linux "extended attributes".Larry Hastings2012-07-151-0/+2
* | Merge #15230 doc updates from 3.2Nick Coghlan2012-07-141-1/+4
|\ \ | |/
| * Issue #15230: Update runpy docs to clarify a couple of points that came up in...Nick Coghlan2012-07-141-0/+3
* | Merge fix for #15230 from 3.2Nick Coghlan2012-07-141-0/+5
|\ \ | |/
| * Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-141-0/+5
* | Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() useBrett Cannon2012-07-131-0/+9
* | Issue #15053: Make sure all functions related to the import lock haveBrett Cannon2012-07-131-0/+3
* | Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-111-0/+4
|\ \ | |/
| * Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-111-0/+4
* | Issue #15111: When a module was imported using a 'from import'Brett Cannon2012-07-101-0/+4
* | Issue #15315: Support VS 2010 in distutils cygwincompiler.Martin v. Löwis2012-07-101-0/+2
* | Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested ...Antoine Pitrou2012-07-091-0/+3
* | Issue #15288: Clarify that pkgutil.walk_packages() and friends will noBrett Cannon2012-07-091-0/+5
* | Issue #15056: imp.cache_from_source() and source_from_cache() raiseBrett Cannon2012-07-091-0/+3
* | Issue #15256: Re-use the ImportError exception message as defined byBrett Cannon2012-07-091-0/+2
* | revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-091-5/+0
|\ \ | |/