1. 18 Jan, 2003 1 commit
    • Tim Peters's avatar
      SF patch 670012: Compatibility changes for _strptime.py. · 5bcba4b0
      Tim Peters authored
      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.
      5bcba4b0
  2. 17 Jan, 2003 16 commits
  3. 16 Jan, 2003 11 commits
  4. 15 Jan, 2003 12 commits