summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+4
* Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-0/+2
* Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-0/+1
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-3/+0
|\
| * Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-1/+0
| * Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-2/+0
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+3
|\ \ | |/
| * Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...Georg Brandl2010-12-281-0/+1
| * Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+2
* | Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+1
|/
* Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-lineAntoine Pitrou2009-01-091-0/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+0
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-0/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+0
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-061-0/+1
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-0/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-0/+1
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-1/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+1
* _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longerNeal Norwitz2006-03-171-4/+0
* 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