1. 3f1d0b3 Issue 22878: PEP 477 - "make install" and "make altinstall" integration by Ned Deily · 11 years ago
  2. 0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  3. 97ae466 Fixing broken links in doc, part 3: the rest by Georg Brandl · 11 years ago
  4. 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  5. 8a91c5b Fix link to ABOP install chapter. by Georg Brandl · 11 years ago
  6. 83ac36d Update Opensolaris advice to OpenCSW instead of defunct Blastwave. by Georg Brandl · 11 years ago
  7. 3690d41 remove list of example incompatibilities (closes #21434) by Benjamin Peterson · 11 years ago
  8. 30a88fa Update using/mac documentation which was still on 2.5. by Georg Brandl · 12 years ago
  9. c2a4f6b #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  10. 7045f05 Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 13 years ago
  11. 8e1e816 Add missing label. by Georg Brandl · 13 years ago
  12. f892597e Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
  13. 6c625e6 update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 13 years ago
  14. a358bc3 State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  15. 66e565e merge with 2.6 by Georg Brandl · 13 years ago
  16. 3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  17. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  18. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  19. 64b2b6a Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 14 years ago
  20. 117e1f0 fix some broken URLs by Sandro Tosi · 14 years ago
  21. c4114ea use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 14 years ago
  22. 9bcbc62 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 14 years ago
  23. 79c9d4f Port a few markup edits from 3.x by Éric Araujo · 14 years ago
  24. e68d450 Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 14 years ago
  25. afd2fe2 Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 14 years ago
  26. 5cf8660 Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 14 years ago
  27. 26946ec Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from by Georg Brandl · 15 years ago
  28. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
  29. 080ad04 More descriptive title. by Raymond Hettinger · 15 years ago
  30. 39db30c Merged revisions 82548,82634-82635 via svnmerge from by Georg Brandl · 15 years ago
  31. 90c0718 Merged revisions 82615 via svnmerge from by Georg Brandl · 15 years ago
  32. 9d8d2a4 Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst. by Ezio Melotti · 15 years ago
  33. 3d0a602 Fix URL. by Georg Brandl · 15 years ago
  34. 8842c35 Revert r80580 due to some unintended side effects. See issue #8202 for details. by Nick Coghlan · 15 years ago
  35. ad709ee Add version changed note for -m tinkering with sys.argv[0] during the search process by Nick Coghlan · 15 years ago
  36. c5e4485 Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead of '-c' while searching for the module to be executed by Nick Coghlan · 15 years ago
  37. fced908 Two grammar fixes by Andrew M. Kuchling · 15 years ago
  38. f3a8c66 tell people to update python.man, too by Benjamin Peterson · 15 years ago
  39. aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 15 years ago
  40. eff4850 Merged revisions 79797 via svnmerge from by Ezio Melotti · 15 years ago
  41. 425aa2e Fix some broken URLs. by Ezio Melotti · 15 years ago
  42. b6453a9 Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from by Georg Brandl · 15 years ago
  43. 730820f Merged revisions 77992 via svnmerge from by Barry Warsaw · 16 years ago
  44. b1e66ee Resolve bug 7847 by including documentation for -J, -U, and -X under "Options by Barry Warsaw · 16 years ago
  45. 96aa3ca #7653: clarify how the PythonPath registry key should look like. by Georg Brandl · 16 years ago
  46. 1264f1e Merged revisions 77198 via svnmerge from by Brett Cannon · 16 years ago
  47. f31d1a0 Add some missing command-line options to the main list. All but -V were already by Brett Cannon · 16 years ago
  48. 2f4f2c1 Merged revisions 76904 via svnmerge from by Ezio Melotti · 16 years ago
  49. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
  50. 5d2eb34 Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,75590,75592,75594-75596,75600,75602-75603,75605-75607,75610-75613,75616-75617,75623,75627,75647 via svnmerge from by Georg Brandl · 16 years ago
  51. 4ae4f87 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
  52. f18d5ce Merged revisions 73286,73294,73296,73459,73462-73463,73544,73576-73577,73595-73596,73693-73694,73704-73705,73707,73713,73937-73940,73945,73951,73979 via svnmerge from by Georg Brandl · 16 years ago
  53. 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
  54. a4314c2 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. by Georg Brandl · 16 years ago
  55. 893577a Merged revisions 74787 via svnmerge from by Ezio Melotti · 16 years ago
  56. 2c7b493 #6904 - fix broken link by Ezio Melotti · 16 years ago
  57. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  58. 5a85d5c #6332: fix word dupes throughout the source. by Georg Brandl · 16 years ago
  59. 3885314 Merged revisions 72007-72010,72036-72037 via svnmerge from by Georg Brandl · 16 years ago
  60. d91f8cf Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items. by Georg Brandl · 16 years ago
  61. 8943caf Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,70830,70832,70836,70838,70842,70851,70855,70857-70858 via svnmerge from by Georg Brandl · 16 years ago
  62. a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 16 years ago
  63. d39600e Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) by Nick Coghlan · 17 years ago
  64. c04c289 Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,68480-68481,68493,68495,68499,68501,68512,68514-68515 via svnmerge from by Georg Brandl · 17 years ago
  65. a924289 fix spelling by Benjamin Peterson · 17 years ago
  66. fe8076e specify what -3 warnings are about by Benjamin Peterson · 17 years ago
  67. 734373c Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from by Georg Brandl · 17 years ago
  68. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  69. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 17 years ago
  70. 828a706 Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,67930,67932,67943 via svnmerge from by Benjamin Peterson · 17 years ago
  71. 1966a23 Markup fix. by Georg Brandl · 17 years ago
  72. ec068d3 Merged revisions 67143 via svnmerge from by Georg Brandl · 17 years ago
  73. 14da8e8 Fix syntax. by Georg Brandl · 17 years ago
  74. 73ac29e #3916: fixes for docs wrt. Windows directory layout by Georg Brandl · 17 years ago
  75. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
  76. c0f10f3 #3472: update Mac-bundled Python version info. by Georg Brandl · 17 years ago
  77. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
  78. d987545 Clarify what ":errorhandler" refers to. by Georg Brandl · 17 years ago
  79. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
  80. af748c3 Implemented PEP 370 by Christian Heimes · 17 years ago
  81. 31f6315 Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258 by Nick Coghlan · 17 years ago
  82. 9c06574 #2239: PYTHONPATH delimiter is os.pathsep. by Georg Brandl · 17 years ago
  83. 3ef2063 #2194: fix some typos. by Georg Brandl · 17 years ago
  84. 4425e7c Specify what kind of warning -3 emits. by Georg Brandl · 17 years ago
  85. 21297fa Fix markup. by Georg Brandl · 18 years ago
  86. 8d10167 Better method for associating .py files with the interpreter. by Georg Brandl · 18 years ago
  87. 61d2886 Fix two further doc build warnings. by Georg Brandl · 18 years ago
  88. 1b0ebb1 Fix inconsistent title levels -- it made the whole doc build crash horribly. by Raymond Hettinger · 18 years ago
  89. aed6c66 patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. by Georg Brandl · 18 years ago
  90. 2da0fce Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. by Georg Brandl · 18 years ago
  91. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  92. 001e838 Simplify. by Georg Brandl · 18 years ago
  93. 013d574 Update to windows doc from Robert. by Georg Brandl · 18 years ago
  94. 21c6665 Fix duplicate label and a typo. by Georg Brandl · 18 years ago
  95. 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 18 years ago
  96. d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 18 years ago
  97. cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 18 years ago
  98. 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 18 years ago
  99. f4ef23f Use correct markup. by Georg Brandl · 18 years ago
  100. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago