This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c943265ba56e7ce7e2fe79fdecfc6670e10e5467
cpython
/
Python
History
Brett Cannon
5c4de2863b
Add the co_extra field and accompanying APIs to code objects.
...
This completes PEP 523.
2016-09-07 11:16:41 -07:00
..
clinic
…
_warnings.c
…
asdl.c
replace PY_SIZE_MAX with SIZE_MAX
2016-09-07 09:26:18 -07:00
ast.c
replace PY_SIZE_MAX with SIZE_MAX
2016-09-07 09:26:18 -07:00
bltinmodule.c
Avoid calling functions with an empty string as format string
2016-09-05 18:16:01 -07:00
ceval_gil.h
replace Py_(u)intptr_t with the c99 standard types
2016-09-06 13:47:26 -07:00
ceval.c
Add the co_extra field and accompanying APIs to code objects.
2016-09-07 11:16:41 -07:00
codecs.c
…
compile.c
replace PY_SIZE_MAX with SIZE_MAX
2016-09-07 09:26:18 -07:00
condvar.h
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
dtoa.c
dtoa.c: remove code for platforms with 64-bit integers (
#17884
)
2016-09-06 12:44:21 -07:00
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
…
errors.c
Issue
#27809
: PyErr_SetImportError() uses fast call
2016-08-23 00:04:41 +02:00
fileutils.c
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
…
importdl.c
…
importdl.h
…
importlib_external.h
Issue
#27078
: Added BUILD_STRING opcode. Optimized f-strings evaluation.
2016-09-06 22:07:53 +03:00
importlib.h
Issue
#27974
: Remove importlib._bootstrap._ManageReload.
2016-09-06 16:20:46 -07:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
Issue
#27078
: Added BUILD_STRING opcode. Optimized f-strings evaluation.
2016-09-06 22:07:53 +03:00
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
replace Python aliases for standard integer types with the standard integer types (
#17884
)
2016-09-06 13:24:00 -07:00
pylifecycle.c
Avoid calling functions with an empty string as format string
2016-09-05 18:16:01 -07:00
pymath.c
…
pystate.c
Add the co_extra field and accompanying APIs to code objects.
2016-09-07 11:16:41 -07:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
Avoid calling functions with an empty string as format string
2016-09-05 18:16:01 -07:00
pytime.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
random.c
os.urandom() now blocks on Linux
2016-09-06 16:33:52 -07:00
README
…
sigcheck.c
…
strdup.c
…
structmember.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
symtable.c
…
sysmodule.c
…
thread_foobar.h
…
thread_nt.h
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
thread_pthread.h
…
thread.c
…
traceback.c
Avoid calling functions with an empty string as format string
2016-09-05 18:16:01 -07:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library
Reference in New Issue
View Git Blame
Copy Permalink