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-21 22:44:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Objects
History
Benjamin Peterson
0b32a480bd
merge 3.3 (
#16906
)
2013-01-09 09:52:22 -06:00
..
stringlib
…
abstract.c
…
accu.c
…
boolobject.c
…
bytearrayobject.c
…
bytes_methods.c
…
bytesobject.c
…
capsule.c
…
cellobject.c
…
classobject.c
…
codeobject.c
…
complexobject.c
…
descrobject.c
…
dictnotes.txt
…
dictobject.c
…
enumobject.c
…
exceptions.c
…
fileobject.c
…
floatobject.c
…
frameobject.c
…
funcobject.c
…
genobject.c
…
iterobject.c
…
listobject.c
…
listsort.txt
…
lnotab_notes.txt
…
longobject.c
Issue
#16761
: Raise TypeError when int() called with base argument only.
2012-12-28 10:09:54 +02:00
memoryobject.c
…
methodobject.c
Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats().
2012-12-30 22:46:56 +01:00
moduleobject.c
…
namespaceobject.c
…
object.c
…
obmalloc.c
…
rangeobject.c
…
setobject.c
…
sliceobject.c
…
structseq.c
…
tupleobject.c
Add a comment about *not* caching the hash value. Issue
#9685
suggested to memorize the hash value, but the feature request was rejected because no speed ups were found.
2013-01-07 21:24:18 +01:00
typeobject.c
…
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
merge 3.3 (
#16906
)
2013-01-09 09:52:22 -06:00
unicodetype_db.h
…
weakrefobject.c
…