<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/utils_tests/test_dateparse.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-12-17T15:19:05Z</updated>
<entry>
<title>Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().</title>
<updated>2025-12-17T15:19:05Z</updated>
<author>
<name>varunkasyap</name>
<email>varunkasyap@hotmail.com</email>
</author>
<published>2025-11-22T12:24:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0d8548e5831bc610102d5e4b8a2366f26818a28a'/>
<id>urn:sha1:0d8548e5831bc610102d5e4b8a2366f26818a28a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36005 -- Dropped support for Python 3.10 and 3.11.</title>
<updated>2025-01-20T13:07:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-01-17T21:09:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5772de69679efb54129ac1cbca3579b512778af'/>
<id>urn:sha1:f5772de69679efb54129ac1cbca3579b512778af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35097 -- Tested parse_datetime() with bare date.</title>
<updated>2024-01-09T17:08:03Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2024-01-09T17:08:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ecd3071dac9bc32028849b1563dc30e49744950e'/>
<id>urn:sha1:ecd3071dac9bc32028849b1563dc30e49744950e</id>
<content type='text'>
Regression test for behavior change in
f35ab74752adb37138112657c1bc8b91f50e799b.</content>
</entry>
<entry>
<title>Refs #33173 -- Fixed test_dateparse tests on Python 3.11+.</title>
<updated>2022-05-09T08:38:11Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-05-09T08:38:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=439cd73c1670a2af25837149a68526fe5555399d'/>
<id>urn:sha1:439cd73c1670a2af25837149a68526fe5555399d</id>
<content type='text'>
date/datetime/time.fromisoformat() support any valid ISO 8601 format
in Python 3.11+, see https://github.com/python/cpython/issues/80010.</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decimal fractions.</title>
<updated>2021-12-20T05:46:34Z</updated>
<author>
<name>mendespedro</name>
<email>windowsxpedro@gmail.com</email>
</author>
<published>2021-12-15T16:56:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4fd3044ca0135da903a70dfb66992293f529ecf1'/>
<id>urn:sha1:4fd3044ca0135da903a70dfb66992293f529ecf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32904 -- Made parse_time() more strict.</title>
<updated>2021-07-07T10:08:43Z</updated>
<author>
<name>abhiabhi94</name>
<email>13880786+abhiabhi94@users.noreply.github.com</email>
</author>
<published>2021-07-07T07:21:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cf6774a53b40243d35183b4300a9385b68fd8c75'/>
<id>urn:sha1:cf6774a53b40243d35183b4300a9385b68fd8c75</id>
<content type='text'>
Thanks Keryn Knight for the report.
</content>
</entry>
<entry>
<title>Added more tests for parse_time().</title>
<updated>2021-07-06T06:45:23Z</updated>
<author>
<name>Keryn Knight</name>
<email>keryn@kerynknight.com</email>
</author>
<published>2021-07-06T06:32:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=857320e9e0d9e914c5fbd68e23877ac72675d234'/>
<id>urn:sha1:857320e9e0d9e914c5fbd68e23877ac72675d234</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32727 -- Allowed spaces before time zone offset in parse_datetime().</title>
<updated>2021-06-24T08:07:55Z</updated>
<author>
<name>Ben Wilber</name>
<email>benwilber@gmail.com</email>
</author>
<published>2021-05-08T00:59:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fff4870bfa7ed4d9ab6be0060364b23c66ad1af0'/>
<id>urn:sha1:fff4870bfa7ed4d9ab6be0060364b23c66ad1af0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.</title>
<updated>2020-12-21T09:28:07Z</updated>
<author>
<name>starryrbs</name>
<email>1322096624@qq.com</email>
</author>
<published>2020-12-19T09:53:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a76f4313423a3b91caade4fce71790630ef9152'/>
<id>urn:sha1:2a76f4313423a3b91caade4fce71790630ef9152</id>
<content type='text'>
</content>
</entry>
</feed>
