This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-06-10 03:42:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
607f8a5e28
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
5697c4b641
Comment fixes extracted from patch by Demur Rumed.
2016-06-12 17:02:10 +03:00
..
clinic
Issue
#26305
: Argument Clinic now uses braces in C code as required by PEP 7.
2016-06-09 16:16:06 +03:00
stringlib
abstract.c
Comment fixes extracted from patch by Demur Rumed.
2016-06-12 17:02:10 +03:00
accu.c
boolobject.c
bytearrayobject.c
Issue
#27039
: Fixed bytearray.remove() for values greater than 127.
2016-05-16 22:24:03 +03:00
bytes_methods.c
bytesobject.c
Issue
#27125
: Merge typo fixes from 3.5
2016-05-30 05:24:49 +00:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
Issue
#27171
: Merge typo fixes from 3.5
2016-06-02 10:11:18 +00:00
fileobject.c
floatobject.c
Issue
#26983
: float() now always return an instance of exact float.
2016-06-03 21:42:55 +03:00
frameobject.c
Issue
#20041
: Fixed TypeError when frame.f_trace is set to None.
2016-06-04 20:33:33 +03:00
funcobject.c
genobject.c
Merge 3.5 (issue
#27243
)
2016-06-09 15:13:16 -04:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
Issue
#27073
: Removed redundant checks in long_add and long_sub.
2016-06-04 00:06:45 +03:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
Issue
#27125
: Merge typo fixes from 3.5
2016-05-29 09:05:06 +00:00
obmalloc.c
odictobject.c
odict: Remove useless ";" after function definition
2016-06-08 10:18:18 +02:00
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
Issue
#27225
: Fixed a reference leak in type_new when setting __new__ fails.
2016-06-05 10:50:16 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
Issue
#27171
: Merge typo fixes from 3.5
2016-06-02 10:11:18 +00:00
unicodetype_db.h
weakrefobject.c
README
Source files for various builtin objects