This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
5d98a4d266
cpython
/
Lib
History
Michael
dc9cc91f76
Fix Several Typos in Readme & Tests (
#121559
)
2024-07-17 00:24:35 -07:00
..
__phello__
…
_pyrepl
gh-121295: Fix blocked console after interrupting a long paste (GH-121815)
2024-07-16 01:38:54 +02:00
asyncio
gh-121790: Fix interactive console initialization (
#121793
)
2024-07-16 00:24:18 +02:00
collections
…
concurrent
…
ctypes
…
curses
…
dbm
…
email
…
encodings
…
ensurepip
…
html
…
http
…
idlelib
…
importlib
…
json
…
logging
…
multiprocessing
…
pathlib
…
pydoc_data
…
re
…
site-packages
…
sqlite3
…
sysconfig
gh-121103: Put free-threaded libraries in `lib/python3.14t` (
#121293
)
2024-07-11 16:21:37 -04:00
test
Fix Several Typos in Readme & Tests (
#121559
)
2024-07-17 00:24:35 -07:00
tkinter
…
tomllib
…
turtledemo
…
unittest
gh-117765: Improve documentation for `mocker.patch.dict` (
#121755
)
2024-07-15 07:14:17 +00:00
urllib
…
venv
…
wsgiref
…
xml
…
xmlrpc
…
zipfile
…
zoneinfo
…
__future__.py
…
__hello__.py
…
_aix_support.py
…
_android_support.py
…
_collections_abc.py
…
_colorize.py
…
_compat_pickle.py
…
_compression.py
…
_ios_support.py
…
_markupbase.py
…
_opcode_metadata.py
…
_osx_support.py
…
_py_abc.py
…
_pydatetime.py
…
_pydecimal.py
…
_pyio.py
…
_pylong.py
…
_sitebuiltins.py
…
_strptime.py
…
_threading_local.py
…
_weakrefset.py
…
abc.py
…
antigravity.py
…
argparse.py
…
ast.py
…
base64.py
…
bdb.py
gh-121450: Make inline breakpoints use the most recent pdb instance (
#121451
)
2024-07-10 19:54:27 -07:00
bisect.py
…
bz2.py
…
cProfile.py
…
calendar.py
…
cmd.py
…
code.py
…
codecs.py
gh-121785: Remove unused code from codecs.py (GH-121787)
2024-07-15 17:18:37 +00:00
codeop.py
…
colorsys.py
…
compileall.py
…
configparser.py
…
contextlib.py
…
contextvars.py
…
copy.py
…
copyreg.py
…
csv.py
…
dataclasses.py
…
datetime.py
…
decimal.py
…
difflib.py
…
dis.py
…
doctest.py
…
enum.py
…
filecmp.py
gh-57141: Make shallow argument to filecmp.dircmp keyword-only (
#121767
)
2024-07-14 15:53:32 -07:00
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
…
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
GH-119169: Simplify `os.walk()` exception handling (
#121435
)
2024-07-08 17:41:01 +01:00
pdb.py
gh-121450: Make inline breakpoints use the most recent pdb instance (
#121451
)
2024-07-10 19:54:27 -07:00
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
gh-121790: Fix interactive console initialization (
#121793
)
2024-07-16 00:24:18 +02:00
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
…
tabnanny.py
…
tarfile.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
…
uuid.py
…
warnings.py
…
wave.py
…
weakref.py
…
webbrowser.py
…
zipapp.py
…
zipimport.py
…