cpython/Lib
2016-09-10 23:36:59 -07:00
..
asyncio Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
collections
concurrent
ctypes
curses
dbm
distutils Issue #28046: Fix distutils 2016-09-09 18:29:10 -07:00
email #20476: Deal with the message_factory circular import differently. 2016-09-10 00:22:25 -04:00
encodings
ensurepip
html
http Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
idlelib IDLE newx items. merge from 3.5 2016-09-10 16:28:01 -04:00
importlib Issue #23722: Initialize __class__ from type.__new__() 2016-09-11 14:45:49 +10:00
json Issue #17909: Accept binary input in json.loads 2016-09-10 20:16:18 +10:00
lib2to3 Remove the debug print that i accidentally left in. 2016-09-10 20:39:50 -07:00
logging
msilib
multiprocessing Issue #28053: Applying refactorings, docs and other cleanup to follow. 2016-09-09 18:03:10 -05:00
pydoc_data
site-packages
sqlite3
test issue23591: add auto() for auto-generating Enum member values 2016-09-10 23:36:59 -07:00
tkinter
turtledemo
unittest
urllib Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
venv
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pydecimal.py Issue #26331: Implement the parsing part of PEP 515. 2016-09-09 14:57:09 -07:00
_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
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py Rework CALL_FUNCTION* opcodes 2016-09-09 10:17:08 -07:00
doctest.py
dummy_threading.py
enum.py issue23591: add auto() for auto-generating Enum member values 2016-09-10 23:36:59 -07:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
functools.py Issue #27137: align Python & C implementations of functools.partial 2016-09-10 20:00:02 +10:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
imghdr.py
imp.py
inspect.py
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py #14977: Make mailcap respect the order of the lines in the mailcap file. 2016-09-09 20:04:23 -04:00
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py Rework CALL_FUNCTION* opcodes 2016-09-09 10:17:08 -07:00
operator.py
optparse.py
os.py
pathlib.py
pdb.py Issue #18401: pdb tests don't read ~/.pdbrc anymore 2016-09-09 22:21:17 -07:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Merge from 3.5 2016-09-10 11:53:34 -07:00
plistlib.py
poplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
re.py Issue #433028: Added support of modifier spans in regular expressions. 2016-09-10 00:57:55 +03:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py Changes pyvenv.cfg trick into an actual sys.path file. 2016-09-09 09:17:35 -07:00
smtpd.py
smtplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py Issue #433028: Added support of modifier spans in regular expressions. 2016-09-10 00:57:55 +03:00
sre_constants.py
sre_parse.py Issue #28070: Fixed parsing inline verbose flag in regular expressions. 2016-09-11 01:39:01 +03:00
ssl.py Issue #19500: Add client-side SSL session resumption to the ssl module. 2016-09-10 23:44:53 +02:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py Issue #28046: Fix get_sysconfigdata_name(). 2016-09-10 16:19:45 +02:00
tabnanny.py
tarfile.py Issue #27199: TarFile expose copyfileobj bufsize to improve throughput 2016-09-09 19:48:14 -07:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py Issue #26331: Implement the parsing part of PEP 515. 2016-09-09 14:57:09 -07:00
trace.py
traceback.py Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. 2016-09-09 21:56:20 -04:00
tracemalloc.py
tty.py
turtle.py Correct spelling in documentation and code comment 2016-09-10 10:38:28 +00:00
types.py
typing.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py Issue #24693: Changed some RuntimeError's in the zipfile module to more 2016-09-10 21:28:07 +03:00