| .. |
|
__phello__
|
|
|
|
_pyrepl
|
|
|
|
asyncio
|
gh-127655: Ensure _SelectorSocketTransport.writelines pauses the protocol if needed (#127656)
|
2024-12-06 10:03:03 +05:30 |
|
collections
|
Speed-up lazy heapq import in collections (gh-127538)
|
2024-12-02 20:45:36 -06:00 |
|
concurrent
|
|
|
|
ctypes
|
gh-127255: Make CopyComPointer public and add to ctypes doc. (GH-127275)
|
2024-12-03 16:35:08 +01:00 |
|
curses
|
|
|
|
dbm
|
|
|
|
email
|
|
|
|
encodings
|
|
|
|
ensurepip
|
|
|
|
html
|
|
|
|
http
|
|
|
|
idlelib
|
|
|
|
importlib
|
|
|
|
json
|
|
|
|
logging
|
|
|
|
multiprocessing
|
Add the missing f on an f-string error message in multiprocessing. (GH-127462)
|
2024-12-01 06:44:43 +00:00 |
|
pathlib
|
GH-127381: pathlib ABCs: remove PathBase.samefile() and rarer is_*() (#127709)
|
2024-12-11 00:09:55 +00:00 |
|
pydoc_data
|
|
|
|
re
|
|
|
|
site-packages
|
|
|
|
sqlite3
|
|
|
|
sysconfig
|
GH-126789: fix some sysconfig data on late site initializations (#127729)
|
2024-12-08 05:57:22 +00:00 |
|
test
|
gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)
|
2024-12-11 12:37:59 +00:00 |
|
tkinter
|
gh-126899: Add **kw to tkinter.Misc.after and tkinter.Misc.after_idle (#126900)
|
2024-12-01 19:29:27 +00:00 |
|
tomllib
|
|
|
|
turtledemo
|
|
|
|
unittest
|
gh-127221: Add colour to unittest output (#127223)
|
2024-12-05 21:10:46 +02:00 |
|
urllib
|
gh-127734: improve signature of urllib.request.HTTPPasswordMgrWithPriorAuth.__init__ (#127735)
|
2024-12-08 10:46:34 -08:00 |
|
venv
|
|
|
|
wsgiref
|
|
|
|
xml
|
|
|
|
xmlrpc
|
|
|
|
zipfile
|
|
|
|
zoneinfo
|
|
|
|
__future__.py
|
|
|
|
__hello__.py
|
|
|
|
_aix_support.py
|
|
|
|
_android_support.py
|
Fix typo in Lib/_android_support.py (#127699)
|
2024-12-06 19:50:58 +02:00 |
|
_apple_support.py
|
gh-126925: Modify how iOS test results are gathered (#127592)
|
2024-12-09 13:28:57 +08:00 |
|
_collections_abc.py
|
|
|
|
_colorize.py
|
|
|
|
_compat_pickle.py
|
|
|
|
_compression.py
|
|
|
|
_ios_support.py
|
|
|
|
_markupbase.py
|
|
|
|
_opcode_metadata.py
|
|
|
|
_osx_support.py
|
|
|
|
_py_abc.py
|
|
|
|
_pydatetime.py
|
|
|
|
_pydecimal.py
|
|
|
|
_pyio.py
|
gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream cannot immediately return bytes. (GH-122933)
|
2024-12-02 14:18:30 +01:00 |
|
_pylong.py
|
|
|
|
_sitebuiltins.py
|
|
|
|
_strptime.py
|
gh-127552: Remove comment questioning 4-digit restriction for ‘Y’ in datetime.strptime patterns (#127590)
|
2024-12-04 10:30:51 -08:00 |
|
_threading_local.py
|
|
|
|
_weakrefset.py
|
|
|
|
abc.py
|
|
|
|
annotationlib.py
|
|
|
|
antigravity.py
|
|
|
|
argparse.py
|
|
|
|
ast.py
|
|
|
|
base64.py
|
|
|
|
bdb.py
|
|
|
|
bisect.py
|
|
|
|
bz2.py
|
|
|
|
calendar.py
|
|
|
|
cmd.py
|
|
|
|
code.py
|
|
|
|
codecs.py
|
|
|
|
codeop.py
|
|
|
|
colorsys.py
|
|
|
|
compileall.py
|
|
|
|
configparser.py
|
|
|
|
contextlib.py
|
|
|
|
contextvars.py
|
|
|
|
copy.py
|
|
|
|
copyreg.py
|
|
|
|
cProfile.py
|
|
|
|
csv.py
|
|
|
|
dataclasses.py
|
|
|
|
datetime.py
|
|
|
|
decimal.py
|
|
|
|
difflib.py
|
|
|
|
dis.py
|
gh-127637: add tests for dis command-line interface (#127759)
|
2024-12-09 18:02:22 +00:00 |
|
doctest.py
|
|
|
|
enum.py
|
|
|
|
filecmp.py
|
|
|
|
fileinput.py
|
|
|
|
fnmatch.py
|
|
|
|
fractions.py
|
|
|
|
ftplib.py
|
|
|
|
functools.py
|
|
|
|
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-127610: Added validation for more than one var-positional and var-keyword parameters in inspect.Signature (GH-127657)
|
2024-12-08 12:05:15 +02:00 |
|
io.py
|
|
|
|
ipaddress.py
|
|
|
|
keyword.py
|
|
|
|
linecache.py
|
gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (#126776)
|
2024-12-10 08:40:54 +01:00 |
|
locale.py
|
|
|
|
lzma.py
|
|
|
|
mailbox.py
|
|
|
|
mimetypes.py
|
|
|
|
modulefinder.py
|
|
|
|
netrc.py
|
|
|
|
ntpath.py
|
|
|
|
nturl2path.py
|
|
|
|
numbers.py
|
|
|
|
opcode.py
|
|
|
|
operator.py
|
|
|
|
optparse.py
|
|
|
|
os.py
|
|
|
|
pdb.py
|
gh-127321: Avoid stopping at an opcode without an associated line number for breakpoint() (#127457)
|
2024-12-01 11:57:03 -05:00 |
|
pickle.py
|
gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)
|
2024-12-11 12:37:59 +00:00 |
|
pickletools.py
|
|
|
|
pkgutil.py
|
|
|
|
platform.py
|
gh-127732: Add Windows Server 2025 detection to platform module (GH-127733)
|
2024-12-09 12:24:26 +00:00 |
|
plistlib.py
|
|
|
|
poplib.py
|
Give poplib.POP3.rpop a proper docstring (#127370)
|
2024-12-07 18:13:49 +02:00 |
|
posixpath.py
|
|
|
|
pprint.py
|
|
|
|
profile.py
|
|
|
|
pstats.py
|
|
|
|
pty.py
|
|
|
|
py_compile.py
|
|
|
|
pyclbr.py
|
|
|
|
pydoc.py
|
|
|
|
queue.py
|
|
|
|
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
|
|
|
|
smtplib.py
|
|
|
|
socket.py
|
|
|
|
socketserver.py
|
|
|
|
sre_compile.py
|
|
|
|
sre_constants.py
|
|
|
|
sre_parse.py
|
|
|
|
ssl.py
|
|
|
|
stat.py
|
|
|
|
statistics.py
|
|
|
|
string.py
|
|
|
|
stringprep.py
|
|
|
|
struct.py
|
|
|
|
subprocess.py
|
|
|
|
symtable.py
|
|
|
|
tabnanny.py
|
|
|
|
tarfile.py
|
|
|
|
tempfile.py
|
|
|
|
textwrap.py
|
|
|
|
this.py
|
|
|
|
threading.py
|
gh-59705: Set OS thread name when Thread.name is changed (#127702)
|
2024-12-10 17:33:11 +01:00 |
|
timeit.py
|
|
|
|
token.py
|
gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)
|
2024-11-29 04:00:50 -05:00 |
|
tokenize.py
|
|
|
|
trace.py
|
gh-112192: Increase the trace module coverage precision to one decimal (#126972)
|
2024-12-03 23:33:13 +01:00 |
|
traceback.py
|
gh-127347: Document traceback.print_list (#127348)
|
2024-12-03 18:08:39 +02:00 |
|
tracemalloc.py
|
|
|
|
tty.py
|
|
|
|
turtle.py
|
|
|
|
types.py
|
|
|
|
typing.py
|
|
|
|
uuid.py
|
|
|
|
warnings.py
|
|
|
|
wave.py
|
|
|
|
weakref.py
|
|
|
|
webbrowser.py
|
|
|
|
zipapp.py
|
|
|
|
zipimport.py
|
|
|