cpython/Lib
Miss Islington (bot) 5606d555b6
bpo-26407: Do not mask errors in csv. (GH-20536)
Unexpected errors in calling the __iter__ method are no longer
masked by TypeError in csv.reader(), csv.writer.writerow() and
csv.writer.writerows().
(cherry picked from commit c88239f864)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2020-06-22 01:40:54 -07:00
..
asyncio Fix asyncio.to_thread() documented return type (GH-20547) 2020-05-31 00:26:20 -07:00
collections Collections module reformatting and minor code refactoring (GH-20772) (GH-20798) 2020-06-11 00:08:27 -07:00
concurrent bpo-40443: Remove unused imports in the stdlib (GH-19803) 2020-04-30 11:26:33 +02:00
ctypes bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) 2020-05-27 16:00:01 -07:00
curses
dbm
distutils bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) 2020-06-17 18:40:14 +02:00
email Improve readability of `formataddr` docstring (GH-20963) 2020-06-19 05:18:44 -07:00
encodings
ensurepip bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) 2020-06-15 13:39:49 -07:00
html
http
idlelib bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) 2020-05-29 16:13:21 -07:00
importlib [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820) 2020-06-14 14:12:20 +02:00
json
lib2to3
logging
msilib
multiprocessing bpo-39244: multiprocessing return default start method first on macOS (GH-18625) 2020-05-26 08:13:33 -07:00
pydoc_data Python 3.9.0b3 2020-06-09 20:52:10 +02:00
site-packages
sqlite3 bpo-40784: Fix sqlite3 deterministic test (GH-20448) 2020-05-29 05:46:52 -07:00
test bpo-26407: Do not mask errors in csv. (GH-20536) 2020-06-22 01:40:54 -07:00
tkinter
turtledemo
unittest bpo-40462: fix variable and function names (GH-19832) 2020-05-01 05:49:35 -07:00
urllib
venv bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) 2020-05-25 08:13:49 -07:00
wsgiref
xml bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780) 2020-06-10 18:01:25 +02:00
xmlrpc
zoneinfo Update error message in _zoneinfo.py to use f-string (GH-20577) 2020-06-03 08:09:49 -07:00
__future__.py
__phello__.foo.py
_aix_support.py
_bootlocale.py
_bootsubprocess.py
_collections_abc.py
_compat_pickle.py
_compression.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-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) (GH-20664) 2020-06-05 19:31:18 -07:00
ast.py bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) 2020-05-24 14:32:32 -07:00
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py bpo-40443: Remove unused imports in the stdlib (GH-19803) 2020-04-30 11:26:33 +02:00
cProfile.py
calendar.py
cgi.py bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) 2020-06-15 08:51:30 -07:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) 2020-06-04 16:59:44 -07:00
colorsys.py
compileall.py bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) 2020-05-14 16:17:22 +02:00
configparser.py
contextlib.py
contextvars.py
copy.py
copyreg.py
crypt.py
csv.py
dataclasses.py
datetime.py bpo-24416: Return named tuple from date.isocalendar() (GH-20113) 2020-05-16 10:02:59 -04:00
decimal.py
difflib.py bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) 2020-04-29 22:42:45 -05:00
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py bpo-40480: restore ability to join fnmatch.translate() results (GH-20049) 2020-05-11 21:19:20 -05:00
formatter.py
fractions.py
ftplib.py
functools.py bpo-17005: Move topological sort functionality to its own module (GH-20558) 2020-05-31 17:01:37 -07:00
genericpath.py
getopt.py
getpass.py
gettext.py bpo-40275: Import locale module lazily in gettext (GH-19905) 2020-05-14 03:22:30 +02:00
glob.py
graphlib.py bpo-17005: Move topological sort functionality to its own module (GH-20558) 2020-05-31 17:01:37 -07:00
gzip.py
hashlib.py bpo-40695: Limit hashlib builtin hash fallback (GH-20259) 2020-05-25 02:07:35 -07:00
heapq.py
hmac.py [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461) 2020-05-28 05:09:38 -07:00
imaplib.py
imghdr.py
imp.py
inspect.py bpo-40257: Revert changes to inspect.getdoc() (GH-20073) 2020-05-18 20:25:07 +03:00
io.py
ipaddress.py bpo-39481: remove generic classes from ipaddress/mmap (GH-20045) 2020-05-11 19:32:40 -07:00
keyword.py [3.9] Include soft keywords in keyword.py (GH-20877). (GH-20880) 2020-06-15 04:31:05 +01:00
linecache.py issue-25872: Fix KeyError using linecache from multiple threads (GH-18007) 2020-05-13 18:41:57 -04:00
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py bpo-40443: Remove unused imports in the stdlib (GH-19803) 2020-04-30 11:26:33 +02:00
netrc.py
nntplib.py bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817) 2020-05-16 19:31:54 +09:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) 2020-05-25 13:01:20 -07:00
pdb.py bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) 2020-06-21 12:51:54 -07:00
pickle.py bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) 2020-05-02 09:38:01 +03:00
pickletools.py
pipes.py
pkgutil.py
platform.py bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015) 2020-05-09 10:12:41 -04:00
plistlib.py bpo-40443: Remove unused imports in the stdlib (GH-19803) 2020-04-30 11:26:33 +02:00
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py [3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814) 2020-06-11 19:29:13 +01:00
queue.py
quopri.py
random.py Minor code clean-ups (GH-20838) (GH-20858) 2020-06-13 10:23:48 -07:00
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
sndhdr.py
socket.py
socketserver.py Change 'exception happened' to 'exception occurred' in two places (#19767) 2020-04-30 21:30:10 -07:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py bpo-40443: Remove unused imports in stdlib (GH-19815) 2020-05-01 02:38:00 +02:00
stat.py
statistics.py Some reformatting (suggested by Black) and minor factoring. (GH-20865) (GH-20866) 2020-06-13 19:53:32 -07:00
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py bpo-40759: Deprecate the symbol module (GH-20364) 2020-05-31 15:23:29 -07:00
symtable.py
sysconfig.py bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) 2020-05-16 10:20:06 +02:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) 2020-05-02 19:12:05 +03:00
token.py
tokenize.py
trace.py
traceback.py bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072) 2020-05-14 19:22:48 -07:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py bpo-40257: Tweak docstrings for special generic aliases. (GH-20022) 2020-05-10 15:14:27 +03:00
uu.py
uuid.py bpo-40501: Replace ctypes code in uuid with native module (GH-19948) 2020-05-12 23:32:32 +01:00
warnings.py
wave.py
weakref.py
webbrowser.py bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) 2020-06-03 06:04:29 -07:00
xdrlib.py
zipapp.py
zipfile.py bpo-40443: Remove unused imports in the stdlib (GH-19803) 2020-04-30 11:26:33 +02:00
zipimport.py [3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" (#20760) 2020-06-09 19:50:01 +02:00