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
b892d3ea468101d35e2fb081002fa693bd86eca9
cpython
/
Objects
History
Zackery Spytz
53d378c812
closes bpo-36951: Correct some types in the type_members struct in typeobject.c. (GH-13403)
2019-05-19 17:26:35 -07:00
..
clinic
bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792)
2019-04-12 16:11:28 +09:00
stringlib
Fix couple of dead code paths (GH-7418)
2019-05-17 19:46:22 -04:00
abstract.c
…
accu.c
…
boolobject.c
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
2019-05-06 22:29:40 +03:00
bytearrayobject.c
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
2019-05-17 10:13:03 +03:00
bytes_methods.c
…
bytesobject.c
Fix couple of dead code paths (GH-7418)
2019-05-17 19:46:22 -04:00
call.c
Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343)
2019-05-17 12:21:35 +02:00
capsule.c
…
cellobject.c
…
classobject.c
closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
2019-03-04 21:19:34 -08:00
codeobject.c
bpo-36540: PEP 570 -- Implementation (GH-12701)
2019-04-29 13:36:57 +01:00
complexobject.c
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
2019-05-06 22:29:40 +03:00
descrobject.c
bpo-35983: skip trashcan for subclasses (GH-11841)
2019-05-10 19:21:10 +02:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-35983: skip trashcan for subclasses (GH-11841)
2019-05-10 19:21:10 +02:00
enumobject.c
…
exceptions.c
bpo-36763: Add _PyInitError functions (GH-13395)
2019-05-17 23:54:00 +02:00
fileobject.c
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252)
2019-03-10 12:29:14 +02:00
floatobject.c
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
2019-05-19 14:14:38 +03:00
frameobject.c
…
funcobject.c
…
genobject.c
…
interpreteridobject.c
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
2019-03-15 16:35:46 -06:00
iterobject.c
…
listobject.c
bpo-35983: skip trashcan for subclasses (GH-11841)
2019-05-10 19:21:10 +02:00
listsort.txt
…
lnotab_notes.txt
…
longobject.c
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
2019-05-19 14:14:38 +03:00
memoryobject.c
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
2019-03-05 16:10:53 +01:00
methodobject.c
…
moduleobject.c
bpo-36900: Replace global conf vars with config (GH-13299)
2019-05-14 17:34:56 +02:00
namespaceobject.c
…
object.c
bpo-36763: Add _PyInitError functions (GH-13395)
2019-05-17 23:54:00 +02:00
obmalloc.c
bpo-36763: Add PyMemAllocatorName (GH-13387)
2019-05-17 15:20:52 +02:00
odictobject.c
bpo-35983: skip trashcan for subclasses (GH-11841)
2019-05-10 19:21:10 +02:00
rangeobject.c
bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877)
2019-05-03 08:22:11 -04:00
README
…
setobject.c
bpo-35983: skip trashcan for subclasses (GH-11841)
2019-05-10 19:21:10 +02:00
sliceobject.c
…
structseq.c
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
2019-03-27 12:52:18 +01:00
tupleobject.c
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
2019-05-17 10:13:03 +03:00
typeobject.c
closes bpo-36951: Correct some types in the type_members struct in typeobject.c. (GH-13403)
2019-05-19 17:26:35 -07:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
2019-05-17 10:13:03 +03:00
unicodetype_db.h
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
2019-05-08 20:59:35 -07:00
weakrefobject.c
bpo-36669: add matmul support to weakref.proxy (GH-12932)
2019-04-26 15:56:15 +09:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink