summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 00174-fix-for-usr-move.patchFedora Python maintainers2020-09-291-0/+18
* 00170-gc-assertions.patchFedora Python maintainers2020-09-291-17/+91
* 00165-crypt-module-salt-backport.patchFedora Python maintainers2020-09-292-3/+3
* 00146-hashlib-fips.patchFedora Python maintainers2020-09-292-53/+182
* 00144-no-gdbm.patchFedora Python maintainers2020-09-291-1/+1
* 00114-statvfs-f_flag-constants.patchFedora Python maintainers2020-09-291-0/+37
* 00112-2.7.13-debug-build.patchFedora Python maintainers2020-09-291-1/+1
* 00102-2.7.13-lib64.patchFedora Python maintainers2020-09-292-5/+5
* python-2.7rc1-socketmodule-constants2.patchFedora Python maintainers2020-09-291-0/+9
* python-2.7rc1-socketmodule-constants.patchFedora Python maintainers2020-09-291-0/+55
* python-2.7.1-config.patchFedora Python maintainers2020-09-291-63/+61
* [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075)Benjamin Peterson2019-11-075-12/+15
* bpo-37731: Squish another _POSIX_C_SOURCE redefinition problem in expat. (GH-...Benjamin Peterson2019-11-071-6/+6
* bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...Miss Islington (bot)2019-11-071-8/+8
* [2.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16408)Benjamin Peterson2019-09-2619-4836/+3970
* [2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-...Serhiy Storchaka2019-09-171-5/+7
* bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)Miss Islington (bot)2019-09-161-1/+1
* [2.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...Xiang Zhang2019-09-161-1/+2
* [2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570)Alexandru Ardelean2019-09-111-2/+2
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Zackery Spytz2019-09-111-1/+3
* [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...Serhiy Storchaka2019-09-091-0/+9
* bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422)Victor Stinner2019-08-231-1/+1
* Put pyexpatns.h include back. bpo-37437 (GH-14539)Miss Islington (bot)2019-07-021-0/+4
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-286-28/+21
* [2.7] Fix name of '\0'. (GH-14225)Benjamin Peterson2019-06-191-1/+1
* [2.7] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13906)Eric Wieser2019-06-081-1/+1
* [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-071-0/+22
* bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...Zackery Spytz2019-04-031-1/+1
* bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...Zackery Spytz2019-03-311-4/+6
* bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) (GH...Miss Islington (bot)2019-03-261-0/+1
* [2.7] bpo-36421: Fix ref counting bugs in _ctypes.c's PyCArrayType_new(). (GH...Zackery Spytz2019-03-251-3/+10
* bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397)Stéphane Wirtel2019-03-191-8/+21
* [2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329)stratakis2019-03-141-0/+1
* [2.7] bpo-36291: Fix a possible reference leak in the json module (GH-12330)stratakis2019-03-141-1/+3
* [2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-1...stratakis2019-03-141-1/+4
* bpo-36147: Fix a memory leak in ctypes s_get() (GH-12102)stratakis2019-03-061-17/+9
* [2.7] bpo-36186: Fix linuxaudiodev.linux_audio_device() error handling (GH-12...stratakis2019-03-061-0/+2
* [2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#12105)T. Wouters2019-03-041-5/+8
* [2.7] bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) (GH-12166)Christian Heimes2019-03-041-6/+8
* [2.7] bpo-13096: Fix memory leak in ctypes POINTER handling of large values (...stratakis2019-03-041-0/+1
* [2.7] bpo-36106: resolve sinpi name clash with libm (IEEE-754 violation). (GH...Dima Pasechnik2019-02-261-4/+4
* [2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)stratakis2019-02-151-0/+4
* [2.7] bpo-28043: improved default settings for SSLContext (GH-10608)stratakis2019-02-151-0/+31
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569)Miss Islington (bot)2019-01-151-0/+4
* [2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH...Serhiy Storchaka2019-01-152-1/+16
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-204-0/+16
* bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)Miss Islington (bot)2018-12-201-5/+8
* [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-...Serhiy Storchaka2018-12-194-19/+21
* bpo-10320: Use PY_FORMAT_LONG_LONG in ctypes' PyCArg_repr(). (GH-11230)Zackery Spytz2018-12-191-5/+1
* bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...Miss Islington (bot)2018-12-181-1/+1