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