| .. |
|
_abc.c.h
|
|
|
|
_asynciomodule.c.h
|
|
|
|
_bisectmodule.c.h
|
|
|
|
_bz2module.c.h
|
|
|
|
_codecsmodule.c.h
|
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952)
|
2021-10-14 21:23:39 +03:00 |
|
_collectionsmodule.c.h
|
|
|
|
_contextvarsmodule.c.h
|
|
|
|
_cryptmodule.c.h
|
|
|
|
_curses_panel.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
_cursesmodule.c.h
|
|
|
|
_datetimemodule.c.h
|
|
|
|
_dbmmodule.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
_elementtree.c.h
|
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
|
2022-02-12 00:50:11 -08:00 |
|
_gdbmmodule.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
_hashopenssl.c.h
|
|
|
|
_heapqmodule.c.h
|
|
|
|
_localemodule.c.h
|
|
|
|
_lsprof.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
_lzmamodule.c.h
|
|
|
|
_opcode.c.h
|
|
|
|
_operator.c.h
|
|
|
|
_pickle.c.h
|
|
|
|
_queuemodule.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
_randommodule.c.h
|
|
|
|
_sre.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
_ssl.c.h
|
|
|
|
_statisticsmodule.c.h
|
|
|
|
_struct.c.h
|
|
|
|
_testmultiphase.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
_tkinter.c.h
|
|
|
|
_tracemalloc.c.h
|
|
|
|
_weakref.c.h
|
|
|
|
_winapi.c.h
|
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760)
|
2022-10-03 16:59:21 +03:00 |
|
arraymodule.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
audioop.c.h
|
|
|
|
binascii.c.h
|
|
|
|
cmathmodule.c.h
|
|
|
|
fcntlmodule.c.h
|
|
|
|
gcmodule.c.h
|
|
|
|
grpmodule.c.h
|
|
|
|
itertoolsmodule.c.h
|
[3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350)
|
2022-02-15 19:24:04 +09:00 |
|
mathmodule.c.h
|
|
|
|
md5module.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
overlapped.c.h
|
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760)
|
2022-10-03 16:59:21 +03:00 |
|
posixmodule.c.h
|
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760)
|
2022-10-03 16:59:21 +03:00 |
|
pwdmodule.c.h
|
|
|
|
pyexpat.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
readline.c.h
|
|
|
|
resource.c.h
|
|
|
|
selectmodule.c.h
|
[3.10] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406)
|
2022-01-21 11:02:25 +02:00 |
|
sha1module.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
sha256module.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
sha512module.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |
|
signalmodule.c.h
|
[3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
|
2021-11-25 03:53:07 -08:00 |
|
spwdmodule.c.h
|
|
|
|
symtablemodule.c.h
|
|
|
|
termios.c.h
|
|
|
|
unicodedata.c.h
|
|
|
|
zlibmodule.c.h
|
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
|
2022-05-03 11:53:46 +03:00 |