1. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  2. 0d4df75 Issue #15027: The UTF-32 encoder is now 3x to 7x faster. by Serhiy Storchaka · 9 years ago
  3. df52e67 Fix warnings for gen_get_iter() by Yury Selivanov · 9 years ago
  4. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  5. 18c30a2 Issue #22906: Do incref before SetCause/SetContext by Yury Selivanov · 9 years ago
  6. 80e4dbe Issue 22906: Increment refcount after PyException_SetContext by Yury Selivanov · 9 years ago
  7. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  8. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  9. c4e335b Issue #23910: Optimize property() getter calls. Patch by Joe Jevnik by Raymond Hettinger · 9 years ago
  10. 48050cb Merge 3.4 by Andrew Svetlov · 9 years ago
  11. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 9 years ago
  12. 7503509 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  13. 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  14. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  15. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago
  16. a30e225 merge 3.4 (#24044) by Benjamin Peterson · 9 years ago
  17. bd91ee9 merge 3.3 (#24044) by Benjamin Peterson · 9 years ago
  18. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 9 years ago
  19. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 9 years ago
  20. 4320f54 merge 3.4 (#22785) by Benjamin Peterson · 9 years ago
  21. ac22c6b improved range docstring (closes #22785) by Benjamin Peterson · 9 years ago
  22. 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  23. 4e25913 Remove local dead code. In both blocks dir is always greater 0. by Christian Heimes · 9 years ago
  24. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 9 years ago
  25. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  26. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  27. a63cc21 Issue #23726: Don't enable GC for user subclasses of non-GC types that don't add any new fields. by Antoine Pitrou · 9 years ago
  28. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  29. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  30. 41525e3 Issue #23466: Raised OverflowError if %c argument is out of range. by Serhiy Storchaka · 9 years ago
  31. be1c60c Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 9 years ago
  32. 4aa8679 Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 9 years ago
  33. 2c7b5a9 Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on by Serhiy Storchaka · 9 years ago
  34. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 9 years ago
  35. 1912b39 _PyUnicodeWriter_WriteStr() now checks that the input string is consistent by Victor Stinner · 9 years ago
  36. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 9 years ago
  37. dabbfe7 Issue #23573: Fix bytes.rfind() and bytearray.rfind() on Windows by Victor Stinner · 9 years ago
  38. d9d769f Issue #23573: Increased performance of string search operations (str.find, by Serhiy Storchaka · 9 years ago
  39. 944fbcc Issue #23571: Enhance _Py_CheckFunctionResult() by Victor Stinner · 9 years ago
  40. 454bd3a stdprinter_write(): mention the encoding by Victor Stinner · 9 years ago
  41. 3b06dfb Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls by Victor Stinner · 9 years ago
  42. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 9 years ago
  43. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 9 years ago
  44. f50e187 Fix compiler warnings: comparison between signed and unsigned numbers by Victor Stinner · 9 years ago
  45. 484b9f3 Merge by Antoine Pitrou · 9 years ago
  46. 31084ba Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews). by Antoine Pitrou · 9 years ago
  47. 66aab0c Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle by Victor Stinner · 9 years ago
  48. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  49. 0c39b1b Initialize variables to prevent GCC warnings by Victor Stinner · 9 years ago
  50. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 9 years ago
  51. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  52. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  53. 283f3f8 Issue #23571: Oops, fix #ifdef assert() by Victor Stinner · 9 years ago
  54. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 9 years ago
  55. abda8dd merge 3.4 (#23590) by Benjamin Peterson · 9 years ago
  56. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 9 years ago
  57. 92ce1b4 merge 3.3 (#23362) by Benjamin Peterson · 9 years ago
  58. e5a853c use PyMem_NEW to detect overflow (closes #23362) by Benjamin Peterson · 9 years ago
  59. 42fc0eb Issue #21293: Remove unnecessary "capsule hack". by Larry Hastings · 9 years ago
  60. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  61. 71c6f44 Fixed a typo. by Serhiy Storchaka · 9 years ago
  62. 490055a Issue #20204: Deprecation warning is now raised for builtin type without the by Serhiy Storchaka · 9 years ago
  63. c8fd9ce merge 3.4 (#23515) by Benjamin Peterson · 9 years ago
  64. b808d59 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) by Benjamin Peterson · 9 years ago
  65. 78a8249 Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 9 years ago
  66. e55181f Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 9 years ago
  67. 26861b0 Issue #23450: Fixed possible integer overflows. by Serhiy Storchaka · 9 years ago
  68. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  69. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  70. ea5ce5a Issue #23383: Cleaned up bytes formatting. by Serhiy Storchaka · 9 years ago
  71. 438f913 Mirco-optimizations to reduce register spills and reloads observed on CLANG and GCC. by Raymond Hettinger · 9 years ago
  72. d327d8d Fix definition mismatch for type_is_subtype_base_chain. by Steve Dower · 9 years ago
  73. b4e20bb Fix definition mismatch for type_is_subtype_base_chain. by Steve Dower · 9 years ago
  74. 6c62ac1 merge 3.4 (#22735) by Benjamin Peterson · 9 years ago
  75. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 9 years ago
  76. 8249282 Minor code clean up. by Raymond Hettinger · 9 years ago
  77. 06bb122 Issue 23359: Reduce size of code in set_lookkey. Only do linear probes when there is no wrap-around. by Raymond Hettinger · 9 years ago
  78. 5178d91 Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo() by Stefan Krah · 9 years ago
  79. 8384870 Issue #22896: Fixed using _getbuffer() in recently added _PyBytes_Format(). by Serhiy Storchaka · 9 years ago
  80. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  81. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  82. c658d85 Issue 23359: Tighten inner search loop for sets (don't and-mask every entry lookup). by Raymond Hettinger · 9 years ago
  83. 2e6658b Merge from 3.4. by Stefan Krah · 9 years ago
  84. 7213fcc Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 9 years ago
  85. 363af44 Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity by Stefan Krah · 9 years ago
  86. 59ecabd Keep the definition of i consistent between set_lookkey() and set_insert_clean(). by Raymond Hettinger · 9 years ago
  87. 9edd753 Minor tweak to improve code clarity. by Raymond Hettinger · 9 years ago
  88. 06a1c8d Fix typo in a comment. by Raymond Hettinger · 9 years ago
  89. aed1984 Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. by Serhiy Storchaka · 9 years ago
  90. 9d4cbcc allow changing __class__ between a heaptype and non-heaptype in some cases (closes #22986) by Benjamin Peterson · 9 years ago
  91. f5324d7 Closes #22668: Merge from 3.4. by Stefan Krah · 9 years ago
  92. fa5d6a5 Issue #22668: Ensure that format strings survive slicing after casting. by Stefan Krah · 9 years ago
  93. 66acbb2 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 9 years ago
  94. e09bcc8 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 9 years ago
  95. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 9 years ago
  96. 3f95292 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 9 years ago
  97. f8d1a31 Revert unintended part of the commit (the key==dummy test wasn't supposed to change). by Raymond Hettinger · 9 years ago
  98. a5ebbf6 Remove unneeded dummy test from the set search loop (when the hashes match we know the key is not a dummy). by Raymond Hettinger · 9 years ago
  99. 3037e84 Issue #23269: Tighten search_loop in set_insert_clean() by Raymond Hettinger · 9 years ago
  100. 5474d0b Issue #20284: Fix a compilation warning on Windows by Victor Stinner · 9 years ago