1. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  2. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  3. bcde10a Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used by Serhiy Storchaka · 8 years ago
  4. 9974092 merge 3.5 by Benjamin Peterson · 8 years ago
  5. 07451dd fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 8 years ago
  6. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  7. 1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  8. 5787ef6 Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs(). by Serhiy Storchaka · 8 years ago
  9. 25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. by Serhiy Storchaka · 8 years ago
  10. 17e2295 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  11. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  12. fb81d3c Issue #26765: Moved common code for the replace() method of bytes and bytearray by Serhiy Storchaka · 8 years ago
  13. dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods by Serhiy Storchaka · 8 years ago
  14. fcce462 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  15. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  16. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  17. 0ac70c0 Fix typos. Reported by andportnoy on GitHub. by Berker Peksag · 8 years ago
  18. 8421d71 Removed unused initialization and the uninteresting comment. by Raymond Hettinger · 8 years ago
  19. fa07029 Issue #26880: Removed redundant checks in set.__init__. by Serhiy Storchaka · 8 years ago
  20. 71dc3d8 Issue #25349, #26249: Fix memleak in formatfloat() by Victor Stinner · 8 years ago
  21. 1593259 Issue #26249: Try test_capi on Windows by Victor Stinner · 8 years ago
  22. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  23. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  24. 0621e0e Don't define _PyMem_PymallocEnabled() if pymalloc is disabled by Victor Stinner · 8 years ago
  25. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  26. 55c861f Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict. by Serhiy Storchaka · 8 years ago
  27. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  28. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  29. a4ed2da merge 3.5 by Benjamin Peterson · 8 years ago
  30. b0c04cb fix slice cache finalization to use gc del by Benjamin Peterson · 8 years ago
  31. 259d247 merge 3.5 (#26659) by Benjamin Peterson · 8 years ago
  32. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  33. 43de36d Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c by Berker Peksag · 8 years ago
  34. e914d41 Issue #26766: Fix _PyBytesWriter_Finish() by Victor Stinner · 8 years ago
  35. c9a59e6 Issue #26764: Fixed SystemError in bytes.__rmod__. by Serhiy Storchaka · 8 years ago
  36. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  37. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  38. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  39. 131b8f8 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  40. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  41. 59865e7 Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 9 years ago
  42. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  43. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  44. 03f17f8 Issue #17339: Improved TypeError message in bytes constructor. by Serhiy Storchaka · 9 years ago
  45. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  46. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  47. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  48. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  49. 3625af5 Moved misplaced functions to the section for C API functions. by Raymond Hettinger · 9 years ago
  50. 2c257ab Responsibility for argument checking belongs in set.__init__() rather than set.__new__(). by Raymond Hettinger · 9 years ago
  51. b72e21b Speed-up construction of empty sets by approx 12-14%. by Raymond Hettinger · 9 years ago
  52. f963c13 longobject.c: fix compilation warning on Windows 64-bit by Victor Stinner · 9 years ago
  53. 0aed3a4 _PyMem_DebugFree(): fix compiler warning on Windows by Victor Stinner · 9 years ago
  54. fac3956 Optimize bytes.replace(b'', b'.') by Victor Stinner · 9 years ago
  55. ad52437 Fail if PyMem_Malloc() is called without holding the GIL by Victor Stinner · 9 years ago
  56. ffcf1a5 Oops, revert unwanted change used to create an example by Victor Stinner · 9 years ago
  57. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 9 years ago
  58. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 9 years ago
  59. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 9 years ago
  60. 0f04bc7 merge 3.5 (closes #26478) by Benjamin Peterson · 9 years ago
  61. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 9 years ago
  62. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  63. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 9 years ago
  64. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  65. f219285 Merge 3.5 by Victor Stinner · 9 years ago
  66. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 9 years ago
  67. 3d9d77a Merge 3.5 by Victor Stinner · 9 years ago
  68. 6c9aa8f Fix str.translate() by Victor Stinner · 9 years ago
  69. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 9 years ago
  70. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  71. e0b2309 Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs by Yury Selivanov · 9 years ago
  72. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 9 years ago
  73. d2962f1 Issue #25949: __dict__ for an OrderedDict instance is now created only when by Serhiy Storchaka · 9 years ago
  74. a0fcaca Issue #26288: Fix comment by Yury Selivanov · 9 years ago
  75. 186c30b Issue #26288: Optimize PyLong_AsDouble. by Yury Selivanov · 9 years ago
  76. f502154 Add early-out for the common case where kwds is NULL (gives 1.1% speedup). by Raymond Hettinger · 9 years ago
  77. ce5179f Issue #23601: Use small object allocator for dict key objects by Raymond Hettinger · 9 years ago
  78. 5b96f17 Merge 3.5 by Victor Stinner · 9 years ago
  79. 5bc03a6 Fix resize_compact() by Victor Stinner · 9 years ago
  80. 0dceb91 Tests versus zero are more compact than tests versus -1. by Raymond Hettinger · 9 years ago
  81. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  82. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  83. 9f78939 Issue #26107: Fix typo in Objects/lnotab_notes.txt by Victor Stinner · 9 years ago
  84. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  85. b56837a Merge 3.5 by Victor Stinner · 9 years ago
  86. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  87. 4918b47 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  88. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  89. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 9 years ago
  90. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  91. 3b63dc3 - merge 3.5 by doko@ubuntu.com · 9 years ago
  92. 17210f5 dictobject.c(dict_sizeof): Make it static again. by doko@ubuntu.com · 9 years ago
  93. 3d220cc As per further discussion, re-enable the typeobject.c guard for picklability. by Barry Warsaw · 9 years ago
  94. 09880c8 Comment out some tests that won't pass now that we've reverted the by Barry Warsaw · 9 years ago
  95. ec71f17 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  96. 885e193 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  97. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 9 years ago
  98. 3e47a13 merge 3.5 by Benjamin Peterson · 9 years ago
  99. 4e3dd51 merge 3.4 by Benjamin Peterson · 9 years ago
  100. 630329e merge 3.3 by Benjamin Peterson · 9 years ago