1. bcf7012 whatsnew: linkify some pip things, and explain why non-inheriting is good. by R David Murray · 10 years ago
  2. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 10 years ago
  3. 2751967 whatsnew: pyvenv --copies option. by R David Murray · 10 years ago
  4. 7ef60cd asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 10 years ago
  5. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 10 years ago
  6. 601d366 Issue #20265: Merge with 3.3 by Zachary Ware · 10 years ago
  7. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 10 years ago
  8. 575fb31 shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. by R David Murray · 11 years ago
  9. 7c63c85 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  10. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  11. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  12. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  13. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  14. bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. by Serhiy Storchaka · 11 years ago
  15. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
  16. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  17. b6738df (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  18. ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  19. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 11 years ago
  20. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  21. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  22. 94a9a2d merge with 3.3 by Georg Brandl · 11 years ago
  23. e095968 Update using/mac documentation which was still on 2.5. by Georg Brandl · 11 years ago
  24. 5c965da #17686: merge with 3.3. by Ezio Melotti · 11 years ago
  25. ac3da87 #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  26. 711c370 Merge versionadded addition and typo fix from 3.3. by Ezio Melotti · 11 years ago
  27. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 11 years ago
  28. 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
  29. 0dfacb7 Issue #15116: merge from 3.3 by Ned Deily · 11 years ago
  30. c2aadc2 Issue #15116: merge from 3.2 by Ned Deily · 11 years ago
  31. ae8d6ac Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 11 years ago
  32. b7c2386 Fix Sphinx warning (missing "setting-envvars" reference). by Chris Jerdonek · 12 years ago
  33. 3831bec Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  34. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  35. 8d3069a Merge wrong escape removal with 3.3. by Ezio Melotti · 12 years ago
  36. 5b69fbd Remove wrong escape in code snippet. by Ezio Melotti · 12 years ago
  37. 41695b6 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  38. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  39. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  40. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
  41. 349c802 What's new entry for PEP 397 and Windows PATH modification by Nick Coghlan · 12 years ago
  42. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 12 years ago
  43. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 12 years ago
  44. 9e095aa merge with 3.2 by Sandro Tosi · 12 years ago
  45. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  46. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 12 years ago
  47. c4618e3 Factored out common venv documentation and added more information about Distribute/pip. by Vinay Sajip · 12 years ago
  48. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  49. a945ad1 Issue #15283: Updated pyvenv documentation to expand on activation. by Vinay Sajip · 12 years ago
  50. 3575f91 Closes #15241: Added information on venv prefixes to pyvenv section. by Vinay Sajip · 12 years ago
  51. d89dae1 Added Windows launcher documentation. by Vinay Sajip · 12 years ago
  52. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  53. 4126a7d Added pyvenv docs to 'Python Setup and Usage' section. by Vinay Sajip · 12 years ago
  54. 42ae472 merge with 3.2 by Georg Brandl · 12 years ago
  55. 7ef825f merge with 3.2 by Georg Brandl · 12 years ago
  56. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  57. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  58. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  59. 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
  60. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  61. fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 12 years ago
  62. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 12 years ago
  63. 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
  64. 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
  65. 8df168c merge with 3.2 by Sandro Tosi · 13 years ago
  66. 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
  67. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  68. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  69. 53bcd66 use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 13 years ago
  70. 9be5723 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  71. 6a57afe merge with 3.2 by Sandro Tosi · 13 years ago
  72. 46a9d62 Merge 3.2 by Éric Araujo · 13 years ago
  73. eb933de Fix current name of the Python 3 binary on Unix (#12896). by Éric Araujo · 13 years ago
  74. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  75. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  76. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  77. 577a6af Merge doc fixes from 3.2 by Éric Araujo · 13 years ago
  78. d2f8cec Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 13 years ago
  79. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  80. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  81. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  82. 8ed41a8 Replace links to the old dev doc with links to the new devguide. by Éric Araujo · 13 years ago
  83. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  84. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  85. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  86. 7306ad5 #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows. by Georg Brandl · 14 years ago
  87. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  88. 57a5e3f Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  89. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 14 years ago
  90. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  91. 8d58216 More inclusive title. by Georg Brandl · 14 years ago
  92. 2f6bd27 More descriptive title. by Raymond Hettinger · 14 years ago
  93. 9707fd2 More descriptive title. by Raymond Hettinger · 14 years ago
  94. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  95. 358b63a Fix typo by Éric Araujo · 14 years ago
  96. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  97. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  98. 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
  99. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  100. 44afa5e Fix typo. by Georg Brandl · 14 years ago