1. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 9 years ago
  2. fb581d9 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  3. 84c717d asyncio doc: changes on the Queue API missed Python 3.4.3 release by Victor Stinner · 9 years ago
  4. 55f1949 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 9 years ago
  5. 77a6b20 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 9 years ago
  6. 80f6bb4 Merge 3.4 (os doc) by Victor Stinner · 9 years ago
  7. 47c41b4 Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example by Victor Stinner · 9 years ago
  8. 37f2034 Issue #22524: Rephrase scandir addition in What's New in Python 3.5 by Victor Stinner · 9 years ago
  9. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 9 years ago
  10. 52eb536 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 9 years ago
  11. 8be2142 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 9 years ago
  12. af098a2 merge 3.4 (#23608) by Benjamin Peterson · 9 years ago
  13. c835827 indicate correct version (closes #23608) by Benjamin Peterson · 9 years ago
  14. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 9 years ago
  15. a5f3ad8 merge 3.4 by Benjamin Peterson · 9 years ago
  16. 8c69ecf replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 9 years ago
  17. 49f373b Issue #17911: Tweak traceback documentation. by Berker Peksag · 9 years ago
  18. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  19. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 9 years ago
  20. de8eca4 merge 3.4 by Benjamin Peterson · 9 years ago
  21. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  22. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 9 years ago
  23. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 9 years ago
  24. 2f3d440 merge 3.4 (#23561) by Benjamin Peterson · 9 years ago
  25. bdf525b wrap everything at 80 chars by Benjamin Peterson · 9 years ago
  26. 29fec92 link to the correct dis method or function (closes #23561) by Benjamin Peterson · 9 years ago
  27. 6897e56 Issue #20521: Change ``TOS`` to TOS in dis documentation. by Berker Peksag · 9 years ago
  28. ab4040e Issue #20521: Change ``TOS`` to TOS in dis documentation. by Berker Peksag · 9 years ago
  29. f2d4e57 Add a versionadded directive for PEP 486. by Berker Peksag · 9 years ago
  30. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 9 years ago
  31. 490055a Issue #20204: Deprecation warning is now raised for builtin type without the by Serhiy Storchaka · 9 years ago
  32. b44ed82 Merge with 3.4 for porting HOWTO tweaks by Brett Cannon · 9 years ago
  33. fdde79d Fix the clarification as to why division cannot be ported automatically by Brett Cannon · 9 years ago
  34. ad9296e Merge with 3.4 by Zachary Ware · 9 years ago
  35. 0b49637 Fix copy/paste error in bytes.isupper() doc. by Zachary Ware · 9 years ago
  36. 76998fe Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore) by Steve Dower · 9 years ago
  37. e71258a Issue #15955: Add an option to limit the output size in bz2.decompress(). by Antoine Pitrou · 9 years ago
  38. 87f5015 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  39. 7b2c3c6 asyncio doc: lock classes are not thread safe by Victor Stinner · 9 years ago
  40. a1780bc Issue #23511: Port email-simple.py to Python 3. by Berker Peksag · 9 years ago
  41. f9e3cf1 Issue #23511: Port email-simple.py to Python 3. by Berker Peksag · 9 years ago
  42. 1313af2 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  43. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 9 years ago
  44. 532c69a asyncio doc: begin with warnings on asyncio traps by Victor Stinner · 9 years ago
  45. 615a58e asyncio doc: move queues to a new page by Victor Stinner · 9 years ago
  46. 961dfa1 Merge with 3.4 by Georg Brandl · 9 years ago
  47. 7e91af3 Remove unsupported (in latex) character from the source. by Georg Brandl · 9 years ago
  48. 7caa615 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  49. b8064a8 asyncio doc: close explicitly event loops by Victor Stinner · 9 years ago
  50. 1de7191 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 9 years ago
  51. 7579093 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 9 years ago
  52. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 9 years ago
  53. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 9 years ago
  54. 3fa8422 Issue #23422: Clarify some things around importlib.import_module() by Brett Cannon · 9 years ago
  55. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  56. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  57. 56dee1e Fix typo pointed out on docs@ by Yaniv Sayeh by Zachary Ware · 9 years ago
  58. 4785f5e Merge with 3.4 by Zachary Ware · 9 years ago
  59. 57c616f Fix a typo pointed out on docs@ by Zachary Ware · 9 years ago
  60. 1130c7f merge 3.4 (#23410) by Benjamin Peterson · 9 years ago
  61. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 9 years ago
  62. cbbdfb5 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  63. f91d845 asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done by Victor Stinner · 9 years ago
  64. e170ed2 asyncio doc: fix the sphinx extension for coroutine commands by Victor Stinner · 9 years ago
  65. 8391b72 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 9 years ago
  66. df0db49 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 9 years ago
  67. 5a4adda Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 9 years ago
  68. 4d6c606 Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 9 years ago
  69. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 9 years ago
  70. 9121fe8 Add a whatsnew entry for issue #22003. by Berker Peksag · 9 years ago
  71. 2eb8f81 Issue #13637: Remove outdated versionchanged directives. by Berker Peksag · 9 years ago
  72. 50ef8a8 Issue #13637: Remove outdated versionchanged directives. by Berker Peksag · 9 years ago
  73. 8dcc1a9 Issue #23437: Update NEWS and whatsnew/3.5 by Steve Dower · 9 years ago
  74. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 9 years ago
  75. 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 9 years ago
  76. 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 9 years ago
  77. 866ca88 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  78. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 9 years ago
  79. c1efe5f Issue #23344: marshal.dumps() is now 20-25% faster on average. by Serhiy Storchaka · 9 years ago
  80. ce921c62 Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on by Serhiy Storchaka · 9 years ago
  81. bd09d7b Fix typos in Doc/whatsnew/3.5.rst. by Berker Peksag · 9 years ago
  82. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 9 years ago
  83. 78daf00 Amend b8ebf381390f: find patchlevel.py in extensions. by Martin v. Löwis · 9 years ago
  84. df4fb13 Merge. by Larry Hastings · 9 years ago
  85. 312cef0 Improve Windows release scripts by Steve Dower · 9 years ago
  86. 2068530 Fix a copyright notice that still said 2014. by Larry Hastings · 9 years ago
  87. b250610 Fix a copyright notice that still said 2014. by Larry Hastings · 9 years ago
  88. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 9 years ago
  89. d005090 Closes #23357: Updated documentation on creating venvs. by Vinay Sajip · 9 years ago
  90. 3595276 Corrected typo. by Vinay Sajip · 9 years ago
  91. c7e34fb Minor change to documentation on creating venvs. by Vinay Sajip · 9 years ago
  92. bf5e960 Issue #20289: cgi.FieldStorage() now supports the context management protocol. by Berker Peksag · 9 years ago
  93. 088ca8b Fix typos in Doc/whatsnew/3.5.rst. by Berker Peksag · 9 years ago
  94. bb24087 Issue #23260: Update Windows installer by Steve Dower · 9 years ago
  95. 7425f36 Fix missing :ref: for idle in doc build. by Ned Deily · 9 years ago
  96. 50afcc0 Fix missing :ref: for idle in doc build. by Ned Deily · 9 years ago
  97. 0afc3dc Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  98. 6a1b004 asyncio doc: explain how to display ResourceWarning in the debug mode section by Victor Stinner · 9 years ago
  99. 7277761 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  100. 17d87f8 asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull by Victor Stinner · 9 years ago