This website requires JavaScript.
Explore
Help
Sign in
languages
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2024-11-02 08:37:57 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dd29ae26f8
cpython
/
Lib
History
Alex Waygood
c05c31db8c
gh-105144: Runtime-checkable protocols: move all 'sanity checks' to
_ProtocolMeta.__subclasscheck__
(
#105152
)
2023-05-31 17:02:25 +00:00
..
__phello__
asyncio
collections
concurrent
ctypes
curses
dbm
email
encodings
ensurepip
html
http
idlelib
importlib
json
logging
multiprocessing
pydoc_data
re
site-packages
sqlite3
test
gh-105144: Runtime-checkable protocols: move all 'sanity checks' to
_ProtocolMeta.__subclasscheck__
(
#105152
)
2023-05-31 17:02:25 +00:00
tkinter
tomllib
turtledemo
unittest
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
_pydecimal.py
_pyio.py
gh-62948: IOBase finalizer logs close() errors (
#105104
)
2023-05-31 11:41:19 +00:00
_pylong.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
antigravity.py
argparse.py
ast.py
base64.py
bdb.py
bisect.py
bz2.py
calendar.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
csv.py
dataclasses.py
Small speedup for dataclass __eq__ and __repr__ (
#104904
)
2023-05-30 12:35:30 -04:00
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
inspect.py
gh-105069: Add a readline-like callable to the tokenizer to consume input iteratively (
#105070
)
2023-05-30 22:43:34 +01:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py
GH-73435: Implement recursive wildcards in
pathlib.PurePath.match()
(
#101398
)
2023-05-30 20:18:09 +00:00
pdb.py
pickle.py
pickletools.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
queue.py
quopri.py
random.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtplib.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
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
gh-105069: Add a readline-like callable to the tokenizer to consume input iteratively (
#105070
)
2023-05-30 22:43:34 +01:00
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py
gh-105144: Runtime-checkable protocols: move all 'sanity checks' to
_ProtocolMeta.__subclasscheck__
(
#105152
)
2023-05-31 17:02:25 +00:00
uuid.py
warnings.py
wave.py
gh-105096: Deprecate wave getmarkers() method (
#105098
)
2023-05-31 12:09:41 +00:00
weakref.py
webbrowser.py
zipapp.py
zipimport.py