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-03 13:26:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Serhiy Storchaka
2a95219bc4
Issue
#26168
: Fixed possible refleaks in failing Py_BuildValue() with the "N"
...
format unit.
2016-05-20 22:31:50 +03:00
..
clinic
Regenerate Argument Clinic code for issue
#26874
.
2016-05-01 20:33:24 +03:00
_warnings.c
…
asdl.c
…
ast.c
Issue
#23275
: Allow () = iterable assignment syntax
2016-05-18 08:44:29 +03:00
bltinmodule.c
Restored parameter name "self" since gdb needs exact specific parameter names.
2016-05-05 16:21:35 +03:00
ceval_gil.h
…
ceval.c
merge 3.5 (
#26991
)
2016-05-16 22:53:44 -07:00
codecs.c
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
2016-04-15 02:14:19 +00: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
#23960
: Cleanup args and kwargs on error in PyErr_SetImportError
2016-05-01 09:06:36 +03:00
fileutils.c
Merge 3.5 (issue
#27057
)
2016-05-19 16:48:06 +02:00
formatter_unicode.c
Merge typo fixes from 3.5
2016-05-08 14:02:35 +00:00
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
Cleanup import.c
2016-05-20 11:36:13 +02:00
importdl.c
…
importdl.h
…
importlib_external.h
regen importlib bytecode
2016-05-16 22:54:05 -07:00
importlib.h
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
Issue
#26168
: Fixed possible refleaks in failing Py_BuildValue() with the "N"
2016-05-20 22:31:50 +03:00
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
Issue
#22747
: Workaround for systems without langinfo.h.
2016-04-26 01:56:50 +02:00
pymath.c
…
pystate.c
Issue
#26932
: Fixed support of RTLD_* constants defined as enum values,
2016-05-04 09:44:44 +03:00
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
#17905
: Do not guard locale include with HAVE_LANGINFO_H.
2016-04-25 21:38:53 +02:00
thread_foobar.h
…
thread_nt.h
Issue
#26778
: Fixed "a/an/and" typos in code comment and documentation.
2016-04-17 08:32:47 +03:00
thread_pthread.h
…
thread.c
…
traceback.c
…
README
Miscellaneous source files for the main Python shared library