1. 6d7cfad Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  2. 958b3cc Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  3. ebbdb7d Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  4. 5bccb29 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  5. 02eae6b Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  6. 03d6ee3 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  7. 7afe40e Merge with 3.5: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  8. e12aa62 Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  9. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  10. da2d51f merge 3.5.0b3 changes from 3.5 by Ned Deily · 9 years ago
  11. ab30353 Merge with ongoing work in 3.5 branch. by Larry Hastings · 9 years ago
  12. b34db6a Post-release fixes for Python 3.5.0b3. by Larry Hastings · 9 years ago
  13. 9f71cb0 merge 3.5 (#24569) by Benjamin Peterson · 9 years ago
  14. d5d77aa set items in dict displays from left to right (closes #24569) by Benjamin Peterson · 9 years ago
  15. 1554b17 add news section for next beta by Benjamin Peterson · 9 years ago
  16. 191a8f0 merge heads by Benjamin Peterson · 9 years ago
  17. 63eaf7b merge heads by Benjamin Peterson · 9 years ago
  18. 1da0612 merge heads by Benjamin Peterson · 9 years ago
  19. d34c246 merge 3.5 (#24407) by Benjamin Peterson · 9 years ago
  20. e54d532 merge 3.4 (#24407) by Benjamin Peterson · 9 years ago
  21. 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
  22. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  23. a84e1e9 Issue #24432: merge from 3.5 by Ned Deily · 9 years ago
  24. 704dde1 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  25. 0454d48 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  26. df418b6 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  27. f92673c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  28. a09ef03 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  29. d48fb48 Merge 3.5 (Issue #24400) by Yury Selivanov · 9 years ago
  30. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  31. 11e6d79 Merge fix for #24458 from 3.5 by Nick Coghlan · 9 years ago
  32. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  33. bb215e2 Merge 3.5 (Issue #19235) by Yury Selivanov · 9 years ago
  34. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  35. d6d0b5b Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago
  36. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  37. 09dd773 merge 3.5 (#24552) by Benjamin Peterson · 9 years ago
  38. 42e913a merge 3.4 (#24552) by Benjamin Peterson · 9 years ago
  39. 80f78a3 fix use after free (closes #24552) by Benjamin Peterson · 9 years ago
  40. 60eaba0 Merge with 3.5: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  41. 49c521f Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  42. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  43. 84b31c9 Merge 3.5 (NEWS) by Yury Selivanov · 9 years ago
  44. 88632d7 Note removal of inspect.isawaitable() in the NEWS file by Yury Selivanov · 9 years ago
  45. c28e985 Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  46. 4a01cab Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  47. 05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  48. 81da944 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  49. bc9e75e Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  50. 7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  51. cbc50d9 Issue #20387: Merge with 3.5 by Jason R. Coombs · 9 years ago
  52. a95a476 Issue #20387: Merge test and patch from 3.4.4 by Jason R. Coombs · 9 years ago
  53. 50373e6 Issue #20387: Merge by Jason R. Coombs · 9 years ago
  54. 1e8d91a Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  55. b9b9e7b Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  56. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  57. 80c29ac Issue #20387: Merge patch and test by Jason R. Coombs · 9 years ago
  58. 9aad9f2 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  59. eab7704 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  60. 101ff35 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  61. b5048d3 merge 3.5 by Benjamin Peterson · 9 years ago
  62. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  63. b2b7ac1 merge 3.5 (#24522) by Benjamin Peterson · 9 years ago
  64. 7b78d43 prevent integer overflow in escape_unicode (closes #24522) by Benjamin Peterson · 9 years ago
  65. 5a22ca7 merge 3.5 by Benjamin Peterson · 9 years ago
  66. 758d60b merge 3.4 by Benjamin Peterson · 9 years ago
  67. acac1e0 merge 3.3 by Benjamin Peterson · 9 years ago
  68. dac3ab8 add issue number by Benjamin Peterson · 9 years ago
  69. 3ad880a merge 3.5 by Benjamin Peterson · 9 years ago
  70. 7763c68 merge 3.4 by Benjamin Peterson · 9 years ago
  71. ff0f322 merge 3.3 by Benjamin Peterson · 9 years ago
  72. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 9 years ago
  73. d1d628d Issue #20387: Update Misc/NEWS by Jason R. Coombs · 9 years ago
  74. d6362db Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  75. a72f0cd Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  76. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  77. 6edc2f7 Issue #24400: Merge 3.5 by Yury Selivanov · 9 years ago
  78. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  79. 66dc464 Issue #24426: Fast searching optimization in regular expressions now works by Serhiy Storchaka · 9 years ago
  80. 97b6e98 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  81. 9380acb - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  82. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  83. 67ef7e7 Issue #24408: Fixed AttributeError in measure() and metrics() methods of by Serhiy Storchaka · 9 years ago
  84. 4fafda7 Issue #24408: Fixed AttributeError in measure() and metrics() methods of by Serhiy Storchaka · 9 years ago
  85. 40e7400 Issue #14373: C implementation of functools.lru_cache() now can be used with by Serhiy Storchaka · 9 years ago
  86. e7070f0 Issue #14373: C implementation of functools.lru_cache() now can be used with by Serhiy Storchaka · 9 years ago
  87. 7386235 Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam by Steve Dower · 9 years ago
  88. 93cfeb9 Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam by Steve Dower · 9 years ago
  89. e25baa8 Merge fix for issue #24373 from 3.5 by Nick Coghlan · 9 years ago
  90. 53f9502 Issue #24373: Eliminate PEP 489 test refleaks by Nick Coghlan · 9 years ago
  91. f02dcc8 Merge from 3.5. by Eric Snow · 9 years ago
  92. 4fabf02 Issue #24369: Defend against key-changes during iteration. by Eric Snow · 9 years ago
  93. d8e5d6c Merge from 3.5. by Eric Snow · 9 years ago
  94. db4061c Issue #24377: Fix a ref leak in OrderedDict.__repr__. by Eric Snow · 9 years ago
  95. cbdb17f Merge from 3.5. by Eric Snow · 9 years ago
  96. 4c72918 Issue #24362: Simplify the C OrderedDict fast nodes resize logic. by Eric Snow · 9 years ago
  97. d14de5e Merge from 3.5. by Eric Snow · 9 years ago
  98. ac02ef3 Issue #24368: Support keyword arguments in OrderedDict methods. by Eric Snow · 9 years ago
  99. ec6cd16 Merge from 3.5. by Eric Snow · 9 years ago
  100. b952ab4 Issue #24359: Check for changed OrderedDict size during iteration. by Eric Snow · 9 years ago