| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-30 | 2 | -2/+2 |
|\ |
|
| * | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 2 | -2/+2 |
|
|
* | | Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-05-28 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-05-28 | 1 | -0/+2 |
|
|
* | | Issue #20699: Merge io bytes-like fixes from 3.5 | Martin Panter | 2016-05-28 | 6 | -12/+13 |
|\ \
| |/ |
|
| * | Issue #20699: Document that “io” methods accept bytes-like objects | Martin Panter | 2016-05-28 | 6 | -12/+13 |
|
|
* | | Issue #5784: Merge zlib from 3.5 | Martin Panter | 2016-05-27 | 2 | -11/+17 |
|\ \
| |/ |
|
| * | Issue #5784: Expand documentation and tests for zlib wbits parameter | Martin Panter | 2016-05-27 | 2 | -11/+17 |
|
|
* | | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 5 | -13/+13 |
|\ \
| |/ |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 5 | -13/+13 |
|
|
* | | merge 3.5 (#27093) | Benjamin Peterson | 2016-05-24 | 1 | -11/+15 |
|\ \
| |/ |
|
| * | fix indentation and add curlies (closes #27093) | Benjamin Peterson | 2016-05-24 | 1 | -11/+15 |
|
|
* | | Issue #26857: The gethostbyaddr_r() workaround is no longer needed with | Stefan Krah | 2016-05-22 | 1 | -1/+5 |
|
|
* | | Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" | Serhiy Storchaka | 2016-05-20 | 1 | -0/+95 |
|\ \
| |/ |
|
| * | Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" | Serhiy Storchaka | 2016-05-20 | 1 | -0/+95 |
|
|
* | | Issue #27056: Fix _Unpickler_Read() to avoid integer overflow | Victor Stinner | 2016-05-20 | 1 | -1/+1 |
|
|
* | | Optimize pickle.load() and pickle.loads() | Victor Stinner | 2016-05-20 | 1 | -19/+26 |
|
|
* | | - make some internal symbols static | doko@ubuntu.com | 2016-05-17 | 3 | -3/+3 |
|
|
* | | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 1 | -0/+63 |
|\ \
| |/ |
|
| * | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 1 | -0/+63 |
|
|
| * | Backported tests for issue #18531. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+22 |
|
|
* | | merge from 3.5 | Senthil Kumaran | 2016-05-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | issue27018 - Fix the documentation of select.epoll.register method. | Senthil Kumaran | 2016-05-15 | 1 | -1/+1 |
|
|
* | | Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton | Martin Panter | 2016-05-15 | 1 | -1/+20 |
|
|
* | | Merge ctypes from 3.5 | Martin Panter | 2016-05-14 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | Remove outdated PEP 291 compatibility requirement comment | Martin Panter | 2016-05-14 | 1 | -4/+0 |
|
|
* | | Issue #25745: Fixed leaking a userptr in curses panel destructor. | Serhiy Storchaka | 2016-05-08 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #25745: Fixed leaking a userptr in curses panel destructor. | Serhiy Storchaka | 2016-05-08 | 1 | -0/+5 |
|
|
* | | Issue #18531: Single var-keyword argument of dict subtype was passed | Serhiy Storchaka | 2016-05-08 | 1 | -0/+22 |
|
|
* | | Issue #23815: Fixed crashes related to directly created instances of types in | Serhiy Storchaka | 2016-05-08 | 2 | -3/+7 |
|\ \
| |/ |
|
| * | Issue #23815: Fixed crashes related to directly created instances of types in | Serhiy Storchaka | 2016-05-08 | 2 | -3/+7 |
|
|
* | | Merge typo fixes from 3.5 | Martin Panter | 2016-05-08 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 2 | -3/+3 |
|
|
* | | Issue #26512: Merge rounding doc from 3.5 | Martin Panter | 2016-05-08 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #26512: Clarify Integral; tidy up table of rounding functions | Martin Panter | 2016-05-08 | 1 | -4/+4 |
|
|
* | | Issue #26924: Fix Windows buildbots | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
|
|
* | | Issue #26924: Do not define _multiprocessing.sem_unlink under Android | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
|
|
* | | Issue #26708: Use the "const" qualifier for immutable strings. | Serhiy Storchaka | 2016-05-07 | 1 | -37/+39 |
|
|
* | | Issue #26932: Fixed support of RTLD_* constants defined as enum values, | Serhiy Storchaka | 2016-05-04 | 3 | -10/+10 |
|
|
* | | Got rid of redundand "self" parameter declarations. | Serhiy Storchaka | 2016-05-02 | 3 | -24/+10 |
|
|
* | | Issue #18916: Update thread module docstrings | Berker Peksag | 2016-05-02 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Issue #18916: Update thread module docstrings | Berker Peksag | 2016-05-02 | 1 | -3/+4 |
|
|
* | | Issue #26898: Fix typo in math.isclose() docstring | Berker Peksag | 2016-05-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26898: Fix typo in math.isclose() docstring | Berker Peksag | 2016-05-01 | 1 | -1/+1 |
|
|
* | | Fix typos. Reported by andportnoy on GitHub. | Berker Peksag | 2016-04-29 | 1 | -1/+1 |
|
|
* | | Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of | Serhiy Storchaka | 2016-04-29 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of | Serhiy Storchaka | 2016-04-29 | 1 | -3/+3 |
|
|
* | | Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android. | Stefan Krah | 2016-04-26 | 1 | -1/+7 |
|
|
* | | Issue #26854: Android has a different include path for soundcard.h. | Stefan Krah | 2016-04-26 | 1 | -0/+4 |
|
|
* | | Issue #26846: Post commit cleanup. | Stefan Krah | 2016-04-26 | 1 | -1/+0 |
|
|