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