1. 3f1057a method_call() and slot_tp_new() now uses fast call by Victor Stinner · 8 years ago
  2. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  3. 48ad7c0 use __qualname__ to compute bound method repr (closes #21389) by Benjamin Peterson · 10 years ago
  4. d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 10 years ago
  5. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. 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. f03572d Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL by Christian Heimes · 12 years ago
  8. 949f331 Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL by Christian Heimes · 12 years ago
  9. a036476 Merge 3.2 by Andrew Svetlov · 12 years ago
  10. ddcb620 Issue #15404: Refleak in PyMethodObject repr. by Andrew Svetlov · 12 years ago
  11. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  12. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  13. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  14. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  15. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  16. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  17. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  18. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  19. c9b0953 #2964: fix missing INCREF. by Georg Brandl · 16 years ago
  20. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  21. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  22. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  23. a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 16 years ago
  24. 9bbac50 Fixed a bug found by Marcin Kowalczyk by Christian Heimes · 16 years ago
  25. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  26. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  27. d7fb764 Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, by Walter Dörwald · 17 years ago
  28. 826b9dd Fix getclassname. Fixes test_descrtut. by Martin v. Löwis · 17 years ago
  29. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  30. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  31. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  32. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  33. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  34. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  35. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  36. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  37. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  38. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  39. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  40. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  41. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  42. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  43. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  44. dde99d2 Remove size constraints in SLICE opcodes. by Martin v. Löwis · 18 years ago
  45. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  46. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 18 years ago
  47. 630db60 - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 19 years ago
  48. ba3e6ec A minor fix for 64-bit platforms: when __len__() returns Python int by Guido van Rossum · 19 years ago
  49. bff60ae Insert missing flag. by Raymond Hettinger · 19 years ago
  50. e2749cb Fix for rather inaccurately titled bug by Michael W. Hudson · 19 years ago
  51. f4aca75 A static swapped_op[] array was defined in 3 different C files, & I think by Tim Peters · 20 years ago
  52. 3f3b668 Repair the same thinko in two places about handling of _Py_RefTotal in by Michael W. Hudson · 20 years ago
  53. baf0f8f - When method objects have an attribute that can be satisfied either by Guido van Rossum · 21 years ago
  54. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  55. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  56. a9e14b7 Fix leak in classobject.c. The leak surfaced on the error exit when by Raymond Hettinger · 21 years ago
  57. 2fb9fdc Make it possible to call instancemethod() with 2 arguments. by Guido van Rossum · 21 years ago
  58. df875b9 New private API function _PyInstance_Lookup. gc will use this to figure by Tim Peters · 21 years ago
  59. 6bae46d Refactor instancemethod_descr_get() to (a) be more clear, (b) be safe by Guido van Rossum · 21 years ago
  60. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 21 years ago
  61. 7e5c6a0 Change issubclass() so that recursive tuples (directly or indirectly by Walter Dörwald · 21 years ago
  62. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 21 years ago
  63. f740bdf Since properties are supported here, is possible that by Guido van Rossum · 22 years ago
  64. 617080b Fix (real! :-) memory leaks in half_cmp and half_binop. by Guido van Rossum · 22 years ago
  65. 75585d4 getinstclassname(): Squash new compiler wng in assert (comparison of by Tim Peters · 22 years ago
  66. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  67. 3459251 object.h special-build macro minefield: renamed all the new lexical by Tim Peters · 22 years ago
  68. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  69. b1e8154 About the new but unreferenced new_class, Guido sez: by Michael W. Hudson · 22 years ago
  70. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  71. e7b8ecf Major cleanup operation: whenever there's a call that looks for an by Guido van Rossum · 22 years ago
  72. 16b93b3 Fix for SF bug 532646. This is a little simpler than what Neal by Guido van Rossum · 22 years ago
  73. c916f5a Be smarter about clearing the weakref lists for instances, instance methods, by Fred Drake · 23 years ago
  74. 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 23 years ago
  75. 915f0eb Protect references to tp_descr_get and tp_dict with the appropriate test: by Guido van Rossum · 23 years ago
  76. 8b13b3e SF bug [#466173] unpack TypeError unclear by Tim Peters · 23 years ago
  77. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  78. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  79. cf95f9c Properly repr classes without module names. by Martin v. Löwis · 23 years ago
  80. f0b35e1 Redo the PyMethod attributes using a dir()-friendly approach, creating by Guido van Rossum · 23 years ago
  81. 16a77ad Generalize operator.indexOf (PySequence_Index) to work with any by Tim Peters · 23 years ago
  82. 28d80b1 PyClass_New(): put the extended Don Beaudry hook back in. When one of by Guido van Rossum · 23 years ago
  83. b479dc5 Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. by Guido van Rossum · 23 years ago
  84. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  85. a15dece Improve the error message issued when an unbound method is called with by Guido van Rossum · 23 years ago
  86. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  87. 4066769 Fix core dump in repr() of instancemethod whose class==NULL. by Guido van Rossum · 23 years ago
  88. f23c41d instance_getattr2(): rewritten to remove unnecessary stuff and by Guido van Rossum · 23 years ago
  89. cdf0d75 Instance methods: allow a NULL value for im_class. by Guido van Rossum · 23 years ago
  90. 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
  91. 23cc2b4 PyMethod_Type: add a tp_descr_get slot function to ensure proper by Guido van Rossum · 23 years ago
  92. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  93. 5962cbf Fix the test_weakref.py failure. Introduced by resolving "a conflict" by Tim Peters · 23 years ago
  94. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  95. 0ba9e3a init_name_op(): add (void) to the argument list to make it a valid by Guido van Rossum · 23 years ago
  96. 1b0feb4 Variant of SF patch 423181 by Jeremy Hylton · 23 years ago
  97. cb8d368 Reimplement PySequence_Contains() and instance_contains(), so they work by Tim Peters · 23 years ago
  98. 4dcb85b Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not by Fred Drake · 23 years ago
  99. 82c690f Well darnit! The innocuous fix I made to PyObject_Print() caused by Guido van Rossum · 23 years ago
  100. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 23 years ago