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