..
asyncio
bpo-37658: Actually return result in race condition (GH-29202)
2021-11-29 00:37:34 -08:00
collections
concurrent
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
2021-11-29 04:24:08 -08:00
ctypes
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
curses
dbm
distutils
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
email
[3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28930)
2021-10-13 19:12:22 +02:00
encodings
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952)
2021-10-14 21:23:39 +03:00
ensurepip
bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28746)
2021-10-06 00:15:46 +02:00
html
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
http
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28771)
2021-10-06 20:29:23 +02:00
idlelib
[3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) (GH-29001)
2021-10-16 16:14:11 -07:00
importlib
[bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510)
2021-11-13 15:08:28 -05:00
json
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29445)
2021-11-06 19:01:17 +01:00
lib2to3
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
logging
[3.10] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) (GH-29314)
2021-10-29 16:25:31 +01:00
msilib
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
2021-09-29 12:36:59 +01:00
multiprocessing
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
2021-08-09 10:39:05 -07:00
pydoc_data
Python 3.10.0
2021-10-04 18:40:46 +01:00
site-packages
sqlite3
bpo-45677: Reword first section of sqlite3 docs (GH-29326) (GH-29566)
2021-11-15 15:31:38 -08:00
test
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
2021-12-05 11:04:52 -08:00
tkinter
bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450)
2021-11-06 20:23:00 +01:00
turtledemo
unittest
ensure deprecation warning from assertDictContainsSubset points at actual test code ( #26497 )
2021-11-15 21:11:02 -06:00
urllib
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
2021-07-30 16:25:28 +02:00
venv
bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
2021-10-07 15:55:05 -07:00
wsgiref
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
xml
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
2021-07-30 16:25:28 +02:00
xmlrpc
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28934)
2021-10-13 19:59:45 +02:00
zoneinfo
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
__future__.py
__phello__.foo.py
_aix_support.py
_bootsubprocess.py
_collections_abc.py
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
2021-08-04 13:36:01 -07:00
_compat_pickle.py
_compression.py
_markupbase.py
_osx_support.py
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
2021-09-29 12:36:59 +01:00
_py_abc.py
_pydecimal.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921)
2021-08-28 11:09:21 -07:00
abc.py
aifc.py
antigravity.py
argparse.py
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29530)
2021-11-12 12:44:55 -06:00
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
bpo-45475: Revert __iter__ optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016)
2021-10-18 20:15:48 -07:00
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
Fix missing space with help for -m compileall -o (GH-27591) (GH-28430)
2021-09-18 01:02:32 +02:00
configparser.py
contextlib.py
[3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28730)
2021-10-04 23:21:34 -07:00
contextvars.py
copy.py
bpo-45752: Remove "array" from list of things that cannot be copied in copy module docstring (GH-29555)
2021-11-14 05:18:31 -08:00
copyreg.py
cProfile.py
crypt.py
csv.py
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494)
2021-07-30 19:30:09 +02:00
dataclasses.py
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692)
2021-11-22 05:47:41 -08:00
datetime.py
decimal.py
difflib.py
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
dis.py
[3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506)
2021-11-09 22:05:30 +00:00
doctest.py
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
2021-10-28 01:09:41 -07:00
enum.py
bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)
2021-10-20 19:48:37 -07:00
filecmp.py
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
2021-08-04 13:03:33 -07:00
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640)
2021-08-06 15:11:44 -05:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
2021-09-29 12:36:59 +01:00
gzip.py
bpo-45475: Revert __iter__ optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016)
2021-10-18 20:15:48 -07:00
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
imp.py
inspect.py
bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
2021-11-02 15:23:43 -07:00
io.py
ipaddress.py
keyword.py
linecache.py
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
locale.py
lzma.py
bpo-45475: Revert __iter__ optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016)
2021-10-18 20:15:48 -07:00
mailbox.py
mailcap.py
mimetypes.py
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286) (GH-28289)
2021-09-13 19:24:29 +02:00
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
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
pickletools.py
pipes.py
pkgutil.py
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
2021-09-29 12:36:59 +01:00
platform.py
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
plistlib.py
poplib.py
posixpath.py
pprint.py
bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129)
2021-10-21 14:16:59 -07:00
profile.py
pstats.py
pty.py
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
2021-08-13 04:21:06 -07:00
py_compile.py
bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
2021-10-15 05:14:35 -07:00
pyclbr.py
pydoc.py
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200)
2021-08-29 05:57:22 -07:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27447)
2021-07-29 17:44:42 +02:00
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508)
2021-09-22 23:42:19 +01:00
signal.py
site.py
smtpd.py
smtplib.py
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
2021-08-29 07:43:39 -07:00
sndhdr.py
socket.py
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
2021-08-26 12:54:52 -07:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
[3.10] bpo-20499: Rounding error in statistics.pvariance (GH-28230) (GH-28248)
2021-09-08 22:42:29 -05:00
string.py
stringprep.py
struct.py
subprocess.py
[3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
2021-08-17 11:33:34 -07:00
sunau.py
symtable.py
sysconfig.py
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
tabnanny.py
tarfile.py
[3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766) (GH-28613)
2021-09-29 12:19:37 +02:00
telnetlib.py
tempfile.py
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111)
2021-10-20 23:27:30 +02:00
textwrap.py
this.py
threading.py
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
2021-10-07 11:49:47 -04:00
timeit.py
token.py
tokenize.py
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500)
2021-08-02 11:43:45 +02:00
trace.py
traceback.py
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826)
2021-11-29 10:07:24 +00:00
tracemalloc.py
tty.py
turtle.py
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629)
2021-11-19 19:55:40 +01:00
types.py
typing.py
bpo-44353: Correct docstring for NewType (GH-29785)
2021-11-26 06:58:13 -08:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921)
2021-08-28 11:09:21 -07:00
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
zipimport.py
[3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset (GH-28435) ( #28438 )
2021-09-17 17:46:22 -07:00