.. |
asyncio
|
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
|
2020-02-01 13:12:52 +02:00 |
collections
|
…
|
|
concurrent
|
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
|
2020-02-02 13:49:00 +01:00 |
ctypes
|
…
|
|
curses
|
…
|
|
dbm
|
…
|
|
distutils
|
bpo-39586: Deprecate distutils bdist_msi command (GH-18415)
|
2020-02-10 14:26:40 +01:00 |
email
|
…
|
|
encodings
|
…
|
|
ensurepip
|
…
|
|
html
|
…
|
|
http
|
…
|
|
idlelib
|
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
|
2020-02-10 11:41:26 -08:00 |
importlib
|
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
|
2020-01-27 09:57:45 +00:00 |
json
|
bpo-39377: json: Remove the encoding option. (GH-18075)
|
2020-01-20 13:54:00 +09:00 |
lib2to3
|
…
|
|
logging
|
…
|
|
msilib
|
…
|
|
multiprocessing
|
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
|
2020-01-28 21:34:23 +11:00 |
pydoc_data
|
Python 3.9.0a3
|
2020-01-24 22:05:07 +01:00 |
site-packages
|
…
|
|
sqlite3
|
…
|
|
test
|
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421)
|
2020-02-09 00:16:43 -08: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
|
…
|
|
venv
|
bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290)
|
2020-02-05 08:16:58 +00:00 |
wsgiref
|
…
|
|
xml
|
…
|
|
xmlrpc
|
…
|
|
__future__.py
|
…
|
|
__phello__.foo.py
|
…
|
|
_aix_support.py
|
…
|
|
_bootlocale.py
|
…
|
|
_collections_abc.py
|
…
|
|
_compat_pickle.py
|
…
|
|
_compression.py
|
…
|
|
_markupbase.py
|
…
|
|
_osx_support.py
|
…
|
|
_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
|
…
|
|
asynchat.py
|
…
|
|
asyncore.py
|
…
|
|
base64.py
|
bpo-39351: Remove base64.encodestring() (GH-18022)
|
2020-01-16 10:24:16 +01:00 |
bdb.py
|
…
|
|
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
|
bpo-39357: Update bz2 docstring: remove buffering (GH-18036)
|
2020-01-17 13:50:39 +01:00 |
cProfile.py
|
…
|
|
calendar.py
|
…
|
|
cgi.py
|
…
|
|
cgitb.py
|
…
|
|
chunk.py
|
…
|
|
cmd.py
|
…
|
|
code.py
|
Fix documentation in code.py (GH-17988)
|
2020-01-15 01:17:25 +05:30 |
codecs.py
|
…
|
|
codeop.py
|
…
|
|
colorsys.py
|
…
|
|
compileall.py
|
…
|
|
configparser.py
|
…
|
|
contextlib.py
|
…
|
|
contextvars.py
|
…
|
|
copy.py
|
…
|
|
copyreg.py
|
…
|
|
crypt.py
|
…
|
|
csv.py
|
…
|
|
dataclasses.py
|
…
|
|
datetime.py
|
…
|
|
decimal.py
|
…
|
|
difflib.py
|
…
|
|
dis.py
|
…
|
|
doctest.py
|
…
|
|
enum.py
|
…
|
|
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
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
|
bpo-17005: Add a class to perform topological sorting to the standard library (GH-11583)
|
2020-01-23 15:29:52 +00: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
|
bpo-39389: gzip: fix compression level metadata (GH-18077)
|
2020-01-21 13:25:24 +02:00 |
hashlib.py
|
…
|
|
heapq.py
|
…
|
|
hmac.py
|
…
|
|
imaplib.py
|
…
|
|
imghdr.py
|
…
|
|
imp.py
|
…
|
|
inspect.py
|
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
|
2020-01-28 21:47:03 +09:00 |
io.py
|
…
|
|
ipaddress.py
|
…
|
|
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
|
bpo-38536: locale: Remove trailing space in formatted currency (GH-16864)
|
2020-01-20 12:45:50 +09:00 |
lzma.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
…
|
|
modulefinder.py
|
…
|
|
netrc.py
|
…
|
|
nntplib.py
|
bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)
|
2020-01-23 00:59:43 +03:00 |
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-39395: putenv() and unsetenv() always available (GH-18135)
|
2020-01-24 14:05:48 +01:00 |
pathlib.py
|
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961)
|
2020-01-28 20:41:50 +11:00 |
pdb.py
|
…
|
|
pickle.py
|
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
|
2020-01-24 02:03:22 -08:00 |
pickletools.py
|
…
|
|
pipes.py
|
…
|
|
pkgutil.py
|
…
|
|
platform.py
|
…
|
|
plistlib.py
|
…
|
|
poplib.py
|
…
|
|
posixpath.py
|
…
|
|
pprint.py
|
…
|
|
profile.py
|
…
|
|
pstats.py
|
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
|
2020-01-15 14:51:54 -08:00 |
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
|
…
|
|
queue.py
|
…
|
|
quopri.py
|
…
|
|
random.py
|
…
|
|
re.py
|
…
|
|
reprlib.py
|
…
|
|
rlcompleter.py
|
…
|
|
runpy.py
|
…
|
|
sched.py
|
…
|
|
secrets.py
|
…
|
|
selectors.py
|
…
|
|
shelve.py
|
…
|
|
shlex.py
|
…
|
|
shutil.py
|
bpo-39390 shutil: fix argument types for ignore callback (GH-18122)
|
2020-01-24 15:51:16 +01:00 |
signal.py
|
…
|
|
site.py
|
…
|
|
smtpd.py
|
…
|
|
smtplib.py
|
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
|
2020-01-14 22:42:09 +01:00 |
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
|
…
|
|
tabnanny.py
|
…
|
|
tarfile.py
|
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
|
2020-01-24 09:55:52 -08:00 |
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
textwrap.py
|
…
|
|
this.py
|
…
|
|
threading.py
|
…
|
|
timeit.py
|
…
|
|
token.py
|
…
|
|
tokenize.py
|
…
|
|
trace.py
|
…
|
|
traceback.py
|
…
|
|
tracemalloc.py
|
…
|
|
tty.py
|
…
|
|
turtle.py
|
…
|
|
types.py
|
…
|
|
typing.py
|
bpo-39491: Mention Annotated in get_origin() docstring (GH-18379)
|
2020-02-06 17:15:12 -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
|
Fix typo from base to based (GH-18055)
|
2020-01-19 05:29:42 -05:00 |
xdrlib.py
|
…
|
|
zipapp.py
|
…
|
|
zipfile.py
|
bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027)
|
2020-01-17 15:17:48 +01:00 |
zipimport.py
|
…
|
|