cpython/Lib
Terry Jan Reedy 5682850e1f Merge with 3.5 2015-10-22 03:27:57 -04:00
..
asyncio Issue #25441: asyncio: Raise error from drain() when socket is closed. 2015-10-19 11:49:30 -07:00
collections Issue #22609: Constructor of collections.UserDict now accepts the self keyword 2015-09-29 23:38:34 +03:00
concurrent
ctypes
curses
dbm
distutils Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. 2015-10-05 10:35:19 -07:00
email
encodings
ensurepip
html
http Merge typo fixes from 3.5 2015-10-07 11:13:55 +00:00
idlelib Merge with 3.5 2015-10-22 03:27:57 -04:00
importlib Issue #25280: Import trace messages emitted in verbose (-v) mode are no 2015-10-01 11:55:52 +03:00
json
lib2to3
logging Closes #25411: Merged fix from 3.5. 2015-10-17 16:24:23 +01:00
msilib
multiprocessing
plat-aix4
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux
plat-netbsd1
plat-next3
plat-sunos5
plat-unixware7
pydoc_data
site-packages Merge with 3.5. 2015-10-06 18:52:52 +03:00
sqlite3
test Issue #25210: Add some basic tests for the new exception message 2015-10-22 07:49:36 +03:00
tkinter
turtledemo
unittest
urllib Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate 2015-10-08 12:27:06 +03: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
_pyio.py
_sitebuiltins.py
_strptime.py Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. 2015-10-06 13:29:56 -04:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py Issue #25357: Add an optional newline paramer to binascii.b2a_base64(). 2015-10-11 11:01:02 +02: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 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not 2015-10-02 23:00:39 +02:00
csv.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py Issue #25407: Drop the mention of the formatter module being removed 2015-10-16 12:09:33 -07:00
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py Upgrade the imp module's deprecation to DeprecationWarning. 2015-10-16 12:21:37 -07:00
inspect.py
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 Issue #25417: Remove the extra dot from docstring 2015-10-22 03:34:16 +03:00
pdb.py
pickle.py Issue #24164: Objects that need calling ``__new__`` with keyword arguments, 2015-10-10 22:42:18 +03:00
pickletools.py Issue #25382: pickletools.dis() now outputs implicit memo index for the 2015-10-13 21:20:14 +03:00
pipes.py
pkgutil.py Upgrade the imp module's deprecation to DeprecationWarning. 2015-10-16 12:21:37 -07:00
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Merge with 3.5. 2015-10-06 18:52:52 +03:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py Issue #25011: rlcomplete now omits private and special attribute names unless 2015-09-27 13:43:50 +03:00
runpy.py
sched.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py Closes #25185: merged fix from 3.4. 2015-10-01 11:27:57 +01:00
smtpd.py #25328: add missing raise keyword in decode_data+SMTPUTF8 check. 2015-10-09 10:19:33 -04:00
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 Issue #25034: Merge from 3.5. 2015-09-29 10:30:47 -04:00
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py Issue #21515: Elaborate tempfile.TemporaryFile() comment 2015-10-21 00:15:08 +02:00
textwrap.py
this.py
threading.py merge 3.4 (#25362) 2015-10-10 19:36:40 -07:00
timeit.py Merge with 3.5. 2015-10-06 18:52:52 +03:00
token.py
tokenize.py
trace.py
traceback.py Issue #25111: Fixed comparison of traceback.FrameSummary. 2015-09-29 22:34:16 +03:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py Issue #25390: typing: Don't crash on Union[str, Pattern]. 2015-10-19 14:55:47 -07:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py Issue #22958: Constructor and update method of weakref.WeakValueDictionary 2015-09-29 23:52:42 +03:00
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py Issue #25364: zipfile now works in threads disabled builds. 2015-10-10 19:43:32 +03:00