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