summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns falseBerker Peksag2016-07-231-0/+3
* Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-232-397/+378
* socket: use INVALID_SOCKETVictor Stinner2016-07-222-7/+12
* socket: Fix internal_select()Victor Stinner2016-07-221-1/+1
* Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-181-0/+2
* Issue #26974: Fix segfault in the presence of absurd subclassing. ProactivelyStefan Krah2016-07-171-3/+47
* Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-12/+22
* Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-0/+8
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0759-1505/+1485
* assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...Benjamin Peterson2016-07-072-5/+5
* Fixed integer overflow in array.buffer_info().Serhiy Storchaka2016-06-231-1/+1
* Issue #27006: Do not use PyDec_CheckExact() on a type.Stefan Krah2016-06-201-1/+1
* Issue #27006: from_float(): call the subclass' __new__() and __init__().Stefan Krah2016-06-201-2/+8
* Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...Serhiy Storchaka2016-06-181-7/+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-22/+31
* merge 3.4Benjamin Peterson2016-06-142-4/+4
|\
| * sync ordering of stddef.h includes with expat 2.1.1Benjamin Peterson2016-06-142-4/+4
* | Issue #16182: Fix readline begidx, endidx, and use locale encodingMartin Panter2016-06-141-38/+94
* | Fix typo in _sqlite/module.hBerker Peksag2016-06-121-1/+1
* | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-121-0/+4
* | Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-17/+22
* | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-3/+16
* | merge 3.4 (#26556)Benjamin Peterson2016-06-113-6/+24
|\ \ | |/
| * upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-113-6/+24
* | Issue #26305: Argument Clinic now escapes braces. No need to double them.Serhiy Storchaka2016-06-091-7/+7
* | Fix a comment.Barry Warsaw2016-06-081-1/+2
* | Issue #27066: Fixed SystemError if a custom opener (for open()) returnsBarry Warsaw2016-06-081-1/+6
* | Issue #27164: Allow decompressing raw Deflate streams with predefined zdictMartin Panter2016-06-051-18/+44
* | remove (hilarious) defaults for various constants getpath.c needsBenjamin Peterson2016-06-021-19/+2
* | Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-024-7/+7
* | Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-302-2/+2
* | Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-05-281-0/+2
* | Issue #20699: Document that “io” methods accept bytes-like objectsMartin Panter2016-05-286-12/+13
* | Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-272-11/+17
* | Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-265-13/+13
* | 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/+63
* | Backported tests for issue #18531.Serhiy Storchaka2016-05-161-0/+22
* | issue27018 - Fix the documentation of select.epoll.register method.Senthil Kumaran2016-05-151-1/+1
* | Remove outdated PEP 291 compatibility requirement commentMartin Panter2016-05-141-4/+0
* | Issue #25745: Fixed leaking a userptr in curses panel destructor.Serhiy Storchaka2016-05-081-0/+5
* | Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-082-3/+7
* | Corrections for a/an in code comments and documentationMartin Panter2016-05-082-3/+3
* | Issue #26512: Clarify Integral; tidy up table of rounding functionsMartin Panter2016-05-081-4/+4
* | Issue #18916: Update thread module docstringsBerker Peksag2016-05-021-3/+4
* | Issue #26898: Fix typo in math.isclose() docstringBerker Peksag2016-05-011-1/+1
* | 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