cpython/Lib
2014-11-25 13:57:17 +02:00
..
asyncio don't require OpenSSL SNI to pass hostname to ssl functions (#22921) 2014-11-23 17:04:34 -06:00
collections
concurrent
ctypes
curses
dbm
distutils
email
encodings
ensurepip
html
http merge 3.4 (#22921) 2014-11-23 17:06:39 -06:00
idlelib
importlib Issue #19720: Suppressed context for some exceptions in importlib. 2014-11-21 20:33:57 +02:00
json
lib2to3
logging merge 3.4 (#22788) 2014-11-23 20:38:13 -06: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
sqlite3
test Issue #19676: Added the "namereplace" error handler. 2014-11-25 13:57:17 +02:00
tkinter
turtledemo
unittest Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. 2014-11-23 15:56:41 +01:00
urllib
venv
wsgiref
xml PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator. 2014-11-22 21:56:23 -08:00
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pydecimal.py
_pyio.py Issue #22869: Split pythonrun into two modules 2014-11-20 21:39:37 +10:00
_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 Issue #19676: Added the "namereplace" error handler. 2014-11-25 13:57:17 +02:00
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.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 merge 3.4 (#22921) 2014-11-23 17:06:39 -06:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py merge 3.4 (#22921) 2014-11-23 17:06:39 -06:00
imghdr.py
imp.py
inspect.py
io.py
ipaddress.py PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. 2014-11-22 22:14:41 -08:00
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. 2014-11-22 22:14:41 -08:00
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py don't require OpenSSL SNI to pass hostname to ssl functions (#22921) 2014-11-23 17:04:34 -06:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py Close #22370: Windows detection in pathlib is now more robust. 2014-11-19 00:33:08 +01:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py don't require OpenSSL SNI to pass hostname to ssl functions (#22921) 2014-11-23 17:04:34 -06:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #20662: Argspec now is escaped in html output of pydoc. 2014-11-17 23:48:35 +02:00
queue.py
quopri.py
random.py
re.py
reprlib.py Issue #22824: Simplify reprlib output format for empty arrays 2014-11-15 10:58:58 -08:00
rlcompleter.py
runpy.py
sched.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtpd.py
smtplib.py merge 3.4 (#22921) 2014-11-23 17:06:39 -06:00
sndhdr.py
socket.py Issue #20604: Added missed invalid mode in error message of socket.makefile(). 2014-11-19 12:34:07 +02:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py merge 3.4 (#22921) 2014-11-23 17:06:39 -06: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
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
uu.py
uuid.py Issue #19720: Suppressed context for some exceptions in importlib. 2014-11-21 21:56:57 +02:00
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipfile.py