summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-041-1/+2
* | #18111: Add What's New entry for max/min default.R David Murray2013-06-281-0/+3
* | #11390: convert doctest CLI to argparse and add -o and -f options.R David Murray2013-06-231-2/+9
* | Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-1/+6
* | ... also TLSv1.1 and TLSv1.2Christian Heimes2013-06-221-0/+3
* | Add my SSL module patches to whatsnew 3.4Christian Heimes2013-06-221-0/+12
* | whatsnew/3.4: mention functools.singledispatch, PEP 443Victor Stinner2013-06-201-0/+6
* | whatsnew/3.4: mention the new enum module, PEP 435Victor Stinner2013-06-201-2/+2
* | importlib.abc.SourceLoader.get_source() was re-raising SyntaxError andBrett Cannon2013-06-161-0/+9
* | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-0/+3
* | Fix typo; clarify that the methods were removed entirelyAndrew Kuchling2013-06-151-2/+2
* | Move something to the right section of What's NewBrett Cannon2013-06-151-4/+6
* | Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-141-0/+5
* | Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-131-0/+3
* | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-0/+3
* | Issue #18065: For frozen packages set __path__ to [].Brett Cannon2013-06-011-0/+7
* | Issues #18088, 18089: IntroduceBrett Cannon2013-05-311-1/+4
* | Update What's New for importlib.util.module_to_load name changeBrett Cannon2013-05-311-1/+1
* | Issue #18070: importlib.util.module_for_loader() now sets __loader__Brett Cannon2013-05-281-1/+6
* | Issue #11816: multiple improvements to the dis moduleNick Coghlan2013-05-061-0/+15
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-0/+5
* | #2118: IOError is deprecated, use OSError.R David Murray2013-04-141-1/+1
* | #2118: Make SMTPException a subclass of IOError.R David Murray2013-04-131-0/+11
* | #17487: wave.getparams now returns a namedtuple.R David Murray2013-04-101-0/+6
* | What's new entry for issue #17093Brett Cannon2013-04-091-1/+5
* | Merge #17623: fix whatsnew typoR David Murray2013-04-031-1/+1
|\ \ | |/
| * #17623: fix whatsnew typoR David Murray2013-04-031-1/+1
* | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...Antoine Pitrou2013-03-281-0/+1
* | Merge with 3.3.Georg Brandl2013-03-281-0/+4
|\ \ | |/
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+4
* | Issue #16475: Add a whatsnew entry for 3.4Kristjan Valur Jonsson2013-03-261-2/+2
* | Issue #13248: NEWS and What's New itemsTerry Jan Reedy2013-03-211-1/+3