cpython/Modules
Miss Islington (bot) a65df3f9fc
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
It defaults to None and is positional only.
(cherry picked from commit d1ae57027f)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
2021-06-22 07:42:41 -07:00
..
_blake2
_ctypes bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25812) 2021-05-02 13:03:10 +02:00
_decimal bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) 2021-05-31 04:33:31 -07:00
_io
_multiprocessing
_sha3 [3.9] bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927) (GH-25928) 2021-05-06 08:55:35 +02:00
_sqlite bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (GH-25818) 2021-05-02 23:43:06 +01:00
_ssl
_xxtestfuzz
cjkcodecs
clinic bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) 2021-04-07 12:35:36 +01:00
expat Fix compiler warning in the xml module (GH-26245) (GH-26248) 2021-05-19 19:21:07 +01:00
_abc.c
_asynciomodule.c
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c bpo-41621: Document defaultdict's default_factory parameter (GH-21945) 2021-06-22 07:42:41 -07:00
_contextvarsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c [3.9] bpo-44145: Release the GIL around HMAC_Update. (GH-26157) (GH-26188) 2021-05-17 01:07:49 -07:00
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_peg_parser.c
_pickle.c
_posixsubprocess.c
_queuemodule.c
_randommodule.c
_scproxy.c
_sre.c
_ssl.c [3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25555) 2021-04-23 14:23:35 +02:00
_ssl_data.h
_ssl_data_111.h [3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310) 2021-04-09 18:34:39 +02:00
_ssl_data_300.h [3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310) 2021-04-09 18:34:39 +02:00
_stat.c
_statisticsmodule.c
_struct.c
_testbuffer.c
_testcapimodule.c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) 2021-06-10 05:01:22 -07:00
_testimportmultiple.c
_testinternalcapi.c
_testmultiphase.c
_threadmodule.c bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26825) 2021-06-21 14:22:56 +02:00
_tkinter.c Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26252) 2021-05-19 19:27:19 +01:00
_tracemalloc.c
_uuidmodule.c
_weakref.c
_winapi.c
_xxsubinterpretersmodule.c bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) (GH-25508) 2021-04-28 18:20:40 +02:00
_zoneinfo.c
addrinfo.h
arraymodule.c
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486) (GH-26496) 2021-06-03 01:50:55 +02:00
grpmodule.c
hashlib.h
itertoolsmodule.c
ld_so_aix.in
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c bpo-38822: Check specifically for a drive, not just a colon (GH-25540) 2021-04-23 00:56:45 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) 2021-04-21 16:43:40 -07:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zlibmodule.c Fix thread locks in zlib module may go wrong in rare case (#22130) 2021-04-26 21:50:33 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.