cpython/Lib
Ken Jin 41457c7fdb
gh-116381: Remove bad specializations, add fail stats (GH-116464)
* Remove bad specializations, add fail stats
2024-03-08 00:21:21 +08:00
..
__phello__
asyncio gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009) 2024-03-06 12:20:26 -08:00
collections
concurrent
ctypes gh-71052: Fix several Android build issues (#115955) 2024-02-29 22:58:20 +01:00
curses
dbm
email gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125) 2024-03-05 17:49:01 +02:00
encodings gh-102388: Add windows_31j to aliases for cp932 codec (#102389) 2024-02-19 17:01:35 +09:00
ensurepip
html
http gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986) 2024-02-17 10:10:12 +00:00
idlelib gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894) 2024-02-23 02:15:39 +00:00
importlib gh-116381: Specialize CONTAINS_OP (GH-116385) 2024-03-07 03:30:11 +08:00
json doc: Use super() in subclassed JSONEncoder examples (GH-115565) 2024-02-28 14:54:12 +01:00
logging gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812) 2024-03-03 09:42:08 +02:00
multiprocessing bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) 2024-02-27 14:57:59 +00:00
pathlib pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293) 2024-03-04 02:26:33 +00:00
pydoc_data Python 3.13.0a4 2024-02-15 14:38:42 +01:00
re
site-packages
sqlite3
sysconfig
test gh-115421: Test that our Makefile has all needed test folders (GH-115813) 2024-03-07 12:24:38 +01:00
tkinter
tomllib
turtledemo
unittest
urllib gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) 2024-03-05 17:49:50 +02:00
venv
wsgiref
xml gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) 2024-02-29 14:52:50 -08:00
xmlrpc
zipfile
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_collections_abc.py
_compat_pickle.py
_compression.py
_markupbase.py
_opcode_metadata.py gh-116381: Remove bad specializations, add fail stats (GH-116464) 2024-03-08 00:21:21 +08:00
_osx_support.py
_py_abc.py
_pydatetime.py
_pydecimal.py
_pyio.py gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 (GH-99709) 2024-02-17 11:16:06 +00:00
_pylong.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
antigravity.py
argparse.py gh-116159: argparse: performance improvement parsing large number of options (#116162) 2024-03-01 11:52:53 +01:00
ast.py gh-112364: Correct unparsing of backslashes and quotes in ast.unparse (#115696) 2024-02-21 10:24:08 +00:00
base64.py bpo-31116: Add Z85 variant to base64 (GH-30598) 2024-02-25 19:17:54 +02:00
bdb.py
bisect.py
bz2.py
cProfile.py gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104590) 2024-02-16 12:03:46 +00:00
calendar.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py gh-107625: configparser: Raise error if a missing value is continued (GH-107651) 2024-03-06 14:05:54 +00:00
contextlib.py
contextvars.py
copy.py
copyreg.py
csv.py
dataclasses.py gh-109653: Just import `recursive_repr` in `dataclasses` (gh-109822) 2024-03-05 13:12:00 -05:00
datetime.py
decimal.py
difflib.py
dis.py gh-112720: make it easier to subclass and modify dis.ArgResolver's jump arg resolution (#115564) 2024-02-16 19:25:19 +00:00
doctest.py gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342) 2024-02-19 19:03:21 +02:00
enum.py gh-115821: [Enum] better error message for calling super().__new__() (GH-116063) 2024-02-28 15:17:49 -08:00
filecmp.py gh-57141: Add dircmp shallow option (GH-109499) 2024-03-04 17:27:43 +00:00
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py gh-72249: Include the module name in the repr of partial object (GH-101910) 2024-02-25 22:55:19 +02:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
inspect.py gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530) 2024-03-01 13:32:16 +02:00
io.py
ipaddress.py
keyword.py
linecache.py gh-86291: linecache: get module name from __spec__ if available (GH-22908) 2024-02-20 16:47:41 +00:00
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py
ntpath.py
nturl2path.py
numbers.py
opcode.py gh-116381: Specialize CONTAINS_OP (GH-116385) 2024-03-07 03:30:11 +08:00
operator.py
optparse.py
os.py
pdb.py gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141) 2024-02-29 21:39:50 +00:00
pickle.py
pickletools.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py gh-114709: Fix exceptions raised by posixpath.commonpath (#114710) 2024-02-18 00:24:58 -08:00
pprint.py
profile.py gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104590) 2024-02-16 12:03:46 +00:00
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py gh-116143: Fix race condition in pydoc _start_server (#116144) 2024-03-06 07:39:51 -07:00
queue.py gh-96471: Correct docs for queue shutdown (#115838) 2024-02-25 16:53:21 +00:00
quopri.py
random.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517) 2024-03-01 11:39:16 -08:00
smtplib.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py gh-107361: strengthen default SSL context flags (#112389) 2024-03-06 13:44:58 -08:00
stat.py
statistics.py gh-115532: Add kernel density estimation to the statistics module (gh-115863) 2024-02-25 17:46:47 -06:00
string.py
stringprep.py
struct.py
subprocess.py
symtable.py
tabnanny.py
tarfile.py gh-115256: Remove refcycles from tarfile writing (GH-115257) 2024-03-04 13:26:32 +00:00
tempfile.py
textwrap.py
this.py
threading.py gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (GH-115190) 2024-03-01 13:43:12 -08:00
timeit.py
token.py
tokenize.py gh-115154: Fix untokenize handling of unicode named literals (#115171) 2024-02-19 14:54:10 +00:00
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with empty string arg (#116341) 2024-03-05 09:14:18 +00:00
uuid.py gh-109653: Reduce import overhead of uuid module on Linux (#115160) 2024-03-06 14:39:43 -08:00
warnings.py
wave.py
weakref.py
webbrowser.py gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop (GH-21731) 2024-03-02 12:48:24 +00:00
zipapp.py
zipimport.py