This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-15 08:59:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b7e2d67f7c035f09c921ca4e7a36529cd502ccf7
cpython
/
Objects
T
History
Serhiy Storchaka
b7e2d67f7c
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636)
2018-02-13 08:27:33 +02:00
..
clinic
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
2018-01-27 14:06:21 +09:00
stringlib
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
2018-01-27 14:06:21 +09:00
abstract.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
accu.c
…
boolobject.c
…
bytearrayobject.c
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
2018-01-27 14:06:21 +09:00
bytes_methods.c
bpo-32677: Optimize str.isascii() (GH-5356)
2018-01-28 09:59:12 +09:00
bytesobject.c
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
2018-01-27 14:06:21 +09:00
call.c
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
capsule.c
…
cellobject.c
…
classobject.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
codeobject.c
…
complexobject.c
…
descrobject.c
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-18533: Avoid RecursionError from repr() of recursive dictview (
#4823
)
2018-01-26 07:46:01 -08:00
enumobject.c
…
exceptions.c
bpo-32685: Improve suggestion for print statement (GH-5375)
2018-01-28 20:56:02 +10:00
fileobject.c
…
floatobject.c
…
frameobject.c
bpo-32690: Preserve order of locals() (
#5379
)
2018-01-28 09:40:24 -08:00
funcobject.c
…
genobject.c
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
2018-01-29 14:31:47 -05:00
iterobject.c
…
listobject.c
bpo-28685: Fix compiler warning (GH-5423)
2018-01-29 13:47:06 +01:00
listsort.txt
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (
#582
)
2018-01-28 19:03:23 -08:00
lnotab_notes.txt
…
longobject.c
PyLong_FromString(): fix Coverity CID 1424951 (
#4738
)
2017-12-08 00:06:55 +01:00
memoryobject.c
…
methodobject.c
…
moduleobject.c
bpo-32225: Implementation of PEP 562 (
#4731
)
2017-12-14 11:59:44 +01:00
namespaceobject.c
…
object.c
bpo-32571: Fix reading uninitialized memory (GH-5332)
2018-01-26 16:22:51 +09:00
obmalloc.c
bpo-32746: Fix multiple typos (GH-5144)
2018-02-03 19:36:10 -05:00
odictobject.c
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
2018-02-02 10:52:55 +02:00
rangeobject.c
…
README
…
setobject.c
Removed unnecesssary bit inversion which doesn't improve dispersion statistics (
#5235
)
2018-01-18 13:23:27 -08:00
sliceobject.c
…
structseq.c
…
tupleobject.c
bpo-32746: Fix multiple typos (GH-5144)
2018-02-03 19:36:10 -05:00
typeobject.c
bpo-32746: Fix multiple typos (GH-5144)
2018-02-03 19:36:10 -05:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636)
2018-02-13 08:27:33 +02:00
unicodetype_db.h
…
weakrefobject.c
…
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink