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-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
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
27
-136/+136
*
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka
2018-11-27
3
-12/+12
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
56
-516/+841
*
closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (G...
E. M. Bray
2018-11-27
1
-1/+1
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
1
-1/+1
*
bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689)
Zackery Spytz
2018-11-23
1
-0/+1
*
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
nierob
2018-11-23
1
-23/+32
*
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner
2018-11-22
1
-0/+1
*
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
Victor Stinner
2018-11-22
1
-5/+1
*
bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654)
Victor Stinner
2018-11-22
1
-2/+4
*
cjkcodecs: Fix compiler warning (GH-10651)
Victor Stinner
2018-11-22
1
-2/+2
*
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner
2018-11-22
2
-5/+7
*
bpo-35059: Cleanup usage of Python macros (GH-10648)
Victor Stinner
2018-11-22
3
-89/+112
*
bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643)
Victor Stinner
2018-11-22
1
-6/+7
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
8
-1/+9
*
bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234)
Serhiy Storchaka
2018-11-20
1
-5/+5
*
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Serhiy Storchaka
2018-11-20
1
-48/+51
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
2
-17/+94
*
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
Zackery Spytz
2018-11-14
1
-2/+4
*
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner
2018-11-14
1
-35/+39
*
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner
2018-11-13
1
-4/+12
*
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner
2018-11-13
2
-14/+81
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
Victor Stinner
2018-11-13
1
-0/+6
*
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (G...
Eddie Elizondo
2018-11-13
2
-41/+80
*
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner
2018-11-13
1
-1/+1
[next]