.. |
asyncio
|
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
|
2020-12-18 09:26:04 -08:00 |
collections
|
bpo-37324: Remove ABC aliases from collections (GH-23754)
|
2021-01-13 00:16:37 +01:00 |
concurrent
|
…
|
|
ctypes
|
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (24239)
|
2021-01-18 14:47:05 -06:00 |
curses
|
…
|
|
dbm
|
…
|
|
distutils
|
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
|
2021-01-09 00:35:01 +01:00 |
email
|
…
|
|
encodings
|
…
|
|
ensurepip
|
…
|
|
html
|
…
|
|
http
|
Fix typo in docstring (GH-23515)
|
2020-12-21 16:06:31 +02:00 |
idlelib
|
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
|
2021-01-10 01:59:47 -05:00 |
importlib
|
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758)
|
2020-12-31 12:56:43 -05:00 |
json
|
…
|
|
lib2to3
|
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
|
2020-12-14 09:10:10 -08:00 |
logging
|
bpo-42644: Validate values in logging.disable() (#23786)
|
2020-12-16 11:43:39 +02:00 |
msilib
|
…
|
|
multiprocessing
|
…
|
|
pydoc_data
|
Python 3.10.0a4
|
2021-01-04 17:26:00 +00:00 |
site-packages
|
…
|
|
sqlite3
|
bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
|
2021-01-09 13:25:55 +02:00 |
test
|
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
|
2021-01-20 15:05:51 +01:00 |
tkinter
|
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
|
2020-12-29 12:56:55 +02:00 |
turtledemo
|
…
|
|
unittest
|
bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24221)
|
2021-01-15 07:59:44 -08:00 |
urllib
|
Allow / character in username,password fields in _PROXY envvars. (#23973)
|
2020-12-29 04:18:42 -08:00 |
venv
|
…
|
|
wsgiref
|
…
|
|
xml
|
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
|
2020-11-09 08:02:39 +01:00 |
xmlrpc
|
…
|
|
zoneinfo
|
…
|
|
__future__.py
|
…
|
|
__phello__.foo.py
|
…
|
|
_aix_support.py
|
…
|
|
_bootsubprocess.py
|
…
|
|
_collections_abc.py
|
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
|
2020-12-23 20:33:48 -08:00 |
_compat_pickle.py
|
…
|
|
_compression.py
|
…
|
|
_markupbase.py
|
…
|
|
_osx_support.py
|
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)
|
2020-11-22 00:14:25 -05: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
|
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
|
2020-12-23 09:40:56 -08:00 |
ast.py
|
bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677)
|
2020-12-25 20:04:31 +03:00 |
asynchat.py
|
…
|
|
asyncore.py
|
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
|
2020-11-22 10:28:34 +02:00 |
base64.py
|
bpo-39068: Fix race condition in base64 (GH-17627)
|
2020-12-31 11:44:46 +02:00 |
bdb.py
|
…
|
|
binhex.py
|
…
|
|
bisect.py
|
…
|
|
bz2.py
|
…
|
|
cProfile.py
|
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
|
2021-01-20 09:56:21 +01:00 |
calendar.py
|
…
|
|
cgi.py
|
Correct referenced RFC number in cgi module (GH-22827)
|
2020-12-16 17:34:19 -08:00 |
cgitb.py
|
…
|
|
chunk.py
|
…
|
|
cmd.py
|
…
|
|
code.py
|
…
|
|
codecs.py
|
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
|
2021-01-06 04:14:42 +02:00 |
codeop.py
|
…
|
|
colorsys.py
|
bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306)
|
2020-11-28 02:11:19 -05:00 |
compileall.py
|
…
|
|
configparser.py
|
…
|
|
contextlib.py
|
bpo-42395: Add aclosing to __all__ (GH-23356)
|
2020-11-17 15:18:05 -08:00 |
contextvars.py
|
…
|
|
copy.py
|
…
|
|
copyreg.py
|
…
|
|
crypt.py
|
…
|
|
csv.py
|
…
|
|
dataclasses.py
|
…
|
|
datetime.py
|
…
|
|
decimal.py
|
…
|
|
difflib.py
|
…
|
|
dis.py
|
bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632)
|
2020-12-04 15:20:53 +00:00 |
doctest.py
|
…
|
|
enum.py
|
bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
|
2021-01-12 23:47:57 -08:00 |
filecmp.py
|
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
|
2020-11-23 18:29:37 +02:00 |
fileinput.py
|
…
|
|
fnmatch.py
|
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
|
2020-12-18 20:10:20 +01: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
|
bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
|
2021-01-12 23:47:57 -08:00 |
io.py
|
…
|
|
ipaddress.py
|
…
|
|
keyword.py
|
…
|
|
linecache.py
|
…
|
|
locale.py
|
…
|
|
lzma.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
…
|
|
modulefinder.py
|
…
|
|
netrc.py
|
…
|
|
nntplib.py
|
…
|
|
ntpath.py
|
…
|
|
nturl2path.py
|
…
|
|
numbers.py
|
…
|
|
opcode.py
|
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803)
|
2020-12-17 13:55:28 +00:00 |
operator.py
|
…
|
|
optparse.py
|
…
|
|
os.py
|
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
|
2020-12-15 22:20:07 +01:00 |
pathlib.py
|
Added support for negative indexes to PurePath.parents (GH-21799)
|
2020-11-23 15:06:22 -05:00 |
pdb.py
|
…
|
|
pickle.py
|
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
|
2020-11-29 10:23:15 -08:00 |
pickletools.py
|
…
|
|
pipes.py
|
…
|
|
pkgutil.py
|
…
|
|
platform.py
|
handle empty string in variable executable in platform.libc_ver() (#23140)
|
2021-01-02 17:03:53 +01:00 |
plistlib.py
|
…
|
|
poplib.py
|
…
|
|
posixpath.py
|
bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
|
2020-12-17 20:22:29 +01:00 |
pprint.py
|
bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small containers (GH-22120)
|
2020-11-23 15:31:31 +02:00 |
profile.py
|
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
|
2021-01-20 09:56:21 +01:00 |
pstats.py
|
…
|
|
pty.py
|
…
|
|
py_compile.py
|
…
|
|
pyclbr.py
|
bpo-39411: pyclbr rewrite on AST (#18103)
|
2020-11-11 10:14:12 +03:00 |
pydoc.py
|
…
|
|
queue.py
|
…
|
|
quopri.py
|
…
|
|
random.py
|
bpo-42944 Fix Random.sample when counts is not None (GH-24235)
|
2021-01-18 10:04:29 -08:00 |
re.py
|
…
|
|
reprlib.py
|
…
|
|
rlcompleter.py
|
…
|
|
runpy.py
|
…
|
|
sched.py
|
…
|
|
secrets.py
|
…
|
|
selectors.py
|
…
|
|
shelve.py
|
…
|
|
shlex.py
|
…
|
|
shutil.py
|
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
|
2020-11-10 08:06:02 -08:00 |
signal.py
|
…
|
|
site.py
|
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
|
2020-12-20 23:27:42 +01:00 |
smtpd.py
|
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
|
2020-11-22 10:28:34 +02:00 |
smtplib.py
|
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969)
|
2021-01-02 02:20:25 +09:00 |
sndhdr.py
|
…
|
|
socket.py
|
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
|
2020-11-22 10:28:34 +02:00 |
socketserver.py
|
bpo-37193: Remove thread objects which finished process its request (GH-23127)
|
2020-12-31 20:19:30 +00:00 |
sre_compile.py
|
…
|
|
sre_constants.py
|
…
|
|
sre_parse.py
|
…
|
|
ssl.py
|
…
|
|
stat.py
|
…
|
|
statistics.py
|
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
|
2020-12-23 19:52:09 -08:00 |
string.py
|
…
|
|
stringprep.py
|
…
|
|
struct.py
|
…
|
|
subprocess.py
|
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
|
2020-12-24 20:57:21 -08:00 |
sunau.py
|
…
|
|
symtable.py
|
…
|
|
sysconfig.py
|
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
|
2020-12-20 23:27:42 +01:00 |
tabnanny.py
|
…
|
|
tarfile.py
|
bpo-39717: [tarfile] update nested exception raising (GH-23739)
|
2020-12-12 13:26:44 -08:00 |
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
textwrap.py
|
…
|
|
this.py
|
…
|
|
threading.py
|
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
|
2020-11-16 15:20:34 +01:00 |
timeit.py
|
…
|
|
token.py
|
…
|
|
tokenize.py
|
…
|
|
trace.py
|
…
|
|
traceback.py
|
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
|
2021-01-14 18:45:02 -08:00 |
tracemalloc.py
|
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
|
2020-12-16 22:38:32 +01:00 |
tty.py
|
…
|
|
turtle.py
|
…
|
|
types.py
|
…
|
|
typing.py
|
Fix various ParamSpec errors in typing (GH-24176)
|
2021-01-10 16:11:41 -08:00 |
uu.py
|
…
|
|
uuid.py
|
…
|
|
warnings.py
|
…
|
|
wave.py
|
…
|
|
weakref.py
|
…
|
|
webbrowser.py
|
…
|
|
xdrlib.py
|
…
|
|
zipapp.py
|
…
|
|
zipfile.py
|
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
|
2020-12-15 18:12:54 -08:00 |
zipimport.py
|
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
|
2020-12-18 16:09:54 -08:00 |