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-05 18:17:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
a7252f88d3
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to share keys more freely. (GH-28520)
2021-10-06 13:19:53 +01:00
..
clinic
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
2021-10-05 11:26:37 -06:00
frozen_modules
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
2021-09-16 14:20:52 -06:00
_warnings.c
…
adaptive.md
…
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
Remove trailing spaces. (GH-28706)
2021-10-03 16:58:14 +03:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to share keys more freely. (GH-28520)
2021-10-06 13:19:53 +01:00
codecs.c
…
compile.c
Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
2021-10-06 13:05:45 +01:00
condvar.h
…
context.c
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
2021-09-19 18:05:30 +03:00
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857)
2021-09-08 14:43:00 +02:00
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
2021-09-05 18:54:13 +03:00
fileutils.c
Do not check isabs() on Windows. (gh-28584)
2021-09-27 10:52:19 -06:00
formatter_unicode.c
bpo-20524: adds better error message for
.format()
(GH-28310)
2021-09-24 11:18:04 -04:00
frame.c
…
frozen.c
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
2021-10-05 11:26:37 -06:00
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
2021-10-05 11:26:37 -06:00
importdl.c
…
importdl.h
…
initconfig.c
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
2021-09-28 12:18:28 -06:00
makeopcodetargets.py
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
2021-10-05 11:01:11 +01:00
marshal.c
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
2021-09-03 16:44:02 +02:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
2021-10-05 11:01:11 +01:00
pathconfig.c
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
2021-09-28 12:18:28 -06:00
preconfig.c
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
2021-09-27 10:00:32 -06:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
2021-09-21 23:04:34 +02:00
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
Remove trailing spaces. (GH-28706)
2021-10-03 16:58:14 +03:00
pythonrun.c
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
2021-09-05 18:54:13 +03:00
pytime.c
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
2021-10-01 13:29:25 +02:00
README
…
specialize.c
bpo-45219: Factor dictkey indexing (GH-28389)
2021-09-17 12:20:51 +01:00
stdlib_module_names.h
bpo-45085: Remove the binhex module (GH-28117)
2021-09-02 12:10:08 +02:00
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
2021-10-05 11:01:11 +01:00
thread_nt.h
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
2021-10-01 13:29:25 +02:00
thread_pthread.h
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
2021-10-01 13:29:25 +02:00
thread.c
…
traceback.c
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711)
2021-10-03 21:22:42 +03:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library