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-11 16:28:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Yury Selivanov
228722ad20
Merge 3.6 (issue
#26182
)
2016-11-08 16:54:39 -05:00
..
clinic
…
_warnings.c
…
asdl.c
…
ast.c
Issue
#26182
: Fix ia refleak in code that raises DeprecationWarning.
2016-11-08 16:54:18 -05:00
bltinmodule.c
…
ceval_gil.h
…
ceval.c
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
2016-11-08 23:14:00 +02:00
codecs.c
Issue
#28510
: Clean up decoding error handlers.
2016-10-23 09:44:50 +03:00
compile.c
…
condvar.h
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_next.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
Issue
#28410
: Added _PyErr_FormatFromCause() -- the helper for raising
2016-10-21 17:09:17 +03:00
fileutils.c
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
…
importdl.c
…
importdl.h
…
importlib_external.h
Issue
#28517
: Fixed of-by-one error in the peephole optimizer that caused
2016-10-25 09:30:43 +03:00
importlib.h
Issue
#28517
: Fixed of-by-one error in the peephole optimizer that caused
2016-10-25 09:30:43 +03:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
peephole.c
Issue
#28517
: Fixed of-by-one error in the peephole optimizer that caused
2016-10-25 09:30:43 +03:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
…
pytime.c
…
random.c
…
README
…
sigcheck.c
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
Issue
#28616
: merge from 3.5
2016-11-04 17:07:06 -04:00
thread_foobar.h
…
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library