cpython/Lib
Guido van Rossum 3c268be885 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra 2017-01-18 08:03:50 -08:00
..
asyncio Issue #28990: Fix SSL hanging if connection is closed before handshake completed. 2016-12-16 11:50:41 -05:00
collections Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. 2016-12-31 12:01:59 -07:00
concurrent
ctypes Issue #29219: Fixed infinite recursion in the repr of uninitialized 2017-01-13 09:37:56 +02:00
curses Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. 2016-12-28 10:16:06 +02:00
dbm Issue #28847: dbm.dumb now supports reading read-only files and no longer 2016-12-07 10:56:39 +02:00
distutils Fix spelling and grammar in code comments and documentation 2016-12-18 01:23:09 +00:00
email #19003: Only replace \r and/or \n line endings in email.generator. 2016-09-11 17:22:56 -04:00
encodings
ensurepip Upgrade pip to 9.0.1 and setuptools to 28.8.0 2016-11-15 21:17:43 -05:00
html Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
http Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. 2016-09-08 14:28:01 -07:00
idlelib Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. 2016-09-30 02:53:44 -04:00
importlib
json Fixed the documentation of parse_constant argument in json.load(). 2016-11-12 22:47:16 +02:00
lib2to3 rm unused import 2016-12-05 22:30:55 -08:00
logging Issue #29220: Improved fix and test. 2017-01-11 17:35:36 +00:00
msilib
multiprocessing Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. 2016-12-10 17:13:16 +01:00
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 Regenerated pydoc topics for 3.5.3rc1. 2017-01-01 22:09:56 -08:00
site-packages
sqlite3 Issue #29123: Make CheckSqlTimestamp more robust 2016-12-31 22:48:55 +03:00
test Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra 2017-01-18 08:03:50 -08:00
tkinter Issue 28923: Remove editor artifacts from Tix.py. 2016-12-21 23:59:47 -05:00
turtledemo
unittest Issue #29274: tests cases → test cases 2017-01-18 12:06:38 +00:00
urllib Issue #29142: Fix suffixes in no_proxy handling in urllib. 2017-01-09 11:47:55 +08:00
venv Issue #22343: Made bash activate script available on Windows. 2017-01-12 17:12:10 +00:00
wsgiref
xml Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes 2016-09-11 23:18:03 -07:00
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py Issue #28376: The type of long range iterator is now registered as Iterator. 2016-10-08 22:04:12 +03:00
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pydecimal.py Issue #27348: Restore “Exception: None” formatting in traceback module 2016-09-22 09:37:39 +00:00
_pyio.py Change order of io.UnsupportedOperation base classes. 2016-12-07 13:31:20 +02:00
_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
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py
calendar.py Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space 2016-10-25 15:00:52 +03:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py Issue #28485: Check for negative workers even without ProcessPoolExecutor 2016-11-05 01:11:36 +00:00
configparser.py Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state 2016-11-26 14:00:39 -08:00
contextlib.py
copy.py
copyreg.py
crypt.py
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
fractions.py
ftplib.py
functools.py Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). 2016-12-16 13:57:40 -08:00
genericpath.py
getopt.py
getpass.py
gettext.py Issue #28563: Make plural form selection more lenient and accepting 2016-11-14 19:29:59 +02:00
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py #25591: improve imap tests. 2016-12-24 21:32:26 -05:00
imghdr.py
imp.py
inspect.py Issue #15812: Delete redundant max(start, 0) 2017-01-03 03:48:04 +03:00
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
operator.py
optparse.py
os.py Issue #28353: os.fwalk() no longer fails on broken links. 2016-10-25 14:28:38 +03:00
pathlib.py
pdb.py Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. 2016-10-12 20:13:24 +02:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Issue #27932: Prevent memory leak in win32_ver(). 2016-09-17 17:25:42 -07:00
plistlib.py Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. 2016-10-04 20:04:30 +03:00
poplib.py
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
reprlib.py
rlcompleter.py
runpy.py
sched.py
selectors.py Issue #27759: Fix selectors incorrectly retain invalid file descriptors. 2016-10-06 14:03:03 -04:00
shelve.py
shlex.py
shutil.py Issue #14061: Misc fixes and cleanups in archiving code in shutil. 2016-12-16 18:58:33 +02:00
signal.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile 2016-09-17 23:22:06 +03:00
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 Issue #26240: Clean up the subprocess module doc string 2016-10-25 22:20:48 +00:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar 2016-10-30 20:52:29 +02:00
telnetlib.py
tempfile.py
textwrap.py Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. 2016-10-25 14:44:54 +03:00
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py Issue #27348: Restore “Exception: None” formatting in traceback module 2016-09-22 09:37:39 +00: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 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra 2017-01-18 08:03:50 -08:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py Issue #28427: old keys should not remove new values from 2016-12-27 14:19:20 +01:00
webbrowser.py Issue #23262: The webbrowser module now supports Firefox 36+ and derived 2016-10-30 19:16:33 +02:00
xdrlib.py
zipapp.py
zipfile.py Issue #29094: Offsets in a ZIP file created with extern file object and modes 2017-01-01 19:00:30 +02:00