..
asyncio
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
collections
concurrent
ctypes
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
curses
dbm
distutils
bpo-38839: Fix some unused functions in tests (GH-17189)
2019-11-19 11:45:20 -08:00
email
encodings
ensurepip
html
http
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
2019-11-22 15:22:11 +01:00
idlelib
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
2019-11-24 16:29:29 -05:00
importlib
Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. ( #6641 )
2019-11-21 09:11:43 +00:00
json
lib2to3
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
logging
msilib
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
multiprocessing
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
pydoc_data
Python 3.9.0a1
2019-11-19 12:17:21 +01:00
site-packages
sqlite3
test
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
2019-12-02 08:15:42 -08:00
tkinter
turtledemo
unittest
bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269)
2019-11-20 16:27:51 -08:00
urllib
bpo-38686: fix HTTP Digest handling in request.py ( #17045 )
2019-11-22 15:19:08 -08:00
venv
Fix old mention of virtualenv (GH-17417)
2019-11-29 15:37:08 -08:00
wsgiref
xml
bpo-20928: support base-URL and recursive includes in etree.ElementInclude ( #5723 )
2019-11-25 16:36:25 +01:00
xmlrpc
__future__.py
__phello__.foo.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
Defer import of shutil which only needed for help and usage (GH-17334)
2019-11-21 22:51:45 -08:00
ast.py
bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376)
2019-11-25 03:49:17 -08:00
asynchat.py
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
asyncore.py
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
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
colorsys.py
compileall.py
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
bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483)
2019-11-26 14:36:02 -08:00
filecmp.py
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
genericpath.py
bpo-38807: Add os.PathLike to exception message raised by _check_arg_types ( #17160 )
2019-11-18 21:54:00 -08:00
getopt.py
getpass.py
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
Remove unnecessary variable definition (GH-17368)
2019-11-24 16:46:18 +00: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
Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. ( #6641 )
2019-11-21 09:11:43 +00:00
operator.py
optparse.py
os.py
pathlib.py
pdb.py
pickle.py
bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335)
2019-11-24 11:15:08 -08:00
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)
2019-11-23 02:22:13 -08:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
bpo-38688, shutil.copytree: consume iterator and create list of entries to prevent infinite recursion (GH-17098)
2019-11-27 09:10:37 +08:00
signal.py
site.py
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
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
2019-11-27 22:22:06 +09:00
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
Better runtime TypedDict (GH-17214)
2019-11-24 10:48:48 +00:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658)
2019-11-30 10:30:47 +02:00
zipimport.py