1. 0443ac2 Eliminate unnecessary test by Raymond Hettinger · 9 years ago
  2. fd265f4 Factor out common iterator finalization code by Raymond Hettinger · 9 years ago
  3. 6585501 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  4. 987f215 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  5. e2382c5 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  6. 5dbe245 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  7. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  8. 0d30940 Add fast paths to deque_init() for the common cases by Raymond Hettinger · 9 years ago
  9. 3803114 Add an early-out for deque_clear() by Raymond Hettinger · 9 years ago
  10. 11c715f Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  11. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  12. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  13. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  14. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  15. 5d27ed8 merge by Alexander Belopolsky · 9 years ago
  16. d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  17. c58c2cb Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  18. c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  19. a6c5d53 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  20. 36aff2d Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  21. 1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  22. eca7172 merge 3.5 by Benjamin Peterson · 9 years ago
  23. a18bd0e merge 3.4 by Benjamin Peterson · 9 years ago
  24. 3c0769d fix spacing by Benjamin Peterson · 9 years ago
  25. 2352a2f merge 3.5 (#25245) by Benjamin Peterson · 9 years ago
  26. bdb93c3 merge 3.4 (#25245) by Benjamin Peterson · 9 years ago
  27. 6aa1564 initialize return value to NULL to avoid compiler compliants (closes #25245) by Benjamin Peterson · 9 years ago
  28. c78f27d merge 3.5 (#23329) by Benjamin Peterson · 9 years ago
  29. d330822 detect alpn by feature flag not openssl version (closes #23329) by Benjamin Peterson · 9 years ago
  30. 8299e9b Move the copy and clear functions upwards to eliminate unnecessary forward references. by Raymond Hettinger · 9 years ago
  31. 7c0b70f Minor tweak to the order of variable updates. by Raymond Hettinger · 9 years ago
  32. f2b02ce Bump up the maximum number of freeblocks by Raymond Hettinger · 9 years ago
  33. c22eee6 Precomputing the number iterations allows the inner-loop to be vectorizable. by Raymond Hettinger · 9 years ago
  34. 7a84552 Hoist constant expression out of an inner loop. by Raymond Hettinger · 9 years ago
  35. e055b88 merge by Raymond Hettinger · 9 years ago
  36. bf49fee Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 9 years ago
  37. 5b8854e merge 3.5 by Benjamin Peterson · 9 years ago
  38. 03c59b9 merge 3.4 by Benjamin Peterson · 9 years ago
  39. e48cf7e prevent overflow in _Unpickler_Read by Benjamin Peterson · 9 years ago
  40. 2b0d646 Replace an unpredictable branch with a simple addition. by Raymond Hettinger · 9 years ago
  41. 3a1a8d0 Eliminate unnecessary variables by Raymond Hettinger · 9 years ago
  42. 8ef1db3 Merge with 3.5 by Steve Dower · 9 years ago
  43. 57ab1cd Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL. by Steve Dower · 9 years ago
  44. 7a23723 Eliminate unnecessary variable by Raymond Hettinger · 9 years ago
  45. d3d2b2c Minor consistency improvements to negative value comparisons. by Raymond Hettinger · 9 years ago
  46. 5ebae87 Issue #25207, #14626: Fix my commit. by Victor Stinner · 9 years ago
  47. 4552ced Issue #25207, #14626: Fix ICC compiler warnings in posixmodule.c by Victor Stinner · 9 years ago
  48. aed8830 Add a fast path (no iterator creation) for a common case for repeating deques of size 1 by Raymond Hettinger · 9 years ago
  49. 0e14e66 Hoist constant expression out of an inner loop by Raymond Hettinger · 9 years ago
  50. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  51. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  52. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  53. 1e2b688 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  54. 024364a Merge 3.5 (os.waitpid) by Victor Stinner · 9 years ago
  55. d3ffd32 Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows. by Victor Stinner · 9 years ago
  56. ad26225 Tighten inner-loop for deque_inplace_repeat(). by Raymond Hettinger · 9 years ago
  57. e4f3467 Add an exact type match fast path for deque_copy(). by Raymond Hettinger · 9 years ago
  58. 95e2cc5 Fix refcount. by Raymond Hettinger · 9 years ago
  59. 3d6e7b0 Merge by Kristján Valur Jónsson · 9 years ago
  60. a8a930f Issue #25021: Merge 3.5 to default by Kristján Valur Jónsson · 9 years ago
  61. d7f65e5 Issue #25021: Merge 3.4 to 3.5 by Kristján Valur Jónsson · 9 years ago
  62. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
  63. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  64. 67c78b5 In-line the append operations inside deque_inplace_repeat(). by Raymond Hettinger · 9 years ago
  65. e390410 Merge 3.5 by Victor Stinner · 9 years ago
  66. f9fdfa7 Merge 3.4 by Victor Stinner · 9 years ago
  67. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  68. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  69. 4237d34 Fix test_time on platform with 32-bit time_t type by Victor Stinner · 9 years ago
  70. f5d72f3 Simply deque repeat by reusing code in in-line repeat. Avoid unnecessary division. by Raymond Hettinger · 9 years ago
  71. 334b4a3 Merge from 3.5. by Larry Hastings · 9 years ago
  72. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 9 years ago
  73. 3f560c1 Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  74. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  75. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  76. a122b5a Issue #23738: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  77. 97cded9 Issue #25029: MemoryError in test_strptime by Steve Dower · 9 years ago
  78. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  79. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  80. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  81. 69cc487 Revert change 0eb8c182131e: by Victor Stinner · 9 years ago
  82. 90fd895 Issue #22241: Fix a compiler waring by Victor Stinner · 9 years ago
  83. 6574a38 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  84. 6c8b66c Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  85. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  86. 9df7035 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  87. 3b1bc78 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  88. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  89. 45fd951 Merge from 3.5 by Steve Dower · 9 years ago
  90. f35bd30 Merge from 3.5.0 branch. by Steve Dower · 9 years ago
  91. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  92. e5b5895 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  93. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  94. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  95. 62b2462 Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. by Larry Hastings · 9 years ago
  96. 643d6d3 Issue #24917: Backed out changeset 09b62202d9b7 by Steve Dower · 9 years ago
  97. dcaf4cc Issue #24917: Backed out changeset 09b62202d9b7 by Steve Dower · 9 years ago
  98. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 9 years ago
  99. 74a7b8f Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  100. 237060a Merge from 3.5.0 release branch by Steve Dower · 9 years ago