.. |
__phello__
|
bpo-45020: Add more test cases for frozen modules. (gh-28664)
|
2021-09-30 18:38:52 -06:00 |
asyncio
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
collections
|
…
|
|
concurrent
|
bpo-45021: Fix a hang in forked children (GH-28007)
|
2021-09-20 11:30:19 -07:00 |
ctypes
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
curses
|
…
|
|
dbm
|
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
|
2021-09-10 15:26:16 +03:00 |
distutils
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
email
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
encodings
|
…
|
|
ensurepip
|
bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684)
|
2021-10-05 23:30:38 +02:00 |
html
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
http
|
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)
|
2021-10-06 19:49:44 +02:00 |
idlelib
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
importlib
|
Bump MAGIC_NUMBER to reflect change in JUMP_ABSOLUTE semantics. (GH-28829)
|
2021-10-09 14:17:22 +01:00 |
json
|
…
|
|
lib2to3
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
logging
|
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822)
|
2021-10-10 08:15:24 -07:00 |
msilib
|
[codemod] Fix non-matching bracket pairs (GH-28473)
|
2021-09-22 01:09:00 +02:00 |
multiprocessing
|
…
|
|
pydoc_data
|
bpo-10716: Migrating pydoc to html5. (GH-28651)
|
2021-10-09 09:36:50 +02:00 |
site-packages
|
…
|
|
sqlite3
|
bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)
|
2021-10-07 12:48:13 -07:00 |
test
|
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822)
|
2021-10-10 08:15:24 -07:00 |
tkinter
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
turtledemo
|
…
|
|
unittest
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
urllib
|
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
|
2021-10-06 17:28:16 +02:00 |
venv
|
bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
|
2021-10-07 21:26:12 +01:00 |
wsgiref
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
xml
|
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
|
2021-09-08 13:07:40 +03:00 |
xmlrpc
|
bpo-10716: Migrating pydoc to html5. (GH-28651)
|
2021-10-09 09:36:50 +02:00 |
zoneinfo
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
__future__.py
|
…
|
|
__hello__.py
|
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
|
2021-09-15 14:15:32 -06:00 |
_aix_support.py
|
…
|
|
_bootsubprocess.py
|
…
|
|
_collections_abc.py
|
…
|
|
_compat_pickle.py
|
…
|
|
_compression.py
|
…
|
|
_markupbase.py
|
…
|
|
_osx_support.py
|
[codemod] Fix non-matching bracket pairs (GH-28473)
|
2021-09-22 01:09:00 +02:00 |
_py_abc.py
|
…
|
|
_pydecimal.py
|
…
|
|
_pyio.py
|
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
|
2021-09-02 12:58:00 +02:00 |
_sitebuiltins.py
|
…
|
|
_strptime.py
|
…
|
|
_threading_local.py
|
…
|
|
_weakrefset.py
|
…
|
|
abc.py
|
…
|
|
aifc.py
|
…
|
|
antigravity.py
|
…
|
|
argparse.py
|
bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)
|
2021-09-17 23:20:31 -05:00 |
ast.py
|
…
|
|
asynchat.py
|
…
|
|
asyncore.py
|
…
|
|
base64.py
|
bpo-35970: Add help flag to base64 module (GH-28774)
|
2021-10-06 18:38:43 -07:00 |
bdb.py
|
…
|
|
bisect.py
|
…
|
|
bz2.py
|
…
|
|
cProfile.py
|
…
|
|
calendar.py
|
bpo-39710: Remove Python 2-specific sentence from calendar documentation (GH-26985)
|
2021-09-15 22:36:38 +02:00 |
cgi.py
|
…
|
|
cgitb.py
|
bpo-10716: Migrating pydoc to html5. (GH-28651)
|
2021-10-09 09:36:50 +02:00 |
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)
|
2021-09-18 00:28:09 +02:00 |
configparser.py
|
bpo-45173 Remove configparser deprecations (GH-28292)
|
2021-09-13 19:12:36 +02:00 |
contextlib.py
|
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
|
2021-10-03 23:49:55 -07:00 |
contextvars.py
|
…
|
|
copy.py
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
copyreg.py
|
…
|
|
crypt.py
|
…
|
|
csv.py
|
…
|
|
dataclasses.py
|
Fix dataclassses spelling (GH-28837)
|
2021-10-09 15:17:52 -04:00 |
datetime.py
|
…
|
|
decimal.py
|
…
|
|
difflib.py
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
dis.py
|
bpo-45152: refactor the dis module to make handling of hasconst opcodes more generic (GH-28258)
|
2021-09-15 10:14:15 +01:00 |
doctest.py
|
…
|
|
enum.py
|
…
|
|
filecmp.py
|
…
|
|
fileinput.py
|
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
|
2021-09-08 13:07:40 +03:00 |
fnmatch.py
|
…
|
|
fractions.py
|
…
|
|
ftplib.py
|
…
|
|
functools.py
|
…
|
|
genericpath.py
|
…
|
|
getopt.py
|
…
|
|
getpass.py
|
…
|
|
gettext.py
|
…
|
|
glob.py
|
…
|
|
graphlib.py
|
[codemod] Fix non-matching bracket pairs (GH-28473)
|
2021-09-22 01:09:00 +02:00 |
gzip.py
|
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
|
2021-09-02 17:02:59 +02:00 |
hashlib.py
|
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
|
2021-09-20 13:22:55 -05:00 |
heapq.py
|
…
|
|
hmac.py
|
…
|
|
imaplib.py
|
…
|
|
imghdr.py
|
…
|
|
imp.py
|
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
|
2021-09-13 16:18:37 -06:00 |
inspect.py
|
bpo-30951: Correct co_names docstring in inspect module (GH-2743)
|
2021-09-24 12:05:34 +02:00 |
io.py
|
…
|
|
ipaddress.py
|
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
|
2021-09-20 13:22:55 -05:00 |
keyword.py
|
…
|
|
linecache.py
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
locale.py
|
…
|
|
lzma.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286)
|
2021-09-11 17:44:44 +03:00 |
modulefinder.py
|
bpo-45017: move opcode-related logic from modulefinder to dis (GH-28246)
|
2021-09-09 14:04:12 +01:00 |
netrc.py
|
…
|
|
nntplib.py
|
…
|
|
ntpath.py
|
…
|
|
nturl2path.py
|
…
|
|
numbers.py
|
…
|
|
opcode.py
|
bpo-44945: Specialize BINARY_ADD (GH-27967)
|
2021-08-27 09:21:01 +01:00 |
operator.py
|
bpo-44019: Implement operator.call(). (GH-27888)
|
2021-09-24 16:22:49 +01:00 |
optparse.py
|
…
|
|
os.py
|
…
|
|
pathlib.py
|
…
|
|
pdb.py
|
…
|
|
pickle.py
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
pickletools.py
|
…
|
|
pipes.py
|
…
|
|
pkgutil.py
|
[codemod] Fix non-matching bracket pairs (GH-28473)
|
2021-09-22 01:09:00 +02:00 |
platform.py
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
plistlib.py
|
…
|
|
poplib.py
|
…
|
|
posixpath.py
|
…
|
|
pprint.py
|
…
|
|
profile.py
|
…
|
|
pstats.py
|
…
|
|
pty.py
|
…
|
|
py_compile.py
|
…
|
|
pyclbr.py
|
…
|
|
pydoc.py
|
bpo-10716: Migrating pydoc to html5. (GH-28651)
|
2021-10-09 09:36:50 +02:00 |
queue.py
|
…
|
|
quopri.py
|
…
|
|
random.py
|
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
|
2021-09-20 13:22:55 -05:00 |
re.py
|
…
|
|
reprlib.py
|
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
|
2021-09-22 15:45:58 -05:00 |
rlcompleter.py
|
…
|
|
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)
|
2021-09-21 23:53:07 +02:00 |
signal.py
|
…
|
|
site.py
|
…
|
|
smtpd.py
|
…
|
|
smtplib.py
|
…
|
|
sndhdr.py
|
…
|
|
socket.py
|
…
|
|
socketserver.py
|
…
|
|
sre_compile.py
|
…
|
|
sre_constants.py
|
…
|
|
sre_parse.py
|
…
|
|
ssl.py
|
…
|
|
stat.py
|
…
|
|
statistics.py
|
bpo-20499: Rounding error in statistics.pvariance (GH-28230)
|
2021-09-08 22:00:12 -05:00 |
string.py
|
bpo-45225: use map function instead of genexpr in capwords (GH-28342)
|
2021-09-16 14:49:38 -05:00 |
stringprep.py
|
…
|
|
struct.py
|
…
|
|
subprocess.py
|
bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)
|
2021-09-20 17:09:05 +02:00 |
sunau.py
|
…
|
|
symtable.py
|
…
|
|
sysconfig.py
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
tabnanny.py
|
…
|
|
tarfile.py
|
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
|
2021-09-29 11:25:48 +02:00 |
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
textwrap.py
|
…
|
|
this.py
|
…
|
|
threading.py
|
Fix typos in the Lib directory (GH-28775)
|
2021-10-06 16:13:48 -07:00 |
timeit.py
|
…
|
|
token.py
|
…
|
|
tokenize.py
|
…
|
|
trace.py
|
…
|
|
traceback.py
|
bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575)
|
2021-09-27 21:59:06 +01:00 |
tracemalloc.py
|
…
|
|
tty.py
|
…
|
|
turtle.py
|
…
|
|
types.py
|
…
|
|
typing.py
|
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)
|
2021-09-25 10:56:22 +02:00 |
uu.py
|
…
|
|
uuid.py
|
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
|
2021-09-20 13:22:55 -05:00 |
warnings.py
|
…
|
|
wave.py
|
…
|
|
weakref.py
|
…
|
|
webbrowser.py
|
bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837)
|
2021-09-03 18:21:03 +02:00 |
xdrlib.py
|
…
|
|
zipapp.py
|
…
|
|
zipfile.py
|
bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH-18031)
|
2021-09-23 23:37:53 +02:00 |
zipimport.py
|
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)
|
2021-09-17 16:48:17 -07:00 |