1. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  2. 64ed576 merge 3.2 (#14509) by Benjamin Peterson · 12 years ago
  3. ca819c3 merge 3.1 (#14509) by Benjamin Peterson · 12 years ago
  4. f6622c8 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 12 years ago
  5. afb5205 Close #14249: Use bit shifts instead of an union, it's more efficient. by Victor Stinner · 12 years ago
  6. e7eee01 Close #14249: Use an union instead of a long to short pointer to avoid aliasing by Victor Stinner · 12 years ago
  7. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  8. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  9. 9ee601e merge 3.2 by Benjamin Peterson · 12 years ago
  10. b6af60c adjust formatting by Benjamin Peterson · 12 years ago
  11. 3471bb6 remove extraneous condition by Benjamin Peterson · 12 years ago
  12. 29f8438 merge heads by Benjamin Peterson · 12 years ago
  13. ab3c1c1 be consistent with rest of function by Benjamin Peterson · 12 years ago
  14. 29b964d Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  15. 58bb82e Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  16. daa0654 Issue #14435: Remove special block allocation code from floatobject.c by Kristján Valur Jónsson · 12 years ago
  17. 3c1e481 Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions by Victor Stinner · 12 years ago
  18. 0df5429 grammar by Benjamin Peterson · 12 years ago
  19. c067d66 merge 3.2 by Benjamin Peterson · 12 years ago
  20. a8755c5 kill this terribly outdated comment by Benjamin Peterson · 12 years ago
  21. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  22. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  23. 59af08f Micro-optimize PyObject_GetAttrString() by Victor Stinner · 12 years ago
  24. 520e850 long() -> int() by Benjamin Peterson · 12 years ago
  25. b7f1da5 make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c by Benjamin Peterson · 12 years ago
  26. d614e70 rewrite this function, which was still accounting for classic classes by Benjamin Peterson · 12 years ago
  27. 1b1a8e7 correctly lookup __trunc__ in int() constructor by Benjamin Peterson · 12 years ago
  28. 9fc9bf4 some more identifier goodness by Benjamin Peterson · 12 years ago
  29. 96384b9 make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368) by Benjamin Peterson · 12 years ago
  30. 9a03ecf simply this slightly by Benjamin Peterson · 12 years ago
  31. de39454 merge 3.2 (#14334) by Benjamin Peterson · 12 years ago
  32. 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 12 years ago
  33. f50af11 space by Benjamin Peterson · 12 years ago
  34. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  35. ba10882 Close #14232: catch mmap() failure in new_arena() of obmalloc by Victor Stinner · 12 years ago
  36. 74529ad refactor and avoid warnings by Benjamin Peterson · 12 years ago
  37. 2d01dc0 Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to by Victor Stinner · 12 years ago
  38. d74782b Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to by Victor Stinner · 12 years ago
  39. 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 12 years ago
  40. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  41. 657e9eb make gi_running a boolean by Benjamin Peterson · 12 years ago
  42. 9fc3090 indicate we're not running as we leave this block by Benjamin Peterson · 12 years ago
  43. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 12 years ago
  44. 4e14174 Whitespace. by Stefan Krah · 12 years ago
  45. 0d03478 Remove an unused variable by Victor Stinner · 12 years ago
  46. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 12 years ago
  47. 1e88f3f Merge. by Stefan Krah · 12 years ago
  48. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 12 years ago
  49. 400a968 remove f_yieldfrom access from Python (closes #13970) by Benjamin Peterson · 12 years ago
  50. 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 12 years ago
  51. c9590ad Close #14085: remove assertions from PyUnicode_WRITE macro by Victor Stinner · 12 years ago
  52. 70d2717 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 12 years ago
  53. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 12 years ago
  54. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  55. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 12 years ago
  56. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  57. 6f73874 Close #14095: type.__new__() doesn't remove __qualname__ key from the class by Victor Stinner · 12 years ago
  58. b0800dc Oops, revert unwanted changes by Victor Stinner · 12 years ago
  59. abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and by Victor Stinner · 12 years ago
  60. 842c0f1 Fix compilation error under Windows (and warnings too). by Antoine Pitrou · 12 years ago
  61. 90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) by Victor Stinner · 12 years ago
  62. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 12 years ago
  63. b429d3b Fix doc of an internal function: unicode_write_cstr() by Victor Stinner · 12 years ago
  64. ba6bafc Fix compile failure under Windows by Antoine Pitrou · 12 years ago
  65. c516610 Optimize str%arg for number formats: %i, %d, %u, %x, %p by Victor Stinner · 12 years ago
  66. 99d7ad0 Micro-optimize computation of maxchar in PyUnicode_TransformDecimalToASCII() by Victor Stinner · 12 years ago
  67. da79e63 Micro-optimize unicode_expandtabs(): use FILL() macro to write N spaces by Victor Stinner · 12 years ago
  68. 15e9ed2 PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF) by Victor Stinner · 12 years ago
  69. d9a3591 merge 3.2 by Benjamin Peterson · 12 years ago
  70. e249dca merge 3.2 by Benjamin Peterson · 12 years ago
  71. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  72. 71f660e update to Unicode 6.1 by Benjamin Peterson · 12 years ago
  73. 16fa2a1 Forgot the "empty string -> hash == 0" special case for strings. by Georg Brandl · 12 years ago
  74. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  75. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  76. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  77. 006c5a2 check for NULL to fix segfault by Benjamin Peterson · 12 years ago
  78. 23d7f12 use new generic __dict__ descriptor implementations by Benjamin Peterson · 12 years ago
  79. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 12 years ago
  80. b900d6a initialize __dict__ if needed by Benjamin Peterson · 12 years ago
  81. 2cf936f use defaults by Benjamin Peterson · 12 years ago
  82. 84e821e merge 3.2 by Benjamin Peterson · 12 years ago
  83. 496c53d use Py_CLEAR by Benjamin Peterson · 12 years ago
  84. 01d7eba allow arbitrary attributes on classmethod and staticmethod (closes #14051) by Benjamin Peterson · 12 years ago
  85. 552be9b Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 12 years ago
  86. 4b3c784 Fix indentation by Antoine Pitrou · 12 years ago
  87. 37784ba Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 12 years ago
  88. c3a6b02 (Merge 3.2) Issue #13913: normalize utf-8 codec name in UTF-8 decoder by Victor Stinner · 12 years ago
  89. cbe0134 Issue #13913: normalize utf-8 codec name in UTF-8 decoder by Victor Stinner · 12 years ago
  90. 67e7006 merge 3.2 by Benjamin Peterson · 12 years ago
  91. efe7c9d this is only a borrowed ref in Brett's branch by Benjamin Peterson · 12 years ago
  92. d1cd99b Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again by Victor Stinner · 12 years ago
  93. 9878b63 merge 3.2 by Benjamin Peterson · 12 years ago
  94. 2f9c71b bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 12 years ago
  95. d446d8e _Py_Identifier are always ASCII strings by Victor Stinner · 12 years ago
  96. 951138c merge 3.2 by Benjamin Peterson · 12 years ago
  97. 90b1358 put returns on their own lines by Benjamin Peterson · 12 years ago
  98. 2372bb0 merge 3.2 (closes #13908) by Benjamin Peterson · 12 years ago
  99. 2652d25 ready types returned from PyType_FromSpec by Benjamin Peterson · 12 years ago
  100. e28108c adjust declaration by Benjamin Peterson · 12 years ago