Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Repository
2df25c3530ec9841e8d7c22e6551881ab36bc0d1
Switch branch/tag
cpython
Objects
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Download this directory
zip
tar.gz
tar.bz2
tar
Clone
Clone with HTTPS
Open in your IDE
Visual Studio Code
Copy HTTPS clone URL
Copy HTTPS clone URL
https://lab.nexedi.com/kirr/cpython.git
Back out r59931 - test_ctypes fails with it.
Georg Brandl authored
17 years ago
2df25c35
Name
Last commit
Last update
..
stringlib
Made _ParseTupleFinds only defined to unicodeobject.c
17 years ago
abstract.c
Fix Issue 1045.
17 years ago
boolobject.c
Add a bunch of GIL release/acquire points in tp_print implementations and for
17 years ago
bufferobject.c
Coverity #151: Remove deadcode.
17 years ago
cellobject.c
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
17 years ago
classobject.c
As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.
17 years ago
cobject.c
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
17 years ago
codeobject.c
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
17 years ago
complexobject.c
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
17 years ago
descrobject.c
Fix refleak
17 years ago
dictnotes.txt
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
18 years ago
dictobject.c
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
17 years ago
doubledigits.c
Backport of r59456:59458 from py3k to trunk
17 years ago
enumobject.c
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
17 years ago
exceptions.c
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
17 years ago
fileobject.c
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
17 years ago
floatobject.c
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
17 years ago
frameobject.c
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
17 years ago
funcobject.c
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
17 years ago
genobject.c
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
17 years ago
intobject.c
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
17 years ago
iterobject.c
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
17 years ago
listobject.c
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
17 years ago
listsort.txt
typo fix
18 years ago
longobject.c
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
17 years ago
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c