index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
structmember.c
Commit message (
Expand
)
Author
Age
*
gh-132685: fix thread safety of `PyMember_GetOne` with `_Py_T_OBJECT` (#132690)
Kumar Aditya
13 days
*
gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...
Daniele Parmeggiani
2024-12-03
*
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Daniele Parmeggiani
2024-06-17
*
gh-115011: Improve support of __index__() in setters of members with unsigned...
Serhiy Storchaka
2024-02-11
*
gh-114388: Fix an error in GH-114391 (GH-115000)
Serhiy Storchaka
2024-02-04
*
gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)
Serhiy Storchaka
2024-02-04
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
*
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner
2022-11-10
*
bpo-44655: Include the name of the type in unset __slots__ attribute errors (...
Pablo Galindo Salgado
2021-07-17
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
*
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
*
Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR...
Christian Heimes
2012-09-11
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
Merged revisions 79763 via svnmerge from
Benjamin Peterson
2010-04-04
*
Merged revisions 79642,79644 via svnmerge from
Benjamin Peterson
2010-04-03
*
Issue #8014: Fix incorrect error checks in structmember.c, and re-enable
Mark Dickinson
2010-03-13
*
Merged revisions 77157 via svnmerge from
Benjamin Peterson
2009-12-30
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
*
Issue #1950: Fixed misusage of PyUnicode_AsString().
Alexandre Vassalotti
2008-05-03
*
Merged revisions 60176-60209 via svnmerge from
Christian Heimes
2008-01-23
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
*
This is the uncontroversial half of patch 1263 by Thomas Lee:
Guido van Rossum
2007-10-19
*
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro
2007-08-12
*
Remove support for __members__ and __methods__. There still might be
Neal Norwitz
2007-08-11
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
*
Make readonly members defined in C throw an AttributeError on modification. T...
Collin Winter
2007-03-28
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
const poisoning, spreading to fix new const warnings
Tim Peters
2005-12-24
*
Patch #1115086: support PY_LONGLONG in structmember.
Martin v. Löwis
2005-03-03
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
*
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
Guido van Rossum
2001-12-04
*
Put descr name in "bad memberdescr type" error message.
Jeremy Hylton
2001-10-16
*
Add optional docstrings to member descriptors. For backwards
Guido van Rossum
2001-09-20
*
Add support for restricting access based on restricted execution mode.
Guido van Rossum
2001-09-17
*
SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470
Tim Peters
2001-01-27
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
*
Change copyright notice.
Guido van Rossum
2000-06-30
*
Trivial little change: when setting a member to an object, hold the
Guido van Rossum
1998-05-20
[next]