.. |
asyncio
|
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94748)
|
2022-07-11 15:38:27 +01:00 |
collections
|
|
|
concurrent
|
[3.10] gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95375)
|
2022-07-29 14:36:58 +02:00 |
ctypes
|
[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675)
|
2022-03-04 01:12:06 +01:00 |
curses
|
|
|
dbm
|
|
|
distutils
|
|
|
email
|
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
|
2022-07-24 23:39:00 -07:00 |
encodings
|
|
|
ensurepip
|
gh-95609: update bundled pip to 22.2.2 (gh-95610)
|
2022-08-03 13:11:41 -07:00 |
html
|
Add source for character mappings (GH-92014) (#92389)
|
2022-05-06 12:58:16 +02:00 |
http
|
Run Tools/scripts/reindent.py (#94225) (#94291)
|
2022-06-26 12:39:16 +02:00 |
idlelib
|
gh-95597: Fix typo in Lib directory files (GH-95599)
|
2022-08-03 14:50:10 -07:00 |
importlib
|
gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)
|
2022-06-13 10:52:50 -07:00 |
json
|
|
|
lib2to3
|
|
|
logging
|
[3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-94565)
|
2022-07-05 16:04:29 +01:00 |
msilib
|
|
|
multiprocessing
|
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364) (GH-93924)
|
2022-06-17 23:32:15 +01:00 |
pydoc_data
|
Python 3.10.6
|
2022-08-01 21:25:27 +01:00 |
site-packages
|
|
|
sqlite3
|
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) (#94015)
|
2022-06-20 02:14:57 +02:00 |
test
|
gh-95597: Fix typo in Lib directory files (GH-95599)
|
2022-08-03 14:50:10 -07:00 |
tkinter
|
bpo-13553: Document tkinter.Tk args (GH-4786)
|
2022-05-09 21:27:37 -07:00 |
turtledemo
|
|
|
unittest
|
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (GH-94461)
|
2022-06-30 20:02:15 +02:00 |
urllib
|
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
|
2022-05-12 01:21:39 +01:00 |
venv
|
|
|
wsgiref
|
|
|
xml
|
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93790)
|
2022-06-16 18:16:42 +02:00 |
xmlrpc
|
|
|
zoneinfo
|
|
|
__future__.py
|
|
|
__phello__.foo.py
|
|
|
_aix_support.py
|
|
|
_bootsubprocess.py
|
|
|
_collections_abc.py
|
[3.10] replace self param with more appropriate cls in classmethods (GH-31402) (GH-31446)
|
2022-02-20 15:45:13 +02:00 |
_compat_pickle.py
|
|
|
_compression.py
|
|
|
_markupbase.py
|
|
|
_osx_support.py
|
|
|
_py_abc.py
|
|
|
_pydecimal.py
|
|
|
_pyio.py
|
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
|
2022-03-04 10:33:57 -08:00 |
_sitebuiltins.py
|
|
|
_strptime.py
|
|
|
_threading_local.py
|
|
|
_weakrefset.py
|
|
|
abc.py
|
|
|
aifc.py
|
|
|
antigravity.py
|
|
|
argparse.py
|
gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
|
2022-04-28 08:27:17 -07:00 |
ast.py
|
|
|
asynchat.py
|
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31997)
|
2022-03-20 22:38:01 +02:00 |
asyncore.py
|
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31997)
|
2022-03-20 22:38:01 +02:00 |
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
|
|
|
configparser.py
|
|
|
contextlib.py
|
|
|
contextvars.py
|
|
|
copy.py
|
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632)
|
2022-06-10 15:59:39 +02:00 |
copyreg.py
|
|
|
cProfile.py
|
|
|
crypt.py
|
|
|
csv.py
|
|
|
dataclasses.py
|
|
|
datetime.py
|
Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)
|
2022-05-14 08:01:53 -07:00 |
decimal.py
|
|
|
difflib.py
|
Correct method name typo (GH-91970)
|
2022-04-27 15:19:43 -07:00 |
dis.py
|
|
|
doctest.py
|
[3.10] bpo-28249: fix lineno location for empty DocTest instances (GH-30498) (#92981)
|
2022-05-19 21:16:57 +02:00 |
enum.py
|
|
|
filecmp.py
|
|
|
fileinput.py
|
gh-93157: Fix fileinput didn't support errors in inplace mode (GH-95128)
|
2022-07-23 20:02:40 -07:00 |
fnmatch.py
|
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
|
2022-06-05 02:39:03 -07:00 |
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
|
|
|
imghdr.py
|
|
|
imp.py
|
|
|
inspect.py
|
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (GH-94461)
|
2022-06-30 20:02:15 +02: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:37:17 -07:00 |
keyword.py
|
|
|
linecache.py
|
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)
|
2022-06-30 02:46:27 -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:14:19 -07:00 |
modulefinder.py
|
|
|
netrc.py
|
|
|
nntplib.py
|
|
|
ntpath.py
|
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (GH-93674)
|
2022-06-10 17:36:02 +01:00 |
nturl2path.py
|
|
|
numbers.py
|
|
|
opcode.py
|
|
|
operator.py
|
|
|
optparse.py
|
|
|
os.py
|
|
|
pathlib.py
|
gh-93156 - fix negative indexing into absolute pathlib.PurePath().parents (GH-93273)
|
2022-06-03 14:53:00 -07:00 |
pdb.py
|
|
|
pickle.py
|
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632)
|
2022-06-10 15:59:39 +02:00 |
pickletools.py
|
|
|
pipes.py
|
|
|
pkgutil.py
|
|
|
platform.py
|
|
|
plistlib.py
|
|
|
poplib.py
|
|
|
posixpath.py
|
|
|
pprint.py
|
|
|
profile.py
|
|
|
pstats.py
|
|
|
pty.py
|
|
|
py_compile.py
|
|
|
pyclbr.py
|
|
|
pydoc.py
|
[3.10] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976)
|
2022-03-18 20:46:31 +02:00 |
queue.py
|
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
|
2022-04-14 02:18:31 -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:45:43 -07:00 |
sched.py
|
|
|
secrets.py
|
|
|
selectors.py
|
|
|
shelve.py
|
|
|
shlex.py
|
|
|
shutil.py
|
gh-94844: Add pathlib support to shutil archive management (GH-94846)
|
2022-07-20 09:24:33 -07:00 |
signal.py
|
|
|
site.py
|
|
|
smtpd.py
|
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31997)
|
2022-03-20 22:38:01 +02:00 |
smtplib.py
|
|
|
sndhdr.py
|
|
|
socket.py
|
Remove the execution bit to some socket-related files. (GH-93368)
|
2022-06-01 00:31:31 -07:00 |
socketserver.py
|
|
|
sre_compile.py
|
[3.10] gh-91575: Update case-insensitive matching in re to the latest Unicode version (GH-91580). (GH-91661)
|
2022-04-22 21:44:05 +03:00 |
sre_constants.py
|
[3.10] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) (GH-92073)
|
2022-04-30 15:33:39 +03:00 |
sre_parse.py
|
[3.10] gh-91700: Validate the group number in conditional expression in RE (GH-91702) (GH-91831)
|
2022-04-22 21:09:30 +03:00 |
ssl.py
|
bpo-46604: fix function name in ssl module docstring (GH-31064)
|
2022-05-03 09:24:39 -07:00 |
stat.py
|
|
|
statistics.py
|
|
|
string.py
|
|
|
stringprep.py
|
|
|
struct.py
|
|
|
subprocess.py
|
[3.10] gh-91401: Conservative backport of subprocess._USE_VFORK (#91932)
|
2022-05-01 16:09:50 -07:00 |
sunau.py
|
|
|
symtable.py
|
Change list to view object (GH-93661)
|
2022-06-11 04:13:38 -07:00 |
sysconfig.py
|
|
|
tabnanny.py
|
|
|
tarfile.py
|
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
|
2022-06-21 11:09:55 -07:00 |
telnetlib.py
|
|
|
tempfile.py
|
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
|
2022-06-26 01:17:19 -07:00 |
textwrap.py
|
|
|
this.py
|
|
|
threading.py
|
gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92830)
|
2022-05-16 18:54:01 +02:00 |
timeit.py
|
|
|
token.py
|
|
|
tokenize.py
|
|
|
trace.py
|
|
|
traceback.py
|
|
|
tracemalloc.py
|
|
|
tty.py
|
|
|
turtle.py
|
|
|
types.py
|
|
|
typing.py
|
[3.10] gh-94245: Fix pickling and copying of typing.Tuple[()] (GH-94260)
|
2022-06-25 18:45:46 +03:00 |
uu.py
|
|
|
uuid.py
|
|
|
warnings.py
|
|
|
wave.py
|
|
|
weakref.py
|
|
|
webbrowser.py
|
|
|
xdrlib.py
|
|
|
zipapp.py
|
|
|
zipfile.py
|
[3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93140)
|
2022-05-25 00:57:56 -07:00 |
zipimport.py
|
|
|