summaryrefslogtreecommitdiff
path: root/Include/structmember.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka2016-11-221-2/+2
* require a long long data type (closes #27961)Benjamin Peterson2016-09-051-2/+0
* s/tabs/spaces, and clean trailing whitespaceEli Bendersky2012-05-231-28/+27
* the days of pre-standard C compilers are goneBenjamin Peterson2012-02-261-10/+0
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-0/+3
* Fixed some build issues and updated docs.Christian Heimes2007-11-171-2/+2
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-16/+3
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+2
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-1/+2
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-171-1/+3
* Allow for ssize_t field offsets.Martin v. Löwis2006-02-161-1/+1
* 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/+4
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-2/+0
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-201-4/+0
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-4/+4
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-0/+4
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-201-0/+16
* Add support for restricting access based on restricted execution mode.Guido van Rossum2001-09-171-2/+6
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-2/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-2/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-3/+3
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* - Added ability to get at strings embedded in the structJack Jansen1994-12-141-0/+7
* include stddef.hGuido van Rossum1994-10-201-0/+4
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* added BYTE, CHAR and unsigned variantsGuido van Rossum1992-06-031-0/+8
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-0/+40