This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-11 03:38:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Irit Katriel
c529b45122
gh-87092: bring compiler code closer to a preprocessing-opt-assembler organisation (GH-97644)
2022-10-05 08:52:35 +01:00
..
clinic
gh-96526: Clarify format and __format__ docstrings (gh-96648)
2022-10-03 15:28:02 -07:00
deepfreeze
…
frozen_modules
…
_warnings.c
…
adaptive.md
…
asdl.c
…
ast_opt.c
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
2022-10-05 01:34:03 +01:00
ast_unparse.c
…
ast.c
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
2022-10-05 01:34:03 +01:00
bltinmodule.c
gh-96526: Clarify format and __format__ docstrings (gh-96648)
2022-10-03 15:28:02 -07:00
bootstrap_hash.c
…
ceval_gil.c
gh-96387: take_gil() resets drop request before exit (
#96869
)
2022-09-20 00:13:56 +02:00
ceval.c
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
2022-10-05 01:34:03 +01:00
codecs.c
…
compile.c
gh-87092: bring compiler code closer to a preprocessing-opt-assembler organisation (GH-97644)
2022-10-05 08:52:35 +01:00
condvar.h
…
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
emscripten_signal.c
…
errors.c
…
fileutils.c
…
formatter_unicode.c
…
frame.c
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
2022-10-04 17:30:03 -07:00
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
GH-95909: Make
_PyArg_Parser
initialization thread safe (GH-95958)
2022-08-16 11:22:14 -07:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
…
importdl.c
…
importdl.h
…
initconfig.c
gh-96512: Move int_max_str_digits setting to PyConfig (
#96944
)
2022-10-03 13:55:45 -07:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
2022-09-01 21:36:47 +01:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
2022-09-07 15:02:08 -07:00
pymath.c
…
pystate.c
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
2022-10-05 01:34:03 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
2022-10-05 01:34:03 +01:00
Python-tokenize.c
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
2022-08-11 15:25:49 -06:00
pythonrun.c
gh-96670: Raise SyntaxError when parsing NULL bytes (
#97594
)
2022-09-27 23:23:42 +01:00
pytime.c
…
README
…
specialize.c
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
2022-09-15 16:42:37 +01:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
2022-10-05 01:34:03 +01:00
sysmodule.c
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
2022-10-05 01:34:03 +01:00
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
…
thread.c
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
2022-08-19 12:41:25 -07:00
traceback.c
…
README
Miscellaneous source files for the main Python shared library