1. 704dde1 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 10 years ago
  2. 0454d48 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 10 years ago
  3. f92673c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 10 years ago
  4. a09ef03 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 10 years ago
  5. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 10 years ago
  6. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 10 years ago
  7. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 10 years ago
  8. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 10 years ago
  9. 42e913a merge 3.4 (#24552) by Benjamin Peterson · 10 years ago
  10. 80f78a3 fix use after free (closes #24552) by Benjamin Peterson · 10 years ago
  11. 49c521f Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 10 years ago
  12. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 10 years ago
  13. 88632d7 Note removal of inspect.isawaitable() in the NEWS file by Yury Selivanov · 10 years ago
  14. 4a01cab Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 10 years ago
  15. 05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 10 years ago
  16. bc9e75e Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 10 years ago
  17. 7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 10 years ago
  18. a95a476 Issue #20387: Merge test and patch from 3.4.4 by Jason R. Coombs · 10 years ago
  19. 50373e6 Issue #20387: Merge by Jason R. Coombs · 10 years ago
  20. b9b9e7b Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 10 years ago
  21. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 10 years ago
  22. 80c29ac Issue #20387: Merge patch and test by Jason R. Coombs · 10 years ago
  23. eab7704 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 10 years ago
  24. 101ff35 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 10 years ago
  25. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 10 years ago
  26. 7b78d43 prevent integer overflow in escape_unicode (closes #24522) by Benjamin Peterson · 10 years ago
  27. 758d60b merge 3.4 by Benjamin Peterson · 10 years ago
  28. acac1e0 merge 3.3 by Benjamin Peterson · 10 years ago
  29. dac3ab8 add issue number by Benjamin Peterson · 10 years ago
  30. 7763c68 merge 3.4 by Benjamin Peterson · 10 years ago
  31. ff0f322 merge 3.3 by Benjamin Peterson · 10 years ago
  32. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 10 years ago
  33. d1d628d Issue #20387: Update Misc/NEWS by Jason R. Coombs · 10 years ago
  34. a72f0cd Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 10 years ago
  35. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 10 years ago
  36. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 10 years ago
  37. 9380acb - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 10 years ago
  38. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 10 years ago
  39. 4fafda7 Issue #24408: Fixed AttributeError in measure() and metrics() methods of by Serhiy Storchaka · 10 years ago
  40. e7070f0 Issue #14373: C implementation of functools.lru_cache() now can be used with by Serhiy Storchaka · 10 years ago
  41. 93cfeb9 Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam by Steve Dower · 10 years ago
  42. 53f9502 Issue #24373: Eliminate PEP 489 test refleaks by Nick Coghlan · 10 years ago
  43. 4fabf02 Issue #24369: Defend against key-changes during iteration. by Eric Snow · 10 years ago
  44. db4061c Issue #24377: Fix a ref leak in OrderedDict.__repr__. by Eric Snow · 10 years ago
  45. 4c72918 Issue #24362: Simplify the C OrderedDict fast nodes resize logic. by Eric Snow · 10 years ago
  46. ac02ef3 Issue #24368: Support keyword arguments in OrderedDict methods. by Eric Snow · 10 years ago
  47. b952ab4 Issue #24359: Check for changed OrderedDict size during iteration. by Eric Snow · 10 years ago
  48. d171975 Issue #24348: Drop superfluous increfs/decrefs. by Eric Snow · 10 years ago
  49. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 10 years ago
  50. 0969a9f add Py_tp_finalize slot (closes #24345) by Benjamin Peterson · 10 years ago
  51. 55a57b0 Moved Misc/NEWS entry (issue #24270) to correct section. by Serhiy Storchaka · 10 years ago
  52. c72056a Merge release engineering changes with 3.5 branch head. by Larry Hastings · 10 years ago
  53. 61eb146 Post-release updates for Python 3.5.0b2. by Larry Hastings · 10 years ago
  54. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 10 years ago
  55. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 10 years ago
  56. d200e0c Version bump for Python 3.5.0b2. by Larry Hastings · 10 years ago v3.5.0b2
  57. bf304fc Issue #23934: Fix inspect.signature to fail correctly for builtin types. by Yury Selivanov · 10 years ago
  58. 1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 10 years ago
  59. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 10 years ago
  60. 7aa5341 Reverting my previous commit. by Yury Selivanov · 10 years ago
  61. e909821 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 10 years ago
  62. ac5569b Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 10 years ago
  63. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 10 years ago
  64. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 10 years ago
  65. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 10 years ago
  66. 0c70ca9 merge 3.5 (#24328) by Benjamin Peterson · 10 years ago
  67. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 10 years ago
  68. 07739f3 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 10 years ago
  69. a663121 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 10 years ago
  70. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 10 years ago
  71. 2ec8f9b merge 3.5 (#11205) by Benjamin Peterson · 10 years ago
  72. ee85339 in dict displays, evaluate the key before the value (closes #11205) by Benjamin Peterson · 10 years ago
  73. 72f389f Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 10 years ago
  74. 507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 10 years ago
  75. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 10 years ago
  76. 8651a50 Issue #23359: Specialize set_lookkey intoa lookup function and an insert function. by Raymond Hettinger · 10 years ago
  77. 06f155f4 Merge fix for issue #24285 from 3.5 by Nick Coghlan · 10 years ago
  78. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 10 years ago
  79. 395f92d Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 10 years ago
  80. 6f68314 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 10 years ago
  81. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 10 years ago
  82. 6a0ee2b (Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 10 years ago
  83. 24d262a (Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 10 years ago
  84. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 10 years ago
  85. aea8fa3 Added a section for news items for 3.6. by Larry Hastings · 10 years ago
  86. e6efbdc Remove UTF-8 BOMs. by Serhiy Storchaka · 10 years ago
  87. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 10 years ago
  88. aca575c Merge. by Larry Hastings · 10 years ago
  89. f46aa8e Post-release fixes for 3.5.0b1. by Larry Hastings · 10 years ago
  90. 46c5611 Backed out changeset: b0a0b9b59012 by Serhiy Storchaka · 10 years ago
  91. a7a0ad6 Issue #24276: Fixed optimization of property descriptor getter. by Serhiy Storchaka · 10 years ago
  92. d68ec17 Merge backout of 57776eee74f2. by Larry Hastings · 10 years ago
  93. 8252cc9 Backed out changeset 57776eee74f2 by Larry Hastings · 10 years ago
  94. 5addf89 Add Idle NEWS item. by Terry Jan Reedy · 10 years ago
  95. 4cbb9e6 Add NEWS item for Idle. by Terry Jan Reedy · 10 years ago
  96. 1c858c3 Issue #14373: Added C implementation of functools.lru_cache(). Based on by Serhiy Storchaka · 10 years ago
  97. 5a69420 merge 3.4 (#22931) by Benjamin Peterson · 10 years ago
  98. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 10 years ago
  99. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 10 years ago
  100. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 10 years ago