<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/datetime_safe.py, branch stable/4.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F4.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F4.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-10-31T11:30:13Z</updated>
<entry>
<title>Used more augmented assignment statements.</title>
<updated>2022-10-31T11:30:13Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-01-28T20:15:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3cb91db87b78629c0d2682630e90a048275179e'/>
<id>urn:sha1:d3cb91db87b78629c0d2682630e90a048275179e</id>
<content type='text'>
Identified using the following command:

$ git grep -I '\(\&lt;[_a-zA-Z0-9]\+\&gt;\) *= *\1 *[-+/*^%&amp;|&lt;&gt;@]'
</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 #32738 -- Deprecated django.utils.datetime_safe module.</title>
<updated>2021-05-12T12:42:17Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-05-07T17:20:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=29e4ccb1a2d5aab21fbd7effcd48d33dc73f9b1e'/>
<id>urn:sha1:29e4ccb1a2d5aab21fbd7effcd48d33dc73f9b1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime_safe.time().</title>
<updated>2021-05-12T12:42:17Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-05-11T13:03:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=44accb066a51d15f27e38f203c73830eddea16df'/>
<id>urn:sha1:44accb066a51d15f27e38f203c73830eddea16df</id>
<content type='text'>
Unused since c72dde41e603093ab0bb12fa24fa69cfda0d35f9.
</content>
</entry>
<entry>
<title>Refs #30116 -- Simplified regex match group access with Match.__getitem__().</title>
<updated>2020-05-11T10:01:28Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-10T20:03:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6aff369ad33457ae2355b5b210faf1c4890ff35'/>
<id>urn:sha1:d6aff369ad33457ae2355b5b210faf1c4890ff35</id>
<content type='text'>
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
</content>
</entry>
<entry>
<title>Removed unnecessary tuple wrapping of single format string argument.</title>
<updated>2020-04-27T06:30:16Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-04-25T13:53:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=abea86f9e44a8eda9ad1859fe05a91509bdb8011'/>
<id>urn:sha1:abea86f9e44a8eda9ad1859fe05a91509bdb8011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30899 -- Lazily compiled import time regular expressions.</title>
<updated>2019-10-29T08:22:26Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-10-26T14:42:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e3d0b4d5501c6d0bc39f035e4345e5bdfde12e41'/>
<id>urn:sha1:e3d0b4d5501c6d0bc39f035e4345e5bdfde12e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupported.</title>
<updated>2018-08-02T14:20:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-08-02T14:20:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2092206bee3281e6809a8fddb5230d80902a02b4'/>
<id>urn:sha1:2092206bee3281e6809a8fddb5230d80902a02b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved readability of utils.datetime_safe._findall().</title>
<updated>2018-01-08T19:49:43Z</updated>
<author>
<name>Srinivas Reddy Thatiparthy</name>
<email>thatiparthysreenivas@gmail.com</email>
</author>
<published>2018-01-02T17:31:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=acd3baf2ae3f74846731447df66e8c3ce7a772f7'/>
<id>urn:sha1:acd3baf2ae3f74846731447df66e8c3ce7a772f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E305 flake8 warnings.</title>
<updated>2016-11-14T17:30:46Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-12T17:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
</feed>
