summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-231-0/+15
* Issue #19551: Update whatsnew.Ned Deily2013-11-231-3/+2
* Update What's New with PEP 453 progressNick Coghlan2013-11-231-9/+19
* Close #7475: Restore binary & text transform codecsNick Coghlan2013-11-231-16/+34
* Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).Antoine Pitrou2013-11-221-0/+18
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-0/+20
* Close #17916: dis.Bytecode based replacement for distbNick Coghlan2013-11-221-1/+2
* Issue #19619: Update What's New for codec blacklistNick Coghlan2013-11-221-11/+12
* Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-201-0/+3
* ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+1
* Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.Serhiy Storchaka2013-11-191-0/+7
* Issue #17839: mention base64 change in What's NewNick Coghlan2013-11-131-0/+8
* Close #17828: better handling of codec errorsNick Coghlan2013-11-131-13/+65
* Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-111-0/+29
* Issue #4331: Added functools.partialmethodNick Coghlan2013-11-031-1/+19
* Issue #19410: Put back in special-casing of '' forBrett Cannon2013-11-011-3/+0
* Assorted 3.4 What's New updatesNick Coghlan2013-10-261-59/+114
* Issue #19375: The site module adding a "site-python" directory to sys.path, i...Antoine Pitrou2013-10-251-1/+2
* Close #19345: fix typoVictor Stinner2013-10-231-2/+2
* Issue #19344: fix markup error in whatsnewChristian Heimes2013-10-221-1/+1
* Issue #16595: Add prlimit() to resource moduleChristian Heimes2013-10-221-0/+6
* fix typo in what's new in 3.4Victor Stinner2013-10-211-1/+1
* Fix typo in whatsnewChristian Heimes2013-10-211-1/+1
* add a filterfunc to zip file.PyZipFile.writepy, issue 19274Christian Tismer2013-10-211-0/+10
* What's New updates prior to alphaNick Coghlan2013-10-201-9/+60
* Issue #12866: The audioop module now supports 24-bit samples.Serhiy Storchaka2013-10-191-0/+6
* Doc markup fixes.Georg Brandl2013-10-191-2/+2
* Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwdBrett Cannon2013-10-181-0/+11
* Close #19266: contextlib.ignore -> contextlib.suppressNick Coghlan2013-10-171-5/+8
* Issue #16129: Add `Py_SetStandardStreamEncoding`Nick Coghlan2013-10-171-1/+4
* #18891: Complete new provisional email API.R David Murray2013-10-171-0/+15
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-3/+3
|\
* \ Issue #17827: document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+13
|\ \ | |/
* | Docs tweaks for contextlib additionsNick Coghlan2013-10-131-0/+13
* | Grammar fix.Eric V. Smith2013-10-131-1/+1
* | Document speedup in whatsnewChristian Heimes2013-10-131-0/+11
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-121-0/+8
* | #19221: update whatsnew entry about UCD version.Ezio Melotti2013-10-121-1/+1
* | Markup fix.Georg Brandl2013-10-121-1/+1
* | 18764: remove the problematic 'print' alias for the PDB 'p' command.R David Murray2013-10-101-0/+16
* | Close #16742: Fix misuse of memory allocations in PyOS_Readline()Victor Stinner2013-10-101-0/+6
* | Close #19199: Remove ``PyThreadState.tick_counter`` fieldVictor Stinner2013-10-091-1/+2
* | Issue #18716: Deprecate the formatter moduleBrett Cannon2013-10-041-3/+6
* | Issue #19132: The pprint module now supports compact mode.Serhiy Storchaka2013-10-021-0/+7
* | Close #18626: add a basic CLI for the inspect moduleNick Coghlan2013-09-221-1/+5
* | Close #19047: weakref doc cleanupsNick Coghlan2013-09-221-2/+9
* | One more markup fix.Georg Brandl2013-09-161-1/+1
* | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...Andrew Kuchling2013-09-151-0/+8
* | Issue 18771: Make it possible to set the number linear probes at compile-time.Raymond Hettinger2013-09-151-2/+9
* | Fixup reST syntax errors and streamline docs of PEP 446.Georg Brandl2013-09-151-4/+4