1. 06 Eki, 2002 1 kayıt (commit)
  2. 19 Tem, 2002 2 kayıt (commit)
    • Barry Warsaw's avatar
      d33d4740
    • Barry Warsaw's avatar
      The email package's tests live much better in a subpackage · 190390b0
      Barry Warsaw yazdı
      (i.e. email.test), so move the guts of them here from Lib/test.  The
      latter directory will retain stubs to run the email.test tests using
      Python's standard regression test.
      
      test_email_torture.py is a torture tester which will not run under
      Python's test suite because I don't want to commit megs of data to
      that project (it will fail cleanly there).  When run under the mimelib
      project it'll stress test the package with megs of message samples
      collected from various locations in the wild.
      190390b0
  3. 09 Tem, 2002 2 kayıt (commit)
  4. 29 Haz, 2002 3 kayıt (commit)
  5. 28 Haz, 2002 1 kayıt (commit)
  6. 02 Haz, 2002 1 kayıt (commit)
  7. 22 May, 2002 1 kayıt (commit)
  8. 19 May, 2002 1 kayıt (commit)
  9. 23 Nis, 2002 1 kayıt (commit)
  10. 16 Nis, 2002 3 kayıt (commit)
  11. 15 Nis, 2002 1 kayıt (commit)
  12. 10 Nis, 2002 1 kayıt (commit)
  13. 27 Ock, 2002 1 kayıt (commit)
  14. 20 Ara, 2001 1 kayıt (commit)
  15. 07 Ara, 2001 1 kayıt (commit)
  16. 27 Kas, 2001 1 kayıt (commit)
  17. 19 Kas, 2001 2 kayıt (commit)
    • Barry Warsaw's avatar
      test_formatdate(): Remove the unnecessary ldate calculation. · 4586d2c9
      Barry Warsaw yazdı
      test_formatdate_zoneoffsets() => test_formatdate_localtime(): Do the
      sign corrected calculation of the zone offset.
      4586d2c9
    • Barry Warsaw's avatar
      test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, · 75a40fcc
      Barry Warsaw yazdı
      use the correct way to test for epoch, by looking at the year
      component of gmtime(0).  Add clause for Unix epoch and Mac epoch (Tim,
      what is Windows epoch?).
      
      Also, get rid of the strptime() test, it was way too problematic given
      that strptime() is missing on many platforms and issues with locales.
      Instead, simply test that formatdate() gets the numeric timezone
      calculation correct for the altzone and timezone.
      75a40fcc
  18. 18 Kas, 2001 1 kayıt (commit)
  19. 13 Kas, 2001 1 kayıt (commit)
  20. 09 Kas, 2001 3 kayıt (commit)
  21. 25 Eki, 2001 1 kayıt (commit)
  22. 19 Eki, 2001 1 kayıt (commit)
  23. 18 Eki, 2001 1 kayıt (commit)
  24. 17 Eki, 2001 1 kayıt (commit)
    • Barry Warsaw's avatar
      Two merges from the mimelib project: · 07227d1e
      Barry Warsaw yazdı
          test_no_semis_header_splitter(): This actually should still split.
      
          test_no_split_long_header(): An example of an unsplittable line.
      
          test_no_semis_header_splitter(): Test for SF bug # 471918, Generator
          splitting long headers.
      07227d1e
  25. 15 Eki, 2001 1 kayıt (commit)
  26. 11 Eki, 2001 1 kayıt (commit)
  27. 09 Eki, 2001 2 kayıt (commit)
  28. 04 Eki, 2001 3 kayıt (commit)