| Commit message (Expand) | Author | Age | Files | Lines |
* | closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems... | Alexey Izbyshev | 2018-11-05 | 1 | -1/+1 |
* | bpo-35133: Fix mistakes when concatenate string literals on different lines. ... | Serhiy Storchaka | 2018-11-05 | 1 | -2/+2 |
* | Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) | Victor Stinner | 2018-06-26 | 1 | -1/+1 |
* | bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) | Victor Stinner | 2018-06-22 | 1 | -1/+1 |
* | Spelling fixes to docs, docstrings, and comments (GH-6374) | Ville Skyttä | 2018-04-20 | 1 | -1/+1 |
* | Fix when parsing tz offsets microseconds shorter than 6 (#4781) | Mario Corchero | 2018-01-09 | 1 | -0/+3 |
* | Closes bpo-31800: Support for colon when parsing time offsets (#4015) | Mario Corchero | 2017-10-25 | 1 | -1/+46 |
* | bpo-29972: Skip tests known to fail on AIX (#979) | Victor Stinner | 2017-04-04 | 1 | -0/+3 |
* | Issue #26929: Skip some test_strptime tests failing on Android that | Xavier de Gaye | 2016-11-15 | 1 | -0/+13 |
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -5/+5 |
* | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 1 | -1/+0 |
* | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by | Serhiy Storchaka | 2016-03-12 | 1 | -7/+29 |
|\ |
|
| * | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by | Serhiy Storchaka | 2016-03-12 | 1 | -7/+21 |
* | | Issue #26304: Merge doc wording from 3.5 | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -1/+1 |
* | | Issue #6478: _strptime's regexp cache now is reset after changing timezone | Serhiy Storchaka | 2015-12-03 | 1 | -7/+33 |
|\ \
| |/ |
|
| * | Issue #6478: _strptime's regexp cache now is reset after changing timezone | Serhiy Storchaka | 2015-12-03 | 1 | -7/+33 |
| |\ |
|
| | * | Issue #6478: _strptime's regexp cache now is reset after changing timezone | Serhiy Storchaka | 2015-12-03 | 1 | -7/+33 |
* | | | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. | Alexander Belopolsky | 2015-10-06 | 1 | -13/+44 |
|/ / |
|
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -14/+1 |
|/ |
|
* | Issue #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 1 | -0/+18 |
* | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -3/+3 |
* | Issue #19545: Avoid chained exceptions while passing stray % to | Serhiy Storchaka | 2013-11-24 | 1 | -0/+4 |
* | #17572: Avoid chained exceptions while passing bad directives to time.strptim... | Ezio Melotti | 2013-04-04 | 1 | -0/+6 |
* | Followup to issue #14157: respect the relative ordering of values produced by... | Antoine Pitrou | 2012-05-14 | 1 | -0/+5 |
* | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 1 | -0/+3 |
* | Give better failure messages in test_strptime (cf. issue #14113). | Nadeem Vawda | 2012-02-29 | 1 | -17/+14 |
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| * | Merged revisions 76875 via svnmerge from | Ezio Melotti | 2009-12-18 | 1 | -3/+4 |
| * | Merged revisions 76235 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -8/+7 |
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -47/+47 |
* | | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -5/+0 |
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -8/+8 |
* | | Merged revisions 76804 via svnmerge from | Ezio Melotti | 2009-12-18 | 1 | -3/+4 |
* | | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -8/+7 |
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -47/+47 |
|/ |
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -30/+36 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -2/+11 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+29 |
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -0/+4 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | Change time.strptime() to raise ValueError whenever there is an error in the | Brett Cannon | 2005-11-02 | 1 | -2/+12 |
* | Clear out the regex cache when the TimeRE cache is invalidated by a locale | Brett Cannon | 2005-09-15 | 1 | -0/+2 |
* | Fix bug of implementation of algorithm for calculating the date from year, week | Brett Cannon | 2004-10-28 | 1 | -3/+18 |
* | Add support for %U and %W to contribute to calculating the date when the year | Brett Cannon | 2004-10-18 | 1 | -0/+22 |
* | Locale data that contains regex metacharacters are now properly escaped. | Brett Cannon | 2004-10-06 | 1 | -0/+13 |
* | It helps when doing checks if something is in a tuple of strings that if you | Brett Cannon | 2004-07-14 | 1 | -1/+1 |
* | Fix test case for when time.tzname[0] is either UTC or GMT. Also have test | Brett Cannon | 2004-07-12 | 1 | -2/+7 |