cpython/Lib
Berker Peksag 9a7bbb2e3f Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate
Initial patch by Peter Wirtz.
2016-09-18 20:17:58 +03:00
..
asyncio Merge 3.5 (issue #28176) 2016-09-15 17:58:15 -04:00
collections Issue #17941: Add a *module* parameter to collections.namedtuple() 2016-09-12 00:18:31 -07:00
concurrent
ctypes
curses
dbm
distutils Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME 2016-09-11 22:22:24 +02:00
email Merge: #19003: Only replace \r and/or \n line endings in email.generator. 2016-09-11 17:23:33 -04:00
encodings
ensurepip
html
http Issue #22493: Inline flags now should be used only at the start of the 2016-09-11 12:50:02 +03:00
idlelib Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. 2016-09-12 01:57:25 -04:00
importlib Issue #23722: Initialize __class__ from type.__new__() 2016-09-11 14:45:49 +10:00
json
lib2to3 Remove the debug print that i accidentally left in. 2016-09-10 20:39:50 -07:00
logging
msilib
multiprocessing
pydoc_data Update pydoc topics for 3.6.0b1 2016-09-12 10:48:44 -04:00
site-packages
sqlite3 Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements 2016-09-11 12:57:15 +03:00
test Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate 2016-09-18 20:17:58 +03:00
tkinter
turtledemo
unittest
urllib Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate 2016-09-18 20:17:58 +03:00
venv Closes #25671: Merged fix from 3.5. 2016-09-11 12:52:53 +01:00
wsgiref
xml Issue #26182: Raise DeprecationWarning for improper use of async/await keywords 2016-09-15 12:50:23 -04:00
xmlrpc Issue #26885: xmlrpc now supports unmarshalling additional data types used 2016-09-11 11:23:38 +03:00
__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
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. 2016-09-16 13:48:10 +02:00
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py Use sequence repetition instead of bytes constructor with integer argument. 2016-09-11 14:41:02 +03:00
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.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
crypt.py
csv.py
datetime.py
decimal.py
difflib.py
dis.py Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. 2016-09-12 00:52:40 +03:00
doctest.py
dummy_threading.py
enum.py Enum._convert: sort by value, then by name 2016-09-11 13:25:26 -07:00
filecmp.py
fileinput.py
fnmatch.py Issue #22493: Inline flags now should be used only at the start of the 2016-09-11 12:50:02 +03:00
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
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Use sequence repetition instead of bytes constructor with integer argument. 2016-09-11 14:41:02 +03:00
hashlib.py
heapq.py
hmac.py Use sequence repetition instead of bytes constructor with integer argument. 2016-09-11 14:41:02 +03:00
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 Issue #28003: Implement PEP 525 -- Asynchronous Generators. 2016-09-08 22:01:51 -07:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.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
pdb.py
pickle.py
pickletools.py Use sequence repetition instead of bytes constructor with integer argument. 2016-09-11 14:41:02 +03:00
pipes.py
pkgutil.py
platform.py Issue #27932: Prevent memory leak in win32_ver(). 2016-09-17 17:27:48 -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 issue28082: better name for Flag 2016-09-11 14:54:27 -07:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py Issue #27759: Fix selectors incorrectly retain invalid file descriptors. 2016-09-15 19:30:42 -04:00
shelve.py
shlex.py
shutil.py
signal.py
site.py Issue #28192: Don't import readline in isolated mode 2016-09-17 12:22:41 -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 Issue #26384: Merge from 3.5 2016-09-17 23:23:13 +03:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py Issue #22493: Warning message emitted by using inline flags in the middle of 2016-09-17 01:29:58 +03:00
ssl.py Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext 2016-09-12 00:01:11 +02:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME 2016-09-11 22:22:24 +02:00
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 Issue #28079: Update typing and test typing from python/typing repo. 2016-09-11 15:34:56 -07:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py