This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-09-01 06:28:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
7835cbf949
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Victor Stinner
7835cbf949
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
2022-01-21 23:30:17 +01:00
..
clinic
bpo-46328: Add sys.exception() (GH-30514)
2022-01-13 12:35:58 +00:00
deepfreeze
frozen_modules
_warnings.c
adaptive.md
asdl.c
ast.c
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
ast_opt.c
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
ast_unparse.c
bltinmodule.c
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
2022-01-21 23:30:17 +01:00
bootstrap_hash.c
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
2022-01-11 11:56:16 +01:00
ceval.c
bpo-46409: Make generators in bytecode (GH-30633)
2022-01-20 11:46:39 +00:00
ceval_gil.h
codecs.c
compile.c
bpo-46409: Make generators in bytecode (GH-30633)
2022-01-20 11:46:39 +00:00
condvar.h
context.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
2022-01-21 03:30:20 +01:00
fileutils.c
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
2022-01-13 23:35:42 +00:00
formatter_unicode.c
frame.c
bpo-46409: Make generators in bytecode (GH-30633)
2022-01-20 11:46:39 +00:00
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
Update copyright year to 2022. (GH-30335)
2022-01-02 12:08:48 -08:00
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c
importdl.c
importdl.h
initconfig.c
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
bpo-46409: Make generators in bytecode (GH-30633)
2022-01-20 11:46:39 +00:00
pathconfig.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
2022-01-13 09:46:04 +01:00
pyhash.c
pylifecycle.c
bpo-46417: Py_Finalize() clears static types (GH-30743)
2022-01-21 13:06:34 +01:00
pymath.c
pystate.c
bpo-45953: Statically initialize all the non-object PyInterpreterState fields we can. (gh-30589)
2022-01-13 17:17:28 -07:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
2022-01-07 13:05:28 -08:00
Python-tokenize.c
pythonrun.c
bpo-45635: Do not suppress errors in functions called from _PyErr_Display (GH-30073)
2021-12-16 23:00:13 +00:00
pytime.c
README
specialize.c
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
2022-01-21 23:30:17 +01:00
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
sysmodule.c
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
2022-01-21 03:30:20 +01:00
thread.c
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
2022-01-21 03:30:20 +01:00
thread_nt.h
thread_pthread.h
traceback.c
wordcode_helpers.h
README
Miscellaneous source files for the main Python shared library