History log of /external/python/cpython2/Modules/glmodule.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca56dd4767617a2f5e946130de4beb06442a5cd5 17-Sep-2016 Martin Panter <vadmium+py@gmail.com> Issue #28139: Fix messed up indentation

Also update the classmethod and staticmethod doc strings and comments to
match the RST documentation.
/external/python/cpython2/Modules/glmodule.c
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Modules/glmodule.c
dd96db63f689e2f0d8ae5a1436b3b3395eec7de5 09-Jun-2008 Gregory P. Smith <greg@mad-scientist.com> This reverts r63675 based on the discussion in this thread:

http://mail.python.org/pipermail/python-dev/2008-June/079988.html

Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names
in the spirit of 3.0 are available via a #define only. See the email thread.
/external/python/cpython2/Modules/glmodule.c
593daf545bd9b7e7bcb27b498ecc6f36db9ae395 26-May-2008 Christian Heimes <christian@cheimes.de> Renamed PyString to PyBytes
/external/python/cpython2/Modules/glmodule.c
044616aa244a7b78c27d774143ad17a72467d4ef 15-May-2008 Brett Cannon <bcannon@gmail.com> Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0.
/external/python/cpython2/Modules/glmodule.c
20265840164407ce7314285bcf80422b40c15f51 28-Jul-2002 Neal Norwitz <nnorwitz@gmail.com> SF patch #577031, remove PyArg_NoArgs() since it's deprecated
Explicitly use METH_OLDARGS
/external/python/cpython2/Modules/glmodule.c
8586991099e4ace18ee94163a96b8ea1bed77ebe 02-Sep-2000 Guido van Rossum <guido@python.org> REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
/external/python/cpython2/Modules/glmodule.c
f3f33dcf03eaed3c4e720178f9d69205a66d6a91 21-Jul-2000 Thomas Wouters <thomas@python.org> Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
and a couple of functions that were missed in the previous batches. Not
terribly tested, but very carefully scrutinized, three times.

All these were found by the little findkrc.py that I posted to python-dev,
which means there might be more lurking. Cases such as this:

long
func(a, b)
long a;
long b; /* flagword */
{

and other cases where the last ; in the argument list isn't followed by a
newline and an opening curly bracket. Regexps to catch all are welcome, of
course ;)
/external/python/cpython2/Modules/glmodule.c
6a85027a97d090e2a7e38bb37d816ca22d072760 10-Jul-2000 Peter Schneider-Kamp <nowonder@nowonder.de> ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c
have already been checked in)

UNTESTED!
/external/python/cpython2/Modules/glmodule.c
dbd9ba6a6c19c3d06f5684b3384a934f740038db 09-Jul-2000 Tim Peters <tim.peters@gmail.com> Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
/external/python/cpython2/Modules/glmodule.c
ffcc3813d82e6b96db79f518f4e67b940a13ce64 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice - 2nd try.
/external/python/cpython2/Modules/glmodule.c
fd71b9e9d496caa510dec56a9b69966558d6ba5d 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice.
/external/python/cpython2/Modules/glmodule.c
89733a8bd6a9f730cddd37a7a6941fb049472131 21-Oct-1998 Guido van Rossum <guido@python.org> Check in the changed version after running the stubber again -- this
solves the conflict with curses over the 'clear' entry point much
nicer. (Jack had checked in the changes to cstubs eons ago, but I
never regenrated glmodule.c :-( )
/external/python/cpython2/Modules/glmodule.c
dfed920e51a781236da21a72ee158bfcc35508ad 29-Apr-1997 Guido van Rossum <guido@python.org> Hm. What was previously checked in was the edited *output* of the old
cgen.py. Now that cgen.py and cstubs have been quickly renamed, check
in the actual output. This has some "old-style" names left in
(getilongarg etc.) but these are now take care of by macros in
cgensupport.h (which is now specific to glmodule.c).
/external/python/cpython2/Modules/glmodule.c
fbd1d74286b30d205831982f5f4aa3a8b00a9b79 24-Dec-1996 Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> Renamed.

However: "cgensupport.h" is still present... otherwise I get
maaaany type errors... not sure if this needs more attention.
/external/python/cpython2/Modules/glmodule.c