| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the | Victor Stinner | 2016-04-24 | 1 | -0/+7 |
|
|
* | Issue #26041: Remove "will be removed in Python 3.7" from description messages | Berker Peksag | 2016-04-24 | 1 | -3/+2 |
|\ |
|
| * | Issue #26041: Remove "will be removed in Python 3.7" from description messages | Berker Peksag | 2016-04-24 | 1 | -3/+2 |
|
|
* | | PyMem_Malloc() now uses the fast pymalloc allocator | Victor Stinner | 2016-04-22 | 1 | -0/+6 |
|
|
* | | [minor] Doc fix in old python doc. | Senthil Kumaran | 2016-04-21 | 1 | -1/+1 |
|
|
* | | Merge doc and comment fixes from 3.5 | Martin Panter | 2016-04-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 1 | -1/+1 |
|
|
* | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 3 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 2 | -2/+2 |
|
|
* | | Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows | Martin Panter | 2016-04-16 | 1 | -1/+1 |
|
|
* | | Merge typo fixes from 3.5 | Martin Panter | 2016-04-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typos in code comments and documentation | Martin Panter | 2016-04-16 | 1 | -1/+1 |
|
|
* | | Issue #26638: Merge link fixes from 3.5 | Martin Panter | 2016-04-16 | 4 | -12/+12 |
|\ \
| |/ |
|
| * | Issue #26638: Fix links to some CLI options and section headings | Martin Panter | 2016-04-16 | 4 | -12/+12 |
|
|
* | | Issue #26404: Add context manager to socketserver, by Aviv Palivoda | Martin Panter | 2016-04-13 | 1 | -0/+10 |
|
|
* | | Issue #25910: Fixed more links in the docs. | Serhiy Storchaka | 2016-04-11 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #25910: Fixed more links in the docs. | Serhiy Storchaka | 2016-04-11 | 2 | -2/+2 |
|
|
* | | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 3 | -5/+5 |
|\ \
| |/ |
|
| * | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 3 | -5/+5 |
|
|
* | | Issue #26685: Raise OSError if closing a socket fails | Martin Panter | 2016-04-11 | 1 | -0/+4 |
|
|
* | | Issue #25609: Double back-ticks to avoid “make check” buildbot failure | Martin Panter | 2016-04-10 | 1 | -1/+1 |
|
|
* | | Issue #26587: Allow .pth files to specify file paths as well as | Brett Cannon | 2016-04-08 | 1 | -0/+8 |
|
|
* | | Issue #25609: Introduce contextlib.AbstractContextManager and | Brett Cannon | 2016-04-08 | 1 | -3/+23 |
|
|
* | | Issue #26676: Add missing XMLPullParser to ElementTree.__all__ | Martin Panter | 2016-04-01 | 1 | -1/+2 |
|
|
* | | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 1 | -8/+8 |
|
|
* | | faulthandler: add Windows exception handler | Victor Stinner | 2016-03-23 | 1 | -0/+8 |
|
|
* | | Optimize bytes.replace(b'', b'.') | Victor Stinner | 2016-03-21 | 1 | -0/+3 |
|
|
* | | Issue #18787: spwd.getspnam() now raises a PermissionError if the user | Berker Peksag | 2016-03-19 | 1 | -0/+2 |
|
|
* | | Issue #26567: enhance ResourceWarning example | Victor Stinner | 2016-03-19 | 1 | -9/+12 |
|
|
* | | On ResourceWarning, log traceback where the object was allocated | Victor Stinner | 2016-03-19 | 1 | -0/+34 |
|
|
* | | Doc: fix typos, patch written by Stefan Behnel | Victor Stinner | 2016-03-18 | 1 | -1/+1 |
|
|
* | | Enhance documentation on malloc debug hooks | Victor Stinner | 2016-03-18 | 1 | -2/+4 |
|
|
* | | On memory error, dump the memory block traceback | Victor Stinner | 2016-03-15 | 1 | -1/+42 |
|
|
* | | Check the GIL in PyObject_Malloc() | Victor Stinner | 2016-03-14 | 1 | -0/+3 |
|
|
* | | Add PYTHONMALLOC env var | Victor Stinner | 2016-03-14 | 1 | -0/+31 |
|
|
* | | Add Mock.assert_called() | Victor Stinner | 2016-03-11 | 1 | -0/+12 |
|
|
* | | merge with 3.5 | Georg Brandl | 2016-02-26 | 12 | -40/+40 |
|\ \
| |/ |
|
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 12 | -40/+40 |
|
|
* | | Issue #23430: Stop socketserver from catching SystemExit etc from handlers | Martin Panter | 2016-02-21 | 1 | -1/+10 |
|
|
* | | Issue #25179: Documentation for formatted string literals aka f-strings | Martin Panter | 2016-02-13 | 1 | -1/+19 |
|
|
* | | Issue #25994: Added the close() method and the support of the context manager | Serhiy Storchaka | 2016-02-11 | 1 | -0/+11 |
|
|
* | | Issue #26304: Additional “allows to” fix specific to 3.6 | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|
|
* | | Issue #26304: Merge doc wording from 3.5 | Martin Panter | 2016-02-10 | 2 | -10/+10 |
|\ \
| |/ |
|
| * | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 2 | -10/+10 |
|
|
* | | Issue #26136: Upgrade the generator_stop warning to DeprecationWarning | Martin Panter | 2016-02-10 | 1 | -0/+8 |
|
|
* | | Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda | Martin Panter | 2016-02-10 | 1 | -0/+7 |
|
|
* | | Issues #26310, 26311: Merge typo fixes from 3.5 | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issues #26310, #26311: Fix typos in the documentation and code comments | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|
|
* | | Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). | Serhiy Storchaka | 2016-02-07 | 1 | -0/+10 |
|
|