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
*
[3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...
Benjamin Peterson
2021-01-18
1
-34/+21
*
bpo-40791: Make compare_digest more constant-time. (GH-23438) (GH-23767)
Miss Islington (bot)
2020-12-14
1
-1/+1
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462)
Miss Islington (bot)
2020-07-13
1
-8/+21
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18350)
Miss Islington (bot)
2020-02-04
1
-0/+1
*
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...
Miss Islington (bot)
2020-01-23
1
-9/+26
*
[3.6] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16410)
Benjamin Peterson
2019-09-26
19
-4834/+3971
*
Put pyexpatns.h include back. bpo-37437 (GH-14542)
Miss Islington (bot)
2019-07-02
1
-0/+4
*
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Miss Islington (bot)
2019-06-28
6
-32/+21
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573)
Miss Islington (bot)
2019-01-16
1
-0/+4
*
closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sh...
Miss Islington (bot)
2019-01-07
1
-1/+1
*
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...
Miss Islington (bot)
2018-12-11
1
-6/+2
*
[3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)...
Serhiy Storchaka
2018-12-11
3
-8/+17
*
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
Miss Islington (bot)
2018-12-10
1
-1/+3
*
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Miss Islington (bot)
2018-12-10
1
-0/+1
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)
Victor Stinner
2018-12-10
1
-4/+8
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Miss Islington (bot)
2018-12-08
4
-24/+15
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Serhiy Storchaka
2018-12-07
6
-15/+38
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Miss Islington (bot)
2018-12-07
1
-78/+169
*
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...
Miss Islington (bot)
2018-12-06
1
-4/+22
*
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...
Miss Islington (bot)
2018-12-05
2
-2/+2
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Miss Islington (bot)
2018-12-05
1
-17/+13
*
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
Miss Islington (bot)
2018-12-05
1
-0/+4
*
bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce...
Miss Islington (bot)
2018-12-05
1
-1/+4
*
[3.7] bpo-35373: Fix PyInit_timezone() error handling (GH-10864)
Miss Islington (bot)
2018-12-03
1
-5/+24
*
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...
Miss Islington (bot)
2018-12-03
1
-1/+1
*
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
Miss Islington (bot)
2018-12-01
1
-22/+15
*
get_gmtoff() now returns time_t (GH-10838) (GH-10840)
Victor Stinner
2018-12-01
1
-9/+29
*
bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808)
Miss Islington (bot)
2018-11-30
1
-0/+1
*
bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748)
Miss Islington (bot)
2018-11-27
3
-12/+12
*
[3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (G...
Serhiy Storchaka
2018-11-27
16
-68/+68
*
bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689)
Miss Islington (bot)
2018-11-23
1
-0/+1
*
[3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685)
Victor Stinner
2018-11-23
1
-23/+32
*
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
Miss Islington (bot)
2018-11-22
1
-5/+1
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (...
Victor Stinner
2018-11-20
1
-6/+85
*
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Miss Islington (bot)
2018-11-20
1
-48/+51
*
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
Miss Islington (bot)
2018-11-15
1
-2/+4
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH...
Victor Stinner
2018-11-13
1
-0/+6
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Miss Islington (bot)
2018-11-13
2
-4/+4
*
[3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)
Gregory P. Smith
2018-11-13
3
-6/+24
*
bpo-35194: Fix a wrong constant in cp932 codec (GH-10420)
Miss Islington (bot)
2018-11-09
1
-1/+1
*
[3.6] bpo-35133: Fix mistakes when concatenate string literals on different l...
Serhiy Storchaka
2018-11-05
2
-3/+3
*
[3.6]bpo-29341: Backport b942707 3.6 (GH-10299)
BNMetrics
2018-11-02
2
-28/+28
*
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...
Miss Islington (bot)
2018-11-02
1
-1/+1
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Miss Islington (bot)
2018-10-31
1
-1/+1
*
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
Miss Islington (bot)
2018-10-29
1
-2/+2
*
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Miss Islington (bot)
2018-10-28
3
-5/+5
*
[3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)...
Serhiy Storchaka
2018-10-28
9
-17/+17
*
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Miss Islington (bot)
2018-10-26
1
-5/+5
*
bpo-34794: Fix a leak in Tkinter. (GH-10025)
Miss Islington (bot)
2018-10-23
1
-3/+1
*
Fix error handling bugs in _elementtree.c. (GH-10060)
Miss Islington (bot)
2018-10-23
1
-11/+11
[next]