1. 3106817 Fix typo in error message by Neal Norwitz · 21 years ago
  2. b4e9986 Removed invalid test. Analysis by Bob Halley: by Raymond Hettinger · 21 years ago
  3. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  4. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  5. 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
  6. 1e91d8e Make _strptime escape regex syntax in format string to prevent use in internal regex. by Brett Cannon · 21 years ago
  7. 1fdb633 SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  8. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 22 years ago
  9. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 22 years ago
  10. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  11. 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 22 years ago
  12. 472c522 Delete the %c test from test_date_time() untill Brett Cannon has time by Guido van Rossum · 22 years ago
  13. 375e0ee The test I saw failing this morning just happened to be run at 8am by Barry Warsaw · 22 years ago
  14. a5ce2e8 Standardize behavior: no docstrings in test functions; add a proper by Guido van Rossum · 22 years ago
  15. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  16. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago