COMMITS
/ Include/pydebug.h August 31, 2016
S
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
August 10, 2013
C
Issue #16400: Add command line option for isolated mode.
Christian Heimes committed
February 20, 2012
G
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl committed
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
March 26, 2011
É
Remove traces of division_warning left over from Python 2 (#10998)
Éric Araujo committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
December 28, 2010
G
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
Georg Brandl committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
January 9, 2009
A
Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line
Antoine Pitrou committed
June 4, 2008
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
G
Revert r63934 -- it was mixing two patches.
Georg Brandl committed
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
May 6, 2008
C
Merged revisions 62774-62775,62785,62787-62788 via svnmerge from
Christian Heimes committed
January 7, 2008
C
Merged revisions 59822-59841 via svnmerge from
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
March 17, 2006
N
_Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer
Neal Norwitz committed
January 13, 2003
N
Update comment, QnewFlag will go away in 3.0, not 2.3
Neal Norwitz committed
July 29, 2002
M
Excise DL_IMPORT/EXPORT from object.h, and related files. This patch
Mark Hammond committed
July 9, 2002
T
The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added
Tim Peters committed
December 6, 2001
T
SF bug #488514: -Qnew needs work
Tim Peters committed
August 31, 2001
G
Add warning mode for classic division, almost exactly as specified in
Guido van Rossum committed
July 23, 2001
N
Fix typo in comment.
Neil Schemenauer committed
N
Add -E command line switch (ignore environment variables like PYTHONHOME
Neil Schemenauer committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 8, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 1, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
April 10, 1998
G
Added Tabcheck flag.
Guido van Rossum committed
February 6, 1998
G
- Add Py_FrozenFlag, intended to suppress error messages fron
Guido van Rossum committed
August 29, 1997
G
Added NoSite flag.
Guido van Rossum committed
B
Added extern definition for -X flag variable.
Barry Warsaw committed
July 19, 1997
G
Got rid of "suppres printing" flag.
Guido van Rossum committed
March 3, 1997
G
Add global Py_OptimizeFlag.
Guido van Rossum committed
February 14, 1997
G
Added decl for Py_InteractiveFlag.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
May 22, 1996
G
Debug related variable/function definitions go here.
Guido van Rossum committed