1. 14adbe7 Fix bug of implementation of algorithm for calculating the date from year, week by Brett Cannon · 20 years ago
  2. 8dc25ad Fix comments. by Brett Cannon · 20 years ago
  3. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
  4. ffa5cf9 Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to by Brett Cannon · 20 years ago
  5. f7948c2 Convert a listcomp to a gencomp (was already editing code). by Brett Cannon · 20 years ago
  6. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 20 years ago
  7. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 20 years ago
  8. 8172ac3 Deal with possible case of having time.tzname[1] containing UTC or GMT. by Brett Cannon · 20 years ago
  9. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  10. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  11. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  12. 953c6f5 Make sure parentheses are escaped when used in the format string. by Brett Cannon · 21 years ago
  13. 5187a3b Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and by Brett Cannon · 21 years ago
  14. f5c96fb Fix docstring in LocaleTime. by Brett Cannon · 21 years ago
  15. 474335c Re-introduce caching of TimeRE and compiled regexes with added thread-safety. by Brett Cannon · 21 years ago
  16. 2c24d42 Fixes bug of having default argument for TimeRE's __init__ that caused the by Brett Cannon · 21 years ago
  17. 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 21 years ago
  18. 4a6302b SF 748201: time.strptime() should display format and date on error by Raymond Hettinger · 21 years ago
  19. cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 21 years ago
  20. 77290f2 use == like all the other conditionals by Neal Norwitz · 21 years ago
  21. abe8eb0 Call time.tzset (if available) just before calculating possible timezones from time.tzname. by Brett Cannon · 21 years ago
  22. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  23. 2b6dfec Raise a ValueError when there is data that was not covered in the format string. Done to match behavior of pre-existing C-based strptime implementations. by Brett Cannon · 21 years ago
  24. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  25. 1e91d8e Make _strptime escape regex syntax in format string to prevent use in internal regex. by Brett Cannon · 21 years ago
  26. 1fdb633 SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  27. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  28. 80cebc1 SF patch 670194: Performance enhancement for _strptime.py. by Tim Peters · 22 years ago
  29. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 22 years ago
  30. 62fe755 Checking in Brett Cannon's patch #662053, which fixes bug #661354. by Jack Jansen · 22 years ago
  31. 5efc50d Fix SF #658820, regex fixes for _strptime (Brett Cannon) by Neal Norwitz · 22 years ago
  32. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 22 years ago
  33. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  34. 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 22 years ago
  35. 35816e6 Many hopefully benign style clean ups. Still passes the test suite of course. by Barry Warsaw · 22 years ago
  36. 2bdb614 strptime(): The code that was adding 12 to PM hours was incorrect by Barry Warsaw · 22 years ago
  37. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  38. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago