1. 449e7c1 merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  2. 2463001 merge 3.4 (#25569) by Benjamin Peterson · 9 years ago
  3. 806fb25 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  4. ceaabc1 Issue #25498: Merge ctypes crash fix from 3.5 by Martin Panter · 9 years ago
  5. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  6. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  7. d5d6e33 merge 3.5 (#25530) by Benjamin Peterson · 9 years ago
  8. 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 9 years ago
  9. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  10. ea54d31 merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  11. 86429bd merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  12. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  13. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  14. 12b2538 Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. by Serhiy Storchaka · 9 years ago
  15. 4a91d21 Neaten-up the inner-loop logic. by Raymond Hettinger · 9 years ago
  16. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  17. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 9 years ago
  18. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  19. df8f5b5 Minor cleanup. by Raymond Hettinger · 9 years ago
  20. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  21. 0bdf9ea merge by Raymond Hettinger · 9 years ago
  22. 67b97b8 Move the initial start-search out of the main loop so it can be factored-out later. by Raymond Hettinger · 9 years ago
  23. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  24. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  25. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  26. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  27. dcd1a03 Issue #25447: The lru_cache() wrapper objects now can be copied and pickled by Serhiy Storchaka · 9 years ago
  28. 45120f2 Issue #25447: The lru_cache() wrapper objects now can be copied and pickled by Serhiy Storchaka · 9 years ago
  29. db41fd4 Removed unused parameter by Raymond Hettinger · 9 years ago
  30. 0f43bb1 Only update the state variable once per iteration. by Raymond Hettinger · 9 years ago
  31. 20151f5 Issue #25414: Remove unnecessary tests that can never succeed. by Raymond Hettinger · 9 years ago
  32. 1eca237 Remove old Todo entry that isn't going to happen. by Raymond Hettinger · 9 years ago
  33. a4b13d0 Rewrap comment. by Raymond Hettinger · 9 years ago
  34. bc00341 Use unsigned division by Raymond Hettinger · 9 years ago
  35. 1286d14 Improve variable names and constant expressions by Raymond Hettinger · 9 years ago
  36. f9c9a3f Refactor binascii.rledecode_hqx() by Victor Stinner · 9 years ago
  37. 1bfe930 Issue #25384: Fix binascii.rledecode_hqx() by Victor Stinner · 9 years ago
  38. eaaaf13 Issue #25384: Use _PyBytesWriter API in binascii by Victor Stinner · 9 years ago
  39. f7d2471 Merge 3.5 (sys.setrecursionlimit) by Victor Stinner · 9 years ago
  40. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  41. 358af13 Issue #25353: Optimize unicode escape and raw unicode escape encoders to use by Victor Stinner · 9 years ago
  42. 965362e Minor fixup. maxlen is already known. by Raymond Hettinger · 9 years ago
  43. d96db09 Refactor the deque trim logic to eliminate the two separate trim functions. by Raymond Hettinger · 9 years ago
  44. 6b1e113 Hoist the deque->maxlen lookup out of the inner-loop. by Raymond Hettinger · 9 years ago
  45. e84c976 Issue #25357: Add an optional newline paramer to binascii.b2a_base64(). by Victor Stinner · 9 years ago
  46. bc5b80b Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  47. 92f0113 Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  48. a7f63009 Minor tweak. Make the maxlen comparisons a little more clear and consistent. by Raymond Hettinger · 9 years ago
  49. 90ccccf merge 3.5 (#25371) by Benjamin Peterson · 9 years ago
  50. e5df407 merge 3.4 (#25371) by Benjamin Peterson · 9 years ago
  51. b397e3b add a missing comma (closes #25371) by Benjamin Peterson · 9 years ago
  52. 0d554d7 Issue #24164: Objects that need calling ``__new__`` with keyword arguments, by Serhiy Storchaka · 9 years ago
  53. a6d5038 Issue #22413: Merge StringIO doc from 3.5 by Martin Panter · 9 years ago
  54. f264416 Issue #22413: Remove comment made out of date by Argument Clinic by Martin Panter · 9 years ago
  55. 994815e Issue #22413: Merge StringIO doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  56. cfad543 Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  57. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  58. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  59. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  60. 848f2b5 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  61. 0443ac2 Eliminate unnecessary test by Raymond Hettinger · 9 years ago
  62. fd265f4 Factor out common iterator finalization code by Raymond Hettinger · 9 years ago
  63. 6585501 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  64. 987f215 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  65. e2382c5 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  66. 5dbe245 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  67. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  68. 0d30940 Add fast paths to deque_init() for the common cases by Raymond Hettinger · 9 years ago
  69. 3803114 Add an early-out for deque_clear() by Raymond Hettinger · 9 years ago
  70. 11c715f Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  71. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  72. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  73. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  74. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  75. 5d27ed8 merge by Alexander Belopolsky · 9 years ago
  76. d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  77. c58c2cb Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  78. c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  79. a6c5d53 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  80. 36aff2d Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  81. 1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  82. eca7172 merge 3.5 by Benjamin Peterson · 9 years ago
  83. a18bd0e merge 3.4 by Benjamin Peterson · 9 years ago
  84. 3c0769d fix spacing by Benjamin Peterson · 9 years ago
  85. 2352a2f merge 3.5 (#25245) by Benjamin Peterson · 9 years ago
  86. bdb93c3 merge 3.4 (#25245) by Benjamin Peterson · 9 years ago
  87. 6aa1564 initialize return value to NULL to avoid compiler compliants (closes #25245) by Benjamin Peterson · 9 years ago
  88. c78f27d merge 3.5 (#23329) by Benjamin Peterson · 9 years ago
  89. d330822 detect alpn by feature flag not openssl version (closes #23329) by Benjamin Peterson · 9 years ago
  90. 8299e9b Move the copy and clear functions upwards to eliminate unnecessary forward references. by Raymond Hettinger · 9 years ago
  91. 7c0b70f Minor tweak to the order of variable updates. by Raymond Hettinger · 9 years ago
  92. f2b02ce Bump up the maximum number of freeblocks by Raymond Hettinger · 9 years ago
  93. c22eee6 Precomputing the number iterations allows the inner-loop to be vectorizable. by Raymond Hettinger · 9 years ago
  94. 7a84552 Hoist constant expression out of an inner loop. by Raymond Hettinger · 9 years ago
  95. e055b88 merge by Raymond Hettinger · 9 years ago
  96. bf49fee Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 9 years ago
  97. 5b8854e merge 3.5 by Benjamin Peterson · 9 years ago
  98. 03c59b9 merge 3.4 by Benjamin Peterson · 9 years ago
  99. e48cf7e prevent overflow in _Unpickler_Read by Benjamin Peterson · 9 years ago
  100. 2b0d646 Replace an unpredictable branch with a simple addition. by Raymond Hettinger · 9 years ago