COMMITS
/ Lib/_strptime.py March 3, 2021
N
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)
Noor Michael committed
January 12, 2020
R
Fix outdated comment in _strptime.py (GH-17929)
Ram Rachum committed
May 20, 2018
M
bpo-33541: Remove unused __pad function (GH-4377)
Mario Corchero committed
April 20, 2018
V
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä committed
January 9, 2018
M
Fix when parsing tz offsets microseconds shorter than 6 (#4781)
Mario Corchero committed
October 26, 2017
M
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
Mario Corchero committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
March 12, 2016
S
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka committed
S
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka committed
December 3, 2015
S
Issue #6478: _strptime's regexp cache now is reset after changing timezone
Serhiy Storchaka committed
S
Issue #6478: _strptime's regexp cache now is reset after changing timezone
Serhiy Storchaka committed
S
Issue #6478: _strptime's regexp cache now is reset after changing timezone
Serhiy Storchaka committed
October 6, 2015
A
Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.
Alexander Belopolsky committed
March 24, 2015
S
Fixed using deprecated escaping in regular expression in _strptime.py (issue23622).
Serhiy Storchaka committed
March 19, 2015
S
Issue #23136: _strptime now uniformly handles all days in week 0, including
Serhiy Storchaka committed
S
Issue #23136: _strptime now uniformly handles all days in week 0, including
Serhiy Storchaka committed
November 9, 2014
R
Issue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
November 24, 2013
S
Issue #19545: Avoid chained exceptions while passing stray % to
Serhiy Storchaka committed
S
Issue #19545: Avoid chained exceptions while passing stray % to
Serhiy Storchaka committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
April 3, 2013
E
#17572: merge with 3.3.
Ezio Melotti committed
February 10, 2013
A
Issue #17165: fix a bare import in _strptime.py.
Antoine Pitrou committed
June 14, 2012
A
Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
Alexander Belopolsky committed
May 14, 2012
A
Followup to issue #14157: respect the relative ordering of values produced by time.strptime().
Antoine Pitrou committed
May 10, 2012
A
Issue #14157: Fix time.strptime failing without a year on February 29th.
Antoine Pitrou committed
July 14, 2010
A
PEP 8 conformance: class_ -> cls
Alexander Belopolsky committed
June 18, 2010
A
Issue #6641: Original commit for this issue, r82053, introduced a
Alexander Belopolsky committed
June 17, 2010
A
Issue #6641: The datetime.strptime method now supports the %z directive.
Alexander Belopolsky committed
March 31, 2009
B
The message for the exception when time.strptime was passed something other
Brett Cannon committed
March 30, 2009
B
Make sure time.strptime only accepts strings (and document the fact like
Brett Cannon committed
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
May 25, 2008
G
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl committed
March 16, 2008
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 11, 2007
G
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum committed
February 5, 2007
T
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
November 2, 2005
B
Change time.strptime() to raise ValueError whenever there is an error in the
Brett Cannon committed
September 15, 2005
B
Clear out the regex cache when the TimeRE cache is invalidated by a locale
Brett Cannon committed
August 29, 2005
B
Fix logic error introduced in last commit. Also add a comment to explain what
Brett Cannon committed
August 27, 2005
B
fix bug where str.find() was being misused where __contains__ should have been
Brett Cannon committed
October 28, 2004
B
Fix bug of implementation of algorithm for calculating the date from year, week
Brett Cannon committed
October 18, 2004
B
Fix comments.
Brett Cannon committed