index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
Antoine Pitrou
2013-08-05
1
-1/+7
*
Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Than...
Mark Dickinson
2013-08-05
1
-1/+1
|
\
|
*
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
Mark Dickinson
2013-08-05
1
-1/+1
*
|
merge
Raymond Hettinger
2013-08-04
1
-2/+2
|
\
\
|
|
/
|
*
Silence compiler warnings for strict function prototype declarations.
Raymond Hettinger
2013-08-04
1
-2/+2
*
|
Reuse us_per_second in delta_total_seconds.
Alexander Belopolsky
2013-08-04
1
-9/+1
*
|
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
Alexander Belopolsky
2013-08-04
1
-18/+31
*
|
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
2
-7/+7
|
\
\
|
|
/
|
*
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
2
-7/+7
*
|
Fix warning: ‘ptr2’ may be used uninitialized in this function
Christian Heimes
2013-08-02
1
-0/+1
*
|
Closes #18627: merge from 3.3
Ned Deily
2013-08-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18627: Fix typo noticed by Vajrasky Kok.
Ned Deily
2013-08-02
1
-1/+1
*
|
Issue #17557: merge from 3.3
Ned Deily
2013-08-02
1
-0/+30
|
\
\
|
|
/
|
*
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
1
-0/+30
|
*
Issue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings
2013-08-02
1
-0/+11
*
|
Issue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings
2013-08-02
1
-2/+12
*
|
Issue #18519: Fix test_sqlite on old versions of libsqlite3
Victor Stinner
2013-08-01
1
-3/+12
*
|
Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception
Victor Stinner
2013-08-01
1
-3/+20
*
|
Issue #18608: Avoid keeping a strong reference to the locale module inside th...
Antoine Pitrou
2013-08-01
3
-27/+48
*
|
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...
Antoine Pitrou
2013-08-01
1
-42/+79
*
|
Issue #9035: os.path.ismount now recognises volumes mounted below
Tim Golden
2013-08-01
1
-0/+42
*
|
Initialize utime with 0. It fixes a couple of compiler warnung:
Christian Heimes
2013-07-31
1
-0/+1
|
\
\
|
|
/
|
*
Initialize utime with 0. It fixes a couple of compiler warnung:
Christian Heimes
2013-07-31
1
-0/+1
*
|
Merge
Antoine Pitrou
2013-07-31
3
-3/+16
|
\
\
|
*
|
yet another WITH_THREADS typo
Christian Heimes
2013-07-31
1
-1/+1
|
*
|
Fix _sha3 module to actually release the GIL around its update function.
Christian Heimes
2013-07-31
1
-1/+1
|
*
|
Test Py_IncRef() and Py_DecRef() C functions
Christian Heimes
2013-07-31
1
-0/+11
|
*
|
Fix use of uninitialized scalar variable, see 3f994367a979
Christian Heimes
2013-07-30
1
-1/+3
*
|
|
Issue #15699: The readline module now uses PEP 3121-style module initializati...
Antoine Pitrou
2013-07-31
1
-42/+110
|
/
/
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
6
-113/+350
*
|
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
1
-1/+1
|
*
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
Victor Stinner
2013-07-26
1
-6/+10
*
|
Restore the data block size to 62.
Raymond Hettinger
2013-07-28
1
-3/+6
*
|
Assertions key off NDEBUG
Raymond Hettinger
2013-07-27
1
-1/+1
*
|
Issue #15893: Improve error handling in main() and Py_FrozenMain()
Victor Stinner
2013-07-27
1
-0/+5
*
|
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-1/+1
*
|
Issue #18559: Fix NULL pointer dereference error in _pickle module
Christian Heimes
2013-07-26
1
-4/+6
|
\
\
|
|
/
|
*
Issue #18559: Fix NULL pointer dereference error in _pickle module
Christian Heimes
2013-07-26
1
-4/+6
*
|
Issue #18519: the Python authorizer callback of sqlite3 must not raise Python...
Victor Stinner
2013-07-26
1
-21/+20
*
|
Handle yet another potential failure in testcapi
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Handle yet another potential failure in testcapi
Christian Heimes
2013-07-26
1
-0/+2
*
|
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
Christian Heimes
2013-07-26
1
-0/+2
*
|
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
Christian Heimes
2013-07-26
1
-1/+0
|
\
\
|
|
/
|
*
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
Christian Heimes
2013-07-26
1
-1/+0
*
|
Fix memory leaks and add checks for failing malloc() calls to testcapi module
Christian Heimes
2013-07-26
1
-3/+16
|
\
\
|
|
/
|
*
Fix declaration-after-statement of d49f65ff4f3c
Christian Heimes
2013-07-26
1
-3/+7
|
*
Fix memory leaks and add checks for failing malloc() calls to testcapi module
Christian Heimes
2013-07-26
1
-0/+9
[next]