cpython/Python
Niklas Fiekas c5b79003f5 bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
Add _Py_bit_length() to unify duplicate bits_in_digit() and bit_length().
2020-01-16 15:09:19 +01:00
..
clinic
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-39235: Fix end location for genexp in call args (GH-17925) 2020-01-09 11:18:47 -08:00
ast_opt.c Fix constant folding optimization for positional only arguments (GH-17837) 2020-01-05 17:03:56 +00:00
ast_unparse.c
bltinmodule.c bpo-39200: Correct the error message for min/max builtin function (GH-17814) 2020-01-10 17:31:43 +01:00
bootstrap_hash.c
ceval.c bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) 2020-01-14 21:58:29 +10:00
ceval_gil.h
codecs.c
compile.c Fix compiler warning on Windows (GH-18012) 2020-01-15 10:48:40 -06:00
condvar.h
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
errors.c bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010) 2020-01-15 11:23:25 +01:00
fileutils.c
formatter_unicode.c Fix typo in formatter_unicode (GH-16831) 2019-10-25 09:44:02 -07:00
frozen.c
frozenmain.c
future.c
getargs.c bpo-39028: Performance enhancement in keyword extraction (GH-17576) 2019-12-18 15:51:22 +09: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
hamt.c closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727) 2019-12-30 18:31:52 -08: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 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) 2020-01-14 10:12:45 +00:00
importlib_external.h bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) 2020-01-14 10:12: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
initconfig.c Add PYTHONUTF8 to commandline usage. (GH-17587) 2019-12-14 14:27:32 +09: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
opcode_targets.h bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) 2020-01-14 10:12: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
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990) 2020-01-13 18:46:59 +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-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 bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392) 2019-11-28 08:46:11 -08:00
pytime.c
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 bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) 2019-12-09 11:05:39 -08:00
thread.c
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
traceback.c
wordcode_helpers.h

README

Miscellaneous source files for the main Python shared library