summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* (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
* | | Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-112-1/+6
|\ \ \ | |/ /
| * | Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-112-1/+6
* | | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-111-0/+4
|\ \ \ | |/ /
| * | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-111-0/+4
* | | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-111-10/+26
|\ \ \ | |/ /
| * | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-111-10/+26
* | | (Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocationVictor Stinner2014-09-101-1/+2
|\ \ \ | |/ /
| * | Issue #22338: Fix a crash in the json module on memory allocation failure.Victor Stinner2014-09-101-1/+2
* | | Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-101-2/+2
|\ \ \ | |/ /
| * | Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-101-2/+2
* | | Issue #19232: Speed up decimal import. Additionally, since _decimal isStefan Krah2014-09-101-3/+4
* | | Issue #22215: Now ValueError is raised instead of TypeError when str or bytesSerhiy Storchaka2014-09-064-5/+5
* | | Silenced some warnings about comparison between signed and unsigned integerSerhiy Storchaka2014-09-051-3/+3
* | | Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Antoine Pitrou2014-09-041-0/+13
* | | Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memoryVictor Stinner2014-09-041-2/+4
* | | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-024-142/+13
* | | Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock isVictor Stinner2014-08-291-2/+1
* | | Issue #22043: Simplify time.perf_counter() on WindowsVictor Stinner2014-08-291-30/+16
* | | Issue #22043: _PyTime_Init() now checks if the system clock works.Victor Stinner2014-08-291-1/+4
* | | Issue #22287: On UNIX, _PyTime_gettimeofday() now usesVictor Stinner2014-08-291-22/+0
* | | Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the fileVictor Stinner2014-08-271-1/+19
* | | Merge 3.4.Stefan Krah2014-08-262-4/+8
|\ \ \ | |/ /
| * | Introduce and check for MPD_VERSION_HEX for precise management of buildsStefan Krah2014-08-262-4/+8
* | | Merge 3.4.Stefan Krah2014-08-261-4/+7
|\ \ \ | |/ /
| * | Issue #22090: Fix '%' formatting for infinities and NaNs.Stefan Krah2014-08-261-4/+7
* | | Issue #20152: Port pyexpat to Argument Clinic.Brett Cannon2014-08-221-154/+471
* | | Add a missing Argument Clinic fileBrett Cannon2014-08-221-0/+73
* | | Issue #20152: Port the pwd module to Argument Clinic.Brett Cannon2014-08-221-26/+46
* | | Fix a missing #include.Brett Cannon2014-08-221-0/+2
* | | Issue #20152: Port the spwd module to Argument Clinic.Brett Cannon2014-08-222-17/+100