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
5cc583d94095ed3bb543fa2f032f9593a6315a52
cpython
/
Objects
History
Raymond Hettinger
73820a60cc
Fix compiler warning with a type cast (GH-9300)
2018-09-14 01:35:59 -07:00
..
clinic
bpo-33073: Adding as_integer_ratio to ints. (GH-8750)
2018-09-13 23:56:23 -07:00
stringlib
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
2018-08-29 22:21:32 +02:00
abstract.c
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)
2018-08-25 16:52:27 -07:00
accu.c
…
boolobject.c
…
bytearrayobject.c
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
2018-07-25 01:37:05 +02:00
bytes_methods.c
closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)
2018-09-06 21:54:49 -07:00
bytesobject.c
bpo-34436: Fix check that disables overallocation for the last fmt specifier (GH-8826)
2018-08-23 09:50:52 +02:00
call.c
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
2018-07-24 10:55:47 +03:00
capsule.c
…
cellobject.c
…
classobject.c
bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
2018-07-31 09:18:24 +03:00
codeobject.c
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
2018-08-03 15:33:52 +02:00
complexobject.c
…
descrobject.c
bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
2018-07-31 09:18:24 +03:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
2018-07-06 12:20:07 -04:00
enumobject.c
…
exceptions.c
…
fileobject.c
…
floatobject.c
…
frameobject.c
…
funcobject.c
…
genobject.c
closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911)
2018-08-25 00:15:23 -07:00
iterobject.c
…
listobject.c
bpo-34151: Improve performance of some list operations (GH-8332)
2018-08-11 21:12:07 +08:00
listsort.txt
…
lnotab_notes.txt
…
longobject.c
Fix compiler warning with a type cast (GH-9300)
2018-09-14 01:35:59 -07:00
memoryobject.c
…
methodobject.c
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
2018-09-12 12:06:42 -07:00
moduleobject.c
Fix misleading mentions of tp_size in comments (GH-9093)
2018-09-10 09:46:08 -07:00
namespaceobject.c
Fix misleading mentions of tp_size in comments (GH-9093)
2018-09-10 09:46:08 -07:00
object.c
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
2018-09-12 12:06:42 -07:00
obmalloc.c
…
odictobject.c
…
rangeobject.c
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880)
2018-08-23 21:39:45 -07:00
README
…
setobject.c
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)
2018-09-11 16:18:01 -07:00
sliceobject.c
…
structseq.c
…
tupleobject.c
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
2018-08-03 15:33:52 +02:00
typeobject.c
bpo-25750: fix refcounts in type_getattro() (GH-6118)
2018-09-07 09:37:00 +02:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
2018-09-12 00:23:25 +02:00
unicodetype_db.h
…
weakrefobject.c
…
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink