| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed integer overflow in array.buffer_info(). | Serhiy Storchaka | 2016-06-23 | 1 | -1/+1 |
|
|
* | Issue #27006: Do not use PyDec_CheckExact() on a type. | Stefan Krah | 2016-06-20 | 1 | -1/+1 |
|
|
* | Issue #27006: from_float(): call the subclass' __new__() and __init__(). | Stefan Krah | 2016-06-20 | 1 | -2/+8 |
|
|
* | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru... | Serhiy Storchaka | 2016-06-18 | 1 | -7/+2 |
|
|
* | ctypes: the type of b_size is Py_ssize_t. | Serhiy Storchaka | 2016-06-17 | 1 | -4/+4 |
|
|
* | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 3 | -22/+31 |
|
|
* | merge 3.4 | Benjamin Peterson | 2016-06-14 | 2 | -4/+4 |
|\ |
|
| * | sync ordering of stddef.h includes with expat 2.1.1 | Benjamin Peterson | 2016-06-14 | 2 | -4/+4 |
|
|
* | | Issue #16182: Fix readline begidx, endidx, and use locale encoding | Martin Panter | 2016-06-14 | 1 | -38/+94 |
|
|
* | | Fix typo in _sqlite/module.h | Berker Peksag | 2016-06-12 | 1 | -1/+1 |
|
|
* | | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 | Berker Peksag | 2016-06-12 | 1 | -0/+4 |
|
|
* | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -17/+22 |
|
|
* | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -3/+16 |
|
|
* | | merge 3.4 (#26556) | Benjamin Peterson | 2016-06-11 | 3 | -6/+24 |
|\ \
| |/ |
|
| * | upgrade expt to 2.1.1 (closes #26556) | Benjamin Peterson | 2016-06-11 | 3 | -6/+24 |
|
|
* | | Issue #26305: Argument Clinic now escapes braces. No need to double them. | Serhiy Storchaka | 2016-06-09 | 1 | -7/+7 |
|
|
* | | Fix a comment. | Barry Warsaw | 2016-06-08 | 1 | -1/+2 |
|
|
* | | Issue #27066: Fixed SystemError if a custom opener (for open()) returns | Barry Warsaw | 2016-06-08 | 1 | -1/+6 |
|
|
* | | Issue #27164: Allow decompressing raw Deflate streams with predefined zdict | Martin Panter | 2016-06-05 | 1 | -18/+44 |
|
|
* | | remove (hilarious) defaults for various constants getpath.c needs | Benjamin Peterson | 2016-06-02 | 1 | -19/+2 |
|
|
* | | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 4 | -7/+7 |
|
|
* | | 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 |
|
|
* | | Issue #20699: Document that “io” methods accept bytes-like objects | Martin Panter | 2016-05-28 | 6 | -12/+13 |
|
|
* | | Issue #5784: Expand documentation and tests for zlib wbits parameter | Martin Panter | 2016-05-27 | 2 | -11/+17 |
|
|
* | | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 5 | -13/+13 |
|
|
* | | fix indentation and add curlies (closes #27093) | Benjamin Peterson | 2016-05-24 | 1 | -11/+15 |
|
|
* | | Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" | Serhiy Storchaka | 2016-05-20 | 1 | -0/+95 |
|
|
* | | 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 |
|
|
* | | issue27018 - Fix the documentation of select.epoll.register method. | Senthil Kumaran | 2016-05-15 | 1 | -1/+1 |
|
|
* | | 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 #23815: Fixed crashes related to directly created instances of types in | Serhiy Storchaka | 2016-05-08 | 2 | -3/+7 |
|
|
* | | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 2 | -3/+3 |
|
|
* | | Issue #26512: Clarify Integral; tidy up table of rounding functions | Martin Panter | 2016-05-08 | 1 | -4/+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 #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of | Serhiy Storchaka | 2016-04-29 | 1 | -3/+3 |
|
|
* | | Issue #26822: itemgetter, attrgetter and methodcaller objects no longer | Serhiy Storchaka | 2016-04-23 | 1 | -0/+6 |
|
|
* | | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 1 | -2/+2 |
|
|
* | | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 6 | -6/+6 |
|
|
* | | Fix typos in code comments and documentation | Martin Panter | 2016-04-16 | 2 | -4/+4 |
|
|
* | | Issue #26535: Correct docs regarding the struct buffer size | Martin Panter | 2016-04-15 | 1 | -8/+8 |
|
|
* | | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 3 | -3/+3 |
|
|
* | | Fix unused variable 'libver' warning in Modules/_ssl.c | Berker Peksag | 2016-04-14 | 1 | -0/+2 |
|
|
* | | Issue #26716: Regenerate Argument Clinic code. | Serhiy Storchaka | 2016-04-14 | 2 | -3/+3 |
|
|
* | | Issue #26200: Restored more safe usages of Py_SETREF. | Serhiy Storchaka | 2016-04-11 | 1 | -3/+3 |
|
|
* | | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 11 | -25/+25 |
|
|
* | | Issue #26719: More efficient formatting of ints and floats in json. | Serhiy Storchaka | 2016-04-10 | 1 | -52/+4 |
|
|