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