1. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  2. 10a7dbd Issue #28396: Remove any mention of .pyo files from the man page. by Brett Cannon · 8 years ago
  3. e46487b merge 3.4 (#17167) by Benjamin Peterson · 8 years ago
  4. b9869df remove useless $ keyword (closes #17167) by Benjamin Peterson · 8 years ago
  5. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 8 years ago
  6. 8ec4ae0 merge 3.4 by Benjamin Peterson · 9 years ago
  7. 37c4f78 add trailing slash by Benjamin Peterson · 9 years ago
  8. 2e02875 merge 3.4 by Benjamin Peterson · 9 years ago
  9. 755640b update links by Benjamin Peterson · 9 years ago
  10. 31cd756 merge 3.4 by Benjamin Peterson · 9 years ago
  11. b0335ee improve phrasing by Benjamin Peterson · 9 years ago
  12. 9195870 Issue #24077: merge from 3.4 by Ned Deily · 9 years ago
  13. 64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. by Ned Deily · 9 years ago
  14. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  15. 75f7490 PYTHONY2K is long gone. Remove traces from the docs and manpage. by Georg Brandl · 10 years ago
  16. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  17. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  18. ce3dd0b Add -b and -X options to python man page. Patch contributed by Corey Brune. by Senthil Kumaran · 11 years ago
  19. d8623e8 Do not italicize punctuation in python(1) manual page (Matt Kraai). by doko@ubuntu.com · 12 years ago
  20. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  21. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  22. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  23. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  24. c8e0320 Merge 3.2 by Éric Araujo · 12 years ago
  25. a2b89e3 Fix last remaining references to ex-devguide by Éric Araujo · 12 years ago
  26. 90c3fb6 Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago
  27. e97f14c Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago
  28. 9c4f09d #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago
  29. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  30. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  31. 9d87119 #1772833: add -q command line option. by Georg Brandl · 13 years ago
  32. 2693d08 Merged revisions 85436 via svnmerge from by Benjamin Peterson · 14 years ago
  33. ee85a1d put PYTHONIOENCODING in man page by Benjamin Peterson · 14 years ago
  34. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  35. 0805ca3 Merged revisions 79878-79880 via svnmerge from by Philip Jenvey · 14 years ago
  36. 379299c #8213: document behavior of -u on py3k better. by Georg Brandl · 14 years ago
  37. 70924dd Merged revisions 77877 via svnmerge from by Matthias Klose · 14 years ago
  38. c8b16f8 Merged revisions 77875 via svnmerge from by Matthias Klose · 14 years ago
  39. b2f9e3b Merged revisions 74759-74760 via svnmerge from by Benjamin Peterson · 15 years ago
  40. 6aa7c8c py3k documentation has its own url by Benjamin Peterson · 15 years ago
  41. 25a8dd7 Merged revisions 74757 via svnmerge from by Benjamin Peterson · 15 years ago
  42. eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 15 years ago
  43. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  44. 9249f80 .pythonrc.py is no more by Benjamin Peterson · 15 years ago
  45. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  46. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  47. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  48. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  49. 31a58df fix two typos in python(1) by Matthias Klose · 19 years ago
  50. 3afe4f3 Add helpful comment by Andrew M. Kuchling · 20 years ago
  51. 6f59325 Take out Guido's name and put in the PSF by Andrew M. Kuchling · 20 years ago
  52. 895f245 Update two URLs by Andrew M. Kuchling · 20 years ago
  53. 166e625 Add -m to man page by Andrew M. Kuchling · 20 years ago
  54. 816065f Remove -U from argument list. by Martin v. Löwis · 21 years ago
  55. b6434f2 Document that -u puts stdin, stdout, and stderr in binary mode. by Sjoerd Mullender · 22 years ago
  56. 611a710 Patch #552812: Better description in "python -h" for -u. by Martin v. Löwis · 22 years ago
  57. b2cb37f Fix typo by Andrew M. Kuchling · 22 years ago
  58. 9abaf4d SF patch #467455 : Enhanced environment variables, by Toby Dickenson. by Guido van Rossum · 23 years ago
  59. 97bac53 Change the date field to use $Date$ so it won't be outrageously out of date. by Guido van Rossum · 23 years ago
  60. b674baf Document -Q. Move arguments around to be in strict alphabetical by Guido van Rossum · 23 years ago
  61. bd2e3b0 Document the PYTHONY2K environment variable that had been left out of this list. by Fred Drake · 23 years ago
  62. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  63. 88717f4 Mention pydoc in the man page by Andrew M. Kuchling · 23 years ago
  64. 1378c32 Document the -W option as best as I can. by Guido van Rossum · 23 years ago
  65. 6456937 Describe the -h and -V flags. Closes patch #101496 by Barry Warsaw · 24 years ago
  66. f4a090d Clean up a bit. Drop -X option, update date, remove documentation by Guido van Rossum · 24 years ago
  67. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  68. f2e9e29 Oops, better update the date on the .TH line. by Fred Drake · 25 years ago
  69. 4c9be9d Various updates, mostly to add information to the SEE ALSO and by Fred Drake · 25 years ago
  70. 07c44c7 Document -x too. by Guido van Rossum · 26 years ago
  71. 29d465b Document -t flag. by Guido van Rossum · 26 years ago
  72. 4cf4de5 Brought up to date with new options and env vars. by Guido van Rossum · 27 years ago
  73. 8aea8d9 Remove -s option and $PYTHONSUPPRESS environment variable. by Guido van Rossum · 27 years ago
  74. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  75. 74faed2 Got rid of all references to stdwin. by Guido van Rossum · 28 years ago
  76. 227a0a1 Added 1995 to copyright message; added a few people to acks again... by Guido van Rossum · 29 years ago
  77. 36a3734 Document -s option -- suppress printing of top-level expressions by Guido van Rossum · 30 years ago
  78. ef5bca3 Documented -u (unbuffered), undocumented -k (killprint) by Guido van Rossum · 30 years ago
  79. 9f65ae0 Fix weird messed up paragraphs by Guido van Rossum · 30 years ago
  80. a7925f1 Initial revision by Guido van Rossum · 30 years ago