| .. |
|
asyncio
|
bpo-39764: Make Task.get_stack accept ag_frame (#18669)
|
2020-03-02 14:45:54 +02:00 |
|
collections
|
bpo-36144: Dictionary Union (PEP 584) (#12088)
|
2020-02-24 19:47:34 -08:00 |
|
concurrent
|
bpo-39678: refactor queue manager thread (GH-18551)
|
2020-03-01 21:49:14 +01:00 |
|
ctypes
|
|
|
|
curses
|
|
|
|
dbm
|
|
|
|
distutils
|
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
|
2020-03-10 09:53:09 +01:00 |
|
email
|
|
|
|
encodings
|
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
|
2020-02-25 06:19:03 +03:00 |
|
ensurepip
|
bpo-38662: ensurepip invokes pip via runpy (GH-18901)
|
2020-03-10 22:16:28 +01:00 |
|
html
|
|
|
|
http
|
|
|
|
idlelib
|
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
|
2020-03-09 16:51:20 -04:00 |
|
importlib
|
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
|
2020-03-09 12:57:53 +01:00 |
|
json
|
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
|
2020-03-10 08:41:44 +01:00 |
|
lib2to3
|
bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994)
|
2020-03-01 19:59:26 +00:00 |
|
logging
|
bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745)
|
2020-03-04 10:49:51 +00:00 |
|
msilib
|
|
|
|
multiprocessing
|
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
|
2020-03-09 13:48:01 +00:00 |
|
pydoc_data
|
Python 3.9.0a4
|
2020-02-25 22:06:39 +01:00 |
|
site-packages
|
|
|
|
sqlite3
|
|
|
|
test
|
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
|
2020-03-10 21:10:59 -07:00 |
|
tkinter
|
|
|
|
turtledemo
|
|
|
|
unittest
|
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175)
|
2020-02-03 07:06:50 +00:00 |
|
urllib
|
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
|
2020-02-29 12:31:58 -08:00 |
|
venv
|
bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290)
|
2020-02-05 08:16:58 +00:00 |
|
wsgiref
|
|
|
|
xml
|
bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912)
|
2020-02-29 09:22:19 +01:00 |
|
xmlrpc
|
|
|
|
__future__.py
|
|
|
|
__phello__.foo.py
|
|
|
|
_aix_support.py
|
|
|
|
_bootlocale.py
|
|
|
|
_bootsubprocess.py
|
bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872)
|
2020-03-09 23:45:59 +01:00 |
|
_collections_abc.py
|
|
|
|
_compat_pickle.py
|
|
|
|
_compression.py
|
|
|
|
_markupbase.py
|
|
|
|
_osx_support.py
|
|
|
|
_py_abc.py
|
|
|
|
_pydecimal.py
|
bpo-39794: Add --without-decimal-contextvar (#18702)
|
2020-02-29 19:43:42 +01:00 |
|
_pyio.py
|
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
|
2020-03-04 18:50:22 +01:00 |
|
_sitebuiltins.py
|
|
|
|
_strptime.py
|
|
|
|
_threading_local.py
|
|
|
|
_weakrefset.py
|
|
|
|
abc.py
|
|
|
|
aifc.py
|
|
|
|
antigravity.py
|
|
|
|
argparse.py
|
bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337)
|
2020-02-18 01:48:57 -08:00 |
|
ast.py
|
bpo-34822: Simplify AST for subscription. (GH-9605)
|
2020-03-10 18:52:34 +02:00 |
|
asynchat.py
|
|
|
|
asyncore.py
|
|
|
|
base64.py
|
|
|
|
bdb.py
|
bpo-39649: Remove obsolete check for __args__ in bdb.Bdb.format_stack_entry (GH-18531)
|
2020-02-23 22:14:53 -05:00 |
|
binhex.py
|
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
|
2020-01-30 09:56:40 +01:00 |
|
bisect.py
|
|
|
|
bz2.py
|
|
|
|
calendar.py
|
|
|
|
cgi.py
|
|
|
|
cgitb.py
|
|
|
|
chunk.py
|
|
|
|
cmd.py
|
|
|
|
code.py
|
|
|
|
codecs.py
|
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
|
2020-03-02 08:39:50 +02:00 |
|
codeop.py
|
|
|
|
colorsys.py
|
|
|
|
compileall.py
|
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
|
2020-02-28 17:28:37 -08:00 |
|
configparser.py
|
|
|
|
contextlib.py
|
|
|
|
contextvars.py
|
|
|
|
copy.py
|
|
|
|
copyreg.py
|
|
|
|
cProfile.py
|
|
|
|
crypt.py
|
|
|
|
csv.py
|
|
|
|
dataclasses.py
|
|
|
|
datetime.py
|
|
|
|
decimal.py
|
|
|
|
difflib.py
|
|
|
|
dis.py
|
|
|
|
doctest.py
|
|
|
|
enum.py
|
|
|
|
filecmp.py
|
|
|
|
fileinput.py
|
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
|
2020-03-04 18:50:22 +01:00 |
|
fnmatch.py
|
|
|
|
formatter.py
|
|
|
|
fractions.py
|
bpo-39350: Fix fractions for int subclasses (GH-18375)
|
2020-02-07 23:42:51 +01:00 |
|
ftplib.py
|
|
|
|
functools.py
|
Updates functools.py with consistent quotes (GH-18825)
|
2020-03-10 17:32:15 -07:00 |
|
genericpath.py
|
|
|
|
getopt.py
|
|
|
|
getpass.py
|
|
|
|
gettext.py
|
|
|
|
glob.py
|
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)
|
2020-02-06 10:26:37 +02:00 |
|
gzip.py
|
|
|
|
hashlib.py
|
|
|
|
heapq.py
|
|
|
|
hmac.py
|
|
|
|
imaplib.py
|
|
|
|
imghdr.py
|
|
|
|
imp.py
|
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
|
2020-03-04 18:50:22 +01:00 |
|
inspect.py
|
bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786)
|
2020-03-04 16:45:22 -08:00 |
|
io.py
|
|
|
|
ipaddress.py
|
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757)
|
2020-03-09 15:33:45 -07:00 |
|
keyword.py
|
|
|
|
linecache.py
|
Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cache (GH-4641)
|
2020-01-25 21:07:40 -05:00 |
|
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-39320: Handle unpacking of **values in compiler (GH-18141)
|
2020-01-27 09:57:45 +00:00 |
|
operator.py
|
|
|
|
optparse.py
|
|
|
|
os.py
|
bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372)
|
2020-02-12 12:11:34 +02:00 |
|
pathlib.py
|
bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815)
|
2020-03-07 17:53:20 +00:00 |
|
pdb.py
|
|
|
|
pickle.py
|
|
|
|
pickletools.py
|
|
|
|
pipes.py
|
|
|
|
pkgutil.py
|
bpo-12915: Improve Unicode support for package names and attributes. (GH-18517)
|
2020-02-28 14:26:27 +00:00 |
|
platform.py
|
|
|
|
plistlib.py
|
|
|
|
poplib.py
|
|
|
|
posixpath.py
|
|
|
|
pprint.py
|
|
|
|
profile.py
|
|
|
|
pstats.py
|
|
|
|
pty.py
|
bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824)
|
2020-02-05 11:15:00 +11:00 |
|
py_compile.py
|
|
|
|
pyclbr.py
|
|
|
|
pydoc.py
|
bpo-21016: pydoc and trace use sysconfig (GH-18476)
|
2020-02-12 13:02:29 +01:00 |
|
queue.py
|
|
|
|
quopri.py
|
|
|
|
random.py
|
|
|
|
re.py
|
|
|
|
reprlib.py
|
|
|
|
rlcompleter.py
|
|
|
|
runpy.py
|
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
|
2020-03-08 20:43:17 +00:00 |
|
sched.py
|
|
|
|
secrets.py
|
|
|
|
selectors.py
|
|
|
|
shelve.py
|
|
|
|
shlex.py
|
|
|
|
shutil.py
|
bpo-39184: Add audit events to functions in fcntl, msvcrt, os, resource, shutil, signal, syslog (GH-18407)
|
2020-02-13 07:47:42 +00:00 |
|
signal.py
|
|
|
|
site.py
|
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
|
2020-03-10 09:53:09 +01:00 |
|
smtpd.py
|
|
|
|
smtplib.py
|
|
|
|
sndhdr.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
|
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
|
2020-02-03 15:17:15 +01:00 |
|
sunau.py
|
|
|
|
symbol.py
|
|
|
|
symtable.py
|
|
|
|
sysconfig.py
|
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
|
2020-03-10 09:53:09 +01:00 |
|
tabnanny.py
|
|
|
|
tarfile.py
|
bpo-18819: tarfile: only set device fields for device files (GH-18080)
|
2020-02-12 11:56:02 -08:00 |
|
telnetlib.py
|
|
|
|
tempfile.py
|
|
|
|
textwrap.py
|
|
|
|
this.py
|
|
|
|
threading.py
|
|
|
|
timeit.py
|
|
|
|
token.py
|
|
|
|
tokenize.py
|
|
|
|
trace.py
|
bpo-21016: pydoc and trace use sysconfig (GH-18476)
|
2020-02-12 13:02:29 +01:00 |
|
traceback.py
|
|
|
|
tracemalloc.py
|
|
|
|
tty.py
|
|
|
|
turtle.py
|
|
|
|
types.py
|
|
|
|
typing.py
|
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
|
2020-02-18 20:33:05 -08:00 |
|
uu.py
|
|
|
|
uuid.py
|
bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
|
2020-02-05 22:43:09 +02:00 |
|
warnings.py
|
|
|
|
wave.py
|
|
|
|
weakref.py
|
|
|
|
webbrowser.py
|
|
|
|
xdrlib.py
|
|
|
|
zipapp.py
|
|
|
|
zipfile.py
|
bpo-39667: Sync zipp 3.0 (GH-18540)
|
2020-02-29 10:34:11 -06:00 |
|
zipimport.py
|
|
|