This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
f40890b124a330b589c8093127be1274e15dbd7f
cpython
/
Python
History
…
..
clinic
…
deepfreeze
…
frozen_modules
gh-97669: Create Tools/build/ directory (
#97963
)
2022-10-17 12:01:00 +02:00
_warnings.c
…
adaptive.md
…
asdl.c
…
asm_trampoline.S
…
assemble.c
…
ast_opt.c
…
ast_unparse.c
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
2023-02-28 14:16:39 -07:00
ast.c
gh-103763: Implement PEP 695 (
#103764
)
2023-05-15 20:36:23 -07:00
bltinmodule.c
…
bootstrap_hash.c
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
2022-11-16 09:37:14 -07:00
bytecodes.c
…
ceval_gil.c
…
ceval_macros.h
GH-104405: Add missing PEP 523 checks (GH-104406)
2023-05-12 22:23:13 +00:00
ceval.c
…
codecs.c
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (
#103402
)
2023-04-11 11:53:06 +01:00
compile.c
…
condvar.h
…
context.c
…
dtoa.c
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
2023-05-10 17:44:52 +01:00
dup2.c
…
dynamic_annotations.c
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (
#4748
)
2017-12-12 13:55:04 +02:00
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
Issue
#13959
: Re-implement imp.get_suffixes() in Lib/imp.py.
2012-05-04 15:20:40 -04:00
dynload_win.c
gh-102255: Improve build support for Windows API partitions (GH-102256)
2023-03-09 21:09:12 +00:00
emscripten_signal.c
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
2022-04-03 22:58:52 +02:00
errors.c
…
fileutils.c
…
flowgraph.c
gh-97933: (PEP 709) inline list/dict/set comprehensions (
#101441
)
2023-05-09 11:02:14 -06:00
formatter_unicode.c
gh-89653: Use int type for Unicode kind (
#92704
)
2022-05-13 12:41:05 +02:00
frame.c
…
frozen.c
…
frozenmain.c
…
future.c
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
2022-11-02 15:13:07 +00:00
generated_cases.c.h
…
getargs.c
…
getcompiler.c
…
getcopyright.c
Update copyright years to 2023. (gh-100848)
2023-01-08 09:13:25 -06:00
getopt.c
gh-90300: split --help output into separate options (
#30331
)
2022-06-01 05:50:01 -04:00
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
…
importdl.c
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibility (gh-99040)
2023-02-15 18:16:00 -07:00
importdl.h
…
initconfig.c
…
instrumentation.c
gh-103865: add monitoring support to LOAD_SUPER_ATTR (
#103866
)
2023-05-16 10:29:00 -06:00
intrinsics.c
gh-103763: Implement PEP 695 (
#103764
)
2023-05-15 20:36:23 -07:00
legacy_tracing.c
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
2023-05-12 12:21:20 +01:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
Add a warning message about PyOS_snprintf (
#95993
)
2022-10-07 11:49:53 -07:00
mystrtoul.c
…
opcode_metadata.h
gh-103865: add monitoring support to LOAD_SUPER_ATTR (
#103866
)
2023-05-16 10:29:00 -06:00
opcode_targets.h
gh-103865: add monitoring support to LOAD_SUPER_ATTR (
#103866
)
2023-05-16 10:29:00 -06:00
pathconfig.c
…
perf_trampoline.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
…
pymath.c
bpo-45440: Remove pymath.c fallbacks (GH-28977)
2021-10-15 19:45:34 +02:00
pystate.c
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-104437)
2023-05-15 13:59:26 -06:00
pystrcmp.c
…
pystrhex.c
gh-91768: C API no longer use "const PyObject*" type (
#91769
)
2022-04-21 22:07:19 +02:00
pystrtod.c
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
2023-05-10 17:44:52 +01:00
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
…
pytime.c
gh-97786: Fix compiler warnings in pytime.c (
#101826
)
2023-02-19 17:16:11 -08:00
README
…
specialize.c
GH-104405: Add missing PEP 523 checks (GH-104406)
2023-05-12 22:23:13 +00:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
…
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
README
Miscellaneous source files for the main Python shared library
Reference in New Issue
View Git Blame
Copy Permalink