1. ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  2. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  3. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 11 years ago
  4. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  5. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  6. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  7. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 12 years ago
  8. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  9. 42ae472 merge with 3.2 by Georg Brandl · 12 years ago
  10. 7ef825f merge with 3.2 by Georg Brandl · 12 years ago
  11. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  12. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  13. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  14. 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
  15. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  16. fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 12 years ago
  17. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 12 years ago
  18. 08c08eb Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams. by Antoine Pitrou · 13 years ago
  19. d5ec134 Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams. by Antoine Pitrou · 13 years ago
  20. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  21. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  22. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  23. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  24. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  25. 577a6af Merge doc fixes from 3.2 by Éric Araujo · 13 years ago
  26. d2f8cec Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 13 years ago
  27. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  28. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  29. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  30. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  31. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  32. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  33. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 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. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  36. 358b63a Fix typo by Éric Araujo · 14 years ago
  37. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  38. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  39. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 14 years ago
  40. 44afa5e Fix typo. by Georg Brandl · 14 years ago
  41. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  42. 0805ca3 Merged revisions 79878-79880 via svnmerge from by Philip Jenvey · 14 years ago
  43. 379299c #8213: document behavior of -u on py3k better. by Georg Brandl · 14 years ago
  44. a1bd445 Merged revisions 77995 via svnmerge from by Barry Warsaw · 14 years ago
  45. 615368f Document the -J and -X options for CPython. Note that unlike for py2k, we by Barry Warsaw · 14 years ago
  46. fa83395 Merged revisions 77300 via svnmerge from by Antoine Pitrou · 15 years ago
  47. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago
  48. 1e6711b Merged revisions 77200 via svnmerge from by Brett Cannon · 15 years ago
  49. 4b44807 Clean up the list of allowed command-line flags. by Brett Cannon · 15 years ago
  50. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  51. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  52. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  53. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  54. eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 15 years ago
  55. 3221dc9 Merged revisions 72008 via svnmerge from by Georg Brandl · 15 years ago
  56. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 15 years ago
  57. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  58. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  59. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 16 years ago
  60. f913ac7 A totally crappy workaround for issue 4266, but this allows me to build the by Barry Warsaw · 16 years ago
  61. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  62. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  63. 2c906f1 Merged revisions 64130 via svnmerge from by Georg Brandl · 16 years ago
  64. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  65. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  66. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  67. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  68. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  69. 9ea0117 Remove ">>>>" markers left over from merge by Benjamin Peterson · 16 years ago
  70. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  71. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  72. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  73. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 16 years ago
  74. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  75. 226679a Added -b option to the list of command line options by Christian Heimes · 17 years ago
  76. 15c3254 No -Q flag anymore in Py3k. by Georg Brandl · 17 years ago
  77. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  78. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  79. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 17 years ago
  80. 3c8ce77 Add new directory "using". This should have been in the merge patch, by Georg Brandl · 17 years ago