summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
Commit message (Expand)AuthorAgeFilesLines
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-071-0/+1
* Add -3 option to the interpreter to warn about features that areNeal Norwitz2007-05-231-0/+2
* Variant of patch #697613: don't exit the interpreter on a SystemExitGeorg Brandl2007-03-071-0/+1
* Update comment, QnewFlag will go away in 3.0, not 2.3Neal Norwitz2003-01-131-2/+2
* Excise DL_IMPORT/EXPORT from object.h, and related files. This patchMark Hammond2002-07-291-13/+13
* The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: addedTim Peters2002-07-091-1/+1
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-0/+4
* Add warning mode for classic division, almost exactly as specified inGuido van Rossum2001-08-311-0/+1
* Fix typo in comment.Neil Schemenauer2001-07-231-1/+1
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-0/+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-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Marc-Andre Lemburg:Guido van Rossum2000-05-011-0/+1
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-1/+1
* Added Tabcheck flag.Guido van Rossum1998-04-101-0/+1
* - Add Py_FrozenFlag, intended to suppress error messages fronGuido van Rossum1998-02-061-0/+1
* Added NoSite flag.Guido van Rossum1997-08-291-0/+1
* Added extern definition for -X flag variable.Barry Warsaw1997-08-291-0/+1
* Got rid of "suppres printing" flag.Guido van Rossum1997-07-191-1/+0
* Add global Py_OptimizeFlag.Guido van Rossum1997-03-031-0/+1
* Added decl for Py_InteractiveFlag.Guido van Rossum1997-02-141-0/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Debug related variable/function definitions go here.Guido van Rossum1996-05-221-0/+40