summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Merge headsSerhiy Storchaka2013-10-131-8/+0
|\
| * Remove unexpected headings from Misc/NEWSAntoine Pitrou2013-10-131-8/+0
* | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-0/+2
|\ \ | |/ |/|
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-0/+2
* | Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+3
|\ \ | |/
| * Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+3
| * Merge headsSerhiy Storchaka2013-10-131-0/+3
| |\
* | | pdb: modernize find_function() and add tests for it.Georg Brandl2013-10-131-0/+2
* | | Merge headsSerhiy Storchaka2013-10-131-0/+3
|\ \ \
| * \ \ Issue #17827: document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+3
| |\ \ \ | | |/ /
| | * | Issue #17827: Document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+3
* | | | Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-0/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-0/+3
| |/
| * Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-10-121-0/+4
| * Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-121-0/+4
* | Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-131-0/+3
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-121-0/+3
* | Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".Antoine Pitrou2013-10-121-0/+3
* | Forgot NEWS entry for previous commit.Antoine Pitrou2013-10-121-0/+3
* | Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-0/+3
|\ \ | |/
| * Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-0/+3
* | Issue #19209: Remove import of copyreg from the os module to speed upChristian Heimes2013-10-111-0/+4
* | Issue #19205: Don't import the 're' module in site and sysconfig module toChristian Heimes2013-10-111-0/+3
* | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io m...Antoine Pitrou2013-10-111-0/+3
* | Rename contextlib.ignored() to contextlib.ignore().Raymond Hettinger2013-10-111-2/+2
* | upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-101-0/+2
* | 18764: remove the problematic 'print' alias for the PDB 'p' command.R David Murray2013-10-101-0/+3
* | Close #16742: Fix misuse of memory allocations in PyOS_Readline()Victor Stinner2013-10-101-0/+5
* | Issue #15805: Add contextlib.redirect_stdout()Raymond Hettinger2013-10-101-0/+2
* | Repair format of NEWS entry.Tim Peters2013-10-091-1/+2
|\ \ | |/
| * Repair format of NEWS entry.Tim Peters2013-10-091-1/+2
* | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-091-0/+2
|\ \ | |/
| * Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-091-0/+2
* | Close #19199: Remove ``PyThreadState.tick_counter`` fieldVictor Stinner2013-10-091-0/+2
* | Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least...Antoine Pitrou2013-10-071-0/+3
|\ \ | |/
| * Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least...Antoine Pitrou2013-10-071-0/+3
| * [issue19152] Revert 832579dbafd6.Eric Snow2013-10-031-2/+0
* | Issue #18972: Modernize email examples and use the argparse module in them.Serhiy Storchaka2013-10-061-0/+5
* | Issue #19087: Improve bytearray allocation in order to allow cheap popping of...Antoine Pitrou2013-10-051-0/+3
* | Issue #18716: Deprecate the formatter moduleBrett Cannon2013-10-041-0/+2
* | Fix typo.Eric Snow2013-10-031-1/+1
|\ \ | |/
| * Fix typo.Eric Snow2013-10-031-1/+1
| * [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-031-0/+2
| * [issue19151] Fix docstring and use of _get_suppported_file_loaders() to refle...Eric Snow2013-10-031-0/+3
* | [issue19151] Fix issue number in Misc/NEWS entry.Eric Snow2013-10-031-1/+1
* | [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-031-0/+2
* | [issue19951] Fix docstring and use of _get_suppported_file_loaders() to refle...Eric Snow2013-10-031-0/+3
* | Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-1/+2
|\ \ | |/
| * Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-0/+2
* | Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-031-0/+2
|\ \ | |/