cpython/Lib
2020-06-05 15:00:42 -07:00
..
asyncio Fix asyncio.to_thread() documented return type (GH-20547) 2020-05-31 00:07:04 -07:00
collections bpo-40755: Add rich comparisons to Counter (GH-20548) 2020-05-31 14:57:42 -07:00
concurrent
ctypes bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424) 2020-06-01 18:54:18 +02:00
curses
dbm
distutils bpo-40698: Improve distutils upload hash digests (GH-20260) 2020-05-20 07:37:25 -07:00
email bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) 2020-05-28 20:04:59 -04:00
encodings
ensurepip Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484) 2020-05-28 15:57:49 +02:00
html
http
idlelib bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) 2020-05-29 18:54:14 -04:00
importlib bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) 2020-06-05 16:34:16 -04:00
json
lib2to3
logging bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362) 2020-05-26 07:55:21 -07:00
msilib
multiprocessing bpo-39244: multiprocessing return default start method first on macOS (GH-18625) 2020-05-26 17:54:21 +03:00
pydoc_data
site-packages
sqlite3 bpo-40784: Fix sqlite3 deterministic test (GH-20448) 2020-05-29 02:27:31 +03:00
test bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) 2020-06-05 15:00:42 -07:00
tkinter
turtledemo
unittest
urllib
venv bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) 2020-05-25 16:54:14 +02:00
wsgiref
xml
xmlrpc
zoneinfo Update error message in _zoneinfo.py to use f-string (GH-20577) 2020-06-03 07:18:19 -07:00
__future__.py
__phello__.foo.py
_aix_support.py
_bootlocale.py
_bootsubprocess.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 bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) 2020-06-05 15:00:42 -07:00
ast.py bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) 2020-05-24 22:12:57 +01:00
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137) 2020-06-02 13:33:09 +02:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py bpo-40807: Show warnings once from codeop._maybe_compile (#20486) 2020-06-04 19:40:24 -04:00
colorsys.py
compileall.py
configparser.py
contextlib.py
contextvars.py
copy.py bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 2020-05-28 10:33:45 +03:00
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
datetime.py bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) 2020-05-26 18:43:38 +03:00
decimal.py
difflib.py
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py bpo-17005: Move topological sort functionality to its own module (GH-20558) 2020-06-01 00:41:14 +01:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py bpo-17005: Move topological sort functionality to its own module (GH-20558) 2020-06-01 00:41:14 +01:00
gzip.py
hashlib.py bpo-40695: Limit hashlib builtin hash fallback (GH-20259) 2020-05-25 01:43:10 -07:00
heapq.py
hmac.py bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) 2020-05-27 21:50:06 +02:00
imaplib.py bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206) 2020-06-02 03:17:45 +02:00
imghdr.py
imp.py
inspect.py bpo-40257: Revert changes to inspect.getdoc() (GH-20073) 2020-05-18 20:25:07 +03: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
operator.py
optparse.py
os.py
pathlib.py bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) 2020-05-25 20:42:28 +01:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py bpo-40257: Revert changes to inspect.getdoc() (GH-20073) 2020-05-18 20:25:07 +03:00
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
signal.py
site.py
smtpd.py
smtplib.py Cosmetic smtplib changes (GH-8718) 2020-05-22 17:50:58 -07: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
sunau.py
symbol.py bpo-40759: Deprecate the symbol module (GH-20364) 2020-05-31 15:01:50 -07:00
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
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
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) 2020-06-03 05:42:33 -07:00
xdrlib.py
zipapp.py
zipfile.py
zipimport.py