| .. |
|
asyncio
|
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840)
|
2020-12-18 11:19:10 -08:00 |
|
collections
|
[3.9] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23765)
|
2020-12-14 08:30:45 -08:00 |
|
concurrent
|
[3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) (GH-22048)
|
2020-09-02 15:28:28 -04:00 |
|
ctypes
|
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
|
2020-11-22 11:18:40 +01:00 |
|
curses
|
|
|
|
dbm
|
|
|
|
distutils
|
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
|
2020-12-02 19:43:08 -08:00 |
|
email
|
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)
|
2020-10-19 16:11:37 -07:00 |
|
encodings
|
|
|
|
ensurepip
|
Remove extra pip package (GH-22778)
|
2020-10-19 21:05:04 +01:00 |
|
html
|
|
|
|
http
|
Fix typo in docstring (GH-23515)
|
2020-12-21 06:29:57 -08:00 |
|
idlelib
|
[3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853)
|
2020-12-19 13:08:07 +02:00 |
|
importlib
|
|
|
|
json
|
|
|
|
lib2to3
|
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
|
2020-12-14 09:38:03 -08:00 |
|
logging
|
bpo-42644: Validate values in logging.disable() (GH-23786)
|
2020-12-16 02:12:08 -08:00 |
|
msilib
|
|
|
|
multiprocessing
|
Fix typo in message from assert statement (GH-21283)
|
2020-09-04 15:55:05 -07:00 |
|
pydoc_data
|
Python 3.9.1
|
2020-12-07 15:02:38 +01:00 |
|
site-packages
|
|
|
|
sqlite3
|
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
|
2020-10-04 18:36:45 +02:00 |
|
test
|
[3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077)
|
2021-01-04 00:55:23 +02:00 |
|
tkinter
|
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
|
2020-12-29 03:18:26 -08:00 |
|
turtledemo
|
|
|
|
unittest
|
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
|
2020-12-16 09:56:10 -08:00 |
|
urllib
|
Allow / character in username,password fields in _PROXY envvars. (GH-23973)
|
2020-12-29 04:46:05 -08:00 |
|
venv
|
|
|
|
wsgiref
|
|
|
|
xml
|
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) (GH-22507)
|
2020-10-03 08:41:35 +02:00 |
|
xmlrpc
|
|
|
|
zoneinfo
|
|
|
|
__future__.py
|
bpo-41314: fixed annotations __future__ version (GH-21616)
|
2020-07-25 15:00:48 -07:00 |
|
__phello__.foo.py
|
|
|
|
_aix_support.py
|
|
|
|
_bootlocale.py
|
|
|
|
_bootsubprocess.py
|
|
|
|
_collections_abc.py
|
bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)
|
2020-12-23 19:07:51 -08:00 |
|
_compat_pickle.py
|
|
|
|
_compression.py
|
|
|
|
_markupbase.py
|
|
|
|
_osx_support.py
|
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
|
2020-11-22 11:18:40 +01:00 |
|
_py_abc.py
|
|
|
|
_pydecimal.py
|
|
|
|
_pyio.py
|
|
|
|
_sitebuiltins.py
|
|
|
|
_strptime.py
|
|
|
|
_threading_local.py
|
|
|
|
_weakrefset.py
|
|
|
|
abc.py
|
|
|
|
aifc.py
|
|
|
|
antigravity.py
|
|
|
|
argparse.py
|
|
|
|
ast.py
|
bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430)
|
2020-11-21 00:46:49 +03:00 |
|
asynchat.py
|
|
|
|
asyncore.py
|
|
|
|
base64.py
|
bpo-39068: Fix race condition in base64 (GH-17627)
|
2021-01-01 12:42:44 -08:00 |
|
bdb.py
|
|
|
|
binhex.py
|
[3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) (GH-23071)
|
2020-11-01 01:39:26 -08:00 |
|
bisect.py
|
|
|
|
bz2.py
|
|
|
|
calendar.py
|
|
|
|
cgi.py
|
|
|
|
cgitb.py
|
|
|
|
chunk.py
|
|
|
|
cmd.py
|
|
|
|
code.py
|
|
|
|
codecs.py
|
|
|
|
codeop.py
|
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
|
2020-08-13 14:21:32 -04:00 |
|
colorsys.py
|
|
|
|
compileall.py
|
|
|
|
configparser.py
|
|
|
|
contextlib.py
|
|
|
|
contextvars.py
|
|
|
|
copy.py
|
|
|
|
copyreg.py
|
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870). (GH-22963)
|
2020-10-25 17:56:17 +02:00 |
|
cProfile.py
|
bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
|
2020-10-19 00:16:22 +03:00 |
|
crypt.py
|
|
|
|
csv.py
|
|
|
|
dataclasses.py
|
|
|
|
datetime.py
|
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)
|
2020-10-18 18:32:56 +03:00 |
|
decimal.py
|
|
|
|
difflib.py
|
|
|
|
dis.py
|
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
|
2020-08-07 20:24:12 -07:00 |
|
doctest.py
|
|
|
|
enum.py
|
bpo-42727: [Enum] use super() and include **kwds (GH-23927)
|
2020-12-25 08:07:30 -08:00 |
|
filecmp.py
|
|
|
|
fileinput.py
|
|
|
|
fnmatch.py
|
bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
|
2020-12-18 11:34:27 -08:00 |
|
formatter.py
|
|
|
|
fractions.py
|
|
|
|
ftplib.py
|
|
|
|
functools.py
|
|
|
|
genericpath.py
|
|
|
|
getopt.py
|
|
|
|
getpass.py
|
|
|
|
gettext.py
|
|
|
|
glob.py
|
|
|
|
graphlib.py
|
[doc] Fix typo in the graphlib docs (GH-22661) (GH-22669)
|
2020-10-12 21:27:05 +01:00 |
|
gzip.py
|
|
|
|
hashlib.py
|
[3.9] Improve blake2 comment for Victor (GH-20981) (GH-20982)
|
2020-07-28 12:29:46 -07:00 |
|
heapq.py
|
|
|
|
hmac.py
|
|
|
|
imaplib.py
|
|
|
|
imghdr.py
|
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
|
2020-07-02 10:05:16 +03:00 |
|
imp.py
|
|
|
|
inspect.py
|
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633)
|
2020-12-05 00:41:58 +02:00 |
|
io.py
|
|
|
|
ipaddress.py
|
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
|
2020-08-05 14:52:59 -07:00 |
|
keyword.py
|
|
|
|
linecache.py
|
|
|
|
locale.py
|
|
|
|
lzma.py
|
|
|
|
mailbox.py
|
|
|
|
mailcap.py
|
|
|
|
mimetypes.py
|
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
|
2020-06-29 05:07:31 -07:00 |
|
modulefinder.py
|
|
|
|
netrc.py
|
|
|
|
nntplib.py
|
|
|
|
ntpath.py
|
|
|
|
nturl2path.py
|
|
|
|
numbers.py
|
|
|
|
opcode.py
|
|
|
|
operator.py
|
|
|
|
optparse.py
|
|
|
|
os.py
|
|
|
|
pathlib.py
|
[3.9] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
|
2020-10-04 17:30:49 +02:00 |
|
pdb.py
|
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21977)
|
2020-08-27 03:17:40 +02:00 |
|
pickle.py
|
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
|
2020-11-29 10:47:31 -08:00 |
|
pickletools.py
|
|
|
|
pipes.py
|
|
|
|
pkgutil.py
|
|
|
|
platform.py
|
|
|
|
plistlib.py
|
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
|
2020-11-03 13:32:59 -08:00 |
|
poplib.py
|
|
|
|
posixpath.py
|
|
|
|
pprint.py
|
|
|
|
profile.py
|
bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
|
2020-10-19 00:16:22 +03:00 |
|
pstats.py
|
bpo-41811: create SortKey members using first given value (GH-22316) (GH-22325)
|
2020-09-19 12:56:13 -07:00 |
|
pty.py
|
|
|
|
py_compile.py
|
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
|
2020-07-25 23:43:47 +03:00 |
|
pyclbr.py
|
|
|
|
pydoc.py
|
|
|
|
queue.py
|
|
|
|
quopri.py
|
|
|
|
random.py
|
Improve code organization for the random module (GH-21161) (GH-21163)
|
2020-07-02 18:12:50 -07:00 |
|
re.py
|
|
|
|
reprlib.py
|
|
|
|
rlcompleter.py
|
|
|
|
runpy.py
|
|
|
|
sched.py
|
|
|
|
secrets.py
|
|
|
|
selectors.py
|
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
|
2020-07-26 08:32:25 -07:00 |
|
shelve.py
|
|
|
|
shlex.py
|
|
|
|
shutil.py
|
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
|
2020-11-10 08:29:35 -08:00 |
|
signal.py
|
|
|
|
site.py
|
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
|
2020-07-02 04:02:16 -07:00 |
|
smtpd.py
|
|
|
|
smtplib.py
|
[3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050)
|
2021-01-02 12:44:04 +09:00 |
|
sndhdr.py
|
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
|
2020-07-02 10:05:16 +03:00 |
|
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
|
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
|
2020-12-24 21:18:37 -08:00 |
|
sunau.py
|
|
|
|
symbol.py
|
|
|
|
symtable.py
|
[3.9] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391). (GH-22528)
|
2020-10-03 21:23:03 +01:00 |
|
sysconfig.py
|
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088)
|
2020-12-07 09:56:44 -08:00 |
|
tabnanny.py
|
|
|
|
tarfile.py
|
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
|
2020-11-25 01:52:51 -08:00 |
|
telnetlib.py
|
|
|
|
tempfile.py
|
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
|
2020-08-13 18:53:43 -07:00 |
|
textwrap.py
|
|
|
|
this.py
|
|
|
|
threading.py
|
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
|
2020-11-16 07:17:17 -08:00 |
|
timeit.py
|
|
|
|
token.py
|
|
|
|
tokenize.py
|
|
|
|
trace.py
|
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
|
2020-06-28 03:52:26 -07:00 |
|
traceback.py
|
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427)
|
2020-12-22 14:12:30 -08:00 |
|
tracemalloc.py
|
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
|
2020-12-16 14:01:14 -08:00 |
|
tty.py
|
|
|
|
turtle.py
|
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
|
2020-09-07 09:30:21 -07:00 |
|
types.py
|
|
|
|
typing.py
|
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
|
2020-12-28 12:26:39 -08:00 |
|
uu.py
|
|
|
|
uuid.py
|
bpo-41364: Reduce import overhead of uuid module (GH-21586)
|
2020-07-21 17:09:32 -07:00 |
|
warnings.py
|
|
|
|
wave.py
|
|
|
|
weakref.py
|
|
|
|
webbrowser.py
|
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
|
2020-11-08 02:07:44 -08:00 |
|
xdrlib.py
|
|
|
|
zipapp.py
|
|
|
|
zipfile.py
|
bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)
|
2020-09-28 13:18:47 -07:00 |
|
zipimport.py
|
|
|