This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-27 21:25:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Raymond Hettinger
b104ecbbaf
Shorter docstring (GH-16322)
2019-09-21 12:57:44 -07:00
..
clinic
Shorter docstring (GH-16322)
2019-09-21 12:57:44 -07:00
_warnings.c
…
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
2019-09-12 19:12:22 +01:00
bltinmodule.c
Shorter docstring (GH-16322)
2019-09-21 12:57:44 -07:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
2019-09-11 12:01:01 +01:00
codecs.c
…
compile.c
Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050)
2019-09-12 15:05:33 +01:00
condvar.h
…
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
2019-09-10 17:04:08 +01:00
dynload_dl.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
2019-09-10 17:04:08 +01:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
hamt.c
…
import.c
bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057)
2019-09-11 13:47:39 +01: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
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
2019-09-10 17:04:08 +01:00
opcode_targets.h
…
pathconfig.c
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
2019-09-21 01:50:16 +02:00
peephole.c
Fix unused variable and signed/unsigned warnings (GH-15537)
2019-08-27 09:55:13 -07:00
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
2019-09-21 01:02:56 +02:00
pymath.c
…
pystate.c
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
2019-09-12 00:43:22 +01:00
pystrcmp.c
…
pystrhex.c
Fix unused variable and signed/unsigned warnings (GH-15537)
2019-08-27 09:55:13 -07:00
pystrtod.c
…
Python-ast.c
bpo-38140: Make dict and weakref offsets opaque for C heap types (
#16076
)
2019-09-19 17:29:05 +01:00
pythonrun.c
…
pytime.c
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
2019-09-10 03:37:59 -07:00
README
…
strdup.c
…
structmember.c
…
symtable.c
bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593)
2019-08-29 23:26:53 +10:00
sysmodule.c
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
thread_nt.h
…
thread_pthread.h
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
2019-09-10 03:37:59 -07:00
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