1. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  2. ecb3bd9 merge 3.2 by Benjamin Peterson · 13 years ago
  3. 43a976e remove duplicated type ready by Benjamin Peterson · 13 years ago
  4. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
  5. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
  6. 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 13 years ago
  7. 722954a quaint and completely out of date comment by Benjamin Peterson · 13 years ago
  8. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  9. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  10. 5cc10b0 merge 3.2 by Benjamin Peterson · 13 years ago
  11. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  12. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  13. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  14. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  15. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  16. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  17. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  18. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
  19. c39211f Issue #9630: Redecode filenames when setting the filesystem encoding by Victor Stinner · 14 years ago
  20. 42bc691 Merged revisions 84717 via svnmerge from by Benjamin Peterson · 14 years ago
  21. 41ece39 fix formatting by Benjamin Peterson · 14 years ago
  22. fcd2a79 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 14 years ago
  23. 1a9a9d5 Issue #1868: Eliminate subtle timing issues in thread-local objects by by Antoine Pitrou · 14 years ago
  24. cf0bcd1 Merged revisions 83184 via svnmerge from by Antoine Pitrou · 14 years ago
  25. c47bd4a Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg. by Antoine Pitrou · 14 years ago
  26. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  27. fff532b Issue #8749: remove unused code in Objects/object.c. Thanks Yaniv Aknin. by Mark Dickinson · 14 years ago
  28. 2e71d01 Merged revisions 81250-81253 via svnmerge from by Victor Stinner · 14 years ago
  29. ba6b430 Fix refleak in internal_print() introduced by myself in r81251 by Victor Stinner · 14 years ago
  30. 372ac5e PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead by Victor Stinner · 14 years ago
  31. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  32. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  33. 1472150 Merged revisions 79809 via svnmerge from by Mark Dickinson · 14 years ago
  34. 5daab45 Merged revisions 79804 via svnmerge from by Mark Dickinson · 14 years ago
  35. 7f045cf Merged revisions 78876 via svnmerge from by Victor Stinner · 14 years ago
  36. 624dbf6 Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() by Victor Stinner · 14 years ago
  37. adef1ba Merged revisions 76663 via svnmerge from by Mark Dickinson · 15 years ago
  38. 6711493 Issue #7430: Remove lingering reference to cmp in recursion error message. by Mark Dickinson · 15 years ago
  39. 6f1d049 Issue #6970: Remove redundant calls made when comparing objects. by Mark Dickinson · 15 years ago
  40. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
  41. 044446b Merged revisions 74459 via svnmerge from by Benjamin Peterson · 15 years ago
  42. 1432771 Merged revisions 74457 via svnmerge from by Benjamin Peterson · 15 years ago
  43. 6e5b0a1 remove reference to PyCObject by Benjamin Peterson · 15 years ago
  44. 94c65d9 Merged revisions 72907 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
  46. da13696 this is now a bound method by Benjamin Peterson · 15 years ago
  47. 224205f Merged revisions 72461 via svnmerge from by Benjamin Peterson · 15 years ago
  48. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  49. fd838e6 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 15 years ago
  50. ae937c0 Merged revisions 71722 via svnmerge from by Benjamin Peterson · 15 years ago
  51. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  52. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  53. 79eee6b Merged revisions 69582-69583 via svnmerge from by Antoine Pitrou · 15 years ago
  54. c96db47 Merged revisions 69436 via svnmerge from by Mark Dickinson · 15 years ago
  55. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  56. c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 15 years ago
  57. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 15 years ago
  58. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  59. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  60. f1f2f68 Recorded merge of revisions 68051 via svnmerge from by Nick Coghlan · 16 years ago
  61. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  62. 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 16 years ago
  63. ff869fa Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning. by Christian Heimes · 16 years ago
  64. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  65. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  66. d1abd25 Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited by Nick Coghlan · 16 years ago
  67. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  68. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  69. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  70. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 16 years ago
  71. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  72. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  73. c896700 Partial fix for bug #1306 by Christian Heimes · 17 years ago
  74. b7f17e4 Found another memory leak in longrangeiter. And redo the previous correction by Amaury Forgeot d'Arc · 17 years ago
  75. a1e9ec4 Correct a memory leak: the range() object was not properly freed. by Amaury Forgeot d'Arc · 17 years ago
  76. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  77. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  78. 826d897 Patch 1352 (continued in issue 1329) by Christian Heimes. by Guido van Rossum · 17 years ago
  79. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  80. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  81. 6ca130d Oops. The PyObject_Print() function was totally broken; the original code by Guido van Rossum · 17 years ago
  82. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  83. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  84. 3b64580 Remove unused local variable. by Thomas Heller · 17 years ago
  85. 55b4a7b Make test_descr.py pass. Had to disable a few tests, remove references by Guido van Rossum · 17 years ago
  86. d376dd9 Simplify error formatting. by Walter Dörwald · 17 years ago
  87. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  88. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  89. b03ccc0 Simplify PyObject_Unicode(NULL) by using PyUnicode_FromString(). by Walter Dörwald · 17 years ago
  90. c8c8233 It's ok for __repr__ to return unicode. by Guido van Rossum · 17 years ago
  91. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  92. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  93. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  94. ed3b838 Check the keys of the locals dict -- they need not be a list. by Georg Brandl · 17 years ago
  95. e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. by Georg Brandl · 17 years ago
  96. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  97. 9a4e95c The opstrings table was backwards. Add an XXX comment. by Guido van Rossum · 18 years ago
  98. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  99. ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 18 years ago
  100. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago