| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ctypes: fix CThunkObject_new() | Victor Stinner | 2016-07-27 | 1 | -2/+4 |
|
|
| * | Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module | Martin Panter | 2016-07-23 | 1 | -286/+362 |
|
|
| * | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 2 | -2/+2 |
|
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 10 | -11/+11 |
|
|
| * | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF | Martin Panter | 2016-07-11 | 1 | -0/+8 |
|
|
| * | initialize variable to appease gcc | Benjamin Peterson | 2016-07-07 | 1 | -1/+1 |
|
|
| * | assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ... | Benjamin Peterson | 2016-07-07 | 1 | -3/+3 |
|
|
| * | Issue #23908: os functions, open() and the io.FileIO constructor now reject | Serhiy Storchaka | 2016-07-01 | 2 | -54/+48 |
|
|
| * | array.buffer_info() should return a length as int, not long, for compatibility. | Serhiy Storchaka | 2016-06-24 | 1 | -1/+1 |
|
|
| * | Fixed integer overflow and handled MemoryError in array.buffer_info(). | Serhiy Storchaka | 2016-06-23 | 1 | -3/+15 |
|
|
| * | Issue #22463: Cure unused function warnings on AIX | Martin Panter | 2016-06-22 | 2 | -2/+6 |
|
|
| * | Issue #22463: Correct #endif placement; patch by Senthil Kumaran | Martin Panter | 2016-06-22 | 1 | -1/+1 |
|
|
| * | Issue #22463: Backport compiler warning fixes and workarounds | Martin Panter | 2016-06-21 | 5 | -11/+19 |
|
|
| * | Fix English spelling and grammar errors | Martin Panter | 2016-06-20 | 1 | -2/+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 | -11/+35 |
|
|
| * | Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -9/+19 |
|
|
| * | 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 |
|
|