1. a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
  2. 570bc4c Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  3. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  4. 2b7a71d #15949, #15899: merge with 3.2. by Ezio Melotti · 12 years ago
  5. 20b8d99 #15949, #15899: use \ufffd instead of ?. by Ezio Melotti · 12 years ago
  6. fb436c4 #15949, 15899: merge with 3.2. by Ezio Melotti · 12 years ago
  7. b1d0e5b #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`). by Ezio Melotti · 12 years ago
  8. 8646e8e #15920: merge with 3.2. by Ezio Melotti · 12 years ago
  9. 13bec9b #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  10. e4eee73 merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  11. 2fd8bdb Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  12. eb41c7f merge with 3.2 by Sandro Tosi · 12 years ago
  13. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  14. dfd72bb Issue #14814: fix some typos in howto/ipaddress.rst by Eli Bendersky · 12 years ago
  15. a61b459 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  16. a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  17. ccd712a Issue 14814: Further clean ups to the ipaddress tutorial by Nick Coghlan · 12 years ago
  18. b582ecc Issue 14814: Explain how to get more error detail in the ipaddress tutorial, and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs) by Nick Coghlan · 12 years ago
  19. 9680bdb Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) by Nick Coghlan · 12 years ago
  20. c816290 Issue #14814: use print() function by Sandro Tosi · 12 years ago
  21. 53c9200 Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version) by Nick Coghlan · 12 years ago
  22. 75d5d8c Merge with 3.2. by Georg Brandl · 13 years ago
  23. 0958a4d Fix document title for Sphinx. by Georg Brandl · 13 years ago
  24. b55d9e3 #14034: merge indentation fixes from 3.2. by Ezio Melotti · 13 years ago
  25. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 13 years ago
  26. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 13 years ago
  27. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  28. ebb2964 Suspicious markup check. by Georg Brandl · 13 years ago
  29. b77b5c3 merge by Raymond Hettinger · 13 years ago
  30. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 13 years ago
  31. 011c9aa Issue #13587: merge with 3.2 by Sandro Tosi · 13 years ago
  32. 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 13 years ago
  33. 0b7d7c9 Merge #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 13 years ago
  34. 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 13 years ago
  35. 8c52ab5 Issue #14641: merge with 3.2 by Sandro Tosi · 13 years ago
  36. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 13 years ago
  37. f138f8c Merged cookbook corrections from 3.2. by Vinay Sajip · 13 years ago
  38. 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 13 years ago
  39. e8a463d Merged tweaks to cookbook example from 3.2. by Vinay Sajip · 13 years ago
  40. 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 13 years ago
  41. 1b71019 Merged cookbook update from 3.2. by Vinay Sajip · 13 years ago
  42. b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 13 years ago
  43. 8bf2aea Merged updates to logging reference and HOWTO from 3.2. by Vinay Sajip · 13 years ago
  44. 074faff Updated logging reference and HOWTO. by Vinay Sajip · 13 years ago
  45. da29f8c Merged comment correction from 3.2. by Vinay Sajip · 13 years ago
  46. 838e638 Corrected comment in cookbook example script. by Vinay Sajip · 13 years ago
  47. 452806c Merged logging cookbook update from 3.2. by Vinay Sajip · 13 years ago
  48. 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 13 years ago
  49. 1a7742e merge with 3.2 by Georg Brandl · 13 years ago
  50. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 13 years ago
  51. ecc92db merge 3.2 by Martin v. Löwis · 13 years ago
  52. 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 13 years ago
  53. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  54. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  55. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
  56. 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
  57. fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 13 years ago
  58. d3899e3 Remove mention of defunct file. by Éric Araujo · 13 years ago
  59. 7b5649c Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. by Larry Hastings · 13 years ago
  60. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 13 years ago
  61. ff4b7bf Merged cookbook improvement from 3.2. by Vinay Sajip · 13 years ago
  62. 39b83ac Improved logging cookbook example. by Vinay Sajip · 13 years ago
  63. 86798d4 Merge with 3.2. by Georg Brandl · 13 years ago
  64. e998386 Fix markup errors. by Georg Brandl · 13 years ago
  65. bd2c199 Merged cookbook update for LogRecord customisation. by Vinay Sajip · 13 years ago
  66. 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 13 years ago
  67. 22fa067 Merged cookbook update from 3.2. by Vinay Sajip · 13 years ago
  68. 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 13 years ago
  69. 0bfa963 merged from 3.2 by Senthil Kumaran · 13 years ago
  70. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
  71. 226231c Use ASCII quotes and fix markup. by Ezio Melotti · 13 years ago
  72. 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
  73. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
  74. 8df168c merge with 3.2 by Sandro Tosi · 13 years ago
  75. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 13 years ago
  76. 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
  77. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  78. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  79. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  80. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  81. 9b1ec97 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  82. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  83. b53e2c4 The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  84. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  85. c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
  86. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  87. d2b0217 Merged documentation addition from 3.2. by Vinay Sajip · 13 years ago
  88. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  89. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  90. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  91. b5cab85 Merged documentation fix from 3.2. by Vinay Sajip · 13 years ago
  92. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  93. e0afb16 Closes #12906: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  94. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  95. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  96. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  97. e906c13 Merge typo fix. by Ezio Melotti · 13 years ago
  98. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  99. deb852d Merge 3.2 branch. by Georg Brandl · 13 years ago
  100. 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 13 years ago