- da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 7 years ago
- a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 7 years ago
- 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
- d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
- ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
- 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
- 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 14 years ago
- b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
- 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 16 years ago
- e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
- a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
- f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
- 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 17 years ago
- 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- 712ce45 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer by Neal Norwitz · 19 years ago
- 07f9398 Update comment, QnewFlag will go away in 3.0, not 2.3 by Neal Norwitz · 22 years ago
- a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
- 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
- 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
- 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
- 649414c Fix typo in comment. by Neil Schemenauer · 23 years ago
- 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- b16d197 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
- 4d856ee Added Tabcheck flag. by Guido van Rossum · 27 years ago
- 95c745b - Add Py_FrozenFlag, intended to suppress error messages fron by Guido van Rossum · 27 years ago
- 3d90af9 Added NoSite flag. by Guido van Rossum · 27 years ago
- d5a0ff9 Added extern definition for -X flag variable. by Barry Warsaw · 27 years ago
- e6fb204 Got rid of "suppres printing" flag. by Guido van Rossum · 27 years ago
- e9e4779 Add global Py_OptimizeFlag. by Guido van Rossum · 28 years ago
- 3f3a268 Added decl for Py_InteractiveFlag. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 1266974 Debug related variable/function definitions go here. by Guido van Rossum · 28 years ago