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-06 11:23:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Victor Stinner
64fc105b2d
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
2021-01-28 00:03:23 +01:00
..
clinic
…
_warnings.c
…
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
…
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
Update frame.f_lineno before any call to the (C) tracing function. (GH-24150)
2021-01-07 16:49:02 +00:00
codecs.c
…
compile.c
bpo-33387: update documentation for exception handling opcode changes (GH-24334)
2021-01-26 10:17:13 +00:00
condvar.h
…
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
bpo-32381: Rewrite PyErr_ProgramText() (GH-23700)
2020-12-08 23:51:26 +01:00
fileutils.c
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
2021-01-20 15:05:51 +01:00
formatter_unicode.c
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
2021-01-25 11:56:33 +02:00
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
Bring Python into the new year. (GH-24036)
2021-01-02 00:37:23 +09:00
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
2021-01-12 15:43:32 +01:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-42908: Mark cleanup code at end of try-except and with artificial (
#24202
)
2021-01-13 12:05:43 +00:00
importlib_zipimport.h
bpo-42908: Mark cleanup code at end of try-except and with artificial (
#24202
)
2021-01-13 12:05:43 +00:00
importlib.h
bpo-42908: Mark cleanup code at end of try-except and with artificial (
#24202
)
2021-01-13 12:05:43 +00:00
initconfig.c
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-42246: Make sure that
f_lasti
, and thus
f_lineno
, is set correctly after raising or reraising an exception (GH-23803)
2020-12-17 13:55:28 +00:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
2021-01-25 23:12:50 +01:00
pymath.c
…
pystate.c
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
2021-01-12 10:29:45 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
2020-12-09 22:37:27 +01:00
pytime.c
…
README
…
stdlib_module_names.h
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
2021-01-28 00:03:23 +01:00
structmember.c
…
symtable.c
…
sysmodule.c
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
2021-01-25 23:12:50 +01:00
thread_nt.h
…
thread_pthread.h
bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
2020-12-09 22:47:28 +01:00
thread.c
…
traceback.c
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
2021-01-19 23:35:27 +01:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library