This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-28 05:35:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Serhiy Storchaka
6e619c48b8
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
2020-02-12 22:37:49 +02:00
..
clinic
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
2020-02-03 15:17:15 +01:00
_warnings.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
asdl.c
…
ast_opt.c
Fix constant folding optimization for positional only arguments (GH-17837)
2020-01-05 17:03:56 +00:00
ast_unparse.c
…
ast.c
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
2020-02-12 22:37:49 +02:00
bltinmodule.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
2020-02-11 18:28:35 -08:00
codecs.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
compile.c
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
2020-02-12 12:18:59 +02:00
condvar.h
Typo fix: "throuhgh" should be "through". (GH-16704)
2019-10-10 20:43:13 -07:00
context.c
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
2019-12-08 03:35:59 -08:00
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
bpo-39553: Delete HAVE_SXS protected code (GH-18356)
2020-02-04 19:13:00 -08:00
errors.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
fileutils.c
bpo-38353: Add subfunctions to getpath.c (GH-16572)
2019-10-04 02:22:39 +02:00
formatter_unicode.c
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
2020-02-07 02:24:48 +01: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-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
2020-02-07 02:24:48 +01:00
getcompiler.c
…
getcopyright.c
Bring Python into the next decade. (GH-17801)
2020-01-02 18:56:34 -08:00
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
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
2020-02-07 23:18:08 +01:00
import.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
2020-01-27 09:57:45 +00:00
importlib_zipimport.h
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
2020-01-14 10:12:45 +00:00
importlib.h
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
2020-01-27 09:57:45 +00:00
initconfig.c
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
2020-02-03 15:17:15 +01:00
makeopcodetargets.py
…
marshal.c
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
2020-02-11 18:28:35 -08:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
2020-01-27 09:57:45 +00:00
pathconfig.c
bpo-39270: Remove dead assignment from config_init_module_search_paths (GH-17914)
2020-01-09 10:14:11 +01:00
peephole.c
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
2020-01-14 10:12:45 +00:00
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
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
2020-02-11 18:28:35 -08:00
pylifecycle.c
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
2020-02-03 17:28:26 +01:00
pymath.c
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
2020-01-16 15:09:19 +01:00
pystate.c
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
2020-02-01 02:30:25 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
2019-11-20 02:51:30 +01:00
Python-ast.c
bpo-38823: Fix refleaks in _ast initialization error path (GH-17276)
2020-02-06 15:45:46 +01:00
pythonrun.c
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
2020-02-03 17:28:26 +01:00
pytime.c
bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285)
2020-02-07 18:56:16 +01:00
README
…
strdup.c
…
structmember.c
…
symtable.c
Fix SystemError when nested function has annotation on positional-only argument (GH-17826)
2020-01-05 01:57:21 +00:00
sysmodule.c
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
2020-02-11 18:28:35 -08:00
thread_nt.h
…
thread_pthread.h
bpo-38852: Set thread stack size to 8 Mb for debug builds on android platforms (GH-17337)
2019-12-08 08:40:14 +01:00
thread.c
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
2019-09-11 15:17:32 +01:00
traceback.c
bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244)
2019-09-17 23:36:16 +02:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library