This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8bb6fa85e1
cpython
/
Objects
History
Serhiy Storchaka
7c088a9b5c
Issue
#25709
: Fixed problem with in-place string concatenation and utf-8 cache.
2015-12-03 01:05:52 +02:00
..
clinic
…
stringlib
Issue
#24821
: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
2015-11-14 15:42:17 +02:00
README
…
abstract.c
Issue
#24802
: Merge null termination fixes from 3.5
2015-11-07 03:15:32 +00:00
accu.c
…
boolobject.c
…
bytearrayobject.c
Issue
#24821
: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
2015-11-14 15:42:17 +02:00
bytes_methods.c
…
bytesobject.c
Issue
#24731
: Fixed crash on converting objects with special methods
2015-11-25 15:53:19 +02:00
capsule.c
…
cellobject.c
…
classobject.c
…
codeobject.c
…
complexobject.c
Issue
#24802
: Merge null termination fixes from 3.4 into 3.5
2015-11-07 02:56:11 +00:00
descrobject.c
…
dict-common.h
…
dictnotes.txt
…
dictobject.c
Issue
#25557
: Refactor _PyDict_LoadGlobal()
2015-11-20 09:24:02 +01:00
enumobject.c
…
exceptions.c
Issue
#25523
: Merge "a" to "an" fixes from 3.4 into 3.5
2015-11-02 04:04:57 +00:00
fileobject.c
…
floatobject.c
Issue
#24731
: Fixed crash on converting objects with special methods
2015-11-25 15:52:04 +02:00
frameobject.c
…
funcobject.c
…
genobject.c
…
iterobject.c
…
listobject.c
…
listsort.txt
…
lnotab_notes.txt
…
longobject.c
Issue
#24731
: Fixed crash on converting objects with special methods
2015-11-25 15:53:19 +02:00
memoryobject.c
Fix Visual Studio warning.
2015-11-10 18:35:19 +01:00
methodobject.c
More typos in 3.5 documentation and comments
2015-10-07 11:03:53 +00:00
moduleobject.c
…
namespaceobject.c
…
object.c
Issue
#25210
: Change error message of do_richcompare()
2015-10-14 18:25:31 +02:00
obmalloc.c
…
odictobject.c
Issue
#25462
: The hash of the key now is calculated only once in most
2015-11-13 14:48:36 +02:00
rangeobject.c
…
setobject.c
Add assertion to verify the pre-condition in the comments.
2015-11-17 20:58:43 -08:00
sliceobject.c
…
structseq.c
…
tupleobject.c
…
typeobject.c
Issue
#24097
: Fixed crash in object.__reduce__() if slot name is freed inside
2015-11-25 18:35:15 +02:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
Issue
#25709
: Fixed problem with in-place string concatenation and utf-8 cache.
2015-12-03 01:05:52 +02:00
unicodetype_db.h
…
weakrefobject.c
…
README
Source files for various builtin objects