cpython/Lib
Serhiy Storchaka 58f8833e4c Make catched exception more specific and correct a comment. 2015-12-30 21:00:29 +02:00
..
asyncio asyncio: Skip getaddrinfo if host is already resolved. 2015-12-16 19:31:17 -05:00
collections merge 2015-11-23 21:04:53 -08:00
concurrent
ctypes Issue #25622: Merge ctypes test from 3.4 into 3.5 2015-11-26 10:26:33 +00:00
curses
dbm
distutils
email
encodings
ensurepip
html
http Issue #25899: Converted non-ASCII characters in docstrings and manpage 2015-12-18 13:10:37 +02:00
idlelib Merge with 3.5 2015-12-18 15:47:28 -05:00
importlib Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. 2015-12-28 17:55:27 -08:00
json
lib2to3
logging Closes #25685: Merged fix from 3.5. 2015-12-26 12:51:43 +00:00
msilib
multiprocessing Issue #25899: Converted non-ASCII characters in docstrings and manpage 2015-12-18 13:05:04 +02: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 Rebuilt pydoc topics for 3.4.4rc1. 2015-12-06 05:51:56 -08:00
site-packages
sqlite3
test Make catched exception more specific and correct a comment. 2015-12-30 21:00:29 +02:00
tkinter
turtledemo
unittest
urllib Issue #25899: Converted non-ASCII characters in docstrings and manpage 2015-12-18 13:10:37 +02:00
venv
wsgiref
xml Issue #25902: Fixed various refcount issues in ElementTree iteration. 2015-12-21 11:11:12 +02:00
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 #25971: Optimized creating Fractions from floats by 2 times and from 2015-12-29 22:34:23 +02:00
_pyio.py
_sitebuiltins.py
_strptime.py Issue #6478: _strptime's regexp cache now is reset after changing timezone 2015-12-03 22:27:31 +02:00
_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
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py Issue #25768: Make compileall functions return booleans and document 2015-12-27 13:17:04 -08:00
configparser.py
contextlib.py
copy.py Issue #25718: Fixed copying object with state with boolean value is false. 2015-11-30 17:35:40 +02:00
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 Issue #25971: Optimized creating Fractions from floats by 2 times and from 2015-12-29 22:34:23 +02:00
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Issue #22341: Drop Python 2 workaround and document CRC initial value 2015-12-11 05:19:29 +00:00
hashlib.py
heapq.py
hmac.py
imaplib.py
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
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py Issue #25860: os.fwalk() no longer skips remaining directories when error occurs. 2015-12-23 00:08:24 +02:00
pathlib.py
pdb.py
pickle.py Issue #25761: Improved detecting errors in broken pickle data. 2015-12-06 22:01:35 +02:00
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
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 Issue #25663: Merge rlcompleter fix from 3.5 2015-11-24 00:19:10 +00:00
runpy.py Issue #19771: Omit irrelevant message if package could not be initialized 2015-12-12 06:58:55 +00:00
sched.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py Issue #25177: Fixed problem with the mean of very small and very large numbers. 2015-12-01 19:59:53 +11:00
string.py
stringprep.py
struct.py
subprocess.py * Re-fix issue #19284: Don't generate the no-op -R command line 2015-12-13 20:09:42 -08:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Issue #22227: The TarFile iterator is reimplemented using generator. 2015-12-19 09:43:14 +02:00
telnetlib.py #25485: Add context manager support to Telnet class. 2015-11-28 12:24:52 -05:00
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py Issue #25977: Fix typos in Lib/tokenize.py 2015-12-30 01:42:43 +02:00
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py Add Awaitable, AsyncIterable, AsyncIterator to typing.py. 2015-12-03 17:31:24 -08:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py Issue #22341: Drop Python 2 workaround and document CRC initial value 2015-12-11 05:19:29 +00:00