1. 23 Mar, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug 533234: tm_isdst > 1 Passed to strftime. · 0c2c8e77
      Tim Peters yazdı
      One more time on this turkey, but duller instead of cleverer.
      
      Curious:  The docs say __getslice__ has been deprecated since 2.0, but
      list.__getitem__ still doesn't work if you pass it a slice.  This makes
      it a lot clearer to emulate a list by *being* a list <wink>.
      
      Bugfix candidate.  Michael, just pile this patch on top of the others
      that went by -- no need to try to pick these apart.
      0c2c8e77
  2. 22 Mar, 2002 2 kayıt (commit)
  3. 15 Mar, 2002 2 kayıt (commit)
  4. 22 May, 2001 1 kayıt (commit)
  5. 20 Ock, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      added __all__ lists to a number of Python modules · e99d5ea2
      Skip Montanaro yazdı
      added test script and expected output file as well
      this closes patch 103297.
      __all__ attributes will be added to other modules without first submitting
      a patch, just adding the necessary line to the test script to verify
      more-or-less correct implementation.
      e99d5ea2
  6. 14 Ock, 2001 1 kayıt (commit)
  7. 12 Ara, 2000 1 kayıt (commit)
  8. 09 Eki, 2000 1 kayıt (commit)
  9. 30 Agu, 2000 1 kayıt (commit)
    • Skip Montanaro's avatar
      patches from David Goodger. Closes patch 101085. · ad3bc44d
      Skip Montanaro yazdı
      * deletes cache
      * adds firstweekday and setfirstweekday functions that allow user to control
        which day of the week is first when displaying calendars
      * adds month, week, calendar functions that return their results instead of
        printing them
      * adds symbolic constants MONDAY, ..., SUNDAY so users need not remember the
        ordinal values of the weekdays
      ad3bc44d
  10. 28 Haz, 2000 1 kayıt (commit)
  11. 02 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Mass patch by Ka-Ping Yee: · 4acc25bd
      Guido van Rossum yazdı
          1. Comments at the beginning of the module, before
             functions, and before classes have been turned
             into docstrings.
      
          2. Tabs are normalized to four spaces.
      
      Also, removed the "remove" function from dircmp.py, which reimplements
      list.remove() (it must have been very old).
      4acc25bd
  12. 09 Haz, 1999 1 kayıt (commit)
  13. 03 May, 1999 1 kayıt (commit)
  14. 01 Agu, 1994 1 kayıt (commit)
  15. 29 Ara, 1993 1 kayıt (commit)
  16. 23 Haz, 1993 1 kayıt (commit)
  17. 20 Haz, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * aifc.py: don't die on invalid MARK chunk · 9b3bc715
      Guido van Rossum yazdı
      * calendar.py: remove stuff now built in time; some cleanup and
        generalization in the calendar printing
      * cmd.py: use __init__.
      * tzparse.py: This module is no longer necessary -- use builtin time instead!
      9b3bc715
  18. 17 Haz, 1993 1 kayıt (commit)
  19. 05 Şub, 1993 1 kayıt (commit)
  20. 04 Ock, 1993 1 kayıt (commit)
  21. 18 Eki, 1992 1 kayıt (commit)
  22. 09 Tem, 1992 1 kayıt (commit)
  23. 01 Ock, 1992 1 kayıt (commit)
  24. 26 Ara, 1991 1 kayıt (commit)
  25. 13 Eki, 1990 1 kayıt (commit)