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-11-26 13:22:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
53d2dc4045
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Christian Heimes
c731bbe665
Propagate error when PyByteArray_Resize() fails in bytearray_translate()
...
CID 715334
2013-07-21 02:04:35 +02:00
..
stringlib
only recursively expand in the format spec (
closes
#17644
)
2013-05-17 17:34:30 -05:00
abstract.c
Issue
#17715
: Add missing NULL Check to PyNumber_Long.
2013-04-13 17:44:44 +01:00
accu.c
boolobject.c
bytearrayobject.c
Propagate error when PyByteArray_Resize() fails in bytearray_translate()
2013-07-21 02:04:35 +02:00
bytes_methods.c
bytesobject.c
Issue
#12983
: Bytes literals with invalid \x escape now raise a SyntaxError
2013-02-10 17:42:01 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
Issue
#17563
: Fix dict resize performance regression.
2013-05-17 03:01:13 -07:00
enumobject.c
exceptions.c
fileobject.c
Issue
#15989
: Fix several occurrences of integer overflow
2013-01-19 12:41:45 +02:00
floatobject.c
Fix a few typos and a double semicolon. Patch by Eitan Adler.
2013-01-27 06:20:14 +02:00
frameobject.c
funcobject.c
genobject.c
don't run frame if it has no stack (
closes
#17669
)
2013-04-10 17:00:56 -04:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
Issue
#17173
: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
2013-02-09 23:14:42 +01:00
memoryobject.c
Fix error messages.
2013-02-19 13:44:49 +01:00
methodobject.c
Fix supernumerary 's' in sys._debugmallocstats() output.
2013-04-11 21:01:40 +02:00
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
fix building without pymalloc (
closes
#17228
)
2013-02-20 16:54:30 -05:00
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the
2012-12-10 18:34:09 -08:00
typeobject.c
when arguments are cells clear the locals slot (backport of
#17927
)
2013-05-14 22:31:26 -05:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
Check return value of PyType_Ready(&EncodingMapType)
2013-07-20 14:57:16 +02:00
unicodetype_db.h
weakrefobject.c
Silence a -Wformat-extra-argument warning when compiling.
2013-02-01 16:14:00 -08:00