1. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  2. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  3. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  4. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  5. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  6. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 9 years ago
  7. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  8. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 9 years ago
  9. 8b1cbd2 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 10 years ago
  10. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  11. 75f7490 PYTHONY2K is long gone. Remove traces from the docs and manpage. by Georg Brandl · 10 years ago
  12. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  13. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  14. 62511fd asyncio: document the debug mode by Victor Stinner · 10 years ago
  15. 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 10 years ago
  16. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 10 years ago
  17. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  18. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  19. bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. by Serhiy Storchaka · 11 years ago
  20. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
  21. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  22. b6738df (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  23. ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  24. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 11 years ago
  25. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  26. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  27. 711c370 Merge versionadded addition and typo fix from 3.3. by Ezio Melotti · 11 years ago
  28. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 11 years ago
  29. 1f8898a #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option. by Ezio Melotti · 11 years ago
  30. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  31. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  32. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  33. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 12 years ago
  34. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  35. 42ae472 merge with 3.2 by Georg Brandl · 12 years ago
  36. 7ef825f merge with 3.2 by Georg Brandl · 12 years ago
  37. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  38. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  39. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  40. 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
  41. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  42. fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 12 years ago
  43. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 12 years ago
  44. 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
  45. 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
  46. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  47. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  48. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  49. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  50. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  51. 577a6af Merge doc fixes from 3.2 by Éric Araujo · 13 years ago
  52. d2f8cec Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 13 years ago
  53. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  54. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  55. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  56. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  57. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  58. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  59. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 14 years ago
  60. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  61. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  62. 358b63a Fix typo by Éric Araujo · 14 years ago
  63. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  64. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  65. 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
  66. 44afa5e Fix typo. by Georg Brandl · 14 years ago
  67. 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
  68. 0805ca3 Merged revisions 79878-79880 via svnmerge from by Philip Jenvey · 14 years ago
  69. 379299c #8213: document behavior of -u on py3k better. by Georg Brandl · 14 years ago
  70. a1bd445 Merged revisions 77995 via svnmerge from by Barry Warsaw · 14 years ago
  71. 615368f Document the -J and -X options for CPython. Note that unlike for py2k, we by Barry Warsaw · 14 years ago
  72. fa83395 Merged revisions 77300 via svnmerge from by Antoine Pitrou · 15 years ago
  73. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago
  74. 1e6711b Merged revisions 77200 via svnmerge from by Brett Cannon · 15 years ago
  75. 4b44807 Clean up the list of allowed command-line flags. by Brett Cannon · 15 years ago
  76. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  77. 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
  78. 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
  79. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  80. eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 15 years ago
  81. 3221dc9 Merged revisions 72008 via svnmerge from by Georg Brandl · 15 years ago
  82. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 15 years ago
  83. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  84. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  85. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 16 years ago
  86. f913ac7 A totally crappy workaround for issue 4266, but this allows me to build the by Barry Warsaw · 16 years ago
  87. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  88. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  89. 2c906f1 Merged revisions 64130 via svnmerge from by Georg Brandl · 16 years ago
  90. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  91. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  92. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  93. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  94. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  95. 9ea0117 Remove ">>>>" markers left over from merge by Benjamin Peterson · 16 years ago
  96. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  97. 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
  98. 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
  99. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 17 years ago
  100. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago