summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Close #18264: int- and float-derived enums now converted to int or float.Ethan Furman2013-08-101-7/+58
* | Issue #15651: PEP 3121 refactoring for _elementtreeEli Bendersky2013-08-101-30/+89
* | Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-1/+8
* | Issue #15301: Parsing fd, uid, and gid parameters for builtinsLarry Hastings2013-08-081-80/+189
* | In _PyGC_Fini(), lose the reference that was kept to the time moduleAntoine Pitrou2013-08-061-0/+1
* | Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.Antoine Pitrou2013-08-051-1/+7
* | Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Than...Mark Dickinson2013-08-051-1/+1
|\ \ | |/
| * Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.Mark Dickinson2013-08-051-1/+1
* | mergeRaymond Hettinger2013-08-041-2/+2
|\ \ | |/
| * Silence compiler warnings for strict function prototype declarations.Raymond Hettinger2013-08-041-2/+2
* | Reuse us_per_second in delta_total_seconds.Alexander Belopolsky2013-08-041-9/+1
* | Fixes #8860: Round half-microseconds to even in the timedelta constructor.Alexander Belopolsky2013-08-041-18/+31
* | Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-032-7/+7
|\ \ | |/
| * Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-032-7/+7
* | Fix warning: ‘ptr2’ may be used uninitialized in this functionChristian Heimes2013-08-021-0/+1
* | Closes #18627: merge from 3.3Ned Deily2013-08-021-1/+1
|\ \ | |/
| * Issue #18627: Fix typo noticed by Vajrasky Kok.Ned Deily2013-08-021-1/+1
* | Issue #17557: merge from 3.3Ned Deily2013-08-021-0/+30
|\ \ | |/
| * Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-021-0/+30
| * Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-021-0/+11
* | Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-021-2/+12
* | Issue #18519: Fix test_sqlite on old versions of libsqlite3Victor Stinner2013-08-011-3/+12
* | Issue #18609, #18408: _ctypes_add_traceback() now clears the current exceptionVictor Stinner2013-08-011-3/+20
* | Issue #18608: Avoid keeping a strong reference to the locale module inside th...Antoine Pitrou2013-08-013-27/+48
* | Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...Antoine Pitrou2013-08-011-42/+79
* | Issue #9035: os.path.ismount now recognises volumes mounted belowTim Golden2013-08-011-0/+42
* | Initialize utime with 0. It fixes a couple of compiler warnung:Christian Heimes2013-07-311-0/+1
|\ \ | |/
| * Initialize utime with 0. It fixes a couple of compiler warnung:Christian Heimes2013-07-311-0/+1
* | MergeAntoine Pitrou2013-07-313-3/+16
|\ \
| * | yet another WITH_THREADS typoChristian Heimes2013-07-311-1/+1
| * | Fix _sha3 module to actually release the GIL around its update function.Christian Heimes2013-07-311-1/+1
| * | Test Py_IncRef() and Py_DecRef() C functionsChristian Heimes2013-07-311-0/+11
| * | Fix use of uninitialized scalar variable, see 3f994367a979Christian Heimes2013-07-301-1/+3
* | | Issue #15699: The readline module now uses PEP 3121-style module initializati...Antoine Pitrou2013-07-311-42/+110
|/ /
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-306-113/+350
* | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-1/+1
|\ \ | |/
| * Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-1/+1
| * Issue #15893: frozenmain.c now handles PyMem_Malloc() failureVictor Stinner2013-07-261-6/+10
* | Restore the data block size to 62.Raymond Hettinger2013-07-281-3/+6
* | Assertions key off NDEBUGRaymond Hettinger2013-07-271-1/+1
* | Issue #15893: Improve error handling in main() and Py_FrozenMain()Victor Stinner2013-07-271-0/+5
* | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.Christian Heimes2013-07-261-1/+1
|\ \ | |/
| * Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.Christian Heimes2013-07-261-1/+1
* | Issue #18559: Fix NULL pointer dereference error in _pickle moduleChristian Heimes2013-07-261-4/+6
|\ \ | |/
| * Issue #18559: Fix NULL pointer dereference error in _pickle moduleChristian Heimes2013-07-261-4/+6
* | Issue #18519: the Python authorizer callback of sqlite3 must not raise Python...Victor Stinner2013-07-261-21/+20
* | Handle yet another potential failure in testcapiChristian Heimes2013-07-261-0/+2
|\ \ | |/
| * Handle yet another potential failure in testcapiChristian Heimes2013-07-261-0/+2
* | Check return value of PyLong_FromLong(X509_get_version()). It might be NULL ifChristian Heimes2013-07-261-0/+2
|\ \ | |/
| * Check return value of PyLong_FromLong(X509_get_version()). It might be NULL ifChristian Heimes2013-07-261-0/+2