1. bc4ded95 Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. by Serhiy Storchaka · 9 years ago
  2. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  3. 66c08d9 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 9 years ago
  4. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  5. e847d71 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) by Victor Stinner · 9 years ago
  6. ed53782 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  7. f0c0318 Issue #25845: Drop redundant checks leftover from int to long conversion by Martin Panter · 9 years ago
  8. a29eb08 Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 9 years ago
  9. d6a69d8 Fixed possible leak in ElementTree.Element.iter(). by Serhiy Storchaka · 9 years ago
  10. 7ff276f Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  11. 7efaf95 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  12. 49d3db9 Issue #25717: Add comment explaining why errors are ignored by Martin Panter · 9 years ago
  13. 0bb62b1 Issue #25717: Tolerate fstat() failures in the FileIO constructor by Martin Panter · 9 years ago
  14. 6a77c2d Issue #25764: Merge subprocess fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  15. 77a61d2 Fixed reference leak when read truncated pickle. by Serhiy Storchaka · 9 years ago
  16. ca28eba Fixed reference leak when read truncated pickle. by Serhiy Storchaka · 9 years ago
  17. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 9 years ago
  18. 097a664 Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 9 years ago
  19. c5f3b42 Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  20. a49de6b Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  21. 4409c6c Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  22. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  23. 3987fef Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  24. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  25. 36e4f76 Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  26. 04d759b Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  27. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  28. d0a5b1c Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess by Gregory P. Smith · 9 years ago
  29. fcc2e71 merge 3.4 (#25578) by Benjamin Peterson · 9 years ago
  30. 025a1fd rm trailing ws by Benjamin Peterson · 9 years ago
  31. f0c9038 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
  32. 2463001 merge 3.4 (#25569) by Benjamin Peterson · 9 years ago
  33. 806fb25 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  34. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  35. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  36. 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 9 years ago
  37. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  38. 86429bd merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  39. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  40. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 9 years ago
  41. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  42. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  43. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  44. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  45. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  46. 45120f2 Issue #25447: The lru_cache() wrapper objects now can be copied and pickled by Serhiy Storchaka · 9 years ago
  47. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  48. bc5b80b Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  49. e5df407 merge 3.4 (#25371) by Benjamin Peterson · 9 years ago
  50. b397e3b add a missing comma (closes #25371) by Benjamin Peterson · 9 years ago
  51. f264416 Issue #22413: Remove comment made out of date by Argument Clinic by Martin Panter · 9 years ago
  52. 994815e Issue #22413: Merge StringIO doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  53. cfad543 Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  54. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  55. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  56. 848f2b5 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  57. 987f215 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  58. e2382c5 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  59. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  60. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  61. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  62. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  63. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  64. 36aff2d Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  65. 1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  66. a18bd0e merge 3.4 by Benjamin Peterson · 9 years ago
  67. 3c0769d fix spacing by Benjamin Peterson · 9 years ago
  68. bdb93c3 merge 3.4 (#25245) by Benjamin Peterson · 9 years ago
  69. 6aa1564 initialize return value to NULL to avoid compiler compliants (closes #25245) by Benjamin Peterson · 9 years ago
  70. d330822 detect alpn by feature flag not openssl version (closes #23329) by Benjamin Peterson · 9 years ago
  71. bf49fee Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 9 years ago
  72. 03c59b9 merge 3.4 by Benjamin Peterson · 9 years ago
  73. e48cf7e prevent overflow in _Unpickler_Read by Benjamin Peterson · 9 years ago
  74. 57ab1cd Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL. by Steve Dower · 9 years ago
  75. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  76. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  77. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  78. d3ffd32 Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows. by Victor Stinner · 9 years ago
  79. d7f65e5 Issue #25021: Merge 3.4 to 3.5 by Kristján Valur Jónsson · 9 years ago
  80. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
  81. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  82. f9fdfa7 Merge 3.4 by Victor Stinner · 9 years ago
  83. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  84. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  85. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 9 years ago
  86. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  87. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  88. 97cded9 Issue #25029: MemoryError in test_strptime by Steve Dower · 9 years ago
  89. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  90. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  91. 6c8b66c Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  92. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  93. 3b1bc78 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  94. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  95. f35bd30 Merge from 3.5.0 branch. by Steve Dower · 9 years ago
  96. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  97. e5b5895 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  98. 62b2462 Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. by Larry Hastings · 9 years ago
  99. dcaf4cc Issue #24917: Backed out changeset 09b62202d9b7 by Steve Dower · 9 years ago
  100. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 9 years ago