summaryrefslogtreecommitdiff
path: root/Python/structmember.c
Commit message (Expand)AuthorAgeFilesLines
* Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-201-1/+1
* Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-1/+1
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-8/+8
* require a long long data type (closes #27961)Benjamin Peterson2016-09-051-4/+0
* Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR...Christian Heimes2012-09-111-5/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-274/+274
* Merged revisions 79763 via svnmerge fromBenjamin Peterson2010-04-041-1/+1
* Merged revisions 79642,79644 via svnmerge fromBenjamin Peterson2010-04-031-1/+5
* Issue #8014: Fix incorrect error checks in structmember.c, and re-enableMark Dickinson2010-03-131-3/+4
* Merged revisions 77157 via svnmerge fromBenjamin Peterson2009-12-301-5/+15
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Issue #1950: Fixed misusage of PyUnicode_AsString().Alexandre Vassalotti2008-05-031-4/+11
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-0/+15
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-12/+12
* This is the uncontroversial half of patch 1263 by Thomas Lee:Guido van Rossum2007-10-191-5/+5
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-121-4/+4
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-66/+0
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-30/+31
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-0/+10
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-24/+18
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-9/+1
* Make readonly members defined in C throw an AttributeError on modification. T...Collin Winter2007-03-281-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-53/+91
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-171-0/+4
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-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