This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 03:33:17 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ed582a2ed9
cpython
/
Lib
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
beb5ec5817
gh-109546: Add more tests for formatting floats and fractions (GH-109548)
2023-09-19 08:09:11 +03:00
..
__phello__
asyncio
collections
concurrent
ctypes
curses
dbm
email
encodings
ensurepip
html
http
gh-109096: Deprecate
http.server.CGIHTTPRequestHandler
(
#109387
)
2023-09-15 14:26:45 -07:00
idlelib
importlib
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
2023-09-13 10:25:45 -07:00
json
logging
multiprocessing
pydoc_data
re
site-packages
sqlite3
test
gh-109546: Add more tests for formatting floats and fractions (GH-109548)
2023-09-19 08:09:11 +03:00
tkinter
tomllib
turtledemo
unittest
gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)
2023-09-12 16:33:30 +03:00
urllib
venv
GH-83417: Allow
venv
to add a
.gitignore
file to environments via a new
scm_ignore_file
parameter (GH-108125)
2023-09-15 22:38:08 +00:00
wsgiref
xml
xmlrpc
zipfile
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_collections_abc.py
_compat_pickle.py
_compression.py
_markupbase.py
_opcode_metadata.py
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
2023-09-13 10:25:45 -07:00
_osx_support.py
_py_abc.py
_pydatetime.py
Fix date.__repr__() docstring (
#109422
)
2023-09-15 15:05:19 +02:00
_pydecimal.py
_pyio.py
_pylong.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
antigravity.py
argparse.py
ast.py
gh-108843: fix ast.unparse for f-string with many quotes (
#108981
)
2023-09-18 14:56:19 +01:00
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
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
gh-102757: fix function signature mismatch for
functools.reduce
between code and documentation (
#102759
)
2023-09-18 10:42:58 -06:00
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
gh-109039: Branch prediction for Tier 2 interpreter (
#109038
)
2023-09-11 18:20:24 +00:00
operator.py
optparse.py
os.py
pathlib.py
pdb.py
gh-109375: Fix bug where pdb registers an alias without an associated command (
#109376
)
2023-09-14 22:31:30 +01: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
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
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