aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/_strptime.py
Commit message (Expand)AuthorAge
* gh-131434: Improve error reporting for incorrect format in strptime() (GH-131...Serhiy Storchaka2025-04-09
* gh-127552: Remove comment questioning 4-digit restriction for ‘Y’ in date...Beomsoo Kim2024-12-04
* gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406)Serhiy Storchaka2024-10-14
* gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)Serhiy Storchaka2024-10-12
* gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...Nice Zombies2024-09-25
* Fix typos in warnings, docstrings, comments and text files (#123597)abstractee2024-09-03
* GH-70647: Deprecate strptime day of month parsing without a year present to a...Gregory P. Smith2024-04-03
* bpo-36959: Fix error messages for invalid ISO format string in _strptime() (G...Gordon P. Hemsley2023-12-26
* GH-90750: Use datetime.fromisocalendar in _strptime (#103802)Paul Ganssle2023-04-27
* bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)Noor Michael2021-03-03
* Fix outdated comment in _strptime.py (GH-17929)Ram Rachum2020-01-12
* bpo-33541: Remove unused __pad function (GH-4377)Mario Corchero2018-05-20
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-20
* Fix when parsing tz offsets microseconds shorter than 6 (#4781)Mario Corchero2018-01-09
* Closes bpo-31800: Support for colon when parsing time offsets (#4015)Mario Corchero2017-10-25
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-12
|\
| * Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-12
* | Issue #6478: _strptime's regexp cache now is reset after changing timezoneSerhiy Storchaka2015-12-03
|\|
| * Issue #6478: _strptime's regexp cache now is reset after changing timezoneSerhiy Storchaka2015-12-03
| |\
| | * Issue #6478: _strptime's regexp cache now is reset after changing timezoneSerhiy Storchaka2015-12-03
* | | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.Alexander Belopolsky2015-10-06
|/ /
* | Fixed using deprecated escaping in regular expression in _strptime.py (issue2...Serhiy Storchaka2015-03-25
* | Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-19
|\|
| * Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-19
* | Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-09
|/
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Issue #19545: Avoid chained exceptions while passing stray % toSerhiy Storchaka2013-11-24
|\
| * Issue #19545: Avoid chained exceptions while passing stray % toSerhiy Storchaka2013-11-24
* | #18705: merge with 3.3.Ezio Melotti2013-08-17
|\|
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-17
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* | #17572: merge with 3.3.Ezio Melotti2013-04-04
|\|
| * #17572: Avoid chained exceptions while passing bad directives to time.strptim...Ezio Melotti2013-04-04
* | Issue #17165: fix a bare import in _strptime.py.Antoine Pitrou2013-02-10
|/
* Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fieldsAlexander Belopolsky2012-06-13
* Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-14
* Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-10
* PEP 8 conformance: class_ -> clsAlexander Belopolsky2010-07-14
* Issue #6641: Original commit for this issue, r82053, introduced aAlexander Belopolsky2010-06-18
* Issue #6641: The datetime.strptime method now supports the %z directive.Alexander Belopolsky2010-06-17
* The message for the exception when time.strptime was passed something otherBrett Cannon2009-03-31
* Make sure time.strptime only accepts strings (and document the fact likeBrett Cannon2009-03-30
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-19
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-25
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11