1. 35cbf16 Make doctests pass in the functional howto. by Ezio Melotti · 12 years ago
  2. 45a101d Improve markup in functional.rst, and fix a couple of errors. by Ezio Melotti · 12 years ago
  3. 1ed9847 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  4. 20b8d99 #15949, #15899: use \ufffd instead of ?. by Ezio Melotti · 12 years ago
  5. b1d0e5b #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`). by Ezio Melotti · 12 years ago
  6. 13bec9b #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  7. 2fd8bdb Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  8. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  9. a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  10. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  11. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  12. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  13. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 12 years ago
  14. 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  15. 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  16. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  17. 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 12 years ago
  18. 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 12 years ago
  19. b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 12 years ago
  20. 074faff Updated logging reference and HOWTO. by Vinay Sajip · 12 years ago
  21. 838e638 Corrected comment in cookbook example script. by Vinay Sajip · 12 years ago
  22. 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 12 years ago
  23. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 12 years ago
  24. 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 12 years ago
  25. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  26. fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 12 years ago
  27. d3899e3 Remove mention of defunct file. by Éric Araujo · 12 years ago
  28. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 12 years ago
  29. 39b83ac Improved logging cookbook example. by Vinay Sajip · 12 years ago
  30. e998386 Fix markup errors. by Georg Brandl · 12 years ago
  31. 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 13 years ago
  32. 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 13 years ago
  33. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
  34. 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
  35. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  36. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  37. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  38. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  39. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  40. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  41. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  42. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  43. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  44. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  45. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  46. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  47. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  48. 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 13 years ago
  49. b34705f Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  50. 2f1b396 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  51. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  52. 132bcf4 #11979: merge with 3.1. by Ezio Melotti · 13 years ago
  53. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  54. 507cbc1 Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  55. 4f74123 Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  56. c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 13 years ago
  57. af9be06 Issue 7391: Remove questionable and outdated HOWTO document with permission from its author. by Raymond Hettinger · 13 years ago
  58. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  59. a2388be #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. by Georg Brandl · 13 years ago
  60. dcc9513 Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 14 years ago
  61. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
  62. 6277fa4 Update the porting HOWTO to be a little less harsh on using 2to3. by Brett Cannon · 14 years ago
  63. 829befb Fix markup error and update suspicious ignores. by Georg Brandl · 14 years ago
  64. a2f1544 Tweak wording about equality comparison. by Brett Cannon · 14 years ago
  65. 7a0afd3 Spelling fixes. by Georg Brandl · 14 years ago
  66. 2cb2fa9 Consistent heading spacing, and fix two typos. by Georg Brandl · 14 years ago
  67. 7ac3419 Fix some typos and grammar by Eli Bendersky · 14 years ago
  68. 2d062de Fix some typos and grammar by Eli Bendersky · 14 years ago
  69. 810cd34 Small markup and wording tweaks for the sorting-howto. by Raymond Hettinger · 14 years ago
  70. 98135d0 Mention that people going the source compatibility route should run 2to3 to find pain points. by Brett Cannon · 14 years ago
  71. 45aa7cc Soften wording on doctest. by Brett Cannon · 14 years ago
  72. ce71ab2 Re-arrange and clarify some __future__ import statements. by Brett Cannon · 14 years ago
  73. 5405a0b Use an internal reference instead of hard-coded URI. by Éric Araujo · 14 years ago
  74. bd866e9 Everybody hates this one :) (bytes indexing) by Antoine Pitrou · 14 years ago
  75. e6a1464 Soften the wording about tracebacks. Reference cycles *don't* by Antoine Pitrou · 14 years ago
  76. 5c28cfdc Fix entries pertaining to file I/O by Antoine Pitrou · 14 years ago
  77. 8d8f7c5 Mention -b and -bb by Antoine Pitrou · 14 years ago
  78. 4b0c24a use 3-space indents. by Brett Cannon · 14 years ago
  79. 8045d97 Add a HOWTO on how to port from Python 2 to Python 3. by Brett Cannon · 14 years ago
  80. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  81. 6e1d0a8 Merged revisions 87949 via svnmerge from by Benjamin Peterson · 14 years ago
  82. 1efb8dc fix weirdly ambigious sentence by Benjamin Peterson · 14 years ago
  83. b436b6c Revert r87946. The virtues of readability and of examples that by Raymond Hettinger · 14 years ago
  84. fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. by Terry Reedy · 14 years ago
  85. 23f4fb9 Issue #10875: Update Regular Expression HOWTO; additional backport. by Terry Reedy · 14 years ago
  86. 262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. by Terry Reedy · 14 years ago
  87. 8663e34 Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  88. aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  89. 2427ab9 logging HOWTO: fixed markup for numbered handler list. by Vinay Sajip · 14 years ago
  90. 7d10129 Added logging documentation cross-references. by Vinay Sajip · 14 years ago
  91. e6f1e43 Improved logging cookbook for logging with multiprocessing. by Vinay Sajip · 14 years ago
  92. 1397ce1 Logging documentation updates. by Vinay Sajip · 14 years ago
  93. 689b68a Logging documentation updates. by Vinay Sajip · 14 years ago
  94. c63619b Logging documentation reorganised. by Vinay Sajip · 14 years ago
  95. 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
  96. c8c60c2 Do not put a raw REPLACEMENT CHARACTER in the document. by Georg Brandl · 14 years ago
  97. 93a6b13 Issue #4153: Updated Unicode HOWTO. by Alexander Belopolsky · 14 years ago
  98. 4fdf0fe Merged revisions 86488 via svnmerge from by Ezio Melotti · 14 years ago
  99. 42dd524 Fix typo by Ezio Melotti · 14 years ago
  100. eae40ba Merged revisions 86187 via svnmerge from by Georg Brandl · 14 years ago