summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in theVictor Stinner2016-04-241-0/+7
* Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-241-3/+2
|\
| * Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-241-3/+2
* | PyMem_Malloc() now uses the fast pymalloc allocatorVictor Stinner2016-04-221-0/+6
* | [minor] Doc fix in old python doc.Senthil Kumaran2016-04-211-1/+1
* | Merge doc and comment fixes from 3.5Martin Panter2016-04-191-1/+1
|\ \ | |/
| * Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-173-3/+3
|\ \ | |/
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-2/+2
* | Issue #26782: Add STARTUPINFO to subprocess.__all__ on WindowsMartin Panter2016-04-161-1/+1
* | Merge typo fixes from 3.5Martin Panter2016-04-161-1/+1
|\ \ | |/
| * Fix typos in code comments and documentationMartin Panter2016-04-161-1/+1
* | Issue #26638: Merge link fixes from 3.5Martin Panter2016-04-164-12/+12
|\ \ | |/
| * Issue #26638: Fix links to some CLI options and section headingsMartin Panter2016-04-164-12/+12
* | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-0/+10
* | Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-112-2/+2
|\ \ | |/
| * Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-112-2/+2
* | Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-113-5/+5
|\ \ | |/
| * Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-113-5/+5
* | Issue #26685: Raise OSError if closing a socket failsMartin Panter2016-04-111-0/+4
* | Issue #25609: Double back-ticks to avoid “make check” buildbot failureMartin Panter2016-04-101-1/+1
* | Issue #26587: Allow .pth files to specify file paths as well asBrett Cannon2016-04-081-0/+8
* | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-081-3/+23
* | Issue #26676: Add missing XMLPullParser to ElementTree.__all__Martin Panter2016-04-011-1/+2
* | Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-8/+8
|\ \ | |/
| * Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-8/+8
* | faulthandler: add Windows exception handlerVictor Stinner2016-03-231-0/+8
* | Optimize bytes.replace(b'', b'.')Victor Stinner2016-03-211-0/+3
* | Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-191-0/+2
* | Issue #26567: enhance ResourceWarning exampleVictor Stinner2016-03-191-9/+12
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-0/+34
* | Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-181-1/+1
* | Enhance documentation on malloc debug hooksVictor Stinner2016-03-181-2/+4
* | On memory error, dump the memory block tracebackVictor Stinner2016-03-151-1/+42
* | Check the GIL in PyObject_Malloc()Victor Stinner2016-03-141-0/+3
* | Add PYTHONMALLOC env varVictor Stinner2016-03-141-0/+31
* | Add Mock.assert_called()Victor Stinner2016-03-111-0/+12
* | merge with 3.5Georg Brandl2016-02-2612-40/+40
|\ \ | |/
| * Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-2612-40/+40
* | Issue #23430: Stop socketserver from catching SystemExit etc from handlersMartin Panter2016-02-211-1/+10
* | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-1/+19
* | Issue #25994: Added the close() method and the support of the context managerSerhiy Storchaka2016-02-111-0/+11
* | Issue #26304: Additional “allows to” fix specific to 3.6Martin Panter2016-02-101-1/+1
* | Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-102-10/+10
|\ \ | |/
| * Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-102-10/+10
* | Issue #26136: Upgrade the generator_stop warning to DeprecationWarningMartin Panter2016-02-101-0/+8
* | Issue #26243: zlib.compress() keyword argument support by Aviv PalivodaMartin Panter2016-02-101-0/+7
* | Issues #26310, 26311: Merge typo fixes from 3.5Martin Panter2016-02-101-1/+1
|\ \ | |/
| * Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-101-1/+1
* | Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().Serhiy Storchaka2016-02-071-0/+10