summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* ctypes: fix CThunkObject_new()Victor Stinner2016-07-271-2/+4
* Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” moduleMartin Panter2016-07-231-286/+362
* English spelling and grammar fixesMartin Panter2016-07-112-2/+2
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-0210-11/+11
* Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-0/+8
* initialize variable to appease gccBenjamin Peterson2016-07-071-1/+1
* assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...Benjamin Peterson2016-07-071-3/+3
* Issue #23908: os functions, open() and the io.FileIO constructor now rejectSerhiy Storchaka2016-07-012-54/+48
* array.buffer_info() should return a length as int, not long, for compatibility.Serhiy Storchaka2016-06-241-1/+1
* Fixed integer overflow and handled MemoryError in array.buffer_info().Serhiy Storchaka2016-06-231-3/+15
* Issue #22463: Cure unused function warnings on AIXMartin Panter2016-06-222-2/+6
* Issue #22463: Correct #endif placement; patch by Senthil KumaranMartin Panter2016-06-221-1/+1
* Issue #22463: Backport compiler warning fixes and workaroundsMartin Panter2016-06-215-11/+19
* Fix English spelling and grammar errorsMartin Panter2016-06-201-2/+2
* ctypes: the type of b_size is Py_ssize_t.Serhiy Storchaka2016-06-171-4/+4
* Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-163-11/+35
* Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-9/+19
* upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-113-6/+24
* Issue #20699: Document that “io” methods should accept memoryviewMartin Panter2016-06-034-6/+7
* fix leak of keyfile_bytesBenjamin Peterson2016-06-091-0/+1
* stop leaking certfile_bytes (closes #27267)Benjamin Peterson2016-06-091-0/+1
* check the result of PyByteArray_Resize in readline() (closes #27211)Benjamin Peterson2016-06-041-1/+4
* remove (hilarious) defaults for various constants getpath.c needsBenjamin Peterson2016-06-021-23/+2
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-023-5/+5
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-4/+4
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-263-3/+3
* fix indentation and add curlies (closes #27093)Benjamin Peterson2016-05-241-11/+15
* Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"Serhiy Storchaka2016-05-201-0/+95
* Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codesSerhiy Storchaka2016-05-161-0/+67
* Backported tests for issue #18531.Serhiy Storchaka2016-05-161-0/+22
* Remove PEP 291 compatibility requirements for ctypes and modulefinderMartin Panter2016-05-149-23/+12
* Issue #25745: Fixed leaking a userptr in curses panel destructor.Serhiy Storchaka2016-05-081-0/+5
* Corrections for a/an in code comments and documentationMartin Panter2016-05-081-3/+3
* Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls ofSerhiy Storchaka2016-04-291-3/+3
* Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-231-0/+6
* Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-173-3/+3
* Fix typos in code comment and documentationMartin Panter2016-04-161-1/+1
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-152-2/+2
* Issue #26200: Restored more safe usages of Py_SETREF.Serhiy Storchaka2016-04-111-3/+3
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-1013-27/+27
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-0620-75/+75
* Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-15/+15
* Issue #23735: Avoid sighandler_t Gnu-ismMartin Panter2016-04-031-1/+1
* Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-031-0/+31
* Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-271-0/+4
* Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-221-0/+3
* Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-071-4/+4
* Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls onNed Deily2016-02-231-5/+11