Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e38b0a8ec071723f038e29c922e47e94c231eb13
/
Python
/
structmember.c
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
32a3fb5
Patch #1720595: add T_BOOL to the range of structmember types.
by Georg Brandl
· 17 years ago
e8954f8
Backport of the PCbuild9 directory from the py3k branch.
by Christian Heimes
· 17 years ago
2ef7582
Handle errors when generating a warning.
by Neal Norwitz
· 18 years ago
84a3efe
Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members.
by Walter Dörwald
· 18 years ago
6371cd8
Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5.
by Martin v. Löwis
· 18 years ago
b5bc537
Patch #1549049: Rewrite type conversion in structmember.
by Martin v. Löwis
· 19 years ago
abab1d4
Fix a warning on ppc (debian)
by Neal Norwitz
· 19 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
· 24 years ago
6f79937
Add optional docstrings to member descriptors. For backwards
by Guido van Rossum
· 24 years ago
c299fc1
Add support for restricting access based on restricted execution mode.
by Guido van Rossum
· 24 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
· 25 years ago
f70ef4f
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
by Thomas Wouters
· 25 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 25 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 25 years ago
adf0e43
Trivial little change: when setting a member to an object, hold the
by Guido van Rossum
· 27 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
· 29 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
· 31 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
· 33 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
· 34 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