| Commit message (Expand) | Author | Age | Files | Lines |
* | upgrade expt to 2.1.1 (closes #26556) | Benjamin Peterson | 2016-06-11 | 3 | -6/+24 |
|
|
* | Issue #20699: Document that “io” methods should accept memoryview | Martin Panter | 2016-06-03 | 4 | -6/+7 |
|
|
* | fix leak of keyfile_bytes | Benjamin Peterson | 2016-06-09 | 1 | -0/+1 |
|
|
* | stop leaking certfile_bytes (closes #27267) | Benjamin Peterson | 2016-06-09 | 1 | -0/+1 |
|
|
* | check the result of PyByteArray_Resize in readline() (closes #27211) | Benjamin Peterson | 2016-06-04 | 1 | -1/+4 |
|
|
* | remove (hilarious) defaults for various constants getpath.c needs | Benjamin Peterson | 2016-06-02 | 1 | -23/+2 |
|
|
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 3 | -5/+5 |
|
|
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|
|
* | Issue #5784: Expand documentation and tests for zlib wbits parameter | Martin Panter | 2016-05-27 | 1 | -4/+4 |
|
|
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 3 | -3/+3 |
|
|
* | 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/+67 |
|
|
* | Backported tests for issue #18531. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+22 |
|
|
* | Remove PEP 291 compatibility requirements for ctypes and modulefinder | Martin Panter | 2016-05-14 | 9 | -23/+12 |
|
|
* | Issue #25745: Fixed leaking a userptr in curses panel destructor. | Serhiy Storchaka | 2016-05-08 | 1 | -0/+5 |
|
|
* | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -3/+3 |
|
|
* | 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 | 3 | -3/+3 |
|
|
* | Fix typos in code comment and documentation | Martin Panter | 2016-04-16 | 1 | -1/+1 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 2 | -2/+2 |
|
|
* | 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 | 13 | -27/+27 |
|
|
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 20 | -75/+75 |
|
|
* | Issue #6953: Rearrange and expand Readline module documentation | Martin Panter | 2016-04-05 | 1 | -15/+15 |
|
|
* | Issue #23735: Avoid sighandler_t Gnu-ism | Martin Panter | 2016-04-03 | 1 | -1/+1 |
|
|
* | Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price | Martin Panter | 2016-04-03 | 1 | -0/+31 |
|
|
* | Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() | Martin Panter | 2016-03-27 | 1 | -0/+4 |
|
|
* | Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 | Martin Panter | 2016-03-22 | 1 | -0/+3 |
|
|
* | Issue #26505: Fix typos in getaddrinfo license text. | Ned Deily | 2016-03-07 | 1 | -4/+4 |
|
|
* | Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on | Ned Deily | 2016-02-23 | 1 | -5/+11 |
|
|
* | open the cert store readonly | Benjamin Peterson | 2016-02-18 | 1 | -2/+6 |
|
|
* | Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X | Ned Deily | 2016-02-15 | 1 | -2/+18 |
|
|
* | Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with | Charles-François Natali | 2016-02-12 | 1 | -4/+12 |
|
|
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 2 | -2/+2 |
|
|
* | Issue #25945: Fixed bugs in functools.partial. | Serhiy Storchaka | 2016-02-02 | 1 | -25/+41 |
|
|
* | Issue #26244: Clarify default zlib compression level in documentation | Martin Panter | 2016-02-03 | 1 | -1/+1 |
|
|
* | Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261... | Serhiy Storchaka | 2016-01-28 | 1 | -8/+8 |
|
|
* | Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883). | Serhiy Storchaka | 2016-01-28 | 1 | -4/+3 |
|
|
* | Issue #19883: Fixed possible integer overflows in zipimport. | Serhiy Storchaka | 2016-01-28 | 1 | -131/+214 |
|
|
* | Issue #26198: Added tests for string-related format units of PyArg_Parse*() | Serhiy Storchaka | 2016-01-28 | 1 | -3/+294 |
|
|
* | reject negative data_size | Benjamin Peterson | 2016-01-22 | 1 | -0/+4 |
|
|
* | prevent buffer overflow in get_data (closes #26171) | Benjamin Peterson | 2016-01-21 | 1 | -0/+5 |
|
|
* | fix refleak in error condition | Benjamin Peterson | 2016-01-21 | 1 | -0/+1 |
|
|
* | Replace fpgetmask() with fedisableexcept() | Victor Stinner | 2016-01-20 | 1 | -5/+2 |
|
|
* | Issue #26114: Remove mention of 'Numerical Recipes'. | Brett Cannon | 2016-01-15 | 1 | -3/+2 |
|
|
* | remove some copyright notices supserseded by the toplevel ones | Benjamin Peterson | 2016-01-01 | 2 | -4/+0 |
|
|
* | Issue #20440: More use of Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 4 | -31/+19 |
|
|