1
Fork 0
cpython/Modules
Nedko Arnaudov a2b193afe8 Revert "Gentoo libdir"
This reverts commit 7002d9fc4a.
2023-11-11 20:27:07 +02:00
..
_ctypes closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24250) 2023-11-11 20:19:13 +02:00
_io [2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329) 2019-03-14 16:35:40 +01:00
_multiprocessing bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422) 2019-08-23 14:00:38 +01:00
_sqlite [2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155). (GH-16215) 2019-09-17 09:56:27 +03:00
cjkcodecs bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249) 2018-12-20 19:38:52 +02:00
expat bpo-37731: Squish another _POSIX_C_SOURCE redefinition problem in expat. (GH-17077) 2019-11-06 21:29:43 -08:00
zlib update zlib ChangeLog file 2017-01-31 13:56:50 +01:00
Setup.config.in
Setup.dist Revert "Gentoo libdir" 2023-11-11 20:27:07 +02:00
_bisectmodule.c
_bsddb.c bpo-34491: Add missing Py_DECREF() in _bsddb's DB_join() (GH-8909) 2018-08-25 12:22:21 +08:00
_codecsmodule.c
_collectionsmodule.c [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179) 2018-09-11 13:41:57 -07:00
_csv.c [2.7] Fix name of '\0'. (GH-14225) 2019-06-18 23:03:35 -07:00
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. 2016-05-09 00:11:59 +03:00
_cursesmodule.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
_elementtree.c [2.7] Fix error handling bugs in _elementtree.c. (GH-10060) (GH-10080) 2018-10-26 08:37:07 +03:00
_functoolsmodule.c bpo-31095: Fix potential crash during GC (GH-3197) 2017-09-04 12:31:41 +09:00
_hashopenssl.c bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) 2019-09-16 12:48:21 -07:00
_heapqmodule.c Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
_hotshot.c [2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-12327) 2019-03-14 16:10:58 +01:00
_json.c [2.7] bpo-36291: Fix a possible reference leak in the json module (GH-12330) 2019-03-14 16:22:46 +01:00
_localemodule.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) (GH-11234) 2018-12-19 17:11:02 +02:00
_lsprof.c Fix docstring of Profiler class (GH-8651) 2018-08-03 02:43:18 -07:00
_math.c inline constant into its single use 2016-12-03 12:32:38 -08:00
_math.h
_randommodule.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
_sre.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
_ssl.c ssl: Hard-disable SSLv3 to avoid automagic deps 2023-11-11 20:24:20 +02:00
_ssl_data.h
_struct.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
_testcapimodule.c [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13898) 2019-06-07 18:22:56 +02:00
_tkinter.c [2.7] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10181) 2018-10-28 19:36:02 +02:00
_weakref.c Issue #28427: old keys should not remove new values from 2016-12-27 15:08:27 +01:00
addrinfo.h
almodule.c
ar_beos
arraymodule.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) (GH-11234) 2018-12-19 17:11:02 +02:00
audioop.c bpo-19418: audioop.c: Fix warnings on -0x80000000 (GH-7453) 2018-06-06 17:51:07 +02:00
binascii.c Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT 2016-12-24 07:53:57 +00:00
bsddb.h
bsddbmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
bz2module.c bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033) 2017-06-10 14:36:57 +02:00
cPickle.c [2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#12105) 2019-03-04 10:52:07 -08:00
cStringIO.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
cdmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:51:18 +03:00
cgen.py
cgensupport.c
cgensupport.h
clmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
datetimemodule.c [2.7] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) (GH-10617) 2018-11-20 21:56:34 +02:00
dbmmodule.c
dlmodule.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
errnomodule.c
fcntlmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
flmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
fmmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
fpectlmodule.c
fpetestmodule.c
future_builtins.c
gc_weakref.txt
gcmodule.c [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096) 2018-05-24 23:27:08 +03:00
gdbmmodule.c
getaddrinfo.c Issue #26505: Fix typos in getaddrinfo license text. 2016-03-07 14:51:19 -05:00
getbuildinfo.c bpo-27593: Get SCM build info from git instead of hg (#1327) 2017-05-02 16:55:50 +02:00
getnameinfo.c
getpath.c Revert "Gentoo libdir" 2023-11-11 20:27:07 +02:00
glmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
grpmodule.c
imageop.c
imgfile.c
itertoolsmodule.c [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) (GH-15740) 2019-09-09 12:38:05 +03:00
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 2016-11-20 09:31:41 +00:00
ld_so_beos
linuxaudiodev.c [2.7] bpo-36186: Fix linuxaudiodev.linux_audio_device() error handling (GH-12163) 2019-03-06 15:11:56 +01:00
main.c bpo-11681: Document the `-b` and `-bb` options (GH-1562) 2017-05-13 09:30:20 -05:00
makesetup Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config. 2023-11-11 20:22:25 +02:00
makexp_aix
mathmodule.c [2.7] bpo-36106: resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027) (GH-12050) 2019-02-26 12:41:15 +02:00
md5.c
md5.h
md5module.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) 2018-09-10 10:50:15 -07:00
mmapmodule.c [2.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16176) 2019-09-16 15:07:32 +08:00
nismodule.c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) 2018-11-30 00:04:43 -08:00
operator.c bpo-40791: Make compare_digest more constant-time. (GH-23438) 2023-11-11 20:19:03 +02:00
ossaudiodev.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) 2018-09-10 10:50:15 -07:00
parsermodule.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) 2019-11-07 07:06:28 -08:00
posixmodule.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
posixmodule.h
puremodule.c
pwdmodule.c
pyexpat.c [2.7] bpo-35068: Fix possible crashes in pyexpat.c. (GH-10099) 2018-10-29 09:23:59 +02:00
python.c Replace fpgetmask() with fedisableexcept() 2016-01-20 22:30:58 +01:00
readline.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) 2019-11-07 07:06:28 -08:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) (GH-11234) 2018-12-19 17:11:02 +02:00
sgimodule.c
sha256module.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) 2018-09-10 10:50:15 -07:00
sha512module.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) 2018-09-10 10:50:15 -07:00
shamodule.c
signalmodule.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) 2019-11-07 07:06:28 -08:00
socketmodule.c bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397) 2019-03-19 02:56:28 +01:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
stropmodule.c
sunaudiodev.c
svmodule.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
symtablemodule.c
syslogmodule.c
termios.c [2.7] Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) (GH-10218) 2018-10-29 18:03:26 +02:00
testcapi_long.h
threadmodule.c
timemodule.c bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) 2017-09-06 01:35:39 +02:00
timing.h
timingmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
tkappinit.c Issue #22463: Backport compiler warning fixes and workarounds 2016-06-21 23:58:05 +00:00
tkinter.h
unicodedata.c bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) (GH-7704) 2018-06-15 21:26:55 +08:00
unicodedata_db.h
unicodename_db.h
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) 2019-11-07 07:06:28 -08:00
zlibmodule.c Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module 2016-07-23 04:22:09 +00:00