cpython/Lib
Miss Islington (bot) 7ada439712
[3.13] gh-134360 Add processName attribute to logging.Formatter docstring (GH-134371) (GH-134404)
Co-authored-by: Sofia Toro <sofie.torch@outlook.com>
2025-05-21 06:16:36 +01:00
..
__phello__
_pyrepl [3.13] gh-134097: Print number of refs & blocks after each statement in new REPL (gh-134136) (gh-134221) 2025-05-19 16:13:25 +02:00
asyncio [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948) 2025-05-18 06:50:07 -07:00
collections [3.13] Fix outdated reference link in collections module (gh-130349) (gh-130386) 2025-02-21 00:22:05 +00:00
concurrent [3.13] gh-132063: ensure that ProcessPoolExecutor does not swallow falsey exceptions (GH-132129) (#132275) 2025-04-08 15:36:52 +00:00
ctypes
curses
dbm
email [3.13] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131403) 2025-03-18 15:34:00 -04:00
encodings
ensurepip [3.13] gh-132995: Upgrade bundled pip to 25.1.1 (gh-133308) 2025-05-02 18:26:38 +01:00
html [3.13] gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658) (GH-133845) 2025-05-10 17:58:29 +00:00
http [3.13] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135) (GH-134191) 2025-05-18 22:16:56 +03:00
idlelib [3.13] gh-112936: Fix IDLE: no Shell menu item in single-process mode (GH-126598) (GH-133310) 2025-05-02 17:26:26 +00:00
importlib [3.13] gh-97850: Update the deprecation warning of importlib.abc.Loader.load_module (GH-129855) (GH-130013) 2025-02-11 19:28:25 +00:00
json [3.13] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048) (#132255) 2025-04-08 08:51:39 +00:00
logging [3.13] gh-134360 Add processName attribute to logging.Formatter docstring (GH-134371) (GH-134404) 2025-05-21 06:16:36 +01:00
multiprocessing [3.13] gh-88887: Cleanup multiprocessing.resource_tracker.ResourceTracker upon deletion (GH-130429) (#131516) 2025-03-20 17:08:58 +00:00
pathlib
pydoc_data Python 3.13.3 2025-04-08 15:54:08 +02:00
re
site-packages
sqlite3 [3.13] gh-105875: amend sqlite3 docstring wrt. SQLite requirement (GH-129599) (#129602) 2025-02-02 23:26:38 +00:00
sysconfig [3.13] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130583) 2025-02-27 18:16:33 +00:00
test [3.13] gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (GH-134234) (#134379) 2025-05-20 18:56:32 +00:00
tkinter [3.13] gh-128562: Fix generation of the tkinter widget names (GH-128604) (GH-128791) 2025-01-13 18:23:33 +02:00
tomllib [3.13] gh-133117: Enable stricter mypy checks for tomllib (GH-133206) (#133343) 2025-05-03 14:20:34 +00:00
turtledemo
unittest [3.13] gh-124234: Improve docs for Mock.reset_mock (GH-124237) (#130408) 2025-02-21 14:58:08 +00:00
urllib [3.13] gh-105704: Disallow square brackets ([ and ]) in domain names for parsed URLs (GH-129418) (GH-129526) 2025-02-02 00:12:51 -08:00
venv
wsgiref
xml [3.13] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) (#128582) 2025-01-11 13:31:04 +02:00
xmlrpc
zipfile [3.13] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) (GH-132263) 2025-04-08 11:19:40 +00:00
zoneinfo [3.13] gh-114713: Revert gh-114731 (GH-133330) (#133331) 2025-05-03 08:09:54 +00:00
__future__.py
__hello__.py
_aix_support.py
_android_support.py
_apple_support.py
_collections_abc.py
_colorize.py [3.13] gh-131507: Clean up tests and type checking for _pyrepl (GH-131509) (GH-131546) 2025-03-21 17:25:45 +01:00
_compat_pickle.py
_compression.py
_ios_support.py
_markupbase.py
_opcode_metadata.py
_osx_support.py
_py_abc.py
_pydatetime.py [3.13] Update HTTP links in the _pydatetime docstrings (GH-133025) (GH-133782) 2025-05-09 19:02:41 +00:00
_pydecimal.py
_pyio.py
_pylong.py
_sitebuiltins.py
_strptime.py [3.13] gh-131434: Improve error reporting for incorrect format in strptime() (GH-131568) (GH-132309) 2025-04-09 10:50:24 +00:00
_threading_local.py [3.13] gh-107006: Move threading.local docstring to docs (GH-131840) (#133432) 2025-05-05 16:18:00 +03:00
_weakrefset.py
abc.py
antigravity.py
argparse.py [3.13] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110) (GH-134113) 2025-05-16 20:52:42 +00:00
ast.py [3.13] gh-133046: Reformat the `ast` module docstring (GH-133050) (GH-133060) 2025-04-27 21:59:41 +00:00
base64.py
bdb.py [3.13] gh-128991: Release the enter frame reference within bdb callba… (#129002) 2025-01-18 17:21:23 -05:00
bisect.py
bz2.py
calendar.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py [3.13] gh-130941: Fix configparser parsing values with allow_no_value and interpolation set (GH-130949) (#132588) 2025-04-16 14:19:46 +02:00
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py [3.13] gh-131204: Fix difflib.HtmlDiff may not use monospaced font (GH-131221) (#131242) 2025-03-14 12:27:13 +00:00
dis.py
doctest.py [3.13] gh-128595: Default to stdout isatty for colour detection instead of stderr (GH-128498) (#129057) 2025-01-21 18:14:24 +02:00
enum.py [3.13] gh-132684: [Enum] only call _missing_ in __contains__ for Flags (GH-132790) (GH-132896) 2025-04-25 13:30:33 -07:00
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py [3.13] gh-127750: Fix functools.singledispatchmethod() (GH-130029) 2025-02-17 11:12:24 +02:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py [3.13] gh-129892: Doc: Remove unnecessary role directive in graphlib.py (GH-129896) (#129904) 2025-02-09 15:47:10 +00:00
gzip.py [3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131518) 2025-03-21 11:20:52 +01:00
hashlib.py [3.13] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-132787) 2025-04-21 21:55:57 +00:00
heapq.py
hmac.py
imaplib.py [3.13] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (GH-129355) 2025-01-27 14:05:59 -08:00
inspect.py [3.13] gh-119605: Respect follow_wrapped for __init__ and __new__ when getting class signature with inspect.signature (GH-132055) (#133277) 2025-05-01 20:06:07 -07:00
io.py
ipaddress.py
keyword.py
linecache.py [3.13] gh-117174: Fix reference leak and gdb tests (GH-131095) (#131120) 2025-03-11 23:43:07 +00:00
locale.py [3.13] gh-129646: Update the locale alias mapping (GH-129647) (GH-129658) 2025-02-04 18:31:20 +02:00
lzma.py
mailbox.py
mimetypes.py gh-128703: Fix mimetypes.guess_type for empty Content-Type in registry (GH-128854) 2025-02-17 15:36:49 +00:00
modulefinder.py
netrc.py
ntpath.py [3.13] gh-76023: Make os.path.realpath to ignore WinError 1005 in non-strict mode (GH-128328) (GH-134204) 2025-05-19 09:57:19 +00:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py [3.13] gh-127541: Update os.walk example (GH-127765) (GH-131869) 2025-03-29 06:49:15 +00:00
pdb.py [3.13] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128947) 2025-01-17 12:49:15 -05:00
pickle.py
pickletools.py
pkgutil.py
platform.py
plistlib.py
poplib.py [3.13] gh-130637: Add validation for numeric response data in stat() method (GH-130646) (#130763) 2025-03-02 20:28:56 +00:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py [3.13] gh-125225: Fix column misalignment in help('topics') output (gh-125226) (#134226) 2025-05-19 17:34:31 +02:00
queue.py
quopri.py
random.py [3.13] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130416) 2025-02-21 17:56:51 +00:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py [3.13] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134386) 2025-05-20 22:15:43 +02:00
smtplib.py
socket.py [3.13] gh-128916: Do not set SO_REUSEPORT on non-AF_INET* sockets (GH-128933) (#128969) 2025-01-18 03:45:42 +00:00
socketserver.py [3.13] gh-128916: Do not set SO_REUSEPORT on non-AF_INET* sockets (GH-128933) (#128969) 2025-01-18 03:45:42 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py [3.13] gh-133089: Use original timeout value for TimeoutExpired when the func subprocess.run is called with a timeout (GH-133103) (#133418) 2025-05-05 01:38:30 +00:00
symtable.py
tabnanny.py
tarfile.py [3.13] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134196) 2025-05-19 10:37:36 +00:00
tempfile.py [3.13] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) (#130886) 2025-03-05 18:42:55 +01:00
textwrap.py
this.py
threading.py [3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134361) 2025-05-20 17:03:19 +00:00
timeit.py
token.py
tokenize.py [3.13] gh-125553: Fix backslash continuation in untokenize (GH-126010) (#129153) 2025-01-21 21:04:55 +00:00
trace.py
traceback.py [3.13] gh-132385: Fix instance error suggestions trigger potential exceptions in traceback (GH-132387) (#133297) 2025-05-02 13:27:54 +00:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py
uuid.py
warnings.py [3.13] gh-132159: Do not shadow user arguments in generated __new__ by @warnings.deprecated (GH-132160) (#132163) 2025-04-06 17:00:54 +00:00
wave.py
weakref.py
webbrowser.py
zipapp.py [3.13] gh-130379: Fix incorrect zipapp logic to avoid including the target in itself (gh-130509) (gh-130791) 2025-03-03 15:20:05 +00:00
zipimport.py