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-07 21:10:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Hai Shi
1c209e3b53
Remove redundant var in PyErr_NewException() (GH-20850)
2020-06-13 15:58:12 +09:00
..
clinic
bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
2020-06-03 06:19:45 -07:00
_warnings.c
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
2020-06-10 20:08:26 +02:00
asdl.c
…
ast_opt.c
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
2020-04-22 23:29:27 +01:00
ast_unparse.c
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156)
2020-05-18 19:23:48 +01:00
ast.c
bpo-40939: Remove the old parser (GH-20768)
2020-06-11 17:30:46 +01:00
bltinmodule.c
bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
2020-06-03 06:19:45 -07:00
bootstrap_hash.c
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
2020-06-08 18:12:59 +02:00
ceval_gil.h
bpo-40513: Per-interpreter GIL (GH-19943)
2020-05-05 20:27:47 +02:00
ceval.c
bpo-40925: Remove unused stack macro SET_VALUE (GH-20783)
2020-06-11 10:39:18 +01:00
codecs.c
…
compile.c
bpo-40939: Remove the old parser (GH-20768)
2020-06-11 17:30:46 +01:00
condvar.h
…
context.c
bpo-40887: Don't use finalized free lists (GH-20700)
2020-06-08 02:14:47 +02:00
dtoa.c
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435)
2020-05-29 14:23:57 +01:00
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
Remove redundant var in PyErr_NewException() (GH-20850)
2020-06-13 15:58:12 +09:00
fileutils.c
bpo-40268: Remove unused osdefs.h includes (GH-19532)
2020-04-15 03:24:57 +02:00
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
2020-06-10 18:38:05 +02:00
getcompiler.c
…
getcopyright.c
…
getopt.c
bpo-40527: Fix command line argument parsing (GH-19955)
2020-05-06 22:22:17 +09:00
getplatform.c
…
getversion.c
…
graminit.c
…
hamt.c
bpo-29882: Add _Py_popcount32() function (GH-20518)
2020-06-08 16:30:33 +02:00
hashtable.c
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
2020-05-14 22:44:32 +02:00
import.c
bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597)
2020-06-02 17:13:49 +02:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-39791 native hooks for importlib.resources.files (GH-20576)
2020-06-07 21:00:51 -04:00
importlib_zipimport.h
bpo-39791 native hooks for importlib.resources.files (GH-20576)
2020-06-07 21:00:51 -04:00
importlib.h
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
2020-04-22 23:29:27 +01:00
initconfig.c
bpo-40939: Remove the old parser (GH-20768)
2020-06-11 17:30:46 +01:00
makeopcodetargets.py
…
marshal.c
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
2020-05-14 21:55:47 +02:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
pathconfig.c
bpo-40268: Remove unused osdefs.h includes (GH-19532)
2020-04-15 03:24:57 +02:00
peephole.c
…
preconfig.c
_PyPreConfig_Read() decodes argv at each iteration (GH-20786)
2020-06-10 19:33:11 +02:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
2020-06-10 18:38:05 +02:00
pylifecycle.c
bpo-40939: Remove the old parser (GH-20768)
2020-06-11 17:30:46 +01:00
pymath.c
…
pystate.c
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
2020-06-02 15:51:37 +02:00
pystrcmp.c
…
pystrhex.c
bpo-40313: speed up bytes.hex() (GH-19594)
2020-04-20 17:17:52 -07:00
pystrtod.c
…
Python-ast.c
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
2020-05-27 02:03:38 -07:00
pythonrun.c
bpo-40939: Remove the old parser (GH-20768)
2020-06-11 17:30:46 +01:00
pytime.c
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
2020-05-18 17:22:53 +01:00
README
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
2020-06-08 17:28:11 +02:00
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
2020-04-29 03:28:46 +02:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library