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
*
[2.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16408)
Benjamin Peterson
2019-09-26
19
-4836/+3970
*
[2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-...
Serhiy Storchaka
2019-09-17
1
-5/+7
*
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
Miss Islington (bot)
2019-09-16
1
-1/+1
*
[2.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...
Xiang Zhang
2019-09-16
1
-1/+2
*
[2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570)
Alexandru Ardelean
2019-09-11
1
-2/+2
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-11
1
-1/+3
*
[2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...
Serhiy Storchaka
2019-09-09
1
-0/+9
*
bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422)
Victor Stinner
2019-08-23
1
-1/+1
*
Put pyexpatns.h include back. bpo-37437 (GH-14539)
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
-28/+21
*
[2.7] Fix name of '\0'. (GH-14225)
Benjamin Peterson
2019-06-19
1
-1/+1
*
[2.7] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13906)
Eric Wieser
2019-06-08
1
-1/+1
*
[2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-0/+22
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-03
1
-1/+1
*
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...
Zackery Spytz
2019-03-31
1
-4/+6
*
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) (GH...
Miss Islington (bot)
2019-03-26
1
-0/+1
*
[2.7] bpo-36421: Fix ref counting bugs in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-03-25
1
-3/+10
*
bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397)
Stéphane Wirtel
2019-03-19
1
-8/+21
*
[2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329)
stratakis
2019-03-14
1
-0/+1
*
[2.7] bpo-36291: Fix a possible reference leak in the json module (GH-12330)
stratakis
2019-03-14
1
-1/+3
*
[2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-1...
stratakis
2019-03-14
1
-1/+4
*
bpo-36147: Fix a memory leak in ctypes s_get() (GH-12102)
stratakis
2019-03-06
1
-17/+9
*
[2.7] bpo-36186: Fix linuxaudiodev.linux_audio_device() error handling (GH-12...
stratakis
2019-03-06
1
-0/+2
*
[2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#12105)
T. Wouters
2019-03-04
1
-5/+8
*
[2.7] bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) (GH-12166)
Christian Heimes
2019-03-04
1
-6/+8
*
[2.7] bpo-13096: Fix memory leak in ctypes POINTER handling of large values (...
stratakis
2019-03-04
1
-0/+1
*
[2.7] bpo-36106: resolve sinpi name clash with libm (IEEE-754 violation). (GH...
Dima Pasechnik
2019-02-26
1
-4/+4
*
[2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)
stratakis
2019-02-15
1
-0/+4
*
[2.7] bpo-28043: improved default settings for SSLContext (GH-10608)
stratakis
2019-02-15
1
-0/+31
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Miss Islington (bot)
2019-01-15
1
-0/+4
*
[2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH...
Serhiy Storchaka
2019-01-15
2
-1/+16
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-20
4
-0/+16
*
bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)
Miss Islington (bot)
2018-12-20
1
-5/+8
*
[2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-...
Serhiy Storchaka
2018-12-19
4
-19/+21
*
bpo-10320: Use PY_FORMAT_LONG_LONG in ctypes' PyCArg_repr(). (GH-11230)
Zackery Spytz
2018-12-19
1
-5/+1
*
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...
Miss Islington (bot)
2018-12-18
1
-1/+1
*
[2.7] bpo-31374: Include pyconfig.h earlier in expat (GH-11078)
Victor Stinner
2018-12-10
2
-1/+6
*
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Miss Islington (bot)
2018-12-10
1
-0/+1
*
[2.7] bpo-34052: Prevent SQLite functions from setting callbacks on exception...
Serhiy Storchaka
2018-12-05
1
-20/+13
*
[2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441)
Serhiy Storchaka
2018-12-04
1
-6/+18
*
[2.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) (GH-8033)
Serhiy Storchaka
2018-12-04
2
-7/+17
*
bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808)
Miss Islington (bot)
2018-11-30
1
-0/+1
*
[2.7] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) (GH-...
Serhiy Storchaka
2018-11-20
1
-46/+50
*
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
Miss Islington (bot)
2018-11-15
1
-2/+4
*
[2.7] bpo-35194: Fix a wrong constant in cp932 codec. (GH-10420) (GH-10433)
Alexey Izbyshev
2018-11-10
1
-1/+1
*
[2.7] closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now ...
Benjamin Peterson
2018-11-02
1
-1/+1
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Miss Islington (bot)
2018-10-31
1
-1/+1
*
[2.7] Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) (GH-1...
Zackery Spytz
2018-10-29
1
-2/+2
*
[2.7] bpo-35068: Fix possible crashes in pyexpat.c. (GH-10099)
Zackery Spytz
2018-10-29
1
-17/+11
*
[2.7] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10181)
Serhiy Storchaka
2018-10-28
1
-4/+2
[next]