1. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  2. 4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. by Raymond Hettinger · 10 years ago
  3. 4908910 Updated external link in documentation. by Vinay Sajip · 10 years ago
  4. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  5. d591cba Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  6. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  7. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 11 years ago
  8. 0e25410 Documentation fixes, including fixing "suspicious" problems. by Larry Hastings · 11 years ago
  9. a3642b6 #20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb. by Ezio Melotti · 11 years ago
  10. 42d9e1b Doc fixes for Argument Clinic. by Larry Hastings · 11 years ago
  11. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  12. 537d760 Doc improvements for Clinic howto "Goals" section. by Larry Hastings · 11 years ago
  13. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  14. 5714e81 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  15. eb14dec Added example to recently added cookbook entry. by Vinay Sajip · 11 years ago
  16. f0996a9 Issue #20208: Clarify some things in the Python porting HOWTO. by Brett Cannon · 11 years ago
  17. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  18. 3763f2b Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  19. cbefe3b Added cookbook entry on alternative formatting styles. by Vinay Sajip · 11 years ago
  20. 4a714d4 Issue #20268: Argument Clinic now supports cloning the parameters by Larry Hastings · 11 years ago
  21. 0191be3 Minor doc fix in Clinic howto. by Larry Hastings · 11 years ago
  22. 4a55fc5 Issue #20214: Fixed a number of small issues and documentation errors in by Larry Hastings · 11 years ago
  23. c1cb227 Closes #20200: Argument Clinic custom converter example should be in a by Zachary Ware · 11 years ago
  24. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
  25. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  26. 9ca21b3 Issue #20096: Update the Python 2/3 porting HOWTO to focus on by Brett Cannon · 11 years ago
  27. 6d2ea21 Argument Clinic: fixed test suite, improved howto. by Larry Hastings · 11 years ago
  28. 78cf85c Issue #19659: Added documentation for Argument Clinic. by Larry Hastings · 11 years ago
  29. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  30. 89e84e7 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  31. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  32. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  33. 1b8b868 Merged minor documentation update from 3.3. by Vinay Sajip · 11 years ago
  34. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  35. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  36. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  37. 613a97e #19778: fix a couple of re reprs in the documentation. by Ezio Melotti · 11 years ago
  38. 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  39. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  40. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  41. b2bc4df Closes #18345: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  42. 2c1adcb Issue #18345: Added cookbook example illustrating handler customisation. by Vinay Sajip · 11 years ago
  43. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  44. 3d596fa Clarify sentence. by Georg Brandl · 11 years ago
  45. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  46. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  47. 559ae0f merge 3.3 by Benjamin Peterson · 11 years ago
  48. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  49. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  50. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  51. 287da2e Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  52. 04d11a7 Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  53. 3ebbb04 merge with 3.3 by Georg Brandl · 11 years ago
  54. ee82d0b Minor grammar fix. by Georg Brandl · 11 years ago
  55. 736295c merge with 3.3 by Georg Brandl · 11 years ago
  56. e47e184 Unicode howto: use .txt as a more universally understood extension for text files. by Georg Brandl · 11 years ago
  57. 98c0665 merge with 3.3 by Georg Brandl · 11 years ago
  58. dbab26a curses HOWTO: fix some PEP8 and a code example to actually raise the exception it promises. by Georg Brandl · 11 years ago
  59. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 11 years ago
  60. 46aace3 Merge from 3.3 by Andrew Kuchling · 11 years ago
  61. 3f4f3ba #18562: various revisions to the regex howto for 3.x by Andrew Kuchling · 11 years ago
  62. 07b1661 Issue #18759: Merged updates from 3.3. by Vinay Sajip · 11 years ago
  63. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  64. bd2a757 Merge #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  65. b76b1b1 #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  66. aca6170 Closes #18541: merged update from 3.3. by Vinay Sajip · 11 years ago
  67. a92fbe6 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 11 years ago
  68. d57b268 Closes #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  69. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  70. 7aed567 Merge from 3.3 by Andrew Kuchling · 11 years ago
  71. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  72. 2a9c8e8 #17955: minor updates to Functional howto by Andrew Kuchling · 11 years ago
  73. 40e39fc #17700: merge with 3.3 by Andrew Kuchling · 11 years ago
  74. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  75. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  76. d4c1b36 Merge: Reflow paragraphs. by R David Murray · 11 years ago
  77. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  78. 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  79. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  80. cbe19e5 #17729: merge with 3.3. by Ezio Melotti · 11 years ago
  81. d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 11 years ago
  82. 99b3caf #17729: merge with 3.3. by Ezio Melotti · 11 years ago
  83. 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 11 years ago
  84. 1e6a3a2 merge with 3.3 by Georg Brandl · 11 years ago
  85. a204636 bind('') does not do the same as bind('localhost') by Georg Brandl · 11 years ago
  86. c53fd51 Change wording as Eli Bendersky suggests. by Andrew Svetlov · 11 years ago
  87. e16f4dc Change wording as Eli Bendersky suggests. by Andrew Svetlov · 11 years ago
  88. 98297f4 merge with 3.3 by Georg Brandl · 11 years ago
  89. 2fd4abe merge with 3.2 branch by Georg Brandl · 11 years ago
  90. a5b89c1 Fix typo by Andrew Svetlov · 11 years ago
  91. e463b66 Fix typo by Andrew Svetlov · 11 years ago
  92. 9740455 Fix typo. by Andrew Svetlov · 11 years ago
  93. 815b0e2 Fix typo. by Andrew Svetlov · 11 years ago
  94. 3fdd4f1 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  95. 8028a5c Updated logging cookbook with additional example for output using str.format(). by Vinay Sajip · 11 years ago
  96. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  97. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  98. f92b063 Update suspicious ignore file. by Ezio Melotti · 11 years ago
  99. e5caf29 Update suspicious ignore file. by Ezio Melotti · 11 years ago
  100. fd4365a Update suspicious ignore file. by Ezio Melotti · 11 years ago