1
0
mirror of https://github.com/python/cpython synced 2024-07-08 23:10:45 +00:00
cpython/Lib
Miss Islington (bot) a85241d76b
[3.12] gh-114053: Fix another edge case involving get_type_hints, PEP 695 and PEP 563 (GH-120272) (#121004)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-06-25 16:31:01 +00:00
..
__phello__
asyncio [3.12] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119987) 2024-06-03 18:15:54 +02:00
collections
concurrent [3.12] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (#120274) 2024-06-08 16:28:21 +00:00
ctypes
curses
dbm
email
encodings
ensurepip
html
http
idlelib [3.12] gh-120417: Remove unused import in idlelib (GH-120420) (#120574) 2024-06-16 05:45:32 +00:00
importlib [3.12] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-120911) (#120918) 2024-06-23 17:30:18 +00:00
json
lib2to3
logging [3.12] gh-119819: Update logging configuration to support joinable multiproc… (GH-120090) (GH-120092) 2024-06-05 07:59:15 +01:00
msilib
multiprocessing
pydoc_data Python 3.12.4 2024-06-06 20:26:44 +02:00
re
site-packages
sqlite3
test [3.12] gh-114053: Fix another edge case involving get_type_hints, PEP 695 and PEP 563 (GH-120272) (#121004) 2024-06-25 16:31:01 +00:00
tkinter [3.12] gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) (GH-120216) 2024-06-07 14:30:50 +03:00
tomllib
turtledemo
unittest [3.12] gh-120732: Fix name passing to Mock, when using kwargs to create_autospec (GH-120737) (#120761) 2024-06-19 20:53:19 +00:00
urllib
venv
wsgiref
xml
xmlrpc
zipfile
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_collections_abc.py
_compat_pickle.py
_compression.py
_markupbase.py
_osx_support.py
_py_abc.py
_pydatetime.py [3.12] gh-120268: Prohibit passing `None to _pydatetime.date.fromtimestamp` (GH-120269) (GH-120283) 2024-06-11 12:54:20 +03:00
_pydecimal.py
_pyio.py
_pylong.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
base64.py [3.12] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409) (GH-119482) 2024-05-28 16:55:43 +02:00
bdb.py
bisect.py
bz2.py
calendar.py [3.12] gh-120567: Clarify weekday return in calendar.monthrange docstring (GH-120570) (#120598) 2024-06-16 21:03:09 +00:00
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py [3.12] gh-114053: Fix bad interaction of PEP 695, PEP 563 and inspect.get_annotations (GH-120270) (#120475) 2024-06-13 21:35:21 +00:00
io.py
ipaddress.py [3.12] gh-120128: fix description of argument to ipaddress.collapse_addresses() (GH-120131) (#120136) 2024-06-15 06:12:45 -06:00
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py [3.12] GH-89727: Fix FD leak on os.fwalk() generator finalization. (GH-119766) (#119768) 2024-05-30 05:30:37 +01:00
pathlib.py
pdb.py [3.12] gh-119824: Revert the where solution and use meta commands (#120928) 2024-06-23 14:58:10 -07:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py [3.12] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120262) 2024-06-08 09:46:25 +00:00
queue.py
quopri.py
random.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py [3.12] GH-89727: Fix shutil.rmtree() recursion error on deep trees (GH-119808) (#119919) 2024-06-01 20:39:35 +01:00
signal.py
site.py
smtplib.py
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symtable.py [3.12] gh-119698: fix symtable.Class.get_methods and document its behaviour correctly (#120151) (#120776) 2024-06-19 22:12:31 -07:00
sysconfig.py
tabnanny.py [3.12] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (#120549) 2024-06-15 11:21:05 +00:00
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py [3.12] gh-114053: Fix another edge case involving get_type_hints, PEP 695 and PEP 563 (GH-120272) (#121004) 2024-06-25 16:31:01 +00:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipimport.py