1. f1b9ad3 closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Alexey Izbyshev · 6 years ago
  2. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  3. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  4. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  5. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 6 years ago
  6. f80c0ca Fix when parsing tz offsets microseconds shorter than 6 (#4781) by Mario Corchero · 7 years ago
  7. 3231893 Closes bpo-31800: Support for colon when parsing time offsets (#4015) by Mario Corchero · 7 years ago
  8. 5de85a1 bpo-29972: Skip tests known to fail on AIX (#979) by Victor Stinner · 7 years ago
  9. 43cf2ef Issue #26929: Skip some test_strptime tests failing on Android that by Xavier de Gaye · 8 years ago
  10. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  11. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  12. 6e4150f Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  13. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  14. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  15. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  16. 3ab6c98 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  17. b1f64e7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  18. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  19. 68713e4 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. by Alexander Belopolsky · 9 years ago
  20. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  21. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 9 years ago
  22. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  23. cdac302 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  24. 0f38908 #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  25. 072e4a3 Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  26. 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  27. aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 12 years ago
  28. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  29. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  30. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  31. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  32. e8c1255 Merged revisions 76875 via svnmerge from by Ezio Melotti · 15 years ago
  33. 056aafe Merged revisions 76804 via svnmerge from by Ezio Melotti · 15 years ago
  34. 8f6713f Merged revisions 76235 via svnmerge from by Benjamin Peterson · 15 years ago
  35. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  36. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  37. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  38. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  39. 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
  40. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  41. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  42. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  43. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  44. 5d0bf94 Change time.strptime() to raise ValueError whenever there is an error in the by Brett Cannon · 19 years ago
  45. a783d06 Clear out the regex cache when the TimeRE cache is invalidated by a locale by Brett Cannon · 19 years ago
  46. 14adbe7 Fix bug of implementation of algorithm for calculating the date from year, week by Brett Cannon · 20 years ago
  47. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
  48. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 20 years ago
  49. 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 20 years ago
  50. fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 20 years ago
  51. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  52. 953c6f5 Make sure parentheses are escaped when used in the format string. by Brett Cannon · 21 years ago
  53. c83124a Fix bug in test_bad_timezone where test was assuming locale knew of PDT. by Brett Cannon · 21 years ago
  54. 5187a3b Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and by Brett Cannon · 21 years ago
  55. 474335c Re-introduce caching of TimeRE and compiled regexes with added thread-safety. by Brett Cannon · 21 years ago
  56. 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 21 years ago
  57. d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 21 years ago
  58. cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 21 years ago
  59. 3106817 Fix typo in error message by Neal Norwitz · 21 years ago
  60. b4e9986 Removed invalid test. Analysis by Bob Halley: by Raymond Hettinger · 21 years ago
  61. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  62. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  63. 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
  64. 1e91d8e Make _strptime escape regex syntax in format string to prevent use in internal regex. by Brett Cannon · 21 years ago
  65. 1fdb633 SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  66. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 22 years ago
  67. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 22 years ago
  68. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  69. 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 22 years ago
  70. 472c522 Delete the %c test from test_date_time() untill Brett Cannon has time by Guido van Rossum · 22 years ago
  71. 375e0ee The test I saw failing this morning just happened to be run at 8am by Barry Warsaw · 22 years ago
  72. a5ce2e8 Standardize behavior: no docstrings in test functions; add a proper by Guido van Rossum · 22 years ago
  73. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  74. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago