1. 21 Ock, 2003 12 kayıt (commit)
  2. 20 Ock, 2003 7 kayıt (commit)
  3. 19 Ock, 2003 14 kayıt (commit)
  4. 18 Ock, 2003 3 kayıt (commit)
    • Raymond Hettinger's avatar
    • Raymond Hettinger's avatar
      SF bug #668906: class browser raises AttributeError · 18acea7c
      Raymond Hettinger yazdı
      The Py2.3 updates to the pyclbr module return both Class and Function
      objects.  The IDLE ClassBrowser module only knew about Class and could
      not handle objects which did not define "super".
      
      Fixed by adding a guard.
      18acea7c
    • 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
  5. 17 Ock, 2003 4 kayıt (commit)