.. |
asyncio
|
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine.
|
2015-05-13 15:22:03 -04:00 |
collections
|
…
|
|
concurrent
|
…
|
|
ctypes
|
Issue #23911: Fix ctypes test on Windows.
|
2015-05-13 00:34:39 -05:00 |
curses
|
…
|
|
dbm
|
…
|
|
distutils
|
Version number bump for Python 3.5.0a4.
|
2015-04-19 13:51:40 -07:00 |
email
|
…
|
|
encodings
|
Added forgotten new files for issues #22681 and #22682.
|
2015-05-13 00:34:53 +03:00 |
ensurepip
|
Upgrade setuptools to 15.2
|
2015-05-08 21:30:04 -04:00 |
html
|
…
|
|
http
|
…
|
|
idlelib
|
Merge 3.4 #23184: idle tests, remove unused names and imports.
|
2015-05-15 23:55:49 -04:00 |
importlib
|
Issue #24192: Fix namespace package imports.
|
2015-05-15 21:54:59 -06:00 |
json
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
|
2015-01-26 13:16:30 +02:00 |
lib2to3
|
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
|
2015-05-13 13:40:12 +03:00 |
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-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
|
2015-04-19 13:50:12 -07:00 |
site-packages
|
…
|
|
sqlite3
|
…
|
|
test
|
Issue #24192: Fix namespace package imports.
|
2015-05-15 21:54:59 -06:00 |
tkinter
|
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
|
2015-05-06 14:00:04 +03:00 |
turtledemo
|
…
|
|
unittest
|
Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
|
2015-05-16 16:29:50 +03:00 |
urllib
|
Issue #23887: urllib.error.HTTPError now has a proper repr() representation.
|
2015-04-22 18:35:54 -03:00 |
venv
|
…
|
|
wsgiref
|
…
|
|
xml
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
2015-05-11 22:57:16 -04:00 |
xmlrpc
|
…
|
|
__future__.py
|
PEP 479: Change StopIteration handling inside generators.
|
2015-05-09 11:44:30 -04:00 |
__phello__.foo.py
|
…
|
|
_bootlocale.py
|
…
|
|
_collections_abc.py
|
Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc.
|
2015-05-14 12:19:16 -04:00 |
_compat_pickle.py
|
…
|
|
_compression.py
|
…
|
|
_dummy_thread.py
|
Issue 21137: Better repr for threading.Lock()
|
2014-05-25 18:22:35 -07:00 |
_markupbase.py
|
…
|
|
_osx_support.py
|
…
|
|
_pydecimal.py
|
…
|
|
_pyio.py
|
…
|
|
_sitebuiltins.py
|
#9364: Improve the text printed by help(pydoc) and help(help).
|
2014-04-19 12:59:30 -04:00 |
_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
|
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist.
|
2015-04-22 09:39:19 +03:00 |
configparser.py
|
…
|
|
contextlib.py
|
PEP 479: Change StopIteration handling inside generators.
|
2015-05-09 11:44:30 -04:00 |
copy.py
|
…
|
|
copyreg.py
|
…
|
|
crypt.py
|
…
|
|
csv.py
|
…
|
|
datetime.py
|
…
|
|
decimal.py
|
…
|
|
difflib.py
|
PEP 479: Change StopIteration handling inside generators.
|
2015-05-09 11:44:30 -04:00 |
dis.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
2015-05-11 22:57:16 -04:00 |
doctest.py
|
…
|
|
dummy_threading.py
|
…
|
|
enum.py
|
…
|
|
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
fnmatch.py
|
…
|
|
formatter.py
|
…
|
|
fractions.py
|
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
|
2015-05-13 00:19:51 +03:00 |
ftplib.py
|
…
|
|
functools.py
|
Reduce the overhead in functools.total_ordering by localizing NotImplemented.
|
2015-05-12 21:26:37 -07:00 |
genericpath.py
|
…
|
|
getopt.py
|
…
|
|
getpass.py
|
#21169: add comment and doc update for getpass change.
|
2014-04-14 10:28:58 -04:00 |
gettext.py
|
Merge from 3.4
|
2015-04-14 10:35:43 -04:00 |
glob.py
|
…
|
|
gzip.py
|
…
|
|
hashlib.py
|
…
|
|
heapq.py
|
…
|
|
hmac.py
|
…
|
|
imaplib.py
|
#21800: Add RFC 6855 support to imaplib.
|
2015-05-10 19:17:23 -04:00 |
imghdr.py
|
…
|
|
imp.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
2015-05-02 19:15:18 -06:00 |
inspect.py
|
inspect: Remove "0x..." IDs from Signature objects' __repr__
|
2015-05-15 12:53:56 -04:00 |
io.py
|
…
|
|
ipaddress.py
|
…
|
|
keyword.py
|
…
|
|
linecache.py
|
…
|
|
locale.py
|
Issue #22681: Added support for the koi8_t encoding.
|
2015-05-12 23:24:19 +03:00 |
lzma.py
|
…
|
|
macpath.py
|
…
|
|
macurl2path.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
…
|
|
modulefinder.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
2015-05-02 19:15:18 -06:00 |
netrc.py
|
…
|
|
nntplib.py
|
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
|
2015-03-21 09:40:26 +02:00 |
ntpath.py
|
…
|
|
nturl2path.py
|
…
|
|
numbers.py
|
…
|
|
opcode.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
2015-05-11 22:57:16 -04:00 |
operator.py
|
…
|
|
optparse.py
|
…
|
|
os.py
|
merge 3.4 (#23929)
|
2015-04-13 20:25:11 -04:00 |
pathlib.py
|
…
|
|
pdb.py
|
…
|
|
pickle.py
|
…
|
|
pickletools.py
|
…
|
|
pipes.py
|
…
|
|
pkgutil.py
|
…
|
|
platform.py
|
Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated.
|
2015-05-13 12:32:20 +03:00 |
plistlib.py
|
…
|
|
poplib.py
|
…
|
|
posixpath.py
|
…
|
|
pprint.py
|
Issue #23870: The pprint module now supports all standard collections
|
2015-05-12 13:35:48 +03:00 |
profile.py
|
…
|
|
pstats.py
|
…
|
|
pty.py
|
…
|
|
py_compile.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
2015-05-02 19:15:18 -06:00 |
pyclbr.py
|
…
|
|
pydoc.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
2015-05-02 19:15:18 -06:00 |
queue.py
|
…
|
|
quopri.py
|
…
|
|
random.py
|
…
|
|
re.py
|
…
|
|
reprlib.py
|
…
|
|
rlcompleter.py
|
…
|
|
runpy.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
2015-05-02 19:15:18 -06:00 |
sched.py
|
…
|
|
selectors.py
|
asyncio: Sync with github repo
|
2015-05-11 13:48:16 -04:00 |
shelve.py
|
…
|
|
shlex.py
|
Issue #24113: Remove unreachable code in shlex.
|
2015-05-04 22:45:47 -04:00 |
shutil.py
|
…
|
|
signal.py
|
…
|
|
site.py
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
|
2015-05-02 19:15:18 -06:00 |
smtpd.py
|
#21795: advertise 8BITMIME if decode_data is False.
|
2015-05-11 12:11:40 -04:00 |
smtplib.py
|
#16914: fix test errors under -W error::BytesWarning.
|
2015-04-16 18:54:56 -04:00 |
sndhdr.py
|
…
|
|
socket.py
|
…
|
|
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
|
Add a subprocess.run() function than returns a CalledProcess instance for a
|
2015-04-14 16:14:25 -07:00 |
sunau.py
|
…
|
|
symbol.py
|
…
|
|
symtable.py
|
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
|
2015-04-27 21:44:22 -04:00 |
sysconfig.py
|
…
|
|
tabnanny.py
|
…
|
|
tarfile.py
|
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall().
|
2015-04-15 10:27:58 -04:00 |
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
textwrap.py
|
…
|
|
this.py
|
…
|
|
threading.py
|
…
|
|
timeit.py
|
Merge from 3.4
|
2015-04-21 19:44:54 -04:00 |
token.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
2015-05-11 22:57:16 -04:00 |
tokenize.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
2015-05-11 22:57:16 -04:00 |
trace.py
|
Issue #23731: Implement PEP 488.
|
2015-04-13 14:21:02 -04:00 |
traceback.py
|
Issue #22619: Added negative limit support in the traceback module.
|
2015-05-03 13:19:46 +03:00 |
tracemalloc.py
|
…
|
|
tty.py
|
…
|
|
turtle.py
|
…
|
|
types.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
2015-05-11 22:57:16 -04:00 |
uu.py
|
…
|
|
uuid.py
|
…
|
|
warnings.py
|
…
|
|
wave.py
|
…
|
|
weakref.py
|
…
|
|
webbrowser.py
|
…
|
|
xdrlib.py
|
…
|
|
zipapp.py
|
…
|
|
zipfile.py
|
…
|
|