1. f4780d0 Fix #1753395. by Georg Brandl · 17 years ago
  2. 80e7f27 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  3. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  4. a369c5a Use unicode by Neal Norwitz · 17 years ago
  5. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  6. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
  7. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  8. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  9. 1e2b760 Fix an obvious bug caused by a switch to Unicode. by Guido van Rossum · 17 years ago
  10. 4737482 Add a default __prepare__() method to 'type', so it can be called by Guido van Rossum · 17 years ago
  11. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  12. ace8ba8 Revert a wrong commit. by Thomas Heller · 17 years ago
  13. f630dac Must create heaptypes with unicode names. by Thomas Heller · 17 years ago
  14. 55b4a7b Make test_descr.py pass. Had to disable a few tests, remove references by Guido van Rossum · 17 years ago
  15. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  16. fa33163 Discard unused function. by Guido van Rossum · 17 years ago
  17. 7516360 Simplify error formatting and type_repr(). by Walter Dörwald · 17 years ago
  18. 7815c5e Check unicode identifier directly instead of converting by Walter Dörwald · 17 years ago
  19. 4dbd01b __module__ is a unicode string now: by Walter Dörwald · 17 years ago
  20. 9b9905b Expect unicode in class_name. by Martin v. Löwis · 17 years ago
  21. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  22. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  23. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  24. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  25. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  26. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  27. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  28. 6b18a5b Fix refcounting bug reported by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  29. e27dc72 By default, != returns the opposite of ==, unless the latter returns by Guido van Rossum · 17 years ago
  30. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  31. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  32. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  33. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  34. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  35. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  36. ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 18 years ago
  37. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  38. 0008602 remove debugging turd. by Thomas Wouters · 18 years ago
  39. 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
  40. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  41. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  42. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  43. 4011a24 Fix non-C89-compatible syntax. by Guido van Rossum · 18 years ago
  44. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  45. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  46. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  47. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  48. 3fc2ca3 Merge trunk up to 45598. by Thomas Wouters · 18 years ago
  49. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  50. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  51. 692cdbc Fix three nits found by Coverity, adding null checks and comments. by Guido van Rossum · 18 years ago
  52. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  53. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  54. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  55. c255c7b Bug #1086854: Rename PyHeapType members adding ht_ prefix. by Georg Brandl · 18 years ago
  56. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 18 years ago
  57. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 18 years ago
  58. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  59. 50bf51a Fix ref/memory leak introduced in rev 41845. by Neal Norwitz · 19 years ago
  60. 037d1e0 SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". by Armin Rigo · 19 years ago
  61. fd163f9 SF patch #1390657: by Armin Rigo · 19 years ago
  62. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  63. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  64. ec862b9 (pedronis, arigo) by Armin Rigo · 19 years ago
  65. 630db60 - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 19 years ago
  66. 5661699 fix object.__divmod__.__doc__ by Anthony Baxter · 19 years ago
  67. 7726dc0 Fixed a quite misleading comment: a "not" should not have been there. by Armin Rigo · 19 years ago
  68. b67cc80 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 19 years ago
  69. f4aca75 A static swapped_op[] array was defined in 3 different C files, & I think by Tim Peters · 20 years ago
  70. bf60875 Patch #980082: Missing INCREF in PyType_Ready. by Martin v. Löwis · 20 years ago
  71. 3f3b668 Repair the same thinko in two places about handling of _Py_RefTotal in by Michael W. Hudson · 20 years ago
  72. 8d726ee Cosmetic spacing fix. by Raymond Hettinger · 20 years ago
  73. d56cbe5 Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  74. 3ecdb25 Fix for bug #966623 - classes created with type() in an exec(, {}) don't by Anthony Baxter · 20 years ago
  75. ff365c9 Get rid of gcc warning. by Hye-Shik Chang · 20 years ago
  76. 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 20 years ago
  77. 8a1a594 Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol by Jim Fulton · 21 years ago
  78. 6a8bbdb Improve argument checking speed. by Raymond Hettinger · 21 years ago
  79. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
  80. 0bd743c subtype_dealloc(): Simplified overly contorted retracking logic. With by Tim Peters · 21 years ago
  81. f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 21 years ago
  82. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
  83. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  84. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  85. 56bb16f Use the simpler and faster PyArg_UnpackTuple() instead of by Raymond Hettinger · 21 years ago
  86. f34f264 SF bug #820397: __nonzero__() returns 1/0 by Raymond Hettinger · 21 years ago
  87. 22c3dda Fix leak introduced by previous typeobject.c checkin. by Guido van Rossum · 21 years ago
  88. 02c58f8 SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net): by Guido van Rossum · 21 years ago
  89. b2c7de4 Fix for by Michael W. Hudson · 21 years ago
  90. a6a277d /* XXX From here until type is allocated, "return NULL" leaks bases! */ by Michael W. Hudson · 21 years ago
  91. e723e45 Repair refcounting on error return from type_set_bases. by Michael W. Hudson · 21 years ago
  92. f75d9fc Remove stray comments. by Jeremy Hylton · 21 years ago
  93. 1c7a0ea Remove unnecessary check in tests for slots allowed. by Jeremy Hylton · 21 years ago
  94. 3e3159c Require that __nonzero__() return a bool or exactly an int. by Jeremy Hylton · 21 years ago
  95. 090a349 Check return type of __nonzero__() method. by Jeremy Hylton · 21 years ago
  96. 59195fd - SF patch 751998 fixes an unwanted side effect of the previous fix by Guido van Rossum · 21 years ago
  97. 10147f7 Fixed a comment. by Brett Cannon · 21 years ago
  98. e2fdc61 Fix SF #749831, copy raises SystemError when getstate raises exception by Neal Norwitz · 21 years ago
  99. 1987c66 Fix for SF 742911. We now clear the weakrefs *before* calling __del__ by Guido van Rossum · 21 years ago
  100. 3cfe754 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 21 years ago