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
cbb548130caf24275fa16100bccc537570cb46df
cpython
/
Objects
History
Dong-hee Na
c39d1ddc01
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
2019-10-11 17:43:11 +09:00
..
clinic
bpo-38409: Fix grammar in str.strip() docstring (GH-16682)
2019-10-09 16:09:00 -05:00
stringlib
Doc: Fix typo in fastsearch comments (GH-14608)
2019-09-11 14:43:29 +02:00
abstract.c
…
accu.c
…
boolobject.c
…
bytearrayobject.c
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
2019-09-09 09:28:34 -07:00
bytes_methods.c
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603)
2019-10-06 15:17:18 +03:00
bytesobject.c
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
2019-10-07 22:31:42 +02:00
call.c
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
2019-09-11 12:01:01 +01:00
capsule.c
…
cellobject.c
…
classobject.c
…
codeobject.c
…
complexobject.c
…
descrobject.c
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
2019-09-01 12:03:39 +03:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
2019-10-11 17:43:11 +09:00
enumobject.c
…
exceptions.c
…
fileobject.c
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
2019-09-01 12:16:51 +03:00
floatobject.c
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
frameobject.c
…
funcobject.c
…
genobject.c
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (
#7468
)
2019-09-29 22:59:11 -07:00
interpreteridobject.c
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
2019-09-25 18:35:57 +03:00
iterobject.c
…
listobject.c
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
2019-09-08 13:15:56 +03:00
listsort.txt
…
lnotab_notes.txt
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)
2019-09-28 07:49:15 -07:00
longobject.c
bpo-37802: Fix a compiler warning in longobject.c (GH-16517)
2019-10-01 13:29:53 +02:00
memoryobject.c
…
methodobject.c
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
2019-09-11 12:01:01 +01:00
moduleobject.c
bpo-33714: Output an exception raised in module's m_clear(). (GH-16592)
2019-10-08 03:46:17 -07:00
namespaceobject.c
…
object.c
bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630)
2019-10-08 00:43:14 +01:00
obmalloc.c
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
2019-10-07 22:31:42 +02:00
odictobject.c
…
picklebufobject.c
…
rangeobject.c
…
README
…
setobject.c
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
2019-09-01 12:03:39 +03:00
sliceobject.c
…
structseq.c
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
tupleobject.c
Correct overflow check in PyTuple_New() (GH-14838)
2019-09-09 13:40:58 -07:00
typeobject.c
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
2019-10-07 18:42:01 +02:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-38409: Fix grammar in str.strip() docstring (GH-16682)
2019-10-09 16:09:00 -05:00
unicodetype_db.h
…
weakrefobject.c
bpo-38395: Fix ownership in weakref.proxy methods (GH-16632)
2019-10-08 16:30:50 +01:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink