This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-03 13:26:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Benjamin Peterson
62161ce989
closes bpo-37633: Reëxport some function compatibility wrappers for macros in `
pythonrun.h
`. (GH-17056)
2019-11-04 21:34:14 -08:00
..
clinic
Shorter docstring (GH-16322)
2019-09-21 12:57:44 -07:00
_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-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
2019-11-05 01:22:12 +01:00
codecs.c
…
compile.c
bpo-38640: Allow break and continue in always false while loops (GH-16992)
2019-10-30 11:53:26 +00: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
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
2019-11-05 01:22:12 +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-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
bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)
2019-09-12 10:29:11 +01:00
importlib_zipimport.h
…
importlib.h
bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651)
2019-09-11 17:00:02 +01:00
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
closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)
2019-10-30 18:08:06 -07: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
…
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
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