summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.4Georg Brandl2014-10-281-1/+1
|\
| * Fix typo.Georg Brandl2014-10-281-1/+1
* | Issue #22676: Make the pickling of global objects which don't have a __module...Antoine Pitrou2014-10-231-36/+72
* | Issue #22592: Drop support of the Borland C compiler to build PythonVictor Stinner2014-10-222-22/+3
* | Issue #17401: document closefd in io.FileIO docs and add to reprRobert Collins2014-10-181-4/+6
* | Issue #20152: Convert the cmath module to Argument Clinic.Brett Cannon2014-10-142-222/+1118
* | Issue #22615: Argument Clinic now supports the "type" argument for theLarry Hastings2014-10-132-57/+60
* | Merge: #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-2/+8
|\ \ | |/
| * #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-2/+8
* | #22568: merge with 3.4Georg Brandl2014-10-121-6/+6
|\ \ | |/
| * Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases.Georg Brandl2014-10-121-6/+6
* | merge 3.4 (closes #22605)Benjamin Peterson2014-10-111-1/+1
|\ \ | |/
| * prevent passing NULL to memcpy (closes #22605)Benjamin Peterson2014-10-111-1/+1
* | Issue #20152: Port the array module to Argument Clinic.Brett Cannon2014-10-102-273/+866
* | Issue #22584: Got rid of character tables in _sre.c and use standard macrosSerhiy Storchaka2014-10-101-34/+6
* | Closes #22579: Fix posixmodule.c to support any C compiler on WindowsVictor Stinner2014-10-091-1/+1
* | Merge 3.4Victor Stinner2014-10-091-1/+1
|\ \ | |/
| * Issue #22588: Fix typo in _testcapi.test_incref_decref_API()Victor Stinner2014-10-091-1/+1
* | (Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:Victor Stinner2014-10-091-21/+21
|\ \ | |/
| * Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"Victor Stinner2014-10-091-21/+21
* | Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-083-41/+6
|\ \ | |/
| * Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-083-41/+6
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-084-160/+9
|\ \ | |/
| * Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-084-160/+9
* | Issue #21965: Add support for in-memory SSL to the ssl module.Antoine Pitrou2014-10-051-76/+456
* | #16518: Bring error messages in harmony with docs ("bytes-like object")R David Murray2014-10-051-1/+1
* | (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module.Victor Stinner2014-10-051-6/+14
|\ \ | |/
| * Issue #22290: Fix error handling in the _posixsubprocess module.Victor Stinner2014-10-051-6/+14
* | merge with 3.4Georg Brandl2014-10-021-4/+4
|\ \ | |/
| * Closes #19342: improve docstrings in grp module.Georg Brandl2014-10-021-6/+6
* | (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-301-15/+23
|\ \ | |/
| * faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-15/+23
| * faulthandler: _sigsegv() and _sigabrt() don't accept parametersVictor Stinner2014-09-301-2/+2
* | faulthandler: suppress crash reporter directly in test functions written toVictor Stinner2014-09-301-6/+41
* | (Merge 3.4) Issue #22396: On 32-bit AIX platform, don't exposeVictor Stinner2014-09-301-4/+13
|\ \ | |/
| * Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() norVictor Stinner2014-09-301-4/+12
* | merge 3.4 (#22517)Benjamin Peterson2014-09-301-0/+2
|\ \ | |/
| * merge 3.3 (#22517)Benjamin Peterson2014-09-301-0/+2
| |\
| | * clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-301-0/+2
* | | Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-292-18/+40
* | | Removed redundant casts to `char *`.Serhiy Storchaka2014-09-285-11/+10
* | | Issue #5309: distutils' build and build_ext commands now accept a ``-j``Antoine Pitrou2014-09-261-0/+1
* | | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-3/+5
|\ \ \ | |/ /
| * | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-3/+5
* | | Issue #22378: socket module: add SO_MARK.Charles-François Natali2014-09-181-0/+3
* | | Merge fix for issue #22166 from 3.4Nick Coghlan2014-09-151-0/+54
|\ \ \ | |/ /
| * | Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-151-0/+54
* | | Issue #17095: merge from 3.4Ned Deily2014-09-151-14/+0
|\ \ \ | |/ /
| * | Issue #17095: Temporarily revert getpath.c change that added the ModulesNed Deily2014-09-151-14/+0
* | | Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinterVictor Stinner2014-09-111-12/+12