1. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  2. bbbd4fd Make test_new pass. by Guido van Rossum · 17 years ago
  3. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  4. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  5. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  6. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  7. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago
  8. e2749cb Fix for rather inaccurately titled bug by Michael W. Hudson · 19 years ago
  9. bf9ac4b Whitespace normalization. by Tim Peters · 20 years ago
  10. 6093462 Fix bug by Michael W. Hudson · 20 years ago
  11. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 20 years ago
  12. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  13. df3f793 Extend function() to support an optional closure argument. by Jeremy Hylton · 22 years ago
  14. d08011a Moved a print statement outside the jython platform test. Otherwise by Finn Bock · 23 years ago
  15. dfdac1a Several changes for Jython portability. This closes SF patch by Barry Warsaw · 23 years ago
  16. 10fb386 Whitespace normalization. by Tim Peters · 23 years ago
  17. 6fe0a82 move extra arguments to the back of the new.code() arglist by Jeremy Hylton · 23 years ago
  18. 64d42c5 Added tests for new signature of new.instance(). by Fred Drake · 23 years ago
  19. 619eea6 PEP 227 implementation by Jeremy Hylton · 23 years ago
  20. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  21. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  22. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  23. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  24. 866016b new.code() has grown another foot, eh, another two arguments. by Guido van Rossum · 27 years ago
  25. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  26. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 28 years ago
  27. 924e5d5 A test of the `new' module. The new.code() test is fairly bogus since by Barry Warsaw · 28 years ago