..
asyncio
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153)
2018-05-28 12:04:09 -04:00
collections
…
concurrent
bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) (GH-6445)
2018-04-10 20:35:02 +02:00
ctypes
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
2018-05-26 11:39:52 -07:00
curses
…
dbm
…
distutils
…
email
…
encodings
bpo-32943: Fix confusing error message for rot13 codec (GH-5869)
2018-03-24 21:30:39 -07:00
ensurepip
bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)
2018-04-20 13:47:44 -07:00
html
…
http
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
2018-04-23 03:58:23 +03:00
idlelib
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
2018-05-23 20:26:54 -07:00
importlib
bpo-33537: Add an __all__ to importlib.resources (GH-6920) ( #6941 )
2018-05-17 12:27:49 -04:00
json
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
2018-05-22 06:03:10 -07:00
lib2to3
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) ( #6528 )
2018-04-18 17:15:09 -07:00
logging
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) (GH-6704)
2018-05-28 13:29:13 +01:00
msilib
…
multiprocessing
…
pydoc_data
3.7.0b4
2018-05-02 03:41:45 -04:00
site-packages
…
sqlite3
Spelling fixes to docs, docstrings, and comments (GH-6374)
2018-04-20 14:00:41 -07:00
test
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153)
2018-05-28 12:04:09 -04:00
tkinter
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
2018-04-18 11:16:46 -07:00
turtledemo
…
unittest
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
2018-02-03 20:41:43 -05:00
urllib
[3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795)
2018-05-14 21:14:30 +03:00
venv
…
wsgiref
…
xml
bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929)
2018-05-17 12:01:02 +03:00
xmlrpc
…
__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
Spelling fixes to docs, docstrings, and comments (GH-6374)
2018-04-20 14:00:41 -07:00
_threading_local.py
…
_weakrefset.py
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts ( #1489 )
2017-05-18 07:35:54 -07:00
abc.py
…
aifc.py
…
antigravity.py
…
argparse.py
bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089)
2018-05-23 22:22:46 -04:00
ast.py
…
asynchat.py
…
asyncore.py
…
base64.py
…
bdb.py
…
binhex.py
…
bisect.py
…
bz2.py
…
cProfile.py
…
calendar.py
…
cgi.py
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837)
2018-05-14 18:20:06 -04:00
cgitb.py
bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442)
2018-04-29 12:10:12 -07:00
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
bpo-33536: Validate make_dataclass() field names. (GH-6906)
2018-05-16 09:28:22 -07:00
datetime.py
…
decimal.py
…
difflib.py
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6390)
2018-04-05 11:45:33 -07:00
dis.py
…
doctest.py
…
dummy_threading.py
…
enum.py
bpo-31947: remove None default for names param in Enum._create_ (GH-4288)
2018-04-16 13:49:34 -07:00
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
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
2018-05-22 16:40:44 -07:00
imaplib.py
…
imghdr.py
…
imp.py
…
inspect.py
…
io.py
…
ipaddress.py
…
keyword.py
…
linecache.py
…
locale.py
[3.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708) (GH-6713)
2018-05-06 10:20:12 +03:00
lzma.py
…
macpath.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
…
pathlib.py
…
pdb.py
…
pickle.py
…
pickletools.py
…
pipes.py
…
pkgutil.py
…
platform.py
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862)
2018-05-15 13:30:06 -04:00
plistlib.py
…
poplib.py
…
posixpath.py
…
pprint.py
…
profile.py
…
pstats.py
…
pty.py
…
py_compile.py
…
pyclbr.py
…
pydoc.py
bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701)
2018-05-05 09:42:56 -07:00
queue.py
…
quopri.py
…
random.py
bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) (GH-6387)
2018-04-05 09:02:12 -07:00
re.py
…
reprlib.py
…
rlcompleter.py
…
runpy.py
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
2016-09-07 00:52:20 -07:00
sched.py
…
secrets.py
…
selectors.py
…
shelve.py
Fix misleading docsting of shelve.open(). (GH-6427)
2018-04-09 07:57:31 -07:00
shlex.py
…
shutil.py
…
signal.py
…
site.py
…
smtpd.py
…
smtplib.py
…
sndhdr.py
…
socket.py
…
socketserver.py
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
2018-05-23 18:34:43 -07:00
sre_compile.py
…
sre_constants.py
…
sre_parse.py
…
ssl.py
[3.7] bpo-24334: Remove inaccurate match_hostname call (GH-6211) ( #6212 )
2018-03-24 15:59:16 +01: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
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)
2018-05-17 08:49:01 -04:00
textwrap.py
…
this.py
…
threading.py
bpo-33556: Remove reference to thread module from docstring (GH-6963)
2018-05-18 14:46:43 -05:00
timeit.py
…
token.py
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
2018-04-11 10:07:23 -07:00
tokenize.py
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
2018-04-11 10:07:23 -07:00
trace.py
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)
2018-04-30 21:06:00 -07:00
traceback.py
…
tracemalloc.py
…
tty.py
…
turtle.py
…
types.py
…
typing.py
bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144)
2018-05-28 04:21:44 -07:00
uu.py
…
uuid.py
bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)
2018-05-20 08:40:10 -07:00
warnings.py
…
wave.py
…
weakref.py
…
webbrowser.py
…
xdrlib.py
…
zipapp.py
…
zipfile.py
…