1. ef410770 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 10 years ago
  2. a9744ae Update output of venv -h by Berker Peksag · 10 years ago
  3. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 10 years ago
  4. e248f68 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 10 years ago
  5. 85622e4 Issue #25874: Clarify platform support in the "Using Python on Windows" doc. by Brett Cannon · 10 years ago
  6. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 10 years ago
  7. 9b608e5 Closes #25078: Document InstallAllUsers installer parameter default 0 by Steve Dower · 10 years ago
  8. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  9. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  10. cb0afc8 Removes invalid installer options from documentation. by Steve Dower · 10 years ago
  11. 072d432 Issue #24962: Merge 3.4 by Zachary Ware · 10 years ago
  12. 1a83746 Issue #24962: Remove space from filename by Zachary Ware · 10 years ago
  13. eb3c16d Adds documentation for the new Windows embedded package. by Steve Dower · 10 years ago
  14. 2434aa2 Adds support for an unattend.xml file to control the Windows installer options. by Steve Dower · 10 years ago
  15. a3d03ec Adds option to only install the launcher. by Steve Dower · 10 years ago
  16. af75a54 Removes my username from the documentation. by Steve Dower · 10 years ago
  17. 2237bdc Adds option to install launcher for all users even when installing Python just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. by Steve Dower · 10 years ago
  18. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 10 years ago
  19. 1d4880d Enables shortcuts to be deselected when installing on Windows. by Steve Dower · 10 years ago
  20. 9a578d9 Updates documentation for installing Python on Windows. by Steve Dower · 10 years ago
  21. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 10 years ago
  22. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
  23. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 10 years ago
  24. f2d4e57 Add a versionadded directive for PEP 486. by Berker Peksag · 10 years ago
  25. 76998fe Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore) by Steve Dower · 10 years ago
  26. d005090 Closes #23357: Updated documentation on creating venvs. by Vinay Sajip · 11 years ago
  27. 3595276 Corrected typo. by Vinay Sajip · 11 years ago
  28. c7e34fb Minor change to documentation on creating venvs. by Vinay Sajip · 11 years ago
  29. bb24087 Issue #23260: Update Windows installer by Steve Dower · 11 years ago
  30. 71e7296 Updated pyvenv documentation to match its current behaviour. by Vinay Sajip · 11 years ago
  31. 8b1cbd2 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 11 years ago
  32. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  33. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 11 years ago
  34. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  35. fe85807 Fix link to ABOP install chapter. by Georg Brandl · 11 years ago
  36. 4ab5733 Update Opensolaris advice to OpenCSW instead of defunct Blastwave. by Georg Brandl · 11 years ago
  37. 75f7490 PYTHONY2K is long gone. Remove traces from the docs and manpage. by Georg Brandl · 11 years ago
  38. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  39. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  40. 62511fd asyncio: document the debug mode by Victor Stinner · 11 years ago
  41. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  42. 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  43. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 12 years ago
  44. 601d366 Issue #20265: Merge with 3.3 by Zachary Ware · 12 years ago
  45. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 12 years ago
  46. 575fb31 shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. by R David Murray · 12 years ago
  47. 7c63c85 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 12 years ago
  48. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 12 years ago
  49. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 12 years ago
  50. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 12 years ago
  51. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 12 years ago
  52. bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. by Serhiy Storchaka · 12 years ago
  53. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 12 years ago
  54. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 12 years ago
  55. b6738df (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 12 years ago
  56. ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 12 years ago
  57. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 12 years ago
  58. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 12 years ago
  59. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 12 years ago
  60. 94a9a2d merge with 3.3 by Georg Brandl · 12 years ago
  61. e095968 Update using/mac documentation which was still on 2.5. by Georg Brandl · 12 years ago
  62. 5c965da #17686: merge with 3.3. by Ezio Melotti · 12 years ago
  63. ac3da87 #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  64. 711c370 Merge versionadded addition and typo fix from 3.3. by Ezio Melotti · 12 years ago
  65. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 12 years ago
  66. 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 · 12 years ago
  67. 0dfacb7 Issue #15116: merge from 3.3 by Ned Deily · 13 years ago
  68. c2aadc2 Issue #15116: merge from 3.2 by Ned Deily · 13 years ago
  69. ae8d6ac Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 13 years ago
  70. b7c2386 Fix Sphinx warning (missing "setting-envvars" reference). by Chris Jerdonek · 13 years ago
  71. 3831bec Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 13 years ago
  72. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 13 years ago
  73. 8d3069a Merge wrong escape removal with 3.3. by Ezio Melotti · 13 years ago
  74. 5b69fbd Remove wrong escape in code snippet. by Ezio Melotti · 13 years ago
  75. 41695b6 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
  76. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
  77. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
  78. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 13 years ago
  79. 349c802 What's new entry for PEP 397 and Windows PATH modification by Nick Coghlan · 13 years ago
  80. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 13 years ago
  81. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 13 years ago
  82. 9e095aa merge with 3.2 by Sandro Tosi · 13 years ago
  83. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 13 years ago
  84. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 13 years ago
  85. c4618e3 Factored out common venv documentation and added more information about Distribute/pip. by Vinay Sajip · 13 years ago
  86. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 13 years ago
  87. a945ad1 Issue #15283: Updated pyvenv documentation to expand on activation. by Vinay Sajip · 13 years ago
  88. 3575f91 Closes #15241: Added information on venv prefixes to pyvenv section. by Vinay Sajip · 13 years ago
  89. d89dae1 Added Windows launcher documentation. by Vinay Sajip · 13 years ago
  90. 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
  91. 4126a7d Added pyvenv docs to 'Python Setup and Usage' section. by Vinay Sajip · 13 years ago
  92. 42ae472 merge with 3.2 by Georg Brandl · 13 years ago
  93. 7ef825f merge with 3.2 by Georg Brandl · 13 years ago
  94. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  95. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  96. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  97. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  98. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  99. fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 14 years ago
  100. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 14 years ago