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