..
asyncio
[3.6] call remove_done_callback in finally section (GH-1688) ( #1755 )
2017-05-23 00:36:23 -07:00
collections
…
concurrent
…
ctypes
…
curses
…
dbm
…
distutils
bpo-30273: update distutils.sysconfig for venv's created from Python ( #1515 ) ( #1625 )
2017-05-16 17:58:02 -07:00
email
[3.6] Fix typos in multiple `.rst` files (GH-1668) ( #1702 )
2017-05-22 00:26:01 +03:00
encodings
…
ensurepip
…
html
…
http
…
idlelib
[3.6] bpo-30303: IDLE: Add _utest argument to textview (GH-1499) ( #1916 )
2017-06-06 11:56:59 -04:00
importlib
…
json
…
lib2to3
[3.6] bpo-23894: make lib2to3 recognize f-strings (GH-1733) ( #1737 )
2017-05-22 22:23:29 -07:00
logging
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses ( #1676 ) ( #1903 )
2017-06-01 22:20:27 +08:00
msilib
…
multiprocessing
[3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) ( #1815 )
2017-05-25 16:57:46 +02:00
pydoc_data
…
site-packages
…
sqlite3
…
test
[3.6] bpo-29822: make inspect.isabstract() work during __init_subclass__ ( #1979 )
2017-06-07 07:21:34 +03:00
tkinter
Fix spelling mistakes in tkinter.py ( #1751 )
2017-05-23 09:14:02 +03:00
turtledemo
…
unittest
…
urllib
bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1692)
2017-05-20 23:23:03 -07:00
venv
…
wsgiref
…
xml
…
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
…
_pyio.py
…
_sitebuiltins.py
…
_strptime.py
…
_threading_local.py
…
_weakrefset.py
…
abc.py
bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-527) (GH-1282)
2017-06-06 17:31:03 -07:00
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
…
copy.py
…
copyreg.py
…
crypt.py
…
csv.py
…
datetime.py
…
decimal.py
…
difflib.py
…
dis.py
Issue #28317 : The disassembler now decodes FORMAT_VALUE argument.
2016-10-08 12:34:25 +03:00
doctest.py
…
dummy_threading.py
…
enum.py
…
filecmp.py
…
fileinput.py
…
fnmatch.py
…
formatter.py
…
fractions.py
…
ftplib.py
…
functools.py
…
genericpath.py
…
getopt.py
…
getpass.py
…
gettext.py
…
glob.py
…
gzip.py
…
hashlib.py
…
heapq.py
…
hmac.py
…
imaplib.py
bpo-30329: Catch Windows error 10022 on shutdown() ( #1538 ) ( #1620 )
2017-05-16 15:29:41 -07:00
imghdr.py
…
imp.py
…
inspect.py
[3.6] bpo-29822: make inspect.isabstract() work during __init_subclass__ ( #1979 )
2017-06-07 07:21:34 +03:00
io.py
…
ipaddress.py
…
keyword.py
…
linecache.py
…
locale.py
…
lzma.py
…
macpath.py
Issue #23780 : Improved error message in os.path.join() with single argument.
2015-05-19 11:00:07 +03:00
macurl2path.py
…
mailbox.py
…
mailcap.py
…
mimetypes.py
…
modulefinder.py
…
netrc.py
…
nntplib.py
…
ntpath.py
…
nturl2path.py
Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.
2015-10-24 17:39:36 +03:00
numbers.py
…
opcode.py
…
operator.py
…
optparse.py
…
os.py
…
pathlib.py
…
pdb.py
…
pickle.py
…
pickletools.py
…
pipes.py
…
pkgutil.py
…
platform.py
…
plistlib.py
…
poplib.py
bpo-30329: Catch Windows error 10022 on shutdown() ( #1538 ) ( #1620 )
2017-05-16 15:29:41 -07:00
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
…
secrets.py
…
selectors.py
…
shelve.py
…
shlex.py
…
shutil.py
…
signal.py
…
site.py
…
smtpd.py
…
smtplib.py
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() ( #1700 ) ( #1790 )
2017-05-25 02:59:06 +08:00
sndhdr.py
…
socket.py
…
socketserver.py
…
sre_compile.py
…
sre_constants.py
[3.6] bpo-30398: Add a docstring for re.error. (GH-1647) ( #1830 )
2017-05-27 16:37:40 +03:00
sre_parse.py
[3.6] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595) ( #1604 )
2017-05-16 18:16:15 +03:00
ssl.py
…
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
…
typing.py
…
uu.py
…
uuid.py
…
warnings.py
…
wave.py
…
weakref.py
…
webbrowser.py
…
xdrlib.py
…
zipapp.py
…
zipfile.py
…