cpython/Modules
Miss Islington (bot) 6b0ea06ea8
remove the repeat 'the' (GH-29455)
(cherry picked from commit 122ca4d73f)

Co-authored-by: 180909 <734461790@qq.com>
2021-11-08 00:45:06 -08:00
..
_blake2
_ctypes remove the repeat 'the' (GH-29455) 2021-11-08 00:45:06 -08:00
_decimal bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) 2021-05-31 04:33:31 -07:00
_io bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457) 2021-10-01 21:46:25 +01:00
_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 [3.9] bpo-45581: Raise MemoryError in sqlite3.connect if SQLite signals memory error (GH-29171) (GH-29324) 2021-10-29 23:02:19 +02:00
_ssl
_xxtestfuzz
cjkcodecs
clinic bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953) 2021-10-14 21:23:52 +03:00
expat no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) 2021-10-14 09:36:19 -07:00
_abc.c
_asynciomodule.c bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) 2021-10-07 16:14:04 -07:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953) 2021-10-14 21:23:52 +03:00
_collectionsmodule.c bpo-41621: Document defaultdict's default_factory parameter (GH-21945) 2021-06-22 07:42:41 -07:00
_contextvarsmodule.c
_cryptmodule.c closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) 2021-09-29 13:47:58 -07:00
_csv.c [3.9] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28835) 2021-10-10 01:13:44 +09:00
_curses_panel.c
_cursesmodule.c [3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480) 2021-07-30 16:34:04 +02:00
_datetimemodule.c [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512) 2021-09-22 17:32:04 +02:00
_dbmmodule.c
_elementtree.c [3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480) 2021-07-30 16:34:04 +02:00
_functoolsmodule.c
_gdbmmodule.c [3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28093) 2021-09-01 09:51:01 +03:00
_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 [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512) 2021-09-22 17:32:04 +02:00
_math.h
_opcode.c
_operator.c [3.9] bpo-44558: Match countOf is/== treatment to c (GH-27007). (GH-27055) 2021-07-07 23:55:22 +09:00
_peg_parser.c
_pickle.c [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
_posixsubprocess.c
_queuemodule.c
_randommodule.c
_scproxy.c
_sre.c [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
_ssl.c Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27998) 2021-08-27 13:59:23 +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 [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
_testimportmultiple.c
_testinternalcapi.c
_testmultiphase.c [3.9] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28741) 2021-10-05 22:30:25 +02:00
_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 [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
_tracemalloc.c [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
_uuidmodule.c
_weakref.c
_winapi.c [3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480) 2021-07-30 16:34:04 +02:00
_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 [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
addrinfo.h
arraymodule.c [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512) 2021-09-22 17:32:04 +02:00
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
gcmodule.c
getaddrinfo.c
getbuildinfo.c bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) 2021-10-20 10:45:06 -07:00
getnameinfo.c
getpath.c [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
grpmodule.c
hashlib.h [3.9] hashlib: Fix old message about unicode objects. (GH-28653) (GH-28679) 2021-10-01 06:28:19 -07:00
itertoolsmodule.c bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27042) 2021-07-05 23:34:01 +01:00
ld_so_aix.in
main.c
makesetup bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161) 2021-10-22 11:29:52 -07:00
makexp_aix
mathmodule.c bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) (GH-28604) 2021-09-28 22:19:02 +02:00
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c bpo-44219: Release the GIL during isatty syscalls (GH-28250) 2021-09-09 06:40:42 -07:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup
sha1module.c [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791) 2021-10-07 06:17:05 -07:00
termios.c
testcapi_long.h
timemodule.c [3.9] Remove trailing spaces (GH-28710) 2021-10-03 20:04:38 +03:00
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zlibmodule.c [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512) 2021-09-22 17:32:04 +02:00

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