cpython/Lib
2016-09-11 21:39:31 -04:00
..
asyncio Issue #27456: asyncio: Set TCP_NODELAY by default. 2016-09-11 21:39:31 -04:00
collections
concurrent Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
ctypes Issue #20160: Merged fix from 3.4. 2016-08-05 21:44:15 +01:00
curses
dbm
distutils Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +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 setuptools to 27.1.2 2016-09-09 12:08:53 -04:00
html
http Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. 2016-09-08 14:28:01 -07:00
idlelib IDLE newx items. 2016-09-10 16:24:54 -04:00
importlib Fix regressions introduced by fixes for issue #27083. 2016-07-16 10:44:13 -07:00
json Issue #4945: Improved the documenting of boolean arguments in the json module. 2016-06-30 13:59:12 +03:00
lib2to3 Remove the debug print that i accidentally left in. 2016-09-10 20:39:36 -07:00
logging Fixes #27930: improved QueueListener behaviour. 2016-09-08 01:13:39 +01:00
msilib
multiprocessing Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions 2016-09-08 14:40:36 -05: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
site-packages
sqlite3 Issue #21250: Add tests for SQLite's ON CONFLICT clause 2016-09-07 02:04:34 +03:00
test asyncio: Add set_protocol / get_protocol methods to Transports 2016-09-11 21:11:02 -04:00
tkinter Issue #27611: Don't import volatile attribute. 2016-08-16 01:44:12 -04:00
turtledemo
unittest Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
urllib Issue #22450: Use "Accept: */*" in the default headers for urllib.request 2016-09-09 16:43:48 -07:00
venv Fixes #25671: Updated prompt handling in activate.fish. 2016-09-11 12:52:08 +01:00
wsgiref
xml English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
xmlrpc English spelling and grammar fixes 2016-07-11 07:51:37 +00: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 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. 2016-08-13 11:15:34 -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 Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. 2016-08-22 10:50:53 +01:00
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 Issue #26844: Fix imp.find_module() to have the exception related to 2016-07-15 10:58:54 -07:00
inspect.py Issue #27993: Fix problems with plural objects in docs and comments 2016-09-07 11:04:41 +00: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
pathlib.py
pdb.py
pickle.py Issue #17711: Fixed unpickling by the persistent ID with protocol 0. 2016-07-17 11:24:17 +03:00
pickletools.py
pipes.py
pkgutil.py [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 2016-09-07 00:52:20 -07:00
platform.py Issue #27932: Backs out change 2016-09-10 11:52:18 -07:00
plistlib.py
poplib.py
posixpath.py #2466: ismount now recognizes mount points user can't access. 2016-08-18 21:27:48 -04:00
pprint.py
profile.py
pstats.py Issue #27241: Catch exception when running pstats as main. 2016-08-02 22:30:24 +02:00
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py Improve docs for random.seed() 2016-09-04 11:17:28 -07:00
re.py
reprlib.py
rlcompleter.py
runpy.py [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 2016-09-07 00:52:20 -07:00
sched.py
selectors.py
shelve.py
shlex.py Closes #21999: Handled empty strings correctly when in POSIX mode. 2016-08-09 15:04:49 +01:00
shutil.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
signal.py
site.py
smtpd.py
smtplib.py Issue #27430: Fix typos, patch by scop. 2016-07-01 12:17:05 +03:00
sndhdr.py
socket.py Issue #27698: Add socketpair to socket.__all__ on Windows 2016-08-17 14:40:08 +02:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 2016-09-06 20:06:47 +02:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Fix spelling and grammar in documentation and code comments 2016-08-04 13:07:31 +00:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
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 #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