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-08 04:03:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Serhiy Storchaka
7e0191170e
Issue
#5308
: Raise ValueError when marshalling too large object (a sequence
...
with size >= 2**31), instead of producing illegal marshal data.
2013-02-13 12:08:15 +02:00
..
_warnings.c
…
asdl.c
…
ast.c
Issue
#12983
: Bytes literals with invalid \x escape now raise a SyntaxError
2013-02-10 17:36:00 +02:00
bltinmodule.c
…
ceval_gil.h
…
ceval.c
…
codecs.c
…
compile.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
Issue
#17173
: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
2013-02-09 23:11:27 +01:00
dynload_dl.c
…
dynload_hpux.c
…
dynload_next.c
…
dynload_os2.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
Issue
#17173
: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
2013-02-09 23:11:27 +01:00
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
…
importdl.c
…
importdl.h
…
makeopcodetargets.py
…
marshal.c
Issue
#5308
: Raise ValueError when marshalling too large object (a sequence
2013-02-13 12:08:15 +02:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
Issue
#17173
: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
2013-02-09 23:11:27 +01:00
opcode_targets.h
…
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
…
pytime.c
…
random.c
…
sigcheck.c
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
…
thread_cthread.h
…
thread_foobar.h
…
thread_lwp.h
…
thread_nt.h
…
thread_os2.h
…
thread_pth.h
…
thread_pthread.h
…
thread_sgi.h
…
thread_solaris.h
…
thread_wince.h
…
thread.c
…
traceback.c
…