cpython/Lib
Donald Stufft d6e51560b3 merge in setuptools/pip update 2015-07-01 11:31:13 -04:00
..
asyncio Fix asyncio unittests in debug mode 2015-06-24 10:47:44 -04:00
collections Issue #23509: Speed up Counter operators 2015-05-29 22:14:07 -07:00
concurrent
ctypes
curses
dbm
distutils merge 3.4 2015-05-25 21:25:09 -05:00
email Issue #21448: Improve performance of the email feedparser 2015-05-22 17:23:28 -07:00
encodings
ensurepip Update setuptools to 18.0.1 and pip to 7.1.0 2015-07-01 11:30:50 -04:00
html
http merge 3.4 (#22931) 2015-05-23 10:41:30 -05:00
idlelib Update idlelib/NEWS.txt 2015-05-23 17:24:22 -04:00
importlib Issue #24400: Introduce a distinct type for 'async def' coroutines. 2015-06-22 12:19:30 -04:00
json
lib2to3
logging
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 Regenerated pydoc topic index in preparation for Python 3.5.0b2. 2015-05-30 16:58:27 -07:00
site-packages
sqlite3 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 2015-05-22 11:13:20 +03:00
test Issue #24541: Drop test_inspect.test_eightteen unittest; update docs 2015-06-30 22:06:42 -04:00
tkinter Issue #24408: Fixed test for tkinter.Font on OS X. 2015-06-21 14:42:57 +03:00
turtledemo
unittest Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and 2015-05-21 20:15:40 +03:00
urllib
venv
wsgiref
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py Issue #24400: Introduce a distinct type for 'async def' coroutines. 2015-06-22 12:19:30 -04:00
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py
_pydecimal.py
_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
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 Issue #24336: The contextmanager decorator now works with functions with 2015-06-28 17:08:35 +03:00
copy.py
copyreg.py
crypt.py
csv.py
datetime.py
decimal.py
difflib.py Issue 24237: Raise PendingDeprecationWarning per PEP 479 2015-05-22 11:16:47 -04:00
dis.py
doctest.py
dummy_threading.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py Backed out changeset: b0a0b9b59012 2015-05-24 21:53:49 +03:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py PEP 489: Multi-phase extension module initialization 2015-05-23 22:24:10 +10:00
inspect.py Issue #24400: Remove inspect.isawaitable(). 2015-06-30 18:19:01 -04:00
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 Issue #24400: Introduce a distinct type for 'async def' coroutines. 2015-06-22 12:19:30 -04:00
operator.py added matmul and imatmul to operator.__all__ 2015-06-07 19:21:01 +03:00
optparse.py
os.py
pathlib.py
pdb.py
pickle.py
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
runpy.py
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
string.py Reverting my previous commit. 2015-05-30 10:57:56 -04:00
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py Issue 24297: Update symbol.py. See also issue 24017. 2015-05-27 11:08:19 -04:00
symtable.py
sysconfig.py
tabnanny.py
tarfile.py tarfile.open() with mode 'x' created files without an end of archive marker. 2015-05-27 12:53:44 +02:00
telnetlib.py
tempfile.py Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir 2015-05-22 16:18:14 -07:00
textwrap.py
this.py
threading.py
timeit.py Issue #5633: Fixed timeit when the statement is a string and the setup is not. 2015-05-30 19:44:55 +03:00
token.py
tokenize.py Issue #20387: Merge test and patch from 3.4.4 2015-06-28 11:13:30 -04:00
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py Issue #24400, #24325: More tests for types._GeneratorWrapper 2015-06-24 12:49:28 -04:00
typing.py Preliminary typing.py, anticipating provisional acceptance of PEP 484. 2015-05-22 10:14:11 -07:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py Issue #8232: Renamed WinFireFox to WinFirefox 2015-06-15 09:11:14 -07:00
xdrlib.py
zipapp.py
zipfile.py