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
3aa69be8d0122aa4c825e804aef51c4becdf87a0
cpython
/
Python
History
Alex Henrie
503627fc2a
bpo-43358: Fix bad free in assemble function (GH-24697)
2021-03-02 10:20:25 +00:00
..
clinic
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
2021-02-28 22:41:09 +00:00
_warnings.c
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
2021-02-19 15:10:45 +01:00
asdl.c
bpo-41746: Add type information to asdl_seq objects (GH-22223)
2020-09-16 19:42:00 +01:00
ast_opt.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
ast_unparse.c
…
ast.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
bltinmodule.c
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
2021-02-19 15:10:45 +01:00
bootstrap_hash.c
…
ceval_gil.h
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
2021-02-19 15:10:45 +01:00
ceval.c
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
2021-02-28 22:41:09 +00:00
codecs.c
…
compile.c
bpo-43358: Fix bad free in assemble function (GH-24697)
2021-03-02 10:20:25 +00:00
condvar.h
…
context.c
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
2021-02-19 15:10:45 +01:00
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
Issue
#13959
: Re-implement imp.get_suffixes() in Lib/imp.py.
2012-05-04 15:20:40 -04:00
dynload_win.c
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
2020-07-10 23:26:06 +03:00
errors.c
bpo-32381: Rewrite PyErr_ProgramText() (GH-23700)
2020-12-08 23:51:26 +01:00
fileutils.c
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
2021-01-20 15:05:51 +01:00
formatter_unicode.c
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
2021-01-25 11:56:33 +02:00
frozen_hello.h
bpo-39448: Add regen-frozen makefile target. (GH-18174)
2021-02-18 16:49:12 -08:00
frozen.c
bpo-39448: Add regen-frozen makefile target. (GH-18174)
2021-02-18 16:49:12 -08:00
frozenmain.c
…
future.c
…
getargs.c
bpo-43321: Fix SystemError in getargs.c (GH-24656)
2021-02-27 20:31:03 +09:00
getcompiler.c
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build with GCC/Clang (GH-24606)
2021-02-25 20:24:21 -08:00
getcopyright.c
Bring Python into the new year. (GH-24036)
2021-01-02 00:37:23 +09:00
getopt.c
…
getplatform.c
…
getversion.c
bpo-32150: Expand tabs to spaces in C files. (
#4583
)
2017-11-28 17:56:10 +02:00
hamt.c
…
hashtable.c
…
import.c
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
2021-02-19 15:10:45 +01:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
importlib_zipimport.h
bpo-42908: Mark cleanup code at end of try-except and with artificial (
#24202
)
2021-01-13 12:05:43 +00:00
importlib.h
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
2021-02-10 09:20:42 +09:00
initconfig.c
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
2021-02-19 15:10:45 +01:00
makeopcodetargets.py
makeopcodetargets.py: we need to import Lib/opcode.py
2016-03-26 01:04:37 +01:00
marshal.c
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
2020-12-01 09:56:42 +01:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
pathconfig.c
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
2020-11-10 21:10:22 +01:00
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
2020-06-10 18:38:05 +02:00
pylifecycle.c
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
2021-02-19 15:10:45 +01:00
pymath.c
…
pystate.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
pystrcmp.c
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845)
2020-08-27 14:45:25 +09:00
pystrhex.c
…
pystrtod.c
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
2020-12-01 09:56:42 +01:00
Python-ast.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
pythonrun.c
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
2021-02-19 15:55:46 +01:00
pytime.c
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
2020-11-16 16:08:05 +01:00
README
Issue
#18093
: Factor out the programs that embed the runtime
2014-07-25 21:52:14 +10:00
stdlib_module_names.h
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
2021-01-28 00:03:23 +01:00
structmember.c
bpo-40268: Remove unused structmember.h includes (GH-19530)
2020-04-15 02:35:41 +02:00
symtable.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
sysmodule.c
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
2021-02-28 22:41:09 +00:00
thread_nt.h
…
thread_pthread.h
bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
2020-12-09 22:47:28 +01:00
thread.c
bpo-40268: Remove explicit pythread.h includes (
#19529
)
2020-04-15 02:04:42 +02:00
traceback.c
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
2021-01-19 23:35:27 +01:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library
Reference in New Issue
View Git Blame
Copy Permalink