..
asyncio
bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)
2019-10-03 14:26:57 -07:00
collections
…
concurrent
…
ctypes
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671)
2019-10-09 06:47:57 +01:00
curses
…
dbm
…
distutils
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849)
2019-09-10 15:42:26 +01:00
email
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
2019-10-12 10:03:24 -07:00
encodings
bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945)
2019-09-11 15:13:54 +01:00
ensurepip
…
html
…
http
bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448)
2019-09-28 07:23:34 -07:00
idlelib
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583)
2019-10-08 04:51:16 -07:00
importlib
[3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064)
2019-09-12 16:41:31 +01:00
json
…
lib2to3
…
logging
Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327)
2019-09-22 04:26:37 +01:00
msilib
…
multiprocessing
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098)
2019-09-13 09:59:11 -07:00
pydoc_data
v3.8.0rc1
2019-10-01 14:58:26 +02:00
site-packages
…
sqlite3
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)
2019-09-16 23:39:11 -07:00
test
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
2019-10-12 10:03:24 -07:00
tkinter
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
2019-10-04 03:28:54 -07:00
turtledemo
…
unittest
[3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484)
2019-09-29 22:22:44 -07:00
urllib
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
2019-09-13 07:25:51 -07:00
venv
bpo-38344: Fix syntax in activate.bat (GH-16533)
2019-10-07 14:26:57 -07:00
wsgiref
…
xml
…
xmlrpc
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
2019-09-27 13:19:41 -07:00
__future__.py
…
__phello__.foo.py
…
_bootlocale.py
…
_collections_abc.py
…
_compat_pickle.py
…
_compression.py
…
_dummy_thread.py
…
_markupbase.py
…
_osx_support.py
…
_py_abc.py
…
_pydecimal.py
…
_pyio.py
…
_sitebuiltins.py
…
_strptime.py
…
_threading_local.py
…
_weakrefset.py
…
abc.py
…
aifc.py
…
antigravity.py
…
argparse.py
bpo-37785: Fix xgettext warning in argparse (GH-15161)
2019-09-13 02:45:27 -07:00
ast.py
…
asynchat.py
…
asyncore.py
…
base64.py
…
bdb.py
…
binhex.py
…
bisect.py
…
bz2.py
…
cProfile.py
…
calendar.py
…
cgi.py
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638)
2019-09-11 05:09:23 -07:00
cgitb.py
…
chunk.py
…
cmd.py
…
code.py
…
codecs.py
…
codeop.py
…
colorsys.py
…
compileall.py
…
configparser.py
…
contextlib.py
…
contextvars.py
…
copy.py
…
copyreg.py
…
crypt.py
…
csv.py
…
dataclasses.py
…
datetime.py
…
decimal.py
…
difflib.py
…
dis.py
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)
2019-09-28 08:22:00 -07:00
doctest.py
…
dummy_threading.py
…
enum.py
Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
2019-09-20 22:41:35 -07:00
filecmp.py
…
fileinput.py
…
fnmatch.py
…
formatter.py
…
fractions.py
…
ftplib.py
…
functools.py
Doc: Fix Wikipedia link for functools.lru_cache (GH-16183)
2019-09-16 11:55:04 -07:00
genericpath.py
…
getopt.py
…
getpass.py
…
gettext.py
…
glob.py
…
gzip.py
…
hashlib.py
[3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144)
2019-09-16 14:08:55 +02:00
heapq.py
…
hmac.py
…
imaplib.py
…
imghdr.py
…
imp.py
…
inspect.py
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16113)
2019-09-13 18:42:35 +01:00
io.py
…
ipaddress.py
…
keyword.py
…
linecache.py
…
locale.py
…
lzma.py
…
mailbox.py
…
mailcap.py
…
mimetypes.py
[3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs" (GH-16724) (GH-16728)
2019-10-12 09:58:11 -07:00
modulefinder.py
…
netrc.py
…
nntplib.py
…
ntpath.py
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
2019-10-03 08:49:56 -07:00
nturl2path.py
…
numbers.py
…
opcode.py
…
operator.py
…
optparse.py
…
os.py
closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836)
2019-09-10 06:21:57 -07:00
pathlib.py
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944)
2019-09-11 15:12:54 +01:00
pdb.py
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
2019-09-12 09:05:52 -07:00
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
…
secrets.py
…
selectors.py
…
shelve.py
…
shlex.py
[3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927)
2019-09-11 13:39:52 +01:00
shutil.py
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) ( #16506 )
2019-10-01 09:55:02 +02:00
signal.py
…
site.py
…
smtpd.py
…
smtplib.py
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)
2019-10-12 09:08:24 -07:00
sndhdr.py
…
socket.py
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) ( #16506 )
2019-10-01 09:55:02 +02:00
socketserver.py
…
sre_compile.py
…
sre_constants.py
…
sre_parse.py
…
ssl.py
…
stat.py
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)
2019-10-10 15:50:32 +02:00
statistics.py
Minor code and comment cleanup (GH-16315) (GH-16316)
2019-09-20 22:18:10 -07:00
string.py
…
stringprep.py
…
struct.py
…
subprocess.py
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
2019-09-11 03:05:14 -07:00
sunau.py
…
symbol.py
…
symtable.py
…
sysconfig.py
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
2019-09-26 16:17:34 +02:00
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
bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)
2019-10-08 07:14:57 -07:00
uu.py
…
uuid.py
…
warnings.py
…
wave.py
…
weakref.py
…
webbrowser.py
…
xdrlib.py
…
zipapp.py
…
zipfile.py
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)
2019-09-12 07:33:53 -07:00
zipimport.py
…