cpython/Lib
Miss Islington (bot) 9d5ed8355d
bpo-27115: Move IDLE Query error blanking (GH-18868)
Move required blanking of error text to non-overridden entry_ok().
(Omit news item.)
(cherry picked from commit e53a3932cb)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2020-03-08 22:54:31 -07:00
..
asyncio [3.7] bpo-39191: Don't spawn a task before failing (GH-17796) (#17821) 2020-01-04 11:49:32 +02:00
collections bpo-36953: Delay removal of ABCs from collections. (GH-13409) 2019-10-14 17:04:26 -04:00
concurrent
ctypes [3.7] bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17970) 2020-01-12 20:55:54 +00:00
curses
dbm
distutils [3.7] bpo-38597: Never statically link extension initialization code on Windows (GH-18724) (GH-18759) 2020-03-02 16:26:26 -08:00
email bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) 2019-10-12 10:02:23 -07:00
encodings bpo-30566: Fix IndexError when using punycode codec (GH-18632) 2020-02-25 06:43:46 +03:00
ensurepip [3.7] bpo-37664: Update ensurepip bundled wheels, again (GH-15483) (GH-15529) 2019-08-26 12:19:53 -07:00
html
http bpo-38804: Fix REDoS in http.cookiejar (GH-17157) 2019-11-22 06:42:13 -08:00
idlelib bpo-27115: Move IDLE Query error blanking (GH-18868) 2020-03-08 22:54:31 -07:00
importlib
json bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) 2019-12-04 19:26:22 +09:00
lib2to3 bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) 2020-01-07 09:47:51 -08:00
logging bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) (GH-17898) 2020-01-07 17:03:49 +00:00
msilib
multiprocessing bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) 2020-01-28 21:29:16 +11:00
pydoc_data 3.7.7rc1 2020-03-04 02:37:27 -05:00
site-packages
sqlite3 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) 2019-09-16 23:39:49 -07:00
test bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) 2020-03-07 10:10:10 -08:00
tkinter bpo-39152: add missing ttk.Scale.configure return value (GH-17815) 2020-01-05 08:49:48 -08:00
turtledemo
unittest bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18321) 2020-02-03 07:25:17 +00:00
urllib bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) 2020-02-29 12:49:20 -08:00
venv bpo-38344: Fix syntax in activate.bat (GH-16533) 2019-10-14 16:56:12 -04:00
wsgiref
xml
xmlrpc bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) 2019-09-27 13:18:14 -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 [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702) 2020-02-29 23:10:26 +01:00
_pyio.py [3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17137) 2019-11-12 15:34:43 -08:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py bpo-38821: Fix crash in argparse when using gettext (GH-17192) 2019-11-20 05:48:20 -08:00
ast.py bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) 2019-08-29 00:04:44 -07:00
asynchat.py
asyncore.py
base64.py bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616) 2020-01-05 04:32:45 -08:00
bdb.py bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) 2020-02-23 19:32:50 -08:00
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:22:38 -07:00
cgitb.py
chunk.py
cmd.py
code.py Fix documentation in code.py (GH-17988) 2020-01-14 12:14:56 -08:00
codecs.py bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) 2020-03-02 00:02:16 -08:00
codeop.py bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) 2019-12-06 07:01:31 -08:00
colorsys.py
compileall.py [3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-18725) 2020-03-01 11:06:54 -08:00
configparser.py
contextlib.py
contextvars.py
copy.py bpo-38293: Allow shallow and deep copying of property objects (GH-16438) 2020-01-12 10:00:27 -08:00
copyreg.py
crypt.py
csv.py
dataclasses.py bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17532) 2019-12-09 17:07:54 +01:00
datetime.py
decimal.py
difflib.py [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
dis.py
doctest.py bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592) 2019-12-13 15:30:04 -08:00
dummy_threading.py
enum.py Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) 2019-09-20 22:40:42 -07:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) 2020-02-06 07:14:37 -08:00
ftplib.py
functools.py Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) 2019-09-16 11:55:43 -07:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py [3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101) 2020-03-04 02:06:19 -05:00
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) 2020-03-04 17:03:29 -08:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) 2019-08-28 21:52:43 -07:00
lzma.py
macpath.py
mailbox.py
mailcap.py
mimetypes.py [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727) 2019-10-14 17:27:49 -04:00
modulefinder.py
netrc.py
nntplib.py bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) 2020-01-08 07:47:25 -08:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py [3.7] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17685) 2019-12-23 18:31:15 +00:00
pathlib.py bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) 2020-03-07 10:10:10 -08:00
pdb.py closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) 2019-09-12 09:04:34 -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 bpo-21016: pydoc and trace use sysconfig (GH-18476) 2020-02-12 04:32:46 -08: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 Add docstring for shlex.split (GH-16740) (GH-17012) 2019-10-31 12:50:32 +00:00
shutil.py
signal.py
site.py
smtpd.py
smtplib.py bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) 2019-10-12 09:26:04 -07:00
sndhdr.py
socket.py bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) 2019-12-06 07:01:31 -08:00
socketserver.py Fix typo in Lib/socketserver.py (GH-17024) 2019-11-16 10:32:37 -08:00
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-16691) 2019-10-10 15:50:38 +02:00
statistics.py
string.py
stringprep.py
struct.py
subprocess.py [3.7] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18151) 2020-01-23 15:32:31 -08:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) 2020-01-24 12:10:52 -08:00
telnetlib.py
tempfile.py bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) 2019-11-28 14:23:58 +09:00
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py bpo-21016: pydoc and trace use sysconfig (GH-18476) 2020-02-12 04:32:46 -08:00
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751) 2020-03-03 17:29:40 -05:00
uu.py bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) 2019-12-02 14:43:15 -08:00
uuid.py
warnings.py bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) 2020-01-05 04:34:58 -08:00
wave.py Fix a typo in wave module docstring (GH-17009) 2019-11-04 20:50:01 -08:00
weakref.py bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) (GH-15789) 2019-09-10 00:31:20 +02:00
webbrowser.py Fix typo from base to based (GH-18055) 2020-01-19 02:48:40 -08:00
xdrlib.py
zipapp.py
zipfile.py bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) 2019-10-29 00:43:37 -07:00