..
asyncio
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
2020-09-12 00:11:38 -07:00
collections
Collections module reformatting and minor code refactoring (GH-20772) (GH-20798)
2020-06-11 00:08:27 -07:00
concurrent
[3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) (GH-22048)
2020-09-02 15:28:28 -04:00
ctypes
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
2020-05-27 16:00:01 -07:00
curses
dbm
distutils
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
2020-07-07 04:31:32 -07:00
email
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
2020-07-08 14:21:00 -07:00
encodings
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
2020-02-25 06:19:03 +03:00
ensurepip
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774)
2020-08-08 00:47:40 +01:00
html
http
bpo-39603: Prevent header injection in http methods (GH-18485)
2020-07-18 13:41:55 -07:00
idlelib
Update idlelib/help.html to current IDLE doc (GH-22181)
2020-09-09 16:16:05 -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
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
2020-03-10 08:41:44 +01:00
lib2to3
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
2020-04-24 11:19:46 -07:00
logging
[3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21897)
2020-08-16 08:34:27 -07:00
msilib
multiprocessing
Fix typo in message from assert statement (GH-21283)
2020-09-04 15:55:05 -07:00
pydoc_data
Python 3.9.0rc1
2020-08-11 20:58:17 +02:00
site-packages
sqlite3
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
2020-09-17 00:57:07 -07:00
test
[3.9] bpo-39728: Enum: fix duplicate ValueError
(GH-22277) (GH-22282)
2020-09-16 17:37:51 -07:00
tkinter
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
2020-07-26 22:14:12 -04:00
turtledemo
bpo-40431: Fix syntax typo in turtledemo (GH-19777)
2020-04-29 02:00:07 +02:00
unittest
bpo-40462: fix variable and function names (GH-19832)
2020-05-01 05:49:35 -07:00
urllib
bpo-39481: PEP 585 for a variety of modules (GH-19423)
2020-04-10 07:46:36 -07:00
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
bpo-41314: fixed annotations __future__ version (GH-21616)
2020-07-25 15:00:48 -07:00
__phello__.foo.py
_aix_support.py
bpo-39936: _aix_support uses _bootsubprocess (GH-18970)
2020-03-12 23:15:34 +01:00
_bootlocale.py
_bootsubprocess.py
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
2020-04-01 18:49:29 +02:00
_collections_abc.py
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
_compat_pickle.py
_compression.py
_markupbase.py
_osx_support.py
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
2020-04-22 03:44:10 -04:00
_py_abc.py
_pydecimal.py
bpo-39794: Add --without-decimal-contextvar ( #18702 )
2020-02-29 19:43:42 +01:00
_pyio.py
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
2020-03-04 18:50:22 +01:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
bpo-39481: Make weakref and WeakSet generic (GH-19497)
2020-04-13 21:54:40 -07:00
abc.py
aifc.py
antigravity.py
bpo-9216: Nobody expects the geohashing FIPS inquisition (GH-19520)
2020-04-14 12:49:11 -07:00
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
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
2020-09-15 20:32:56 +02:00
asynchat.py
asyncore.py
base64.py
bdb.py
bpo-39649: Remove obsolete check for __args__
in bdb.Bdb.format_stack_entry (GH-18531)
2020-02-23 22:14:53 -05:00
binhex.py
bisect.py
bz2.py
bpo-40443: Remove unused imports in the stdlib (GH-19803)
2020-04-30 11:26:33 +02:00
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
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
2020-03-02 08:39:50 +02:00
codeop.py
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
2020-08-13 14:21:32 -04: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
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
Fix typo in dataclasses module (GH-21109) ( #21110 )
2020-06-24 07:13:57 -04:00
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
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
2020-08-07 20:24:12 -07:00
doctest.py
bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385)
2020-03-26 10:53:16 -05:00
enum.py
[3.9] bpo-39728: Enum: fix duplicate ValueError
(GH-22277) (GH-22282)
2020-09-16 17:37:51 -07:00
filecmp.py
bpo-39481: PEP 585 for difflib, filecmp, fileinput ( #19422 )
2020-04-09 21:47:31 -07:00
fileinput.py
bpo-39481: PEP 585 for difflib, filecmp, fileinput ( #19422 )
2020-04-09 21:47:31 -07:00
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
bpo-39350: Fix fractions for int subclasses (GH-18375)
2020-02-07 23:42:51 +01:00
ftplib.py
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
2020-04-14 01:07:56 +02:00
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
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)
2020-02-06 10:26:37 +02:00
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
[3.9] Improve blake2 comment for Victor (GH-20981) (GH-20982)
2020-07-28 12:29:46 -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
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
2020-04-27 23:52:55 +09:00
imghdr.py
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
2020-07-02 10:05:16 +03:00
imp.py
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
2020-03-04 18:50:22 +01:00
inspect.py
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
2020-05-18 20:25:07 +03:00
io.py
ipaddress.py
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
2020-08-05 14:52:59 -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
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
2020-04-14 16:14:15 -07:00
mailcap.py
bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287)
2020-04-02 02:00:06 +02:00
mimetypes.py
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
2020-06-29 05:07:31 -07:00
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
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
pathlib.py
bpo-33660: Fix PosixPath to resolve a relative path on root ( #21974 )
2020-08-27 02:51:44 +02:00
pdb.py
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) ( #21977 )
2020-08-27 03:17:40 +02: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
bpo-12915: Improve Unicode support for package names and attributes. (GH-18517)
2020-02-28 14:26:27 +00:00
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
bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824)
2020-02-05 11:15:00 +11:00
py_compile.py
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
2020-07-25 23:43:47 +03:00
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
bpo-39481: PEP 585 for a variety of modules (GH-19423)
2020-04-10 07:46:36 -07:00
quopri.py
random.py
Improve code organization for the random module (GH-21161) (GH-21163)
2020-07-02 18:12:50 -07:00
re.py
bpo-40016: re docstring: Clarify relationship of inline and argument flags ( #19078 )
2020-03-25 14:44:47 -04:00
reprlib.py
rlcompleter.py
runpy.py
bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239)
2020-03-31 12:23:55 +01:00
sched.py
secrets.py
bpo-40286: Add randbytes() method to random.Random (GH-19527)
2020-04-17 19:05:35 +02:00
selectors.py
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
2020-07-26 08:32:25 -07:00
shelve.py
shlex.py
bpo-33262: Deprecate passing None for s
to shlex.split() (GH-6514)
2020-04-01 09:58:55 -04:00
shutil.py
bpo-39184: Add audit events to functions in fcntl
, msvcrt
, os
, resource
, shutil
, signal
, syslog
(GH-18407)
2020-02-13 07:47:42 +00:00
signal.py
site.py
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
2020-07-02 04:02:16 -07:00
smtpd.py
smtplib.py
sndhdr.py
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
2020-07-02 10:05:16 +03:00
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
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
2020-04-23 03:03:24 +02:00
sunau.py
symbol.py
bpo-40759: Deprecate the symbol module (GH-20364)
2020-05-31 15:23:29 -07:00
symtable.py
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
2020-04-14 08:51:32 +09:00
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
[3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482)
2020-07-15 05:30:33 -07:00
telnetlib.py
tempfile.py
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
2020-08-13 18:53:43 -07:00
textwrap.py
this.py
threading.py
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456)
2020-04-12 23:45:09 +02:00
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
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
2020-06-28 03:52:26 -07:00
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
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
2020-09-07 09:30:21 -07:00
types.py
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
typing.py
[3.9] Fix typo in typing.py (GH-22121) (GH-22156)
2020-09-08 16:36:07 -07:00
uu.py
uuid.py
bpo-41364: Reduce import overhead of uuid module (GH-21586)
2020-07-21 17:09:32 -07:00
warnings.py
wave.py
weakref.py
bpo-36144: Add union operators to WeakValueDictionary584 ( #19127 )
2020-03-24 18:51:29 -07:00
webbrowser.py
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
2020-07-02 10:05:16 +03:00
xdrlib.py
zipapp.py
zipfile.py
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
2020-06-22 01:46:11 -07: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