1. 23 Ara, 2002 1 kayıt (commit)
    • Kurt B. Kaiser's avatar
      M MANIFEST.in · da4d3c1e
      Kurt B. Kaiser yazdı
      M PyShell.py
      M idlever.py
      M setup.py
      
      1. Update MANIFEST.in to include all non-pure Python files
      2. PyShell and idlever reflect Rev 0.9a0
      3. setup.py modified to install IDLE as a collection of modules with
         a .pth file living at the idlelib level in site-packages.  This was
         done to make it easier to run from the source directory prior to
         installing IDLE.  This approach may change back to the package
         technique depending on what happens with the Mac installation
         development.
      da4d3c1e
  2. 22 Ara, 2002 5 kayıt (commit)
    • Tim Peters's avatar
      I give up: unless I write my own strftime by hand, datetime just can't · d6844155
      Tim Peters yazdı
      be trusted with years before 1900, so now we raise ValueError if a date or
      datetime or datetimetz .strftime() method is called with a year before
      1900.
      d6844155
    • Tim Peters's avatar
      Python's strftime implementation does strange things with the year, · 83b85f1d
      Tim Peters yazdı
      such that the datetime tests failed if the envar PYTHON2K was set.
      This is an utter mess, and the datetime module's strftime functions
      inherit it.  I suspect that, regardless of the PYTHON2K setting, and
      regardless of platform limitations, the datetime strftime wrappers
      will end up delivering nonsense results (or bogus exceptions) for
      any year before 1900.  I should probably just refuse to accept years
      earlier than that -- else we'll have to implement strftime() by hand.
      83b85f1d
    • Tim Peters's avatar
      classify_object(): Renamed more meaningfully, to classify_utcoffset(). · 14b69411
      Tim Peters yazdı
      Also changed logic so that instances of user-defined subclasses of date,
      time, and datetime are called OFFSET_NAIVE instead of OFFSET_UNKNOWN.
      14b69411
    • Tim Peters's avatar
      Implemented a Wiki suggestion: · 855fe88b
      Tim Peters yazdı
      {timetz,datetimetz}.{utcoffset,dst}() now return a timedelta (or None)
      instead of an int (or None).
      
      tzinfo.{utcoffset,dst)() can now return a timedelta (or an int, or None).
      
      Curiously, this was much easier to do in the C implementation than in the
      Python implementation (which lives in the Zope3 code tree) -- the C code
      already had lots of hair to extract C ints from offset objects, and used
      C ints internally.
      855fe88b
    • Kurt B. Kaiser's avatar
      Add configuration for packaging. · 18091540
      Kurt B. Kaiser yazdı
      18091540
  3. 21 Ara, 2002 5 kayıt (commit)
  4. 20 Ara, 2002 11 kayıt (commit)
  5. 19 Ara, 2002 16 kayıt (commit)
  6. 18 Ara, 2002 2 kayıt (commit)