aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/structmember.c
Commit message (Expand)AuthorAge
* gh-132685: fix thread safety of `PyMember_GetOne` with `_Py_T_OBJECT` (#132690)Kumar Aditya13 days
* gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...Daniele Parmeggiani2024-12-03
* gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)Daniele Parmeggiani2024-06-17
* gh-115011: Improve support of __index__() in setters of members with unsigned...Serhiy Storchaka2024-02-11
* gh-114388: Fix an error in GH-114391 (GH-115000)Serhiy Storchaka2024-02-04
* gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)Serhiy Storchaka2024-02-04
* gh-106869: Use new PyMemberDef constant names (#106871)Victor Stinner2023-07-25
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-04
* gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)Victor Stinner2022-11-16
* gh-99300: Use Py_NewRef() in Python/ directory (#99317)Victor Stinner2022-11-10
* bpo-44655: Include the name of the type in unset __slots__ attribute errors (...Pablo Galindo Salgado2021-07-17
* bpo-40268: Remove unused structmember.h includes (GH-19530)Victor Stinner2020-04-15
* Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-20
* Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-20
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-06
* require a long long data type (closes #27961)Benjamin Peterson2016-09-05
* Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR...Christian Heimes2012-09-11
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* Merged revisions 79763 via svnmerge fromBenjamin Peterson2010-04-04
* Merged revisions 79642,79644 via svnmerge fromBenjamin Peterson2010-04-03
* Issue #8014: Fix incorrect error checks in structmember.c, and re-enableMark Dickinson2010-03-13
* Merged revisions 77157 via svnmerge fromBenjamin Peterson2009-12-30
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-07
* Issue #1950: Fixed misusage of PyUnicode_AsString().Alexandre Vassalotti2008-05-03
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-23
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-02
* This is the uncontroversial half of patch 1263 by Thomas Lee:Guido van Rossum2007-10-19
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-12
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-11
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-06
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-18
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-14
* Make readonly members defined in C throw an AttributeError on modification. T...Collin Winter2007-03-28
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-17
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* const poisoning, spreading to fix new const warningsTim Peters2005-12-24
* Patch #1115086: support PY_LONGLONG in structmember.Martin v. Löwis2005-03-03
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-20
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-04
* Put descr name in "bad memberdescr type" error message.Jeremy Hylton2001-10-16
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-20
* Add support for restricting access based on restricted execution mode.Guido van Rossum2001-09-17
* SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470Tim Peters2001-01-27
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Trivial little change: when setting a member to an object, hold theGuido van Rossum1998-05-20