This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-05 09:28:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
b03856ab66
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Benjamin Peterson
f18bf6fd2d
add some overflow checks before multiplying (
closes
#23165
)
2015-01-04 16:03:17 -06: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
#17178
: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
2013-02-15 23:35:14 +02:00
ceval.c
ceval_gil.h
codecs.c
#16336
: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka.
2012-11-03 23:03:39 +02:00
compile.c
remove unused variable
2012-07-18 17:57:46 -05:00
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
add some overflow checks before multiplying (
closes
#23165
)
2015-01-04 16:03:17 -06:00
formatter_unicode.c
frozen.c
frozenmain.c
future.c
Fix typo when "PyObject*" was changed to "identifier"
2012-03-23 12:50:53 +00:00
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
update for copyright for 2015
2014-12-31 18:09:36 -06:00
getcwd.c
getopt.c
#16306
: report only the first unknown option and add more tests. Patch by Serhiy Storchaka.
2012-11-23 18:48:32 +02:00
getplatform.c
getversion.c
graminit.c
import.c
Fix compilation on Windows
2012-10-20 11:43:58 +10:00
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
#5057
: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
2012-11-05 00:06:32 +02:00
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c
Issue
#13992
: The trashcan mechanism is now thread-safe. This eliminates
2012-09-06 00:59:49 +02:00
pystrcmp.c
pystrtod.c
Python-ast.c
pythonrun.c
Issue
#15001
: fix segfault on "del sys.module['__main__']"
2012-11-07 09:02:24 +01:00
pytime.c
random.c
Issue
#15340
: Fix importing the random module when /dev/urandom cannot be opened.
2012-09-07 23:49:07 +02:00
sigcheck.c
strdup.c
structmember.c
Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815
2012-09-11 17:30:53 +02:00
symtable.c
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases.
2012-09-12 17:58:10 +02:00
sysmodule.c
Merge from 3.1: Issue
#13703
: add a way to randomize the hash values of basic types (str, bytes, datetime)
2012-02-20 21:31:46 +01:00
thread.c
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
Issue
#16588
: Silence unused-but-set warnings in Python/thread_pthread.h
2012-12-02 08:37:00 +01:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c