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
*
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Victor Stinner
2019-01-08
1
-0/+2
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
3
-22/+60
*
bpo-35664: Optimize operator.itemgetter (GH-11435)
Raymond Hettinger
2019-01-07
1
-5/+37
*
closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sh...
Mickaël Schoentgen
2019-01-02
1
-1/+1
*
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)
Serhiy Storchaka
2018-12-31
1
-8/+8
*
bpo-35214: Annotate posix calls for clang MSan. (#11389)
Gregory P. Smith
2018-12-31
1
-0/+16
*
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík
2018-12-31
4
-5/+5
*
Dead code removal from _hashopenssl. (GH-11379)
Gregory P. Smith
2018-12-31
2
-121/+19
*
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith
2018-12-31
2
-0/+27
*
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Gregory P. Smith
2018-12-30
1
-1/+9
*
bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#1...
Pablo Galindo
2018-12-30
2
-0/+191
*
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Michael Felt
2018-12-28
1
-12/+33
*
bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213)
Tal Einat
2018-12-27
2
-100/+303
*
bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164)
Michael Felt
2018-12-26
1
-4/+14
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
33
-206/+1004
*
bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)
Zackery Spytz
2018-12-20
1
-5/+8
*
bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170)
Serhiy Storchaka
2018-12-18
1
-0/+5
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
6
-0/+32
*
bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152)
Serhiy Storchaka
2018-12-17
2
-14/+10
*
bpo-35415: validate fileno argument to socket.socket (GH-10917)
Dima Tisnek
2018-12-17
1
-20/+29
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
6
-22/+26
*
bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-1...
Vladimir Matveev
2018-12-14
2
-8/+26
*
bpo-33106: change dbm key deletion error for readonly file from KeyError to d...
Xiang Zhang
2018-12-12
2
-5/+19
*
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka
2018-12-11
3
-8/+17
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
3
-8/+6
*
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
Victor Stinner
2018-12-10
1
-1/+3
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
5
-121/+128
*
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Victor Stinner
2018-12-10
1
-0/+1
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058)
Christian Heimes
2018-12-10
1
-3/+5
*
bpo-35445: Do not ignore memory errors when create posix.environ. (GH-11049)
Serhiy Storchaka
2018-12-10
1
-37/+27
*
Remove a duplicate descriptor in gdbm. (GH-11053)
Serhiy Storchaka
2018-12-09
1
-1/+0
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz
2018-12-08
4
-24/+15
*
bpo-22005: Fix condition for unpickling a date object. (GH-11025)
Serhiy Storchaka
2018-12-07
1
-1/+1
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Serhiy Storchaka
2018-12-07
1
-91/+174
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
8
-15/+43
*
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...
Serhiy Storchaka
2018-12-06
1
-4/+22
*
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
Oran Avraham
2018-12-05
1
-0/+4
*
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...
William Grzybowski
2018-12-05
2
-2/+2
*
bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce...
Zackery Spytz
2018-12-05
1
-1/+4
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Sergey Fedoseev
2018-12-05
1
-18/+13
*
bpo-32787: Better error handling in ctypes. (#3727)
Serhiy Storchaka
2018-12-05
5
-112/+247
*
bpo-35373: Fix PyInit_time() error handling (GH-10865)
Victor Stinner
2018-12-03
1
-4/+7
*
bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861)
Victor Stinner
2018-12-03
1
-4/+5
*
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...
Zackery Spytz
2018-12-03
1
-1/+1
*
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
Serhiy Storchaka
2018-12-01
1
-22/+15
*
get_gmtoff() now returns time_t (GH-10838)
Victor Stinner
2018-11-30
1
-11/+36
*
Fix compiler warning in call_readline() (GH-10820)
Victor Stinner
2018-11-30
1
-3/+3
*
bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808)
Zackery Spytz
2018-11-30
1
-0/+1
*
bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765)
Victor Stinner
2018-11-28
1
-2/+2
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
16
-68/+68
[next]