summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.4.rst
Commit message (Expand)AuthorAgeFilesLines
...
* Collapse 'python invocation changes' into 'other improvements'.R David Murray2013-12-241-9/+6
* Link new module summary entries to their description sections.R David Murray2013-12-241-8/+23
* Add pep 435 summary entry in new required features, and ensurepip description.R David Murray2013-12-231-0/+34
* Add link to selectors description from its summary line.R David Murray2013-12-231-2/+5
* Make summary entry format consistent (always end with pep or issue in parens).R David Murray2013-12-231-9/+11
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* Mention deprecation and porting sections in intro.R David Murray2013-12-231-1/+2
* Reflow 'modulespec' paragraphs.R David Murray2013-12-231-10/+9
* Make mailing list thread reference an inline link, reword i.e. abbreviation.R David Murray2013-12-231-5/+5
* Make the organization of the body and the summary have parallel structure.R David Murray2013-12-231-31/+39
* Add description of marshal changes.R David Murray2013-12-231-1/+16
* Be consistent in how PEPs are referenced throughout the summary section.R David Murray2013-12-221-5/+7
* Rewrite module-globals summary entry, and expand the full description a bit.R David Murray2013-12-221-3/+6
* Make argument clinic summary entry parallel to other PEP entries.R David Murray2013-12-221-3/+3
* Make CPython PEP summary entry links consistent, add pep 456 discussion.R David Murray2013-12-211-5/+24
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-0/+1
* Add link from email summary entry to entry in changed module section.R David Murray2013-12-201-1/+4
* Add links to discussion of multiprocessing spawn/forkserver feature.R David Murray2013-12-201-8/+11
* Tidy up ssl whatsnew references, make ssl section formatting consistent.R David Murray2013-12-201-10/+12
* Add link from pickle protocol 4 in summary to the section about it.R David Murray2013-12-201-1/+3
* Include sha3 addition in hashlib section of whatsnew.R David Murray2013-12-201-1/+7
* No need for single para descriptions to have separate contributed by para.R David Murray2013-12-201-14/+0
* whatsnew: s/no new syntax features planned/no new syntax features added/R David Murray2013-12-201-1/+1
* Fix spelling error in single dispatch whatsnew summary, and add link.R David Murray2013-12-201-1/+4
* Make the 'PEP 446' string link to the PEP in whatsnew new feature description.R David Murray2013-12-201-2/+2
* Add email package to whatsnew list of significantly improved stdlib modules.R David Murray2013-12-201-0/+3
* Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-171-3/+12
* Issue #14432: Document the removal of the PyFrameObject.f_tstate fieldVictor Stinner2013-12-131-10/+20
* asyncio: remove references to the Tulip project, rename Tulip to asyncio.Victor Stinner2013-12-131-0/+5
* Backout changeset 46393019b650Victor Stinner2013-12-131-5/+0
* Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,Victor Stinner2013-12-131-0/+5
* Fixed formatting (was parsed as description list).Serhiy Storchaka2013-12-021-1/+1
* #13592, #17087: add whatsnew entry about regex/match object repr improvements.Ezio Melotti2013-11-251-0/+7
* Mention the new tracemalloc module in the What's New in Python 3.4 documentVictor Stinner2013-11-251-0/+18
* Add whatsnew section about the html package.Ezio Melotti2013-11-251-0/+21
* Fix suspicious markup in the docs.Georg Brandl2013-11-241-1/+1
* Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,Serhiy Storchaka2013-11-231-0/+7
* Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-231-0/+3
* 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