1. 28 Eki, 2004 1 kayıt (commit)
  2. 18 Eki, 2004 1 kayıt (commit)
  3. 06 Eki, 2004 1 kayıt (commit)
  4. 14 Tem, 2004 1 kayıt (commit)
  5. 12 Tem, 2004 1 kayıt (commit)
  6. 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
  7. 29 Agu, 2003 1 kayıt (commit)
  8. 11 Agu, 2003 2 kayıt (commit)
  9. 05 Agu, 2003 1 kayıt (commit)
    • Brett Cannon's avatar
      Re-introduce caching of TimeRE and compiled regexes with added thread-safety. · 474335ce
      Brett Cannon yazdı
      Also remove now unnecessary property attributes for thread safety
      (no longer have lazy attributes) and code simplicity reasons.
      
      Timezone storage has been reworked to be simpler and more flexible.  All values
      in LocaleTime instances are lower-cased.  This is all done to simplify the
      module.
      
      The module now assumes nothing beyond the strptime function will be exposed for
      general use beyond providing functionality for strptime.
      474335ce
  10. 24 Tem, 2003 1 kayıt (commit)
  11. 22 Tem, 2003 1 kayıt (commit)
  12. 03 Tem, 2003 1 kayıt (commit)
  13. 30 Haz, 2003 1 kayıt (commit)
  14. 29 Haz, 2003 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Removed invalid test. · b4e99867
      Raymond Hettinger yazdı
      Analysis by Bob Halley:
      
        The test seems to expect that if time.daylight is true, then the
        is_dst field of the tm structure will be 1 too.  But this isn't
        the case, since daylight is true if the timezone does DST, *not*
        if DST is in effect.
      b4e99867
  15. 11 May, 2003 1 kayıt (commit)
  16. 01 May, 2003 1 kayıt (commit)
  17. 28 Nis, 2003 1 kayıt (commit)
  18. 19 Nis, 2003 1 kayıt (commit)
  19. 09 Mar, 2003 1 kayıt (commit)
    • Raymond Hettinger's avatar
      SF patch #691928: Use datetime in _strptime · 1fdb6335
      Raymond Hettinger yazdı
      Contributed by Brett Cannon.
      
      To prevent code duplication, I patched _strptime to use datetime's date
      object to do Julian day, Gregorian, and day of the week calculations.
      
      Patch also includes new regression tests to test results and the
      calculation gets triggered.
      
      Very minor comment changes and the contact email are also changed.
      1fdb6335
  20. 18 Ock, 2003 1 kayıt (commit)
    • Tim Peters's avatar
      SF patch 670012: Compatibility changes for _strptime.py. · 08e54270
      Tim Peters yazdı
      Patch from Brett Cannon:
      
          First, the 'y' directive now handles [00, 68] as a suffix for the
          21st century while [69, 99] is treated as the suffix for the 20th
          century (this is for Open Group compatibility).
      
          strptime now returns default values that make it a valid date ...
      
          the ability to pass in a regex object to use instead of a format
          string (and the inverse ability to have strptime return a regex object)
          has been removed. This is in preparation for a future patch that will
          add some caching internally to get a speed boost.
      08e54270
  21. 26 Ara, 2002 1 kayıt (commit)
  22. 27 Kas, 2002 1 kayıt (commit)
  23. 23 Eyl, 2002 1 kayıt (commit)
  24. 03 Eyl, 2002 1 kayıt (commit)
  25. 29 Agu, 2002 1 kayıt (commit)
  26. 22 Agu, 2002 1 kayıt (commit)
  27. 08 Agu, 2002 1 kayıt (commit)
  28. 19 Tem, 2002 1 kayıt (commit)