1. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  2. ca0da9b Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  3. 06cfb0c Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  4. ce85acf Merge: #20647: Update dictobject.c comments to account for randomized string hashes. by R David Murray · 8 years ago
  5. 537ad7a #20647: Update dictobject.c comments to account for randomized string hashes. by R David Murray · 8 years ago
  6. f9efb8b Issue #27474: Unified error messages in the __contains__ method of bytes and by Serhiy Storchaka · 8 years ago
  7. c13d85b merge 3.5 (#27248) by Benjamin Peterson · 8 years ago
  8. 27007dc fix refleaks in PyDict_SetItem error cases (closes #27248) by Benjamin Peterson · 8 years ago
  9. f54d781 Issue #27460: Unified error messages in bytes constructor for integers by Serhiy Storchaka · 8 years ago
  10. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  11. 6c94d10 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  12. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  13. e09132f Backed out changeset b0087e17cd5e (issue #26765) by Serhiy Storchaka · 8 years ago
  14. ab8bcb3 Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows. by Serhiy Storchaka · 8 years ago
  15. 3550489 Issue #26765: Moved wrappers for bytes and bytearray methods to common header by Serhiy Storchaka · 8 years ago
  16. 0855e70 Issue #27007: The fromhex() class methods of bytes and bytearray subclasses by Serhiy Storchaka · 8 years ago
  17. 590dcab Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  18. 2275e62 Fix spelling errors in code comments by Martin Panter · 8 years ago
  19. f95de0e Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  20. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  21. 5d062d7 Issue #27333: Simplified testing step on 0. by Serhiy Storchaka · 8 years ago
  22. cfdfbb4 Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  23. 5697c4b Comment fixes extracted from patch by Demur Rumed. by Serhiy Storchaka · 8 years ago
  24. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  25. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  26. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  27. e187195 odict: Remove useless ";" after function definition by Victor Stinner · 8 years ago
  28. 841de28 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 8 years ago
  29. 484c913 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 8 years ago
  30. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  31. 64c26e5 Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  32. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  33. e63e5d6 Issue #27073: Removed redundant checks in long_add and long_sub. by Serhiy Storchaka · 8 years ago
  34. 16931c3 Issue #26983: float() now always return an instance of exact float. by Serhiy Storchaka · 8 years ago
  35. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  36. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  37. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  38. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  39. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  40. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  41. 6ca4260 merge 3.5 by Benjamin Peterson · 8 years ago
  42. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  43. 27ba886 Issue #27118: Clean up Py_XINCREF/Py_XDECREF in typeobject.c. by Serhiy Storchaka · 8 years ago
  44. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  45. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  46. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  47. bcde10a Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used by Serhiy Storchaka · 8 years ago
  48. 9974092 merge 3.5 by Benjamin Peterson · 8 years ago
  49. 07451dd fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 8 years ago
  50. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  51. 1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  52. 5787ef6 Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs(). by Serhiy Storchaka · 8 years ago
  53. 25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. by Serhiy Storchaka · 8 years ago
  54. 17e2295 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  55. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  56. fb81d3c Issue #26765: Moved common code for the replace() method of bytes and bytearray by Serhiy Storchaka · 8 years ago
  57. dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods by Serhiy Storchaka · 8 years ago
  58. fcce462 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  59. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  60. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  61. 0ac70c0 Fix typos. Reported by andportnoy on GitHub. by Berker Peksag · 8 years ago
  62. 8421d71 Removed unused initialization and the uninteresting comment. by Raymond Hettinger · 8 years ago
  63. fa07029 Issue #26880: Removed redundant checks in set.__init__. by Serhiy Storchaka · 8 years ago
  64. 71dc3d8 Issue #25349, #26249: Fix memleak in formatfloat() by Victor Stinner · 8 years ago
  65. 1593259 Issue #26249: Try test_capi on Windows by Victor Stinner · 8 years ago
  66. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  67. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  68. 0621e0e Don't define _PyMem_PymallocEnabled() if pymalloc is disabled by Victor Stinner · 8 years ago
  69. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  70. 55c861f Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict. by Serhiy Storchaka · 8 years ago
  71. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  72. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  73. a4ed2da merge 3.5 by Benjamin Peterson · 8 years ago
  74. b0c04cb fix slice cache finalization to use gc del by Benjamin Peterson · 8 years ago
  75. 259d247 merge 3.5 (#26659) by Benjamin Peterson · 8 years ago
  76. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  77. 43de36d Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c by Berker Peksag · 8 years ago
  78. e914d41 Issue #26766: Fix _PyBytesWriter_Finish() by Victor Stinner · 8 years ago
  79. c9a59e6 Issue #26764: Fixed SystemError in bytes.__rmod__. by Serhiy Storchaka · 8 years ago
  80. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  81. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  82. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  83. 131b8f8 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  84. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  85. 59865e7 Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 8 years ago
  86. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  87. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  88. 03f17f8 Issue #17339: Improved TypeError message in bytes constructor. by Serhiy Storchaka · 8 years ago
  89. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  90. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  91. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  92. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  93. 3625af5 Moved misplaced functions to the section for C API functions. by Raymond Hettinger · 8 years ago
  94. 2c257ab Responsibility for argument checking belongs in set.__init__() rather than set.__new__(). by Raymond Hettinger · 8 years ago
  95. b72e21b Speed-up construction of empty sets by approx 12-14%. by Raymond Hettinger · 8 years ago
  96. f963c13 longobject.c: fix compilation warning on Windows 64-bit by Victor Stinner · 8 years ago
  97. 0aed3a4 _PyMem_DebugFree(): fix compiler warning on Windows by Victor Stinner · 8 years ago
  98. fac3956 Optimize bytes.replace(b'', b'.') by Victor Stinner · 8 years ago
  99. ad52437 Fail if PyMem_Malloc() is called without holding the GIL by Victor Stinner · 8 years ago
  100. ffcf1a5 Oops, revert unwanted change used to create an example by Victor Stinner · 8 years ago