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-17 06:03:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Martin Panter
afaf3544aa
Merge typo fixes from 3.5
2015-12-17 10:20:21 +00:00
..
clinic
…
_warnings.c
…
asdl.c
…
ast.c
Issue
#25555
: Fix parser and AST: fill lineno and col_offset of "arg" node when
2015-11-06 17:01:48 +01:00
bltinmodule.c
Issue
#24802
: Merge null termination fixes from 3.5
2015-11-07 03:15:32 +00:00
ceval_gil.h
…
ceval.c
Issue
#25557
: Refactor _PyDict_LoadGlobal()
2015-11-20 09:24:02 +01:00
codecs.c
…
compile.c
Issue 25483: Add an opcode to make f-string formatting more robust.
2015-11-03 12:45:05 -05:00
condvar.h
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_next.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.
2015-11-05 17:43:42 +02:00
errors.c
…
fileutils.c
Fix a couple of typos in code comments
2015-12-17 10:18:28 +00:00
formatter_unicode.c
…
frozen.c
…
frozenmain.c
Issue
#5319
: New Py_FinalizeEx() API to exit with status 120 on failure
2015-11-30 03:18:29 +00:00
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
…
importdl.c
…
importdl.h
…
importlib_external.h
Issue 25483: Add an opcode to make f-string formatting more robust.
2015-11-03 12:45:05 -05:00
importlib.h
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
Issue 25483: Add an opcode to make f-string formatting more robust.
2015-11-03 12:45:05 -05:00
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
Issue
#5319
: New Py_FinalizeEx() API to exit with status 120 on failure
2015-11-30 03:18:29 +00:00
pymath.c
…
pystate.c
Issue
#5319
: New Py_FinalizeEx() API to exit with status 120 on failure
2015-11-30 03:18:29 +00:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
Issue
#25555
: Fix parser and AST: fill lineno and col_offset of "arg" node when
2015-11-06 17:01:48 +01:00
pythonrun.c
…
pytime.c
Merge 3.5 (pytime)
2015-11-10 12:11:52 +01:00
random.c
Issue
#25558
: Use compile-time asserts.
2015-11-07 15:42:38 +02:00
README
…
sigcheck.c
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
sysmodule.c: reuse Py_STRINGIFY() macro
2015-11-05 11:21:38 +01:00
thread_foobar.h
…
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
README
Miscellaneous source files for the main Python shared library