Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3d86d090dcbbdfdd3e5a5951cab30612d6131222
/
Python
/
structmember.c
4a21e57
bpo-40268: Remove unused structmember.h includes (GH-19530)
by Victor Stinner
· 4 years, 7 months ago
85b0f5b
Added the const qualifier to char* variables that refer to readonly internal
by Serhiy Storchaka
· 8 years ago
0651583
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 8 years ago
af580df
replace PY_LONG_LONG with long long
by Benjamin Peterson
· 8 years ago
ed4aa83
require a long long data type (closes #27961)
by Benjamin Peterson
· 8 years ago
5557a9c
Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815
by Christian Heimes
· 12 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
c54eec3
Merged revisions 79763 via svnmerge from
by Benjamin Peterson
· 15 years ago
80d8fd8
Merged revisions 79642,79644 via svnmerge from
by Benjamin Peterson
· 15 years ago
252e400
Issue #8014: Fix incorrect error checks in structmember.c, and re-enable
by Mark Dickinson
· 15 years ago
d12362a
Merged revisions 77157 via svnmerge from
by Benjamin Peterson
· 15 years ago
4cc0f24
Rename PyUnicode_AsString -> _PyUnicode_AsString and
by Marc-André Lemburg
· 16 years ago
a85998a
Issue #1950: Fixed misusage of PyUnicode_AsString().
by Alexandre Vassalotti
· 17 years ago
1af737c
Merged revisions 60176-60209 via svnmerge from
by Christian Heimes
· 17 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 17 years ago
21431e8
This is the uncontroversial half of patch 1263 by Thomas Lee:
by Guido van Rossum
· 17 years ago
46fc337
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
by Skip Montanaro
· 17 years ago
8dfc4a9
Remove support for __members__ and __methods__. There still might be
by Neal Norwitz
· 17 years ago
806c246
Merged revisions 56753-56781 via svnmerge from
by Guido van Rossum
· 17 years ago
7eaf822
Merged revisions 55962-56019 via svnmerge from
by Guido van Rossum
· 17 years ago
cd16bf6
Merged revisions 55817-55961 via svnmerge from
by Guido van Rossum
· 17 years ago
a8add0e
Merged revisions 55270-55324 via svnmerge from
by Guido van Rossum
· 17 years ago
42dae6a
Make readonly members defined in C throw an AttributeError on modification. This brings them into sync with Python-level attributes. Fixes bug #1687163.
by Collin Winter
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
50e9fb9
Completely get rid of PyClass and PyInstance.
by Guido van Rossum
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago
c3d12ac
const poisoning, spreading to fix new const warnings in _winreg.c.
by Tim Peters
· 19 years ago
96d743e
Patch #1115086: support PY_LONGLONG in structmember.
by Martin v. Löwis
· 20 years ago
eddc144
Getting rid of all the code inside #ifdef macintosh too.
by Jack Jansen
· 21 years ago
6b70599
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
by Guido van Rossum
· 23 years ago
26633f4
Put descr name in "bad memberdescr type" error message.
by Jeremy Hylton
· 23 years ago
6f79937
Add optional docstrings to member descriptors. For backwards
by Guido van Rossum
· 23 years ago
c299fc1
Add support for restricting access based on restricted execution mode.
by Guido van Rossum
· 23 years ago
547397c
SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470
by Tim Peters
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
f70ef4f
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
by Thomas Wouters
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
adf0e43
Trivial little change: when setting a member to an object, hold the
by Guido van Rossum
· 26 years ago
79f25d9
Quickly renamed the remaining files -- this directory is done.
by Guido van Rossum
· 28 years ago
644a12b
Tweaks to keep the Microsoft compiler quier.
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
6d023c9
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
599f0d1
- Added ability to get at strings embedded in the struct
by Jack Jansen
· 30 years ago
1d5735e
Merge back to main trunk
by Guido van Rossum
· 30 years ago
9bfef44
* Changed all copyright messages to include 1993.
by Guido van Rossum
· 32 years ago
ab2490a
Added new types to setattr() as well...
by Guido van Rossum
· 32 years ago
bab9d03
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
87e7ea7
Use new exceptions.
by Guido van Rossum
· 33 years ago
2f1d87e
Added __members__ secret attribute
by Guido van Rossum
· 33 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
73531a3
Return -1 for errors.
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago