This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
62012fc719818b6087b01c93fcc1cd0d2b4d8932
cpython
/
Objects
History
Antoine Pitrou
b0acc1b0a3
Issue
#21350
: Fix file.writelines() to accept arbitrary buffer objects, as advertised.
...
Patch by Brian Kearns.
2014-05-08 19:26:04 +02:00
..
stringlib
Issue
#12546
: Allow \x00 as a fill character for builtin type __format__ methods.
2014-04-14 11:22:33 -04:00
abstract.c
…
boolobject.c
…
bufferobject.c
…
bytearrayobject.c
Issue
#20434
Correct error handlin of _PyString_Resize and _PyBytes_Resize
2014-04-25 09:51:21 +00:00
bytes_methods.c
…
capsule.c
…
cellobject.c
…
classobject.c
…
cobject.c
…
codeobject.c
…
complexobject.c
…
descrobject.c
…
dictnotes.txt
…
dictobject.c
…
enumobject.c
…
exceptions.c
bail in unicode error's __str__ methods if the objects are not properly initialized (
closes
#21134
)
2014-04-02 12:15:06 -04:00
fileobject.c
Issue
#21350
: Fix file.writelines() to accept arbitrary buffer objects, as advertised.
2014-05-08 19:26:04 +02:00
floatobject.c
…
frameobject.c
…
funcobject.c
…
genobject.c
…
intobject.c
…
iterobject.c
…
listobject.c
…
listsort.txt
…
lnotab_notes.txt
…
longobject.c
…
memoryobject.c
…
methodobject.c
…
moduleobject.c
…
object.c
…
obmalloc.c
…
rangeobject.c
…
setobject.c
…
sliceobject.c
…
stringobject.c
Issue
#20434
Correct error handlin of _PyString_Resize and _PyBytes_Resize
2014-04-25 09:51:21 +00:00
structseq.c
…
tupleobject.c
…
typeobject.c
…
unicodectype.c
…
unicodeobject.c
give non-iterable TypeError a message (
closes
#20507
)
2014-02-15 13:02:52 -05:00
unicodetype_db.h
…
weakrefobject.c
…