1. 6584a1e merge by Raymond Hettinger · 12 years ago
  2. 686aae4 Inherit from object() for consistency by Raymond Hettinger · 12 years ago
  3. e238b88 merge by Raymond Hettinger · 12 years ago
  4. 632c8c8 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  5. ff73758 merge by Brett Cannon · 12 years ago
  6. b7e6b89 Touch up the Python 2 to 3 porting guide by Brett Cannon · 12 years ago
  7. 0cad7ec Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  8. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  9. 560eff1 Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  10. 9427b03 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  11. 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 12 years ago
  12. 88069d2 Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  13. a3bdce8 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  14. 4b88d6c Added cookbook recipe for structured logging. by Vinay Sajip · 12 years ago
  15. be2795a Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  16. 7f3e993 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  17. f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 12 years ago
  18. a12ff2c Merge 3.3. by Stefan Krah · 12 years ago
  19. e4aa08e Issue #7353: Remove references to Include/intobject.h in the C-porting howto. by Stefan Krah · 12 years ago
  20. c7ca59a #16557: merge with 3.3. by Ezio Melotti · 12 years ago
  21. 5246f66 #16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte. by Ezio Melotti · 12 years ago
  22. 60a64d7 #4153: merge with 3.3. by Ezio Melotti · 12 years ago
  23. 81b46ec #4153: merge with 3.2. by Ezio Melotti · 12 years ago
  24. 410eee5 #4153: update the Unicode howto. by Ezio Melotti · 12 years ago
  25. f43c4d6 Issue #16884: Merged doc fix from 3.3. by Vinay Sajip · 12 years ago
  26. 9a54653 Issue #16884: Merged doc fix from 3.2. by Vinay Sajip · 12 years ago
  27. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  28. ed6f37c Closes #16884: Merged logging documentation fixes from 3.3. by Vinay Sajip · 12 years ago
  29. 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
  30. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  31. ca61429 merge 3.3 by Benjamin Peterson · 12 years ago
  32. bf064b3 merge 3.2 by Benjamin Peterson · 12 years ago
  33. d73f369 merge heads by Benjamin Peterson · 12 years ago
  34. 0a2c4f5 drop email (closes #16857) by Benjamin Peterson · 12 years ago
  35. e34ccb6 #16760: merge with 3.3. by Ezio Melotti · 12 years ago
  36. 1bdb638 #16760: merge with 3.2. by Ezio Melotti · 12 years ago
  37. 090f7be #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 12 years ago
  38. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  39. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  40. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  41. 4739561 Issue #16261: fix bare excepts in Doc/ by Andrew Svetlov · 12 years ago
  42. 006d907 Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 12 years ago
  43. b548d49 merge heads by Benjamin Peterson · 12 years ago
  44. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  45. eb81819 Merge doctest fixes in functional howto with 3.2. by Ezio Melotti · 12 years ago
  46. 35cbf16 Make doctests pass in the functional howto. by Ezio Melotti · 12 years ago
  47. dd67c1d Merge functional howto improvements with 3.2. by Ezio Melotti · 12 years ago
  48. 45a101d Improve markup in functional.rst, and fix a couple of errors. by Ezio Melotti · 12 years ago
  49. a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
  50. 570bc4c Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  51. 1ed9847 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  52. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  53. 2b7a71d #15949, #15899: merge with 3.2. by Ezio Melotti · 12 years ago
  54. 20b8d99 #15949, #15899: use \ufffd instead of ?. by Ezio Melotti · 12 years ago
  55. fb436c4 #15949, 15899: merge with 3.2. by Ezio Melotti · 12 years ago
  56. b1d0e5b #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`). by Ezio Melotti · 12 years ago
  57. 8646e8e #15920: merge with 3.2. by Ezio Melotti · 12 years ago
  58. 13bec9b #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  59. e4eee73 merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  60. 2fd8bdb Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  61. eb41c7f merge with 3.2 by Sandro Tosi · 12 years ago
  62. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  63. dfd72bb Issue #14814: fix some typos in howto/ipaddress.rst by Eli Bendersky · 12 years ago
  64. a61b459 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  65. a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  66. ccd712a Issue 14814: Further clean ups to the ipaddress tutorial by Nick Coghlan · 12 years ago
  67. 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
  68. 9680bdb Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) by Nick Coghlan · 12 years ago
  69. c816290 Issue #14814: use print() function by Sandro Tosi · 12 years ago
  70. 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
  71. 75d5d8c Merge with 3.2. by Georg Brandl · 12 years ago
  72. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  73. b55d9e3 #14034: merge indentation fixes from 3.2. by Ezio Melotti · 12 years ago
  74. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  75. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 12 years ago
  76. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  77. ebb2964 Suspicious markup check. by Georg Brandl · 12 years ago
  78. b77b5c3 merge by Raymond Hettinger · 12 years ago
  79. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 12 years ago
  80. 011c9aa Issue #13587: merge with 3.2 by Sandro Tosi · 12 years ago
  81. 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  82. 0b7d7c9 Merge #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  83. 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  84. 8c52ab5 Issue #14641: merge with 3.2 by Sandro Tosi · 12 years ago
  85. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  86. f138f8c Merged cookbook corrections from 3.2. by Vinay Sajip · 12 years ago
  87. 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 12 years ago
  88. e8a463d Merged tweaks to cookbook example from 3.2. by Vinay Sajip · 12 years ago
  89. 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 12 years ago
  90. 1b71019 Merged cookbook update from 3.2. by Vinay Sajip · 12 years ago
  91. b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 12 years ago
  92. 8bf2aea Merged updates to logging reference and HOWTO from 3.2. by Vinay Sajip · 12 years ago
  93. 074faff Updated logging reference and HOWTO. by Vinay Sajip · 12 years ago
  94. da29f8c Merged comment correction from 3.2. by Vinay Sajip · 12 years ago
  95. 838e638 Corrected comment in cookbook example script. by Vinay Sajip · 12 years ago
  96. 452806c Merged logging cookbook update from 3.2. by Vinay Sajip · 12 years ago
  97. 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 12 years ago
  98. 1a7742e merge with 3.2 by Georg Brandl · 13 years ago
  99. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 13 years ago
  100. ecc92db merge 3.2 by Martin v. Löwis · 13 years ago