summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922Eli Bendersky2013-09-061-0/+7
* | Issue #18878: sunau.open now supports the context manager protocol. Based onSerhiy Storchaka2013-09-051-0/+2
* | Issue #16853: Mention the new selectors module in What's New in Python 3.4Victor Stinner2013-09-041-0/+2
* | Issue #16853: Add new selectors module.Charles-François Natali2013-09-041-3/+4
* | Issue #18901: The sunau getparams method now returns a namedtuple rather thanSerhiy Storchaka2013-09-031-0/+7
* | Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnumEli Bendersky2013-08-311-0/+3
* | Issue #17741: Rename IncrementalParser and its methods.Eli Bendersky2013-08-301-3/+2
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-271-0/+33
* | Typo fixAndrew Kuchling2013-08-191-1/+1
* | Issue 18774: Update news and whatsnew for the set optimizationsRaymond Hettinger2013-08-191-0/+6
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+13
* | Remove duplicate text in 3.4 what's new (my bad)Antoine Pitrou2013-08-131-6/+0
* | Sort whatsnew entries alphabeticallyAntoine Pitrou2013-08-121-32/+34
* | Add whatsnew entries for 3.4.Antoine Pitrou2013-08-121-10/+103
* | Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-1/+2
* | #18600: add policy to add_string, and as_bytes and __bytes__ methods.R David Murray2013-08-091-0/+20
* | Issue #14323: Expanded the number of digits in the coefficients for theSerhiy Storchaka2013-08-061-0/+7
* | Hum, VMS code is still presentVictor Stinner2013-08-041-1/+0
* | Complete What's New in Python 3.4Victor Stinner2013-08-041-2/+7
* | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-3/+3
|\ \ | |/
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-3/+3
* | #17616: wave.open now supports the 'with' statement.R David Murray2013-07-311-1/+4
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+15
* | Close #13266: Add inspect.unwrapNick Coghlan2013-07-281-3/+11
* | #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-251-0/+6
* | Close issue 17482: don't overwrite __wrapped__Nick Coghlan2013-07-151-0/+9
* | Issue #3329: Implement the PEP 445Victor Stinner2013-07-071-14/+4
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-3/+0