1. 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
  2. 0395fdd Application and elaboration of patch #103305 to fix core dumps when by Barry Warsaw · 24 years ago
  3. d6a9e84 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  4. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  5. ee238b9 ANSI-fication of the sources. by Fred Drake · 24 years ago
  6. 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 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. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  10. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  11. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  12. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  13. 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  14. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  15. ec5b776 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  16. 0dabace Make function objects somewhat mutable -- the members func_code, by Guido van Rossum · 26 years ago
  17. 1109fbc Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  18. 83f9ad8 Fix bug in comparing function objects detected by Sjoerd: by Guido van Rossum · 27 years ago
  19. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  20. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  21. 2271bf7 changes for keyword arguments and fast function call; added abstract.c by Guido van Rossum · 29 years ago
  22. e9c6bcd fix leak in func_dealloc (forgot to decref name) by Guido van Rossum · 30 years ago
  23. 10393b1 add restrictions in restricted mode by Guido van Rossum · 30 years ago
  24. 5bd3805 Added __doc__ attribute (alias func_doc), initialized from first by Guido van Rossum · 30 years ago
  25. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  26. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  27. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  28. 2e8f8a3 Added compare operations for functions and code objects. by Guido van Rossum · 31 years ago
  29. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  30. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  31. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  32. a38c0ff Added READONLY specifier to data members. by Guido van Rossum · 33 years ago
  33. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  34. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  35. 846e431 Function objects no longer contain a parse tree node, but intermediate code. by Guido van Rossum · 34 years ago
  36. 2a9096b New errors. by Guido van Rossum · 34 years ago
  37. 85a5fbb Initial revision by Guido van Rossum · 34 years ago