summaryrefslogtreecommitdiff
path: root/Python/structmember.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-321/+321
* fix tabsBenjamin Peterson2010-04-041-1/+1
* give TypeError when trying to set T_STRING_INPLACEBenjamin Peterson2010-04-031-1/+5
* Fix incorrect error checks in structmember.c (backport of r78920 from py3k).Mark Dickinson2010-03-131-3/+4
* check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)Benjamin Peterson2009-12-301-5/+15
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-6/+6
* Renamed PyString to PyBytesChristian Heimes2008-05-261-6/+6
* Patch #1720595: add T_BOOL to the range of structmember types.Georg Brandl2008-01-211-0/+15
* Backport of the PCbuild9 directory from the py3k branch.Christian Heimes2007-11-221-1/+1
* Handle errors when generating a warning.Neal Norwitz2007-08-051-30/+31
* Add T_PYSSIZET in structmember.h: This can be used forWalter Dörwald2007-06-131-0/+10
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-24/+18
* Patch #1549049: Rewrite type conversion in structmember.Martin v. Löwis2006-10-271-53/+91
* Fix a warning on ppc (debian)Neal Norwitz2006-04-281-4/+7
* const poisoning, spreading to fix new const warningsTim Peters2005-12-241-3/+3
* Patch #1115086: support PY_LONGLONG in structmember.Martin v. Löwis2005-03-031-0/+32
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-201-22/+1
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-1/+8
* Put descr name in "bad memberdescr type" error message.Jeremy Hylton2001-10-161-1/+2
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-201-202/+213
* Add support for restricting access based on restricted execution mode.Guido van Rossum2001-09-171-5/+16
* SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470Tim Peters2001-01-271-0/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-11/+3
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Trivial little change: when setting a member to an object, hold theGuido van Rossum1998-05-201-1/+3
* Quickly renamed the remaining files -- this directory is done.Guido van Rossum1997-04-291-78/+88
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-091-6/+8
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* - Added ability to get at strings embedded in the structJack Jansen1994-12-141-1/+23
* Merge back to main trunkGuido van Rossum1994-08-301-1/+6
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Added new types to setattr() as well...Guido van Rossum1992-06-031-0/+52
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Use new exceptions.Guido van Rossum1991-12-101-3/+3
* Added __members__ secret attributeGuido van Rossum1991-10-201-0/+25
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Return -1 for errors.Guido van Rossum1990-12-201-1/+1
* "Compiling" versionGuido van Rossum1990-12-201-0/+134