1. aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
  2. 6fe0a82 move extra arguments to the back of the new.code() arglist by Jeremy Hylton · 24 years ago
  3. ceb2bff new_instance(): Use PyInstance_NewRaw() instead of knowing too much by Fred Drake · 24 years ago
  4. 903f654 PEP 227 implementation by Jeremy Hylton · 24 years ago
  5. 1bff883 Allow new.function() called with explicit 3rd arg of None, as by Guido van Rossum · 24 years ago
  6. 5428c7d Fix the docstring for new.function(). by Fred Drake · 24 years ago
  7. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  8. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  9. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  10. c4bc0e0 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  11. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  12. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  13. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  14. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  15. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  16. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  17. d076c73 Changes to support other object types besides strings by Guido van Rossum · 26 years ago
  18. 7859f87 Marc-Andre Lemburg's patch to support instance methods with other by Guido van Rossum · 26 years ago
  19. b88679b I think there was a tiny bug in new_function() -- the 'defaults' by Guido van Rossum · 26 years ago
  20. 463e55a Two more arguments to newcodeobject -- first lineno and lineno table. by Guido van Rossum · 28 years ago
  21. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  22. a6b7c71 Renamed. by Barry Warsaw · 28 years ago
  23. b916faf Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code. by Guido van Rossum · 28 years ago
  24. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  25. 26b310a Added new.instance(class, dict). by Guido van Rossum · 28 years ago
  26. b28911c added new.classobj() by Guido van Rossum · 29 years ago
  27. 896fc7e re-enable new.code(...) with new args by Guido van Rossum · 29 years ago
  28. b158909 \temporary 'fix' for brokenness by Guido van Rossum · 29 years ago
  29. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 30 years ago
  30. 37431fb initmodule3 -> initmodule3 by Guido van Rossum · 30 years ago
  31. f9888eb totally revamped by Guido van Rossum · 30 years ago
  32. 5e8e832 don't use backslashes for continuation lines by Guido van Rossum · 30 years ago
  33. 34162a1 Added some new modules by Guido van Rossum · 30 years ago