1. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 10 years ago
  2. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  3. ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  4. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  5. e095968 Update using/mac documentation which was still on 2.5. by Georg Brandl · 11 years ago
  6. ac3da87 #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  7. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 11 years ago
  8. c2aadc2 Issue #15116: merge from 3.2 by Ned Deily · 11 years ago
  9. ae8d6ac Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 11 years ago
  10. b7c2386 Fix Sphinx warning (missing "setting-envvars" reference). by Chris Jerdonek · 12 years ago
  11. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 12 years ago
  12. 5b69fbd Remove wrong escape in code snippet. by Ezio Melotti · 12 years ago
  13. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  14. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  15. 349c802 What's new entry for PEP 397 and Windows PATH modification by Nick Coghlan · 12 years ago
  16. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 12 years ago
  17. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 12 years ago
  18. 9e095aa merge with 3.2 by Sandro Tosi · 12 years ago
  19. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  20. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 12 years ago
  21. c4618e3 Factored out common venv documentation and added more information about Distribute/pip. by Vinay Sajip · 12 years ago
  22. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  23. a945ad1 Issue #15283: Updated pyvenv documentation to expand on activation. by Vinay Sajip · 12 years ago
  24. 3575f91 Closes #15241: Added information on venv prefixes to pyvenv section. by Vinay Sajip · 12 years ago
  25. d89dae1 Added Windows launcher documentation. by Vinay Sajip · 12 years ago
  26. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  27. 4126a7d Added pyvenv docs to 'Python Setup and Usage' section. by Vinay Sajip · 12 years ago
  28. 42ae472 merge with 3.2 by Georg Brandl · 12 years ago
  29. 7ef825f merge with 3.2 by Georg Brandl · 12 years ago
  30. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  31. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  32. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  33. 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
  34. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  35. fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 12 years ago
  36. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 12 years ago
  37. 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
  38. 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
  39. 8df168c merge with 3.2 by Sandro Tosi · 13 years ago
  40. 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
  41. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  42. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  43. 53bcd66 use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 13 years ago
  44. 9be5723 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  45. 6a57afe merge with 3.2 by Sandro Tosi · 13 years ago
  46. 46a9d62 Merge 3.2 by Éric Araujo · 13 years ago
  47. eb933de Fix current name of the Python 3 binary on Unix (#12896). 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. 8ed41a8 Replace links to the old dev doc with links to the new devguide. by Éric Araujo · 13 years ago
  57. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  58. 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
  59. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  60. 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
  61. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  62. 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
  63. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 14 years ago
  64. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  65. 8d58216 More inclusive title. by Georg Brandl · 14 years ago
  66. 2f6bd27 More descriptive title. by Raymond Hettinger · 14 years ago
  67. 9707fd2 More descriptive title. by Raymond Hettinger · 14 years ago
  68. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  69. 358b63a Fix typo by Éric Araujo · 14 years ago
  70. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  71. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  72. 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
  73. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  74. 44afa5e Fix typo. by Georg Brandl · 14 years ago
  75. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  76. 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
  77. 0805ca3 Merged revisions 79878-79880 via svnmerge from by Philip Jenvey · 14 years ago
  78. 9e8346c Merged revisions 79799 via svnmerge from by Ezio Melotti · 14 years ago
  79. 19192dd Merged revisions 79797 via svnmerge from by Ezio Melotti · 14 years ago
  80. 379299c #8213: document behavior of -u on py3k better. by Georg Brandl · 14 years ago
  81. 8209fcc Merged revisions 78950 via svnmerge from by Ezio Melotti · 14 years ago
  82. 1a263ad #7057: fix several errors. by Ezio Melotti · 14 years ago
  83. a1bd445 Merged revisions 77995 via svnmerge from by Barry Warsaw · 14 years ago
  84. 615368f Document the -J and -X options for CPython. Note that unlike for py2k, we by Barry Warsaw · 14 years ago
  85. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  86. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  87. fa83395 Merged revisions 77300 via svnmerge from by Antoine Pitrou · 15 years ago
  88. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago
  89. 1e6711b Merged revisions 77200 via svnmerge from by Brett Cannon · 15 years ago
  90. 4b44807 Clean up the list of allowed command-line flags. by Brett Cannon · 15 years ago
  91. 890c193 Merged revisions 76906 via svnmerge from by Ezio Melotti · 15 years ago
  92. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  93. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  94. 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
  95. 806a006 Merged revisions 74788 via svnmerge from by Ezio Melotti · 15 years ago
  96. 85232bb Merged revisions 74787 via svnmerge from by Ezio Melotti · 15 years ago
  97. 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
  98. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  99. eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 15 years ago
  100. 3221dc9 Merged revisions 72008 via svnmerge from by Georg Brandl · 15 years ago