This website requires JavaScript.
Explore
Help
Sign In
1berry
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Benjamin Peterson
71db903563
merge 3.5
2016-01-01 10:25:22 -06: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
#20440
: More use of Py_SETREF.
2015-12-27 15:44:33 +02:00
bltinmodule.c
Issue
#24802
: Merge null termination fixes from 3.5
2015-11-07 03:15:32 +00:00
ceval_gil.h
…
ceval.c
Issue
#20440
: Applied yet one patch for using Py_SETREF.
2015-12-27 12:38:28 +02:00
codecs.c
…
compile.c
Issue
#20440
: Massive replacing unsafe attribute setting code with special
2015-12-24 10:39:57 +02: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
Issue
#20440
: More use of Py_SETREF.
2015-12-27 15:41:34 +02:00
fileutils.c
Fix a couple of typos in code comments
2015-12-17 10:18:28 +00:00
formatter_unicode.c
Issue
#25923
: Added the const qualifier to static constant arrays.
2015-12-25 19:53:18 +02:00
frozen.c
…
frozenmain.c
Issue
#5319
: New Py_FinalizeEx() API to exit with status 120 on failure
2015-11-30 03:18:29 +00:00
future.c
…
getargs.c
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +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
#25923
: Added the const qualifier to static constant arrays.
2015-12-25 19:53:18 +02:00
importdl.c
Issue
#25923
: Added the const qualifier to static constant arrays.
2015-12-25 19:53:18 +02:00
importdl.h
…
importlib_external.h
Issue
#25802
: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader.
2015-12-28 17:55:27 -08:00
importlib.h
…
makeopcodetargets.py
…
marshal.c
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +02: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
Issue
#25923
: Added the const qualifier to static constant arrays.
2015-12-25 19:53:18 +02:00
opcode_targets.h
Issue 25483: Add an opcode to make f-string formatting more robust.
2015-11-03 12:45:05 -05:00
peephole.c
PEP 0492 -- Coroutines with async and await syntax. Issue
#24017
.
2015-05-11 22:57:16 -04:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +02:00
pymath.c
…
pystate.c
Issue
#5319
: New Py_FinalizeEx() API to exit with status 120 on failure
2015-11-30 03:18:29 +00:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
Issue
#25923
: Added the const qualifier to static constant arrays.
2015-12-25 19:53:18 +02:00
Python-ast.c
Issue
#25555
: Fix parser and AST: fill lineno and col_offset of "arg" node when
2015-11-06 17:01:48 +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
Merge 3.5 (pytime)
2015-11-10 12:11:52 +01:00
random.c
Issue
#25558
: Use compile-time asserts.
2015-11-07 15:42:38 +02:00
README
…
sigcheck.c
…
strdup.c
…
structmember.c
…
symtable.c
merge 3.5 (
#25973
)
2015-12-29 10:08:51 -06:00
sysmodule.c
Issue
#25923
: Added the const qualifier to static constant arrays.
2015-12-25 19:53:18 +02:00
thread_foobar.h
…
thread_nt.h
…
thread_pthread.h
…
thread.c
Issue
#25523
: Merge "a" to "an" fixes from 3.4 into 3.5
2015-11-02 04:04:57 +00:00
traceback.c
…
README
Miscellaneous source files for the main Python shared library