1. 8f8839e Remove the freelist scheme for setobjects. by Raymond Hettinger · 11 years ago
  2. 33824f6 Restore changeset 5bd9db528aed (issue #18408) by Victor Stinner · 11 years ago
  3. e513210 Issue #18408: _PyObject_Dump() now saves/restores the current exception by Victor Stinner · 11 years ago
  4. 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
  5. 9154193 Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures. by Antoine Pitrou · 11 years ago
  6. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  7. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  8. 8e47832 Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an by Victor Stinner · 11 years ago
  9. e901d1f Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failure by Victor Stinner · 11 years ago
  10. 1b63493 Issue #18408: Py_ReprLeave() now saves/restores the current exception, by Victor Stinner · 11 years ago
  11. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  12. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  13. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  14. af03757 Optimize ascii(str): don't encode/decode repr if repr is already ASCII by Victor Stinner · 12 years ago
  15. 42124a7 initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function by Benjamin Peterson · 12 years ago
  16. 7ff2094 merge 3.3 (#16369) by Benjamin Peterson · 12 years ago
  17. e8ea97f merge 3.2 (#16369) by Benjamin Peterson · 12 years ago
  18. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  19. 226b1db Added notimplemented_dealloc for better error reporting by Armin Ronacher · 12 years ago
  20. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  21. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  22. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  23. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  24. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  25. 64ed576 merge 3.2 (#14509) by Benjamin Peterson · 13 years ago
  26. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 13 years ago
  27. 59af08f Micro-optimize PyObject_GetAttrString() by Victor Stinner · 13 years ago
  28. 74529ad refactor and avoid warnings by Benjamin Peterson · 13 years ago
  29. 2d01dc0 Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to by Victor Stinner · 13 years ago
  30. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  31. d9a3591 merge 3.2 by Benjamin Peterson · 13 years ago
  32. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  33. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  34. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  35. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 13 years ago
  36. ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 13 years ago
  37. f5b62a9 Consolidate the occurrances of the prime used as the multiplier when hashing. by Gregory P. Smith · 13 years ago
  38. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 13 years ago
  39. 0a54cf1 Fix PyObject_Repr(): don't call PyUnicode_READY() if res is NULL by Victor Stinner · 13 years ago
  40. db88ae5 PyObject_Repr() ensures that the result is a ready Unicode string by Victor Stinner · 13 years ago
  41. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  42. 4ead7c7 PyObject_Str() ensures that the result string is ready by Victor Stinner · 13 years ago
  43. d10759f Make _PyUnicode_FromId return borrowed references. by Martin v. Löwis · 13 years ago
  44. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  45. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  46. e35dc51 merge 3.2 by Benjamin Peterson · 13 years ago
  47. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  48. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  49. ecb3bd9 merge 3.2 by Benjamin Peterson · 13 years ago
  50. 43a976e remove duplicated type ready by Benjamin Peterson · 13 years ago
  51. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
  52. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
  53. 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 13 years ago
  54. 722954a quaint and completely out of date comment by Benjamin Peterson · 13 years ago
  55. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  56. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  57. 5cc10b0 merge 3.2 by Benjamin Peterson · 13 years ago
  58. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  59. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  60. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 14 years ago
  61. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  62. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  63. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  64. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  65. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
  66. c39211f Issue #9630: Redecode filenames when setting the filesystem encoding by Victor Stinner · 14 years ago
  67. 42bc691 Merged revisions 84717 via svnmerge from by Benjamin Peterson · 14 years ago
  68. 41ece39 fix formatting by Benjamin Peterson · 14 years ago
  69. fcd2a79 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 14 years ago
  70. 1a9a9d5 Issue #1868: Eliminate subtle timing issues in thread-local objects by by Antoine Pitrou · 14 years ago
  71. cf0bcd1 Merged revisions 83184 via svnmerge from by Antoine Pitrou · 14 years ago
  72. c47bd4a Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg. by Antoine Pitrou · 14 years ago
  73. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  74. fff532b Issue #8749: remove unused code in Objects/object.c. Thanks Yaniv Aknin. by Mark Dickinson · 14 years ago
  75. 2e71d01 Merged revisions 81250-81253 via svnmerge from by Victor Stinner · 14 years ago
  76. ba6b430 Fix refleak in internal_print() introduced by myself in r81251 by Victor Stinner · 14 years ago
  77. 372ac5e PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead by Victor Stinner · 14 years ago
  78. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  79. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  80. 1472150 Merged revisions 79809 via svnmerge from by Mark Dickinson · 15 years ago
  81. 5daab45 Merged revisions 79804 via svnmerge from by Mark Dickinson · 15 years ago
  82. 7f045cf Merged revisions 78876 via svnmerge from by Victor Stinner · 15 years ago
  83. 624dbf6 Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() by Victor Stinner · 15 years ago
  84. adef1ba Merged revisions 76663 via svnmerge from by Mark Dickinson · 15 years ago
  85. 6711493 Issue #7430: Remove lingering reference to cmp in recursion error message. by Mark Dickinson · 15 years ago
  86. 6f1d049 Issue #6970: Remove redundant calls made when comparing objects. by Mark Dickinson · 15 years ago
  87. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
  88. 044446b Merged revisions 74459 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 1432771 Merged revisions 74457 via svnmerge from by Benjamin Peterson · 15 years ago
  90. 6e5b0a1 remove reference to PyCObject by Benjamin Peterson · 15 years ago
  91. 94c65d9 Merged revisions 72907 via svnmerge from by Benjamin Peterson · 15 years ago
  92. 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
  93. da13696 this is now a bound method by Benjamin Peterson · 15 years ago
  94. 224205f Merged revisions 72461 via svnmerge from by Benjamin Peterson · 15 years ago
  95. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  96. fd838e6 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 16 years ago
  97. ae937c0 Merged revisions 71722 via svnmerge from by Benjamin Peterson · 16 years ago
  98. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 16 years ago
  99. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  100. 79eee6b Merged revisions 69582-69583 via svnmerge from by Antoine Pitrou · 16 years ago