1. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  2. 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
  3. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  4. 10c6692 GC for method objects. by Neil Schemenauer · 23 years ago
  5. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  6. ee238b9 ANSI-fication of the sources. by Fred Drake · 24 years ago
  7. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  8. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  9. 9a15c21 Fix an error on AIX by using a proper cast. by Guido van Rossum · 24 years ago
  10. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  11. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  12. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  13. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  14. 13fdf5e When comparing bound methods, use identity test on the objects, by Guido van Rossum · 26 years ago
  15. 9223351 Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject by Guido van Rossum · 26 years ago
  16. 8a92c62 New feature: if the object's type has a non-NULL tp_doc field, that by Guido van Rossum · 26 years ago
  17. 1f39c5c Added separate free list for cfunction (builtin method) objects, for a by Guido van Rossum · 27 years ago
  18. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  19. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  20. a83f270 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  21. 6978503 added findmethodinchain and methodchain data types by Guido van Rossum · 30 years ago
  22. 10393b1 add restrictions in restricted mode by Guido van Rossum · 30 years ago
  23. cab650d * Objects/methodobject.c: changed drastically, the object now by Guido van Rossum · 30 years ago
  24. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  25. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  26. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  27. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  28. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  29. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  30. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  31. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  32. eec181a Lint ./ by Guido van Rossum · 32 years ago
  33. c060229 Add "varargs" attribute. by Guido van Rossum · 33 years ago
  34. bd3a2e6 Use AttributeError. by Guido van Rossum · 33 years ago
  35. e9c430f Implemented __methods__ attribute by Guido van Rossum · 33 years ago
  36. 9093361 printobject now returns an error code by Guido van Rossum · 33 years ago
  37. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  38. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  39. 2a9096b New errors. by Guido van Rossum · 34 years ago
  40. 85a5fbb Initial revision by Guido van Rossum · 34 years ago