1. 24 Ara, 2002 2 kayıt (commit)
  2. 13 Ara, 2002 1 kayıt (commit)
  3. 09 Ara, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      SF 548651: Fix the METH_CLASS implementation. · bca1cbc6
      Tim Peters yazdı
      Most of these patches are from Thomas Heller, with long lines folded
      by Tim.  The change to test_descr.py is from Guido.  See the bug report.
      
      Not a bugfix candidate -- METH_CLASS is new in 2.3.
      bca1cbc6
  4. 27 Kas, 2002 5 kayıt (commit)
  5. 26 Kas, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This is my patch: · 98bbc49c
      Michael W. Hudson yazdı
      [ 635933 ] make some type attrs writable
      
      Plus a couple of extra tests beyond what's up there.
      
      It hasn't been as carefully reviewed as it perhaps should, so all readers
      are encouraged, nay exhorted, to give this a close reading.
      
      There are still a couple of oddities related to assigning to __name__,
      but I intend to solicit python-dev's opinions on these.
      98bbc49c
  6. 25 Kas, 2002 1 kayıt (commit)
  7. 23 Kas, 2002 2 kayıt (commit)
  8. 14 Kas, 2002 1 kayıt (commit)
  9. 18 Eki, 2002 1 kayıt (commit)
  10. 15 Eki, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      For some reason (probably cut and paste), __ipow__ for new-style · 6e5680fc
      Guido van Rossum yazdı
      classes was called with three arguments.  This makes no sense, there's
      no way to pass in the "modulo" 3rd argument as for __pow__, and
      classic classes don't do this.  [SF bug 620179]
      
      I don't want to backport this to 2.2.2, because it could break
      existing code that has developed a work-around.  Code in 2.2.2 that
      wants to use __ipow__ and wants to be forward compatible with 2.3
      should be written like this:
      
        def __ipow__(self, exponent, modulo=None):
            ...
      6e5680fc
  11. 23 Agu, 2002 1 kayıt (commit)
  12. 13 Agu, 2002 2 kayıt (commit)
  13. 10 Agu, 2002 1 kayıt (commit)
  14. 09 Agu, 2002 1 kayıt (commit)
  15. 06 Agu, 2002 1 kayıt (commit)
  16. 01 Agu, 2002 1 kayıt (commit)
  17. 23 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw yazdı
      imports e.g. test_support must do so using an absolute package name
      such as "import test.test_support" or "from test import test_support".
      
      This also updates the README in Lib/test, and gets rid of the
      duplicate data dirctory in Lib/test/data (replaced by
      Lib/email/test/data).
      
      Now Tim and Jack can have at it. :)
      04f357cf
  18. 11 Tem, 2002 4 kayıt (commit)
  19. 24 Haz, 2002 1 kayıt (commit)
  20. 20 Haz, 2002 1 kayıt (commit)
  21. 18 Haz, 2002 1 kayıt (commit)
  22. 14 Haz, 2002 1 kayıt (commit)
  23. 13 Haz, 2002 1 kayıt (commit)
  24. 06 Haz, 2002 1 kayıt (commit)
  25. 04 Haz, 2002 2 kayıt (commit)
  26. 03 Haz, 2002 1 kayıt (commit)
  27. 24 May, 2002 1 kayıt (commit)
  28. 13 May, 2002 1 kayıt (commit)
  29. 18 Nis, 2002 1 kayıt (commit)