This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-05-11 21:10:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8a5e69ca8c
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
885bdc4946
Issue
#25985
: sys.version_info is now used instead of sys.version
...
to format short Python version.
2016-02-11 13:10:36 +02:00
..
clinic
_warnings.c
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +02:00
asdl.c
ast.c
Issue
#26146
: enhance ast.Constant error message
2016-01-27 00:39:12 +01:00
bltinmodule.c
ceval.c
Switch to more idiomatic C code.
2016-02-05 18:26:20 -05:00
ceval_gil.h
Use Py_uintptr_t for atomic pointers
2016-01-22 14:09:55 +01:00
codecs.c
compile.c
compiler: don't emit SyntaxWarning on const stmt
2016-02-08 22:45:06 +01:00
condvar.h
dtoa.c
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +02:00
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
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +02:00
errors.c
Add _PyThreadState_UncheckedGet()
2016-01-20 11:12:38 +01:00
fileutils.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c
Add ast.Constant
2016-01-26 00:40:57 +01:00
getargs.c
Issue
#26312
: SystemError is now raised in all programming bugs with using
2016-02-11 12:41:40 +02:00
getcompiler.c
getcopyright.c
2016 will be another year of writing copyrighted code
2016-01-01 10:23:45 -06:00
getopt.c
getplatform.c
getversion.c
graminit.c
import.c
Issue
#25698
: Prevent possible replacing imported module with the empty one
2016-02-10 10:31:43 +02:00
importdl.c
importdl.h
importlib.h
Issue
#25791
: Warn when __package__ != __spec__.parent.
2016-01-22 15:25:50 -08:00
importlib_external.h
Issue
#25985
: sys.version_info is now used instead of sys.version
2016-02-11 13:10:36 +02:00
makeopcodetargets.py
marshal.c
Issue
#26146
: marshal.loads() now uses the empty frozenset singleton
2016-01-23 14:15:48 +01:00
modsupport.c
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +02:00
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
co_lnotab supports negative line number delta
2016-01-20 12:16:21 +01:00
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
Fix indentation of continuation lines.
2016-01-18 08:00:15 +01:00
pymath.c
pystate.c
Use Py_uintptr_t for atomic pointers
2016-01-22 14:09:55 +01:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
Issue
#26146
: remove useless code
2016-01-27 00:37:59 +01:00
pythonrun.c
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +02:00
pytime.c
random.c
README
sigcheck.c
strdup.c
structmember.c
symtable.c
Add ast.Constant
2016-01-26 00:40:57 +01:00
sysmodule.c
Merge 3.5
2016-01-20 11:19:46 +01:00
thread.c
thread_foobar.h
thread_nt.h
thread_pthread.h
traceback.c
README
Miscellaneous source files for the main Python shared library