..
asyncio
Fix missing f prefix on f-strings (GH-91910)
2022-04-27 00:01:11 -07:00
collections
concurrent
[3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (GH-92497) ( #92499 )
2022-05-08 11:22:36 -07:00
ctypes
bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676)
2022-03-04 01:31:54 +01:00
curses
dbm
distutils
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
2021-10-07 08:42:38 -07:00
email
[3.9] gh-77630: Change Charset to charset (GH-92439) (GH-92477)
2022-05-08 08:28:18 -07:00
encodings
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953)
2021-10-14 21:23:52 +03:00
ensurepip
[3.9] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94570)
2022-07-05 18:06:57 +02:00
html
Add source for character mappings (GH-92014) ( #92388 )
2022-05-06 12:58:10 +02:00
http
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94093)
2022-06-22 10:42:02 +02:00
idlelib
bpo-45447: Add syntax highlighting for .pyi files in IDLE (GH-28950)
2022-02-12 17:19:25 -08:00
importlib
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
2022-03-13 17:30:07 -04:00
json
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
2021-12-07 02:25:02 -08:00
lib2to3
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
2022-01-31 12:03:44 -08:00
logging
[3.9] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30095)
2021-12-14 01:19:50 +00:00
msilib
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
2021-09-22 17:32:04 +02:00
multiprocessing
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913)
2022-05-03 17:18:20 -07:00
pydoc_data
Python 3.9.13
2022-05-17 13:12:56 +02:00
site-packages
sqlite3
[3.9] gh-80254: Disallow recursive usage of cursors in sqlite3 converters ( #92278 )
2022-05-05 12:47:58 -07:00
test
[3.9] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (GH-95312)
2022-07-27 23:43:02 +02:00
tkinter
bpo-13553: Document tkinter.Tk args (GH-4786)
2022-05-09 21:20:37 -07:00
turtledemo
unittest
[3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCase no longer leaks its executor (GH-91680)
2022-04-19 09:40:52 -07:00
urllib
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
2022-05-11 11:42:10 -07:00
venv
[3.9] bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) (GH-30033)
2021-12-10 18:06:07 +00:00
wsgiref
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
2021-10-07 08:42:38 -07:00
xml
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93791)
2022-06-16 12:16:30 +02:00
xmlrpc
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28935)
2021-10-13 20:00:05 +02:00
zoneinfo
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
2021-10-07 08:42:38 -07:00
__future__.py
__phello__.foo.py
_aix_support.py
_bootlocale.py
_bootsubprocess.py
_collections_abc.py
replace self param with more appropriate cls in classmethods (GH-31402) ( #31445 )
2022-02-21 02:10:35 +02:00
_compat_pickle.py
_compression.py
_markupbase.py
[3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH-17643) (GH-32256)
2022-05-16 18:19:04 +02:00
_osx_support.py
[3.9] Remove trailing spaces (GH-28710)
2021-10-03 20:04:38 +03:00
_py_abc.py
_pydecimal.py
_pyio.py
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
2022-03-04 10:34:14 -08:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) (GH-28014)
2021-08-28 20:54:48 +02:00
abc.py
aifc.py
antigravity.py
argparse.py
gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
2022-04-28 08:19:07 -07:00
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
Fix missing space with help for -m compileall -o (GH-27591) (GH-28431)
2021-09-18 00:55:37 +02:00
configparser.py
contextlib.py
[3.9] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28731)
2021-10-04 23:37:24 -07:00
contextvars.py
copy.py
bpo-45752: Remove "array" from list of things that cannot be copied in copy module docstring (GH-29555)
2021-11-14 05:21:32 -08:00
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
[3.9] bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) (GH-29924)
2021-12-10 11:42:49 +02:00
datetime.py
Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) (GH-92748)
2022-05-16 17:33:01 +02:00
decimal.py
difflib.py
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
2021-10-07 08:42:38 -07:00
dis.py
doctest.py
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
2022-03-22 14:27:26 -07:00
enum.py
filecmp.py
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) (GH-27608)
2021-08-04 22:09:45 +02:00
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
[3.9] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) (GH-30255)
2021-12-26 14:23:23 +02:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
2021-09-22 17:32:04 +02:00
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285)
2022-01-21 14:06:35 -08:00
io.py
ipaddress.py
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions (GH-30642)
2022-05-03 05:34:50 -07:00
keyword.py
linecache.py
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
2021-10-07 08:42:38 -07:00
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
2022-03-15 08:50:01 -07:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py
pdb.py
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
2022-01-21 09:33:25 -08:00
pickle.py
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
2021-10-07 08:42:38 -07:00
pickletools.py
pipes.py
pkgutil.py
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
2021-09-22 17:32:04 +02:00
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
[3.9] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976) (GH-31981)
2022-03-19 17:12:48 +02:00
queue.py
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
2022-04-14 02:23:15 -07:00
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
bpo-26792: Improve docstrings of runpy module run_functions (GH-30729)
2022-04-29 11:46:47 -07:00
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91465)
2022-04-12 19:58:02 -07:00
signal.py
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)
2021-12-13 02:43:13 -08:00
site.py
smtpd.py
smtplib.py
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035)
2021-08-29 16:45:25 +02:00
sndhdr.py
socket.py
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
2021-08-26 12:55:22 -07:00
socketserver.py
sre_compile.py
[3.9] gh-91575: Update case-insensitive matching in re to the latest Unicode version (GH-91580). (GH-91661) (GH-91837)
2022-04-22 22:02:56 +03:00
sre_constants.py
[3.9] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) (GH-92073) (GH-92102)
2022-05-01 13:01:56 +03:00
sre_parse.py
[3.9] gh-91700: Validate the group number in conditional expression in RE (GH-91702) (GH-91831) (GH-91836)
2022-04-22 22:02:20 +03:00
ssl.py
bpo-46604: fix function name in ssl module docstring (GH-31064)
2022-05-03 09:33:35 -07:00
stat.py
statistics.py
Fix double-space in exception message (GH-29955) (GH-29983)
2021-12-08 13:41:50 +02:00
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
2022-02-09 09:35:56 -08:00
telnetlib.py
tempfile.py
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29112)
2021-10-20 23:25:10 +02:00
textwrap.py
this.py
threading.py
gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92831)
2022-05-16 17:25:31 +02:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827)
2021-11-29 10:11:48 +00:00
tracemalloc.py
tty.py
turtle.py
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630)
2021-11-19 19:55:15 +01:00
types.py
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) (GH-29928)
2021-12-07 14:00:06 +02:00
typing.py
Lib/typing.py copy edits originating from GH-31061 (GH-31684)
2022-03-04 19:21:51 -08:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) (GH-28014)
2021-08-28 20:54:48 +02:00
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
2022-03-20 07:54:19 -07:00
zipimport.py