COMMITS
/ Python/structmember.c December 3, 2024
D
gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensions (GH-123211)
Daniele Parmeggiani committed
June 17, 2024
D
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Daniele Parmeggiani committed
February 11, 2024
S
gh-115011: Improve support of __index__() in setters of members with unsigned integer type (GH-115029)
Serhiy Storchaka committed
February 4, 2024
S
gh-114388: Fix an error in GH-114391 (GH-115000)
Serhiy Storchaka committed
S
gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)
Serhiy Storchaka committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
May 4, 2023
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
July 16, 2021
P
bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199)
Pablo Galindo Salgado committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
September 11, 2012
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 4, 2010
B
Merged revisions 79763 via svnmerge from
Benjamin Peterson committed
April 3, 2010
B
Merged revisions 79642,79644 via svnmerge from
Benjamin Peterson committed
March 13, 2010
M
Issue #8014: Fix incorrect error checks in structmember.c, and re-enable
Mark Dickinson committed
December 30, 2009
B
Merged revisions 77157 via svnmerge from
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
May 3, 2008
A
Issue #1950: Fixed misusage of PyUnicode_AsString().
Alexandre Vassalotti committed
January 23, 2008
C
Merged revisions 60176-60209 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
October 19, 2007
G
This is the uncontroversial half of patch 1263 by Thomas Lee:
Guido van Rossum committed
August 12, 2007
S
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro committed
August 11, 2007
N
Remove support for __members__ and __methods__. There still might be
Neal Norwitz committed
August 6, 2007
G
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum committed
June 18, 2007
G
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
May 14, 2007
G
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum committed
March 28, 2007
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
December 24, 2005
T
const poisoning, spreading to fix new const warnings
Tim Peters committed
March 3, 2005
M
Patch #1115086: support PY_LONGLONG in structmember.
Martin v. Löwis committed
November 20, 2003
J
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen committed
December 4, 2001
G
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
Guido van Rossum committed
October 16, 2001
J
Put descr name in "bad memberdescr type" error message.
Jeremy Hylton committed
September 20, 2001
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
September 17, 2001
G
Add support for restricting access based on restricted execution mode.
Guido van Rossum committed
January 27, 2001
T
SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 20, 1998
G
Trivial little change: when setting a member to an object, hold the
Guido van Rossum committed
April 29, 1997
G
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum committed