1. 07 Agu, 2004 2 kayıt (commit)
  2. 02 Agu, 2004 1 kayıt (commit)
  3. 06 Tem, 2004 1 kayıt (commit)
  4. 02 Tem, 2004 1 kayıt (commit)
  5. 12 Şub, 2004 1 kayıt (commit)
  6. 02 Şub, 2004 1 kayıt (commit)
  7. 17 Ara, 2003 1 kayıt (commit)
  8. 29 Kas, 2003 1 kayıt (commit)
    • Guido van Rossum's avatar
      - Removed FutureWarnings related to hex/oct literals and conversions · 6c9e1305
      Guido van Rossum yazdı
        and left shifts.  (Thanks to Kalle Svensson for SF patch 849227.)
        This addresses most of the remaining semantic changes promised by
        PEP 237, except for repr() of a long, which still shows the trailing
        'L'.  The PEP appears to promise warnings for operations that
        changed semantics compared to Python 2.3, but this is not
        implemented; we've suffered through enough warnings related to
        hex/oct literals and I think it's best to be silent now.
      6c9e1305
  9. 16 Kas, 2003 1 kayıt (commit)
    • Raymond Hettinger's avatar
      * Migrate set() and frozenset() from the sandbox. · a690a996
      Raymond Hettinger yazdı
      * Install the unittests, docs, newsitem, include file, and makefile update.
      * Exercise the new functions whereever sets.py was being used.
      
      Includes the docs for libfuncs.tex.  Separate docs for the types are
      forthcoming.
      a690a996
  10. 28 Eki, 2003 1 kayıt (commit)
  11. 15 Agu, 2003 1 kayıt (commit)
  12. 02 Agu, 2003 1 kayıt (commit)
  13. 18 Haz, 2003 1 kayıt (commit)
  14. 02 May, 2003 1 kayıt (commit)
  15. 01 May, 2003 1 kayıt (commit)
  16. 22 Nis, 2003 1 kayıt (commit)
  17. 15 Nis, 2003 2 kayıt (commit)
  18. 11 Nis, 2003 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch by Chad Netzer (with significant change): · efbbb1c6
      Guido van Rossum yazdı
      - range() now works even if the arguments are longs with magnitude
        larger than sys.maxint, as long as the total length of the sequence
        fits.  E.g., range(2**100, 2**101, 2**100) is the following list:
        [1267650600228229401496703205376L].  (SF patch #707427.)
      efbbb1c6
  19. 19 Şub, 2003 1 kayıt (commit)
  20. 10 Şub, 2003 3 kayıt (commit)
  21. 09 Şub, 2003 1 kayıt (commit)
  22. 04 Şub, 2003 3 kayıt (commit)
  23. 28 Ock, 2003 1 kayıt (commit)
  24. 27 Ock, 2003 1 kayıt (commit)
  25. 25 Ock, 2003 1 kayıt (commit)
  26. 19 Ock, 2003 1 kayıt (commit)
    • Walter Dörwald's avatar
      Combine test_b1.py and test_b2.py into test_builtin.py, · 919497ea
      Walter Dörwald yazdı
      port the tests to PyUnit and add many tests for error
      cases. This increases code coverage in Python/bltinmodule.c
      from 75% to 92%. (From SF patch #662807, with
      assert_(not fcmp(x, y)) replaced with assertAlmostEqual(x, y)
      where possible)
      919497ea
  27. 30 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Complete the absolute import patch for the test suite. All relative · 408b6d34
      Barry Warsaw yazdı
      imports of test modules now import from the test package.  Other
      related oddities are also fixed (like DeprecationWarning filters that
      weren't specifying the full import part, etc.).  Also did a general
      code cleanup to remove all "from test.test_support import *"'s.  Other
      from...import *'s weren't changed.
      408b6d34
  28. 27 Ock, 1992 1 kayıt (commit)