1. bd62f0a Issue #23047: Fix typo in pyporting.rst. by Berker Peksag · 10 years ago
  2. 90783eb Address some comments from Nick Coghlan by Brett Cannon · 10 years ago
  3. f615d1f remove reference to dead irc channel (closes #23038) by Benjamin Peterson · 10 years ago
  4. 17be09c Fix a bad link by Brett Cannon · 10 years ago
  5. 6b33519 Issue #22914: Update the Python 2/3 porting HOWTO to describe a more by Brett Cannon · 10 years ago
  6. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  7. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  8. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  9. 9bdcb3b Fixing broken links in doc, part 2: howto/ by Georg Brandl · 10 years ago
  10. 728e4de Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 10 years ago
  11. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  12. 89c558d Closes #22748: there are no PyString C functions in 3.x. by Georg Brandl · 10 years ago
  13. 57fb11b use source role instead of linking to svn by Benjamin Peterson · 10 years ago
  14. fd6400a Issue #13689: Remove a dead link from howto/urllib. by Berker Peksag · 10 years ago
  15. 680241e Fix indentation and class name in socket howto example. by Ezio Melotti · 10 years ago
  16. ab960f8 Fixed typo in documentation. by Vinay Sajip · 10 years ago
  17. 0aecc18 Fix typo reported by Jesse W on docs@ by Zachary Ware · 10 years ago
  18. e973823 #21693 - Fix the broken link for pylons project. by Senthil Kumaran · 10 years ago
  19. e81c637 Updated logging HOWTO section on optimization. by Vinay Sajip · 10 years ago
  20. 419f1fa fix typo in variable name (closes #21586) by Benjamin Peterson · 10 years ago
  21. ae4bab7 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 10 years ago
  22. 9e59967 fix off-by-one error (closes #21330) by Benjamin Peterson · 10 years ago
  23. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  24. 4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. by Raymond Hettinger · 10 years ago
  25. 4908910 Updated external link in documentation. by Vinay Sajip · 10 years ago
  26. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  27. d591cba Merged documentation update from 3.3. by Vinay Sajip · 10 years ago
  28. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 10 years ago
  29. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago
  30. 0e25410 Documentation fixes, including fixing "suspicious" problems. by Larry Hastings · 10 years ago
  31. a3642b6 #20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb. by Ezio Melotti · 10 years ago
  32. 42d9e1b Doc fixes for Argument Clinic. by Larry Hastings · 11 years ago
  33. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  34. 537d760 Doc improvements for Clinic howto "Goals" section. by Larry Hastings · 11 years ago
  35. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  36. 5714e81 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  37. eb14dec Added example to recently added cookbook entry. by Vinay Sajip · 11 years ago
  38. f0996a9 Issue #20208: Clarify some things in the Python porting HOWTO. by Brett Cannon · 11 years ago
  39. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  40. 3763f2b Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  41. cbefe3b Added cookbook entry on alternative formatting styles. by Vinay Sajip · 11 years ago
  42. 4a714d4 Issue #20268: Argument Clinic now supports cloning the parameters by Larry Hastings · 11 years ago
  43. 0191be3 Minor doc fix in Clinic howto. by Larry Hastings · 11 years ago
  44. 4a55fc5 Issue #20214: Fixed a number of small issues and documentation errors in by Larry Hastings · 11 years ago
  45. c1cb227 Closes #20200: Argument Clinic custom converter example should be in a by Zachary Ware · 11 years ago
  46. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
  47. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  48. 9ca21b3 Issue #20096: Update the Python 2/3 porting HOWTO to focus on by Brett Cannon · 11 years ago
  49. 6d2ea21 Argument Clinic: fixed test suite, improved howto. by Larry Hastings · 11 years ago
  50. 78cf85c Issue #19659: Added documentation for Argument Clinic. by Larry Hastings · 11 years ago
  51. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  52. 89e84e7 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  53. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  54. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  55. 1b8b868 Merged minor documentation update from 3.3. by Vinay Sajip · 11 years ago
  56. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  57. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  58. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  59. 613a97e #19778: fix a couple of re reprs in the documentation. by Ezio Melotti · 11 years ago
  60. 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  61. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  62. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  63. b2bc4df Closes #18345: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  64. 2c1adcb Issue #18345: Added cookbook example illustrating handler customisation. by Vinay Sajip · 11 years ago
  65. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  66. 3d596fa Clarify sentence. by Georg Brandl · 11 years ago
  67. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  68. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  69. 559ae0f merge 3.3 by Benjamin Peterson · 11 years ago
  70. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  71. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  72. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  73. 287da2e Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  74. 04d11a7 Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  75. 3ebbb04 merge with 3.3 by Georg Brandl · 11 years ago
  76. ee82d0b Minor grammar fix. by Georg Brandl · 11 years ago
  77. 736295c merge with 3.3 by Georg Brandl · 11 years ago
  78. e47e184 Unicode howto: use .txt as a more universally understood extension for text files. by Georg Brandl · 11 years ago
  79. 98c0665 merge with 3.3 by Georg Brandl · 11 years ago
  80. dbab26a curses HOWTO: fix some PEP8 and a code example to actually raise the exception it promises. by Georg Brandl · 11 years ago
  81. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 11 years ago
  82. 46aace3 Merge from 3.3 by Andrew Kuchling · 11 years ago
  83. 3f4f3ba #18562: various revisions to the regex howto for 3.x by Andrew Kuchling · 11 years ago
  84. 07b1661 Issue #18759: Merged updates from 3.3. by Vinay Sajip · 11 years ago
  85. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  86. bd2a757 Merge #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  87. b76b1b1 #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  88. aca6170 Closes #18541: merged update from 3.3. by Vinay Sajip · 11 years ago
  89. a92fbe6 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 11 years ago
  90. d57b268 Closes #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  91. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  92. 7aed567 Merge from 3.3 by Andrew Kuchling · 11 years ago
  93. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  94. 2a9c8e8 #17955: minor updates to Functional howto by Andrew Kuchling · 11 years ago
  95. 40e39fc #17700: merge with 3.3 by Andrew Kuchling · 11 years ago
  96. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  97. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  98. d4c1b36 Merge: Reflow paragraphs. by R David Murray · 11 years ago
  99. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  100. 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago