1. 7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  2. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  3. ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  4. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  5. 537d760 Doc improvements for Clinic howto "Goals" section. by Larry Hastings · 11 years ago
  6. 4903e00 Issue #20292: Small bug fix for Argument Clinic supporting format units by Larry Hastings · 11 years ago
  7. 3c16c1d merge 3.3 by Benjamin Peterson · 11 years ago
  8. af69fe2 rm extra whitespace by Benjamin Peterson · 11 years ago
  9. 9308c42 merge 3.3 by Benjamin Peterson · 11 years ago
  10. eacec1c link to builtin open not io.open by Benjamin Peterson · 11 years ago
  11. d8af670 merge 3.3 (#17814) by Benjamin Peterson · 11 years ago
  12. 3d8814e describe type of Popen streams (closes #17814) by Benjamin Peterson · 11 years ago
  13. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  14. 601d366 Issue #20265: Merge with 3.3 by Zachary Ware · 11 years ago
  15. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 11 years ago
  16. 83fed26 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  17. f348909 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  18. 4cfbac8 sort os.listxattr results before comparing it to avoid depending on the ordering of the directory information in the underlying filesystem. by Gregory P. Smith · 11 years ago
  19. 1093bf2 sort os.listxattr results before comparing it to avoid depending on the by Gregory P. Smith · 11 years ago
  20. 5714e81 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  21. eb14dec Added example to recently added cookbook entry. by Vinay Sajip · 11 years ago
  22. 24f60b4 Issues #20194,20195: Add missing :deprecated: markers to some module docs. by Brett Cannon · 11 years ago
  23. f0996a9 Issue #20208: Clarify some things in the Python porting HOWTO. by Brett Cannon · 11 years ago
  24. c089f70 Issue #18394: Document that cgi.FieldStorage now cleans up after its by Brett Cannon · 11 years ago
  25. 50c8583 Merge typo/grammar fixes from 3.3. by Zachary Ware · 11 years ago
  26. 6f8e81a Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 11 years ago
  27. 7700734 Issue #20266: Merge with 3.3 by Zachary Ware · 11 years ago
  28. 9fc0e99 Issue #20266: Update parts of the Windows FAQ by Zachary Ware · 11 years ago
  29. 9731183 asyncio: oops, add missing word :-) by Victor Stinner · 11 years ago
  30. 1abd708 Issue #20226: Added tests for new features and regressions. by Larry Hastings · 11 years ago
  31. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  32. e1f5544 asyncio: Reincarnate CoroWrapper's docstring as a comment. by Guido van Rossum · 11 years ago
  33. 59759ff asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" by Victor Stinner · 11 years ago
  34. db39a0d asyncio: add a new "Develop with asyncio" section to the documentation by Victor Stinner · 11 years ago
  35. 18cc3da Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  36. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  37. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  38. aea79dd Merge heads by Serhiy Storchaka · 11 years ago
  39. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  40. 5cacb84 merge 3.3 (#20272) by Benjamin Peterson · 11 years ago
  41. 2989f58 linkify chain.from_iterable (closes #20272) by Benjamin Peterson · 11 years ago
  42. a65d121 merge 3.3 (#20278) by Benjamin Peterson · 11 years ago
  43. 216e47d update pysqlite website (closes #20278) by Benjamin Peterson · 11 years ago
  44. 7936c81 Merge from 3.3. by Stefan Krah · 11 years ago
  45. 1654040 Issue #19936: Disable shebang lines in order to prevent using a random by Stefan Krah · 11 years ago
  46. aabebde Closes #20235: Report file and line on unexpected exceptions in Argument Clinic. by Georg Brandl · 11 years ago
  47. bac7793 asyncio: Fix CoroWrapper (fix my previous commit) by Victor Stinner · 11 years ago
  48. 4d7a29c asyncio: Fix a typo in CoroWrapper by Victor Stinner · 11 years ago
  49. 3763f2b Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  50. cbefe3b Added cookbook entry on alternative formatting styles. by Vinay Sajip · 11 years ago
  51. 6ed2893 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  52. 350e623 Clarified documentation note on module-level convenience functions. by Vinay Sajip · 11 years ago
  53. 6db6653 Issue #14455: Fix some issues with plistlib by Ronald Oussoren · 11 years ago
  54. 4a714d4 Issue #20268: Argument Clinic now supports cloning the parameters by Larry Hastings · 11 years ago
  55. e02de8c Fix minor bug in dict.__contains__ docstring. by Meador Inge · 11 years ago
  56. af029de Issue #20255: Update the about and bugs pages. by Zachary Ware · 11 years ago
  57. 71337cb Issue #20255: Update the about and bugs pages. by Zachary Ware · 11 years ago
  58. d7fb791 Replace assert with a proper error by Antoine Pitrou · 11 years ago
  59. f5207e6 Clinic-ize the crypt module. Derby! by Antoine Pitrou · 11 years ago
  60. cc1d31e improve an error message in clinic by Antoine Pitrou · 11 years ago
  61. 5c15424 Closes #20253: Merge typo fix by Zachary Ware · 11 years ago
  62. 9774ce0 Issue #20253: Fixed a typo in the ipaddress docs that advertised an by Zachary Ware · 11 years ago
  63. 1bef5c6 Merge typo fix. by Zachary Ware · 11 years ago
  64. 26d5fab Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  65. f6cb6c5 Merge typo fix. by Zachary Ware · 11 years ago
  66. 2d130367 Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  67. 6ba5665 Fix typo in comment. by Eric V. Smith · 11 years ago
  68. 92b7adb merge by Georg Brandl · 11 years ago
  69. 738cb60 merge with 3.3 by Georg Brandl · 11 years ago
  70. 8bd656d Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for Py2.5. by Georg Brandl · 11 years ago
  71. 60ea928 merge 3.3 by Benjamin Peterson · 11 years ago
  72. bd1d12e add test for #20251 by Benjamin Peterson · 11 years ago
  73. 901acb4 merge 3.3 (#20251) by Benjamin Peterson · 11 years ago
  74. a677d76 remove overly strict assertion (closes #20251) by Benjamin Peterson · 11 years ago
  75. e19d9d1 merge 3.3 (#20250) by Benjamin Peterson · 11 years ago
  76. 9cb33b7 correct defaultdict signature in docstring (closes #20250) by Benjamin Peterson · 11 years ago
  77. 3993d78 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
  78. c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
  79. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  80. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  81. e74f96d Merge typo fix. by Zachary Ware · 11 years ago
  82. 80602e0 Fix typo. by Zachary Ware · 11 years ago
  83. 335957e Correct a typo. Found by Lauri Hakko on docs@. by Zachary Ware · 11 years ago
  84. 30e6a64 Closes #20242: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  85. 1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. by Vinay Sajip · 11 years ago
  86. 936dfae Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver(). by Ned Deily · 11 years ago
  87. 75ff6d2 Merge #20236: Fix sphinx markup. by R David Murray · 11 years ago
  88. 66c9350 #20236: Fix sphinx markup. by R David Murray · 11 years ago
  89. 44fcaae Merge #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  90. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  91. f22fe0f Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  92. 2a3d7d1 Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  93. a51791a fix refleak in the error case by Benjamin Peterson · 11 years ago
  94. 676bf73 Fixed typo. by Serhiy Storchaka · 11 years ago
  95. 6cbc5f7 Fixed typo. by Serhiy Storchaka · 11 years ago
  96. 95be7ff merge from 3.3 by Senthil Kumaran · 11 years ago
  97. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 11 years ago
  98. 8666e65 Issue #20228: Argument Clinic now has special support for class special methods. by Larry Hastings · 11 years ago
  99. 0191be3 Minor doc fix in Clinic howto. by Larry Hastings · 11 years ago
  100. 4a55fc5 Issue #20214: Fixed a number of small issues and documentation errors in by Larry Hastings · 11 years ago