summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* open the cert store readonlyBenjamin Peterson2016-02-181-2/+6
* Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS XNed Deily2016-02-151-2/+18
* Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation withCharles-François Natali2016-02-121-4/+12
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-102-2/+2
* Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-25/+41
* Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-1/+1
* Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261...Serhiy Storchaka2016-01-281-8/+8
* Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883).Serhiy Storchaka2016-01-281-4/+3
* Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-131/+214
* Issue #26198: Added tests for string-related format units of PyArg_Parse*()Serhiy Storchaka2016-01-281-3/+294
* reject negative data_sizeBenjamin Peterson2016-01-221-0/+4
* prevent buffer overflow in get_data (closes #26171)Benjamin Peterson2016-01-211-0/+5
* fix refleak in error conditionBenjamin Peterson2016-01-211-0/+1
* Replace fpgetmask() with fedisableexcept()Victor Stinner2016-01-201-5/+2
* Issue #26114: Remove mention of 'Numerical Recipes'.Brett Cannon2016-01-151-3/+2
* remove some copyright notices supserseded by the toplevel onesBenjamin Peterson2016-01-012-4/+0
* Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-274-31/+19