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
26ae9f6d3d755734c9f371b9356325afe5764813
cpython
/
Python
History
Serhiy Storchaka
26ae9f6d3d
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861)
2019-10-26 16:46:05 +03:00
..
clinic
…
_warnings.c
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
2019-10-08 10:56:07 +02:00
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861)
2019-10-26 16:46:05 +03:00
bltinmodule.c
Correct signature of __build_class__ (GH-16735)
2019-10-13 16:35:41 +01:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467)
2019-09-28 17:12:49 -07:00
codecs.c
…
compile.c
Typo fix: "empy" should be "empty". (GH-16666)
2019-10-08 19:24:02 -07:00
condvar.h
Typo fix: "throuhgh" should be "through". (GH-16704)
2019-10-10 20:43:13 -07:00
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
bpo-38353: Add subfunctions to getpath.c (GH-16572)
2019-10-04 02:22:39 +02:00
formatter_unicode.c
Fix typo in formatter_unicode (GH-16831)
2019-10-25 09:44:02 -07:00
frozen.c
…
frozenmain.c
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
2019-10-01 12:06:16 +02:00
future.c
…
getargs.c
bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869)
2019-10-21 11:35:07 +03:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
2019-10-15 08:26:12 +01:00
hamt.c
Typo fix - implemention should be implementation (GH-16806)
2019-10-15 13:49:13 -07:00
import.c
bpo-38353: Cleanup includes in the internal C API (GH-16548)
2019-10-02 23:51:20 +02:00
importdl.c
…
importdl.h
…
importlib_external.h
…
importlib_zipimport.h
…
importlib.h
…
initconfig.c
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
2019-10-01 12:06:16 +02:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
pathconfig.c
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
2019-10-04 19:53:43 +02:00
peephole.c
…
preconfig.c
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
2019-10-01 10:56:37 +02:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
2019-10-01 12:06:16 +02:00
pymath.c
…
pystate.c
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)
2019-10-04 13:35:42 +02:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
2019-10-10 09:41:26 +02:00
pythonrun.c
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
2019-10-15 08:26:12 +01:00
pytime.c
…
README
…
strdup.c
…
structmember.c
…
symtable.c
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755)
2019-10-14 05:18:05 +01:00
sysmodule.c
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
2019-09-30 01:40:17 +02:00
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library
Reference in New Issue
View Git Blame
Copy Permalink