.. |
asyncio
|
bpo-29742: asyncio get_extra_info() throws exception (#525) (#646)
|
2017-03-12 17:06:04 -04:00 |
collections
|
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
|
2016-12-31 12:01:59 -07:00 |
concurrent
|
|
|
ctypes
|
bpo-29845: Mark tests that use _testcapi as CPython-only (#711) (#726)
|
2017-03-19 21:38:53 +02:00 |
curses
|
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
|
2016-12-28 10:16:06 +02:00 |
dbm
|
Issue #28847: dbm.dumb now supports reading read-only files and no longer
|
2016-12-07 10:56:39 +02:00 |
distutils
|
Fix spelling and grammar in code comments and documentation
|
2016-12-18 01:23:09 +00:00 |
email
|
|
|
encodings
|
|
|
ensurepip
|
Upgrade pip to 9.0.1 and setuptools to 28.8.0
|
2016-11-15 21:17:43 -05:00 |
html
|
|
|
http
|
|
|
idlelib
|
Change some mercurial/ hg.python.org references. (#8) (#184)
|
2017-02-19 18:58:20 -08:00 |
importlib
|
bpo-29862: Fix grammar in importlib.reload() exception (GH-809) (GH-812)
|
2017-03-25 03:42:38 -07:00 |
json
|
Fixed the documentation of parse_constant argument in json.load().
|
2016-11-12 22:47:16 +02:00 |
lib2to3
|
rm unused import
|
2016-12-05 22:30:55 -08:00 |
logging
|
bpo-29808: Do not fail in SysLogHandler constructor if syslog isn't available. (#695)
|
2017-03-17 19:54:50 +00:00 |
msilib
|
|
|
multiprocessing
|
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-884)
|
2017-03-29 12:51:29 +08: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
|
Regenerated pydoc topics for 3.5.3rc1.
|
2017-01-01 22:09:56 -08:00 |
site-packages
|
|
|
sqlite3
|
Issue #29123: Make CheckSqlTimestamp more robust
|
2016-12-31 22:48:55 +03:00 |
test
|
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) (#1043)
|
2017-04-08 11:26:03 +03:00 |
tkinter
|
Issue 28923: Remove editor artifacts from Tix.py.
|
2016-12-21 23:59:47 -05:00 |
turtledemo
|
|
|
unittest
|
Fix unittest.mock._Call: don't ignore name (#307)
|
2017-02-26 16:06:11 +03:00 |
urllib
|
correct parse_qs and parse_qsl test case descriptions. (#968) (#998)
|
2017-04-05 06:52:53 -07:00 |
venv
|
Fixes #29213: regularised EOLs of venv scripts.
|
2017-02-02 19:25:24 +00:00 |
wsgiref
|
|
|
xml
|
|
|
xmlrpc
|
bpo-29615: backport to 3.5 (#479)
|
2017-03-05 18:14:26 +02: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
|
|
|
_pyio.py
|
Change order of io.UnsupportedOperation base classes.
|
2016-12-07 13:31:20 +02:00 |
_sitebuiltins.py
|
|
|
_strptime.py
|
|
|
_threading_local.py
|
|
|
_weakrefset.py
|
|
|
abc.py
|
|
|
aifc.py
|
bpo-29110: Fix file object leak in aifc.open (GH-311)
|
2017-02-27 04:35:00 +09:00 |
antigravity.py
|
|
|
argparse.py
|
Issue #29290: argparse help messages won't wrap at non-breaking spaces.
|
2017-01-22 14:37:22 +08:00 |
ast.py
|
|
|
asynchat.py
|
|
|
asyncore.py
|
|
|
base64.py
|
Add Python version since deprecation in base64 methods. (#33) (#430)
|
2017-03-03 18:07:01 +03:00 |
bdb.py
|
|
|
binhex.py
|
|
|
bisect.py
|
|
|
bz2.py
|
|
|
calendar.py
|
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
|
2016-10-25 15:00:52 +03:00 |
cgi.py
|
|
|
cgitb.py
|
|
|
chunk.py
|
|
|
cmd.py
|
|
|
code.py
|
|
|
codecs.py
|
|
|
codeop.py
|
|
|
colorsys.py
|
|
|
compileall.py
|
Issue #28485: Check for negative workers even without ProcessPoolExecutor
|
2016-11-05 01:11:36 +00:00 |
configparser.py
|
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
|
2016-11-26 14:00:39 -08:00 |
contextlib.py
|
bpo-27122: Fix comment to point to correct issue number (#50)
|
2017-02-12 19:18:00 +03:00 |
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
|
|
|
functools.py
|
Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().
|
2016-12-16 13:57:40 -08:00 |
genericpath.py
|
|
|
getopt.py
|
|
|
getpass.py
|
getpass: update docstrings (GH-49) (GH-420)
|
2017-03-02 21:56:28 -08:00 |
gettext.py
|
Issue #28563: Make plural form selection more lenient and accepting
|
2016-11-14 19:29:59 +02:00 |
glob.py
|
|
|
gzip.py
|
|
|
hashlib.py
|
|
|
heapq.py
|
|
|
hmac.py
|
|
|
imaplib.py
|
#25591: improve imap tests.
|
2016-12-24 21:32:26 -05:00 |
imghdr.py
|
|
|
imp.py
|
|
|
inspect.py
|
Issue #15812: Delete redundant max(start, 0)
|
2017-01-03 03:48:04 +03: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
|
|
|
operator.py
|
|
|
optparse.py
|
|
|
os.py
|
Issue #28353: os.fwalk() no longer fails on broken links.
|
2016-10-25 14:28:38 +03:00 |
pathlib.py
|
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) (#807)
|
2017-03-24 21:46:46 +02:00 |
pdb.py
|
|
|
pickle.py
|
|
|
pickletools.py
|
|
|
pipes.py
|
|
|
pkgutil.py
|
[3.5] bpo-29537: Tolerate legacy invalid bytecode (#169)
|
2017-03-08 16:41:01 +10:00 |
platform.py
|
[3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)
|
2017-03-04 01:34:19 -05:00 |
plistlib.py
|
|
|
poplib.py
|
|
|
posixpath.py
|
|
|
pprint.py
|
|
|
profile.py
|
|
|
pstats.py
|
bpo-29554: Improve docs for pstat module and profile. (#88) (#228)
|
2017-02-22 04:55:03 +03:00 |
pty.py
|
|
|
py_compile.py
|
|
|
pyclbr.py
|
|
|
pydoc.py
|
[3.5] bpo-29537: Tolerate legacy invalid bytecode (#169)
|
2017-03-08 16:41:01 +10:00 |
queue.py
|
|
|
quopri.py
|
|
|
random.py
|
|
|
re.py
|
|
|
reprlib.py
|
|
|
rlcompleter.py
|
|
|
runpy.py
|
|
|
sched.py
|
|
|
selectors.py
|
|
|
shelve.py
|
|
|
shlex.py
|
|
|
shutil.py
|
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
|
2016-12-16 18:58:33 +02:00 |
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
|
|
|
stringprep.py
|
|
|
struct.py
|
|
|
subprocess.py
|
Issue #29335: Fix subprocess.Popen.wait() when the child process has
|
2017-01-22 17:28:38 -08:00 |
sunau.py
|
|
|
symbol.py
|
|
|
symtable.py
|
|
|
sysconfig.py
|
|
|
tabnanny.py
|
fix function name in tabnanny documentation (GH-763)
|
2017-03-22 16:03:27 +08:00 |
tarfile.py
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
|
2016-10-30 20:52:29 +02:00 |
telnetlib.py
|
|
|
tempfile.py
|
|
|
textwrap.py
|
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
|
2016-10-25 14:44:54 +03:00 |
this.py
|
|
|
threading.py
|
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329)
|
2017-02-27 11:46:37 +08:00 |
timeit.py
|
|
|
token.py
|
|
|
tokenize.py
|
|
|
trace.py
|
|
|
traceback.py
|
|
|
tracemalloc.py
|
|
|
tty.py
|
|
|
turtle.py
|
|
|
types.py
|
|
|
typing.py
|
[3.5] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-269)
|
2017-02-24 16:41:19 -08:00 |
uu.py
|
|
|
uuid.py
|
|
|
warnings.py
|
|
|
wave.py
|
|
|
weakref.py
|
Fix #29519: weakref spewing exceptions during interp finalization
|
2017-02-10 00:14:55 -08:00 |
webbrowser.py
|
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
|
2016-10-30 19:16:33 +02:00 |
xdrlib.py
|
|
|
zipapp.py
|
|
|
zipfile.py
|
Issue #29094: Offsets in a ZIP file created with extern file object and modes
|
2017-01-01 19:00:30 +02:00 |