| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed using deprecated escaping in regular expression in _strptime.py (issue2... | Serhiy Storchaka | 2015-03-24 | 1 | -2/+2 |
|
|
* | Issue #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 1 | -5/+5 |
|\ |
|
| * | Issue #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 1 | -5/+5 |
|
|
* | | Issue #22823: Use set literals instead of creating a set from a list | Raymond Hettinger | 2014-11-09 | 1 | -2/+2 |
|/ |
|
* | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -1/+1 |
|
|
* | Issue #19545: Avoid chained exceptions while passing stray % to | Serhiy Storchaka | 2013-11-24 | 1 | -1/+1 |
|\ |
|
| * | Issue #19545: Avoid chained exceptions while passing stray % to | Serhiy Storchaka | 2013-11-24 | 1 | -1/+1 |
|
|
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18705: fix a number of typos. Patch by FĂ©vry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | | #17572: merge with 3.3. | Ezio Melotti | 2013-04-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #17572: Avoid chained exceptions while passing bad directives to time.strptim... | Ezio Melotti | 2013-04-03 | 1 | -1/+1 |
|
|
* | | Issue #17165: fix a bare import in _strptime.py. | Antoine Pitrou | 2013-02-10 | 1 | -1/+1 |
|/ |
|
* | Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields | Alexander Belopolsky | 2012-06-14 | 1 | -3/+3 |
|
|
* | Followup to issue #14157: respect the relative ordering of values produced by... | Antoine Pitrou | 2012-05-14 | 1 | -0/+8 |
|
|
* | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 1 | -1/+5 |
|
|
* | PEP 8 conformance: class_ -> cls | Alexander Belopolsky | 2010-07-14 | 1 | -3/+3 |
|
|
* | Issue #6641: Original commit for this issue, r82053, introduced a | Alexander Belopolsky | 2010-06-18 | 1 | -5/+4 |
|
|
* | Issue #6641: The datetime.strptime method now supports the %z directive. | Alexander Belopolsky | 2010-06-17 | 1 | -6/+45 |
|
|
* | The message for the exception when time.strptime was passed something other | Brett Cannon | 2009-03-31 | 1 | -1/+1 |
|
|
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 1 | -1/+8 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -2/+2 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -2/+2 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -6/+15 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -3/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -5/+4 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -1/+1 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -38/+31 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Change time.strptime() to raise ValueError whenever there is an error in the | Brett Cannon | 2005-11-02 | 1 | -1/+14 |
|
|
* | Clear out the regex cache when the TimeRE cache is invalidated by a locale | Brett Cannon | 2005-09-15 | 1 | -1/+2 |
|
|
* | Fix logic error introduced in last commit. Also add a comment to explain what | Brett Cannon | 2005-08-29 | 1 | -2/+5 |
|
|
* | fix bug where str.find() was being misused where __contains__ should have been | Brett Cannon | 2005-08-27 | 1 | -1/+1 |
|
|
* | Fix bug of implementation of algorithm for calculating the date from year, week | Brett Cannon | 2004-10-28 | 1 | -10/+12 |
|
|
* | Fix comments. | Brett Cannon | 2004-10-18 | 1 | -2/+4 |
|
|
* | Add support for %U and %W to contribute to calculating the date when the year | Brett Cannon | 2004-10-18 | 1 | -1/+43 |
|
|
* | Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to | Brett Cannon | 2004-10-06 | 1 | -2/+1 |
|
|
* | Convert a listcomp to a gencomp (was already editing code). | Brett Cannon | 2004-10-06 | 1 | -2/+2 |
|
|
* | Locale data that contains regex metacharacters are now properly escaped. | Brett Cannon | 2004-10-06 | 1 | -2/+4 |
|
|
* | Replace str.find()!=1 with the more readable "in" operator. | Raymond Hettinger | 2004-05-04 | 1 | -1/+1 |
|
|
* | Deal with possible case of having time.tzname[1] containing UTC or GMT. | Brett Cannon | 2004-03-07 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -4/+3 |
|
|
* | Let library modules use the new keyword arguments for list.sort(). | Raymond Hettinger | 2003-10-16 | 1 | -11/+9 |
|
|
* | Make sure parentheses are escaped when used in the format string. | Brett Cannon | 2003-08-29 | 1 | -1/+1 |
|
|
* | Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and | Brett Cannon | 2003-08-11 | 1 | -10/+19 |
|
|
* | Fix docstring in LocaleTime. | Brett Cannon | 2003-08-08 | 1 | -2/+2 |
|
|
* | Re-introduce caching of TimeRE and compiled regexes with added thread-safety. | Brett Cannon | 2003-08-05 | 1 | -275/+136 |
|
|