1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  3. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  4. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  5. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  6. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  7. 5d0bf94 Change time.strptime() to raise ValueError whenever there is an error in the by Brett Cannon · 19 years ago
  8. a783d06 Clear out the regex cache when the TimeRE cache is invalidated by a locale by Brett Cannon · 19 years ago
  9. 14adbe7 Fix bug of implementation of algorithm for calculating the date from year, week by Brett Cannon · 20 years ago
  10. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
  11. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 20 years ago
  12. 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 20 years ago
  13. fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 20 years ago
  14. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  15. 953c6f5 Make sure parentheses are escaped when used in the format string. by Brett Cannon · 21 years ago
  16. c83124a Fix bug in test_bad_timezone where test was assuming locale knew of PDT. by Brett Cannon · 21 years ago
  17. 5187a3b Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and by Brett Cannon · 21 years ago
  18. 474335c Re-introduce caching of TimeRE and compiled regexes with added thread-safety. by Brett Cannon · 21 years ago
  19. 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 21 years ago
  20. d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 21 years ago
  21. cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 21 years ago
  22. 3106817 Fix typo in error message by Neal Norwitz · 21 years ago
  23. b4e9986 Removed invalid test. Analysis by Bob Halley: by Raymond Hettinger · 21 years ago
  24. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  25. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  26. 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
  27. 1e91d8e Make _strptime escape regex syntax in format string to prevent use in internal regex. by Brett Cannon · 21 years ago
  28. 1fdb633 SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  29. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 22 years ago
  30. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 22 years ago
  31. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  32. 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 22 years ago
  33. 472c522 Delete the %c test from test_date_time() untill Brett Cannon has time by Guido van Rossum · 22 years ago
  34. 375e0ee The test I saw failing this morning just happened to be run at 8am by Barry Warsaw · 22 years ago
  35. a5ce2e8 Standardize behavior: no docstrings in test functions; add a proper by Guido van Rossum · 22 years ago
  36. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  37. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago