1. 1a7742e merge with 3.2 by Georg Brandl · 12 years ago
  2. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 12 years ago
  3. ecc92db merge 3.2 by Martin v. Löwis · 12 years ago
  4. 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 12 years ago
  5. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  6. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  7. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  8. 6a59b70 Merge 3.2 by Éric Araujo · 12 years ago
  9. fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 12 years ago
  10. d3899e3 Remove mention of defunct file. by Éric Araujo · 12 years ago
  11. 7b5649c Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. by Larry Hastings · 12 years ago
  12. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 12 years ago
  13. ff4b7bf Merged cookbook improvement from 3.2. by Vinay Sajip · 12 years ago
  14. 39b83ac Improved logging cookbook example. by Vinay Sajip · 12 years ago
  15. 86798d4 Merge with 3.2. by Georg Brandl · 12 years ago
  16. e998386 Fix markup errors. by Georg Brandl · 12 years ago
  17. bd2c199 Merged cookbook update for LogRecord customisation. by Vinay Sajip · 12 years ago
  18. 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 12 years ago
  19. 22fa067 Merged cookbook update from 3.2. by Vinay Sajip · 12 years ago
  20. 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 12 years ago
  21. 0bfa963 merged from 3.2 by Senthil Kumaran · 12 years ago
  22. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 12 years ago
  23. 226231c Use ASCII quotes and fix markup. by Ezio Melotti · 13 years ago
  24. 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
  25. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
  26. 8df168c merge with 3.2 by Sandro Tosi · 13 years ago
  27. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 13 years ago
  28. 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
  29. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  30. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  31. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  32. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  33. 9b1ec97 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  34. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  35. b53e2c4 The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  36. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  37. c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
  38. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  39. d2b0217 Merged documentation addition from 3.2. by Vinay Sajip · 13 years ago
  40. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  41. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  42. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  43. b5cab85 Merged documentation fix from 3.2. by Vinay Sajip · 13 years ago
  44. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  45. e0afb16 Closes #12906: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  46. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  47. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  48. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  49. e906c13 Merge typo fix. by Ezio Melotti · 13 years ago
  50. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  51. deb852d Merge 3.2 branch. by Georg Brandl · 13 years ago
  52. 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 13 years ago
  53. ea30a5e Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  54. b34705f Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  55. 8480bc6 Drop claim about nasty problem. by Martin v. Löwis · 13 years ago
  56. 2d449aa Drop unfounded claims about performance. by Martin v. Löwis · 13 years ago
  57. a7eaa41 Use bytes in myreceive. by Martin v. Löwis · 13 years ago
  58. 987475c Explain that INET is IPv4 and STREAM is TCP. by Martin v. Löwis · 13 years ago
  59. 2f1b396 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  60. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  61. 132bcf4 #11979: merge with 3.1. by Ezio Melotti · 13 years ago
  62. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  63. 507cbc1 Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  64. 4f74123 Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  65. c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 13 years ago
  66. af9be06 Issue 7391: Remove questionable and outdated HOWTO document with permission from its author. by Raymond Hettinger · 13 years ago
  67. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  68. 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
  69. dcc9513 Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 13 years ago
  70. 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 · 13 years ago
  71. 6277fa4 Update the porting HOWTO to be a little less harsh on using 2to3. by Brett Cannon · 13 years ago
  72. 829befb Fix markup error and update suspicious ignores. by Georg Brandl · 13 years ago
  73. a2f1544 Tweak wording about equality comparison. by Brett Cannon · 13 years ago
  74. 7a0afd3 Spelling fixes. by Georg Brandl · 13 years ago
  75. 2cb2fa9 Consistent heading spacing, and fix two typos. by Georg Brandl · 13 years ago
  76. 7ac3419 Fix some typos and grammar by Eli Bendersky · 13 years ago
  77. 2d062de Fix some typos and grammar by Eli Bendersky · 13 years ago
  78. 810cd34 Small markup and wording tweaks for the sorting-howto. by Raymond Hettinger · 13 years ago
  79. 98135d0 Mention that people going the source compatibility route should run 2to3 to find pain points. by Brett Cannon · 13 years ago
  80. 45aa7cc Soften wording on doctest. by Brett Cannon · 13 years ago
  81. ce71ab2 Re-arrange and clarify some __future__ import statements. by Brett Cannon · 13 years ago
  82. 5405a0b Use an internal reference instead of hard-coded URI. by Éric Araujo · 13 years ago
  83. bd866e9 Everybody hates this one :) (bytes indexing) by Antoine Pitrou · 13 years ago
  84. e6a1464 Soften the wording about tracebacks. Reference cycles *don't* by Antoine Pitrou · 13 years ago
  85. 5c28cfdc Fix entries pertaining to file I/O by Antoine Pitrou · 13 years ago
  86. 8d8f7c5 Mention -b and -bb by Antoine Pitrou · 13 years ago
  87. 4b0c24a use 3-space indents. by Brett Cannon · 13 years ago
  88. 8045d97 Add a HOWTO on how to port from Python 2 to Python 3. by Brett Cannon · 13 years ago
  89. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  90. 6e1d0a8 Merged revisions 87949 via svnmerge from by Benjamin Peterson · 14 years ago
  91. 1efb8dc fix weirdly ambigious sentence by Benjamin Peterson · 14 years ago
  92. b436b6c Revert r87946. The virtues of readability and of examples that by Raymond Hettinger · 14 years ago
  93. fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. by Terry Reedy · 14 years ago
  94. 23f4fb9 Issue #10875: Update Regular Expression HOWTO; additional backport. by Terry Reedy · 14 years ago
  95. 262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. by Terry Reedy · 14 years ago
  96. 8663e34 Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  97. aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  98. 2427ab9 logging HOWTO: fixed markup for numbered handler list. by Vinay Sajip · 14 years ago
  99. 7d10129 Added logging documentation cross-references. by Vinay Sajip · 14 years ago
  100. e6f1e43 Improved logging cookbook for logging with multiprocessing. by Vinay Sajip · 14 years ago