..
asyncio
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530)
2019-05-27 06:57:19 -07:00
collections
bpo-25652: Fix __rmod__ of UserString (GH-13326)
2019-05-21 13:27:36 -07:00
concurrent
bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thread ( #6375 )
2019-05-22 23:29:58 +02:00
ctypes
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
2019-05-17 10:13:03 +03:00
curses
dbm
distutils
bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)
2019-05-24 17:33:47 +02:00
email
bpo-27737: Allow whitespace only headers encoding ( #13478 )
2019-05-22 21:13:16 -04:00
encodings
ensurepip
html
http
idlelib
bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)
2019-05-24 21:59:53 -04:00
importlib
bpo-34632: Add importlib.metadata (GH-12547)
2019-05-24 16:59:01 -07:00
json
json.tool: use stdin and stdout in default cmdlne arguments (GH-11992)
2019-05-14 18:52:42 +02:00
lib2to3
bpo-23896: Add a grammar where exec isn't a stmt ( #13272 )
2019-05-20 13:27:10 -07:00
logging
msilib
multiprocessing
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
2019-05-20 21:37:05 +02:00
pydoc_data
site-packages
sqlite3
test
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597)
2019-05-27 15:31:52 -04:00
tkinter
turtledemo
unittest
bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574)
2019-05-27 14:56:23 +02:00
urllib
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
2019-05-27 09:43:45 -04:00
venv
wsgiref
bpo-8138: Initialize wsgiref's SimpleServer as single-threaded (GH-12977)
2019-05-24 20:24:42 +03:00
xml
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_compression.py
_dummy_thread.py
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458)
2019-05-21 12:44:57 +02:00
_markupbase.py
_osx_support.py
_py_abc.py
_pydecimal.py
_pyio.py
bpo-36842: Implement PEP 578 (GH-12613)
2019-05-23 08:45:22 -07:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
bpo-36949: Implement __repr__ on WeakSet (GH-13415)
2019-05-20 10:01:07 -07:00
abc.py
aifc.py
antigravity.py
argparse.py
bpo-23378: Add an extend action to argparse (GH-13305)
2019-05-21 10:47:42 -07:00
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
bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779)
2019-05-22 08:18:26 -07:00
codeop.py
colorsys.py
compileall.py
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
2019-05-15 23:45:18 +02:00
configparser.py
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py
filecmp.py
fileinput.py
bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)
2019-05-20 23:44:11 +03:00
fnmatch.py
formatter.py
fractions.py
ftplib.py
functools.py
bpo-36772 Allow lru_cache to be used as decorator without making a function call (GH-13048)
2019-05-26 11:27:35 -07:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)
2019-05-13 10:50:52 +03:00
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
bpo-36751: Undeprecate getfullargspec (GH-13245)
2019-05-16 21:08:15 +01:00
io.py
bpo-36842: Implement PEP 578 (GH-12613)
2019-05-23 08:45:22 -07:00
ipaddress.py
bpo-36845: validate integer network prefix when constructing IP networks (GH-13298)
2019-05-14 19:32:59 +09:00
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
bpo-37032: Add CodeType.replace() method (GH-13542)
2019-05-24 23:57:23 +02:00
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py
bpo-36035: fix Path.rglob for broken links (GH-11988)
2019-05-21 19:44:40 +02:00
pdb.py
bpo-36969: Make PDB args command display positional only arguments (GH-13459)
2019-05-24 21:44:31 +01:00
pickle.py
bpo-36785: PEP 574 implementation (GH-7076)
2019-05-26 17:10:09 +02:00
pickletools.py
bpo-36785: PEP 574 implementation (GH-7076)
2019-05-26 17:10:09 +02:00
pipes.py
pkgutil.py
platform.py
plistlib.py
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
2019-05-15 23:14:38 +03:00
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
bpo-36045: builtins.help() now prefixes async for async functions (GH-12010)
2019-05-24 04:38:01 -07:00
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
bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212)
2019-05-10 11:22:06 +08: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
Simplify SSLSocket / SSLObject doc string (GH-9972)
2019-05-17 13:08:14 +02: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
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
2019-05-22 17:43:16 +02:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
bpo-37032: Add CodeType.replace() method (GH-13542)
2019-05-24 23:57:23 +02:00
typing.py
bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573)
2019-05-26 09:39:24 +01:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
zipimport.py
bpo-36842: Implement PEP 578 (GH-12613)
2019-05-23 08:45:22 -07:00