cpython/Python
Victor Stinner 2ec1a1b307
bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)
2019-11-22 21:54:33 +01:00
..
clinic Shorter docstring (GH-16322) 2019-09-21 12:57:44 -07:00
Python-ast.c closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) 2019-10-30 18:08:06 -07:00
README
_warnings.c bpo-38644: Add _PyObject_Call() (GH-17089) 2019-11-14 13:36:21 +01:00
asdl.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
ast_opt.c
ast_unparse.c
bltinmodule.c bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) 2019-11-20 02:51:30 +01:00
bootstrap_hash.c
ceval.c Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) 2019-11-21 09:11:43 +00:00
ceval_gil.h
codecs.c
compile.c Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) 2019-11-21 09:11:43 +00:00
condvar.h Typo fix: "throuhgh" should be "through". (GH-16704) 2019-10-10 20:43:13 -07:00
context.c bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) 2019-11-08 10:05:17 +01:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 2019-09-10 17:04:08 +01:00
dynload_dl.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) 2019-11-07 12:42:07 +01:00
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-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) 2019-11-22 19:24:49 +01:00
importdl.c
importdl.h
importlib.h Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) 2019-11-21 09:11:43 +00:00
importlib_external.h Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) 2019-11-21 09:11:43 +00:00
importlib_zipimport.h Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) 2019-11-21 09:11:43 +00:00
initconfig.c bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) 2019-10-01 12:06:16 +02:00
makeopcodetargets.py
marshal.c bpo-38823: Fix refleak in marshal init error path (GH-17260) 2019-11-20 01:59:32 +01:00
modsupport.c
mysnprintf.c
mystrtoul.c bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 2019-09-10 17:04:08 +01:00
opcode_targets.h Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) 2019-11-21 09:11:43 +00:00
pathconfig.c bpo-38353: getpath.c: allocates strings on the heap (GH-16585) 2019-10-04 19:53:43 +02:00
peephole.c Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) 2019-11-21 09:11:43 +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
pylifecycle.c bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353) 2019-11-22 21:54:33 +01:00
pymath.c
pystate.c bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350) 2019-11-22 18:52:27 +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
pythonrun.c closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) 2019-11-04 21:34:14 -08:00
pytime.c
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-36710: Add PyInterpreterState.runtime field (GH-17270) 2019-11-20 02:27:56 +01:00
thread.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) 2019-09-11 15:17:32 +01:00
thread_nt.h
thread_pthread.h
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