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
6db7033192cd537ca987a65971acb01206c3ba82
cpython
/
Objects
History
Oren Milman
6db7033192
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (
#3620
)
2017-09-19 14:23:01 +03:00
..
clinic
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (
#1955
)
2017-07-03 21:20:15 +03:00
stringlib
bpo-31338 (
#3374
)
2017-09-14 18:13:16 -07:00
abstract.c
bpo-31338 (
#3374
)
2017-09-14 18:13:16 -07:00
accu.c
…
boolobject.c
bpo-30592: Fixed error messages for some builtins. (
#1996
)
2017-06-08 14:41:19 +03:00
bytearrayobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
bytes_methods.c
bpo-29549: Fixes docstring for str.index (
#256
)
2017-04-04 22:36:22 -07:00
bytesobject.c
bpo-31338 (
#3374
)
2017-09-14 18:13:16 -07:00
call.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
capsule.c
…
cellobject.c
bpo-31462: Remove trailing whitespaces. (
#3564
)
2017-09-14 09:38:36 +03:00
classobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
codeobject.c
replace custom table with pyctype (
#3456
)
2017-09-08 10:35:49 -07:00
complexobject.c
Update Argument Clinic generated code for bpo-29878. (
#1001
)
2017-04-05 12:00:42 +03:00
descrobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
dict-common.h
bpo-29304: Simplify dict lookup functions (GH-2407)
2017-08-03 23:45:15 +09:00
dictnotes.txt
…
dictobject.c
bpo-31338 (
#3374
)
2017-09-14 18:13:16 -07:00
enumobject.c
bpo-29878: Add global instances of int for 0 and 1. (
#852
)
2017-03-30 09:09:41 +03:00
exceptions.c
bpo-31497: Add private helper _PyType_Name(). (
#3630
)
2017-09-17 21:11:04 +03:00
fileobject.c
bpo-29548: Fix some inefficient call API usage (GH-97)
2017-02-16 09:26:01 +09:00
floatobject.c
bpo-31373: remove overly strict float range checks (
#3486
)
2017-09-10 23:50:46 -07:00
frameobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
funcobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
genobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
iterobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
listobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
listsort.txt
Issue
#27895
: Spelling fixes (Contributed by Ville Skyttä).
2016-09-07 12:03:06 +00:00
lnotab_notes.txt
bpo-28810: Update lnotab_notes.txt (
#665
)
2017-03-14 21:42:09 +02:00
longobject.c
bpo-31338 (
#3374
)
2017-09-14 18:13:16 -07:00
memoryobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
methodobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
moduleobject.c
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (
#3620
)
2017-09-19 14:23:01 +03:00
namespaceobject.c
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (
#1096
)
2017-04-19 20:03:52 +03:00
object.c
bpo-30860: Fix a refleak. (
#3567
)
2017-09-14 00:35:58 -07:00
obmalloc.c
bpo-30860: Fix deadcode in obmalloc.c (
#3499
)
2017-09-14 14:48:37 -07:00
odictobject.c
bpo-31497: Add private helper _PyType_Name(). (
#3630
)
2017-09-17 21:11:04 +03:00
rangeobject.c
bpo-30592: Fixed error messages for some builtins. (
#1996
)
2017-06-08 14:41:19 +03:00
README
…
setobject.c
bpo-31462: Remove trailing whitespaces. (
#3564
)
2017-09-14 09:38:36 +03:00
sliceobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
structseq.c
bpo-29793: Convert some builtin types constructors to Argument Clinic. (
#615
)
2017-03-19 08:51:07 +02:00
tupleobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
typeobject.c
bpo-31497: Add private helper _PyType_Name(). (
#3630
)
2017-09-17 21:11:04 +03:00
typeslots.inc
…
typeslots.py
Issue
#26662
: Set PYTHON_FOR_GEN in configure
2016-07-26 12:48:08 +02:00
unicodectype.c
…
unicodeobject.c
bpo-31338 (
#3374
)
2017-09-14 18:13:16 -07:00
unicodetype_db.h
bpo-30736: upgrade to Unicode 10.0 (
#2344
)
2017-06-22 22:31:08 -07:00
weakrefobject.c
bpo-30592: Fixed error messages for some builtins. (
#1996
)
2017-06-08 14:41:19 +03:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink