.. |
__phello__
|
bpo-45020: Add more test cases for frozen modules. (gh-28664)
|
2021-09-30 18:38:52 -06:00 |
asyncio
|
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
|
2021-10-10 19:01:41 +03:00 |
collections
|
bpo-27275: Change popitem() and pop() methods of collections.OrderedDict (GH-27530)
|
2021-08-03 13:00:55 +02:00 |
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
|
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
|
2021-10-13 18:21:27 +02: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
|
bpo-45421: Remove dead code from html.parser (GH-28847)
|
2021-10-12 10:12:21 -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
|
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
|
2021-08-09 18:44:55 +02:00 |
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-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
|
2021-10-13 18:21:27 +02:00 |
tkinter
|
bpo-45229: Make tkinter tests discoverable (GH-28637)
|
2021-10-13 18:12:48 +02: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
|
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
|
2021-08-04 20:07:01 +02:00 |
_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
|
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 19:07:37 +02:00 |
abc.py
|
…
|
|
aifc.py
|
bpo-30077: Add support for Apple aifc/sowt pseudo-compression (GH-24449)
|
2021-08-13 13:31:25 +02:00 |
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
|
…
|
|
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
|
bpo-44929: [Enum] Fix global repr (GH-27789)
|
2021-08-25 07:24:32 -07:00 |
filecmp.py
|
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
|
2021-08-04 21:39:45 +02:00 |
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
|
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)
|
2021-08-06 14:33:30 -05:00 |
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-45411: Update mimetypes.py (GH-28792)
|
2021-10-11 13:05:28 +02: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-45340: Don't create object dictionaries unless actually needed (GH-28802)
|
2021-10-13 14:19:34 +01:00 |
operator.py
|
bpo-44019: Implement operator.call(). (GH-27888)
|
2021-09-24 16:22:49 +01:00 |
optparse.py
|
…
|
|
os.py
|
bpo-42053: Remove misleading check in os.fwalk() (GH-27669)
|
2021-08-08 21:04:02 +03:00 |
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
|
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
|
2021-08-13 12:57:07 +02:00 |
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
|
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
|
2021-08-29 16:10:50 +02:00 |
sndhdr.py
|
…
|
|
socket.py
|
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
|
2021-08-26 20:40:28 +02:00 |
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
|
Add tests for the C tokenizer and expose it as a private module (GH-27924)
|
2021-08-24 17:50:05 +01:00 |
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
|
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 19:07:37 +02:00 |
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 |