summaryrefslogtreecommitdiffstats
path: root/LGPL_EXCEPTION.txt
blob: 8d0f85eba40bb52717cdd79ca238297f5b3e5adc (plain)
1
2
3
Nokia Qt LGPL Exception version 1.0

As a special exception to the GNU Lesser General Public License version 2.1, the object code form of a "work that uses the Library" may incorporate material from a header file that is part of the Library.  You may distribute such object code under terms of your choice, provided that the incorporated material (i) does not exceed more than 5% of the total size of the Library;  and (ii) is limited to numerical parameters, data structure layouts, accessors, macros, inline functions and templates.
ted type checking on eval() functionRaymond Hettinger2004-07-021-1/+1 * A slight change to SET_LINENO-less tracing.Michael W. Hudson2002-09-111-0/+2 * Excise DL_EXPORT from Include.Mark Hammond2002-08-121-7/+7 * SF patch # 580411, move frame macros from frameobject.h into ceval.cNeal Norwitz2002-07-141-20/+0 * Make frames a PyVarObject instead of a PyObject.Neil Schemenauer2001-08-291-2/+1 * PyFrameObject: rename f_stackbottom to f_stacktop, since it points toTim Peters2001-06-231-2/+4 * Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-0/+2 * Variety of small INC/DECREF patches that fix reported memory leaksJeremy Hylton2001-03-131-2/+1 * Remove f_closure slot of frameobject and use f_localsplus instead.Jeremy Hylton2001-01-291-1/+3 * PEP 227 implementationJeremy Hylton2001-01-251-1/+3 * REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01