..
asyncio
bpo-45129 Remove deprecated reuse_address (GH-28207)
2021-09-08 18:58:43 +02:00
collections
…
concurrent
…
ctypes
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
2021-09-15 14:15:32 -06:00
curses
…
dbm
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
2021-09-10 15:26:16 +03:00
distutils
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
2021-09-13 14:10:16 +03:00
email
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
2021-08-31 16:59:52 +03:00
encodings
…
ensurepip
…
html
…
http
…
idlelib
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
2021-09-15 03:13:23 -04:00
importlib
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)
2021-09-13 15:57:50 -07:00
json
…
lib2to3
bpo-40360: Deprecate the lib2to3 package (GH-28116)
2021-09-02 11:46:47 +02:00
logging
…
msilib
…
multiprocessing
…
pydoc_data
…
site-packages
…
sqlite3
Fix typo in Lib/sqlite3/test/test_types.py (GH-28226)
2021-09-15 22:09:08 +02:00
test
bpo-45187: Collect test_socket tests using unittest (GH-28317)
2021-09-17 12:13:09 +02:00
tkinter
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
turtledemo
…
unittest
bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382)
2021-09-17 12:09:32 +03:00
urllib
…
venv
…
wsgiref
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
2021-09-08 13:07:40 +03:00
xml
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
2021-09-08 13:07:40 +03:00
xmlrpc
…
zoneinfo
…
__future__.py
…
__hello__.py
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
2021-09-15 14:15:32 -06:00
__phello__.foo.py
…
_aix_support.py
…
_bootsubprocess.py
…
_collections_abc.py
…
_compat_pickle.py
…
_compression.py
…
_markupbase.py
…
_osx_support.py
…
_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-38956: don't print BooleanOptionalAction's default twice (GH-27672)
2021-08-16 23:42:21 +02:00
ast.py
…
asynchat.py
…
asyncore.py
…
base64.py
bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)
2021-08-23 16:44:28 -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
…
chunk.py
…
cmd.py
…
code.py
…
codecs.py
…
codeop.py
…
colorsys.py
…
compileall.py
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
2021-08-24 12:13:32 +03:00
configparser.py
bpo-45173 Remove configparser deprecations (GH-28292)
2021-09-13 19:12:36 +02:00
contextlib.py
…
contextvars.py
…
copy.py
…
copyreg.py
…
crypt.py
…
csv.py
…
dataclasses.py
…
datetime.py
…
decimal.py
…
difflib.py
…
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
…
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
…
gzip.py
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
2021-09-02 17:02:59 +02:00
hashlib.py
…
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
…
io.py
…
ipaddress.py
…
keyword.py
…
linecache.py
…
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
…
optparse.py
…
os.py
…
pathlib.py
…
pdb.py
…
pickle.py
…
pickletools.py
…
pipes.py
…
pkgutil.py
…
platform.py
…
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-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200)
2021-08-29 13:07:51 +02:00
queue.py
…
quopri.py
…
random.py
…
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
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-44935: enable posix_spawn() on Solaris (GH-27795)
2021-08-17 11:09:48 -07:00
sunau.py
…
symtable.py
…
sysconfig.py
Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)" (GH-28201)
2021-09-07 12:46:25 +01:00
tabnanny.py
…
tarfile.py
…
telnetlib.py
…
tempfile.py
…
textwrap.py
…
this.py
…
threading.py
…
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-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
2021-09-05 18:54:13 +03:00
tracemalloc.py
…
tty.py
…
turtle.py
…
types.py
…
typing.py
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206)
2021-09-08 18:25:09 +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 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
…
zipimport.py
…