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
3e56c23e7dffceda8e6a729041fbc25347c67320
cpython
/
Python
History
Christian Heimes
2f2fee19ec
va_end() all va_copy()ed va_lists.
2016-09-21 11:37:27 +02:00
..
clinic
…
_warnings.c
Issue
#26200
: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
2016-04-10 18:12:01 +03:00
asdl.c
…
ast.c
…
bltinmodule.c
Issue
#23722
: Initialize __class__ from type.__new__()
2016-09-11 14:45:49 +10:00
ceval_gil.h
…
ceval.c
…
codecs.c
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
2016-04-15 02:14:19 +00:00
compile.c
Issue
#27213
: Fixed different issues with reworked CALL_FUNCTION* opcodes.
2016-09-12 00:52:40 +03:00
condvar.h
…
dtoa.c
…
dtrace_stubs.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
PEP 489: Multi-phase extension module initialization
2015-05-23 22:24:10 +10:00
dynload_dl.c
…
dynload_hpux.c
…
dynload_next.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
Issue
#15767
: Use ModuleNotFoundError.
2016-09-07 16:56:15 -07:00
fileutils.c
…
formatter_unicode.c
…
frozen.c
Issue
#26647
: Python interpreter now uses 16-bit wordcode instead of bytecode.
2016-05-24 09:15:14 +03:00
frozenmain.c
…
future.c
Add ast.Constant
2016-01-26 00:40:57 +01:00
getargs.c
va_end() all va_copy()ed va_lists.
2016-09-21 11:37:27 +02:00
getcompiler.c
…
getcopyright.c
…
getopt.c
#16306
: report only the first unknown option and add more tests. Patch by Serhiy Storchaka.
2012-11-23 18:48:32 +02:00
getplatform.c
REMOVED all CWI, CNRI and BeOpen copyright markings.
2000-09-01 23:29:29 +00:00
getversion.c
Remove trailing whitespace.
2010-07-31 19:29:15 +00:00
graminit.c
Issue
#28008
: Implement PEP 530 -- asynchronous comprehensions.
2016-09-09 10:36:01 -07:00
import.c
Fix potential NULL pointer dereference in _imp_create_builtin
2016-09-09 00:25:03 +02:00
importdl.c
…
importdl.h
…
importlib_external.h
Issue
#27213
: Fixed different issues with reworked CALL_FUNCTION* opcodes.
2016-09-12 00:52:40 +03:00
importlib.h
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
Recorded merge of revisions 81029 via svnmerge from
2010-05-09 15:52:27 +00:00
mystrtoul.c
…
opcode_targets.h
Rework CALL_FUNCTION* opcodes
2016-09-09 10:17:08 -07:00
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
Issue
#28126
: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
2016-09-13 20:22:02 +02:00
pylifecycle.c
…
pymath.c
…
pystate.c
remove ceval timestamp support
2016-09-09 14:57:58 -07:00
pystrcmp.c
Recorded merge of revisions 81029 via svnmerge from
2010-05-09 15:52:27 +00:00
pystrhex.c
…
pystrtod.c
…
Python-ast.c
Issue
#28008
: Implement PEP 530 -- asynchronous comprehensions.
2016-09-09 10:36:01 -07:00
pythonrun.c
Avoid calling functions with an empty string as format string
2016-09-05 18:16:01 -07:00
pytime.c
…
random.c
(Merge 3.5) Catch EPERM error in py_getrandom()
2016-09-20 22:49:52 +02:00
README
Issue
#18093
: Factor out the programs that embed the runtime
2014-07-25 21:52:14 +10:00
sigcheck.c
…
strdup.c
…
structmember.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
symtable.c
Issue
#28008
: Implement PEP 530 -- asynchronous comprehensions.
2016-09-09 10:36:01 -07:00
sysmodule.c
…
thread_foobar.h
Issue
#21312
: Update the thread_foobar.h template file to include newer threading APIs. Patch by Jack McCracken.
2014-04-28 21:12:11 +02:00
thread_nt.h
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
thread_pthread.h
…
thread.c
Issue
#25523
: Merge "a" to "an" fixes from 3.4 into 3.5
2015-11-02 04:04:57 +00:00
traceback.c
…
wordcode_helpers.h
Issue
#27129
: Replaced wordcode related magic constants with macros.
2016-09-11 13:48:15 +03:00
README
Miscellaneous source files for the main Python shared library
Reference in New Issue
View Git Blame
Copy Permalink