<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/django/utils/lru_cache.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2019-02-05T17:52:07Z</updated>
<entry>
<title>Refs #27753 -- Removed django.utils.lru_cache.</title>
<updated>2019-02-05T17:52:07Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-02-05T00:40:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c679f357a8127d7776b60679071a7b791d39a5b3'/>
<id>urn:sha1:c679f357a8127d7776b60679071a7b791d39a5b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Stopped using django.utils.lru_cache().</title>
<updated>2017-01-19T02:42:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2017-01-18T20:30:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3cc5f01d9bd52930cec3c08d6ec7e19d0c2a6489'/>
<id>urn:sha1:3cc5f01d9bd52930cec3c08d6ec7e19d0c2a6489</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25331 -- Removed trailing blank lines in docstrings.</title>
<updated>2015-08-31T21:37:21Z</updated>
<author>
<name>Maxime Lorant</name>
<email>maxime.lorant@gmail.com</email>
</author>
<published>2015-08-31T20:14:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5153a3bfdcec82324d67ff79862384288cf6afe6'/>
<id>urn:sha1:5153a3bfdcec82324d67ff79862384288cf6afe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated Wikipedia links to use https</title>
<updated>2015-08-08T10:02:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-08-08T10:02:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=64982cc2fb13ebc45982c64e25fdb7865e6d2499'/>
<id>urn:sha1:64982cc2fb13ebc45982c64e25fdb7865e6d2499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo in lru_cache.py; refs #21351.</title>
<updated>2013-11-12T17:45:35Z</updated>
<author>
<name>Vajrasky Kok</name>
<email>sky.kok@speaklikeaking.com</email>
</author>
<published>2013-11-12T16:06:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8ed96464e99c73150ab6eff5df70b6274a871a4a'/>
<id>urn:sha1:8ed96464e99c73150ab6eff5df70b6274a871a4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21351 -- Replaced memoize with Python's lru_cache.</title>
<updated>2013-11-11T07:53:09Z</updated>
<author>
<name>Bouke Haarsma</name>
<email>bouke@webatoom.nl</email>
</author>
<published>2013-11-01T20:15:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9b7455e918a437c3db91e88dcbf6d9c93fef96f8'/>
<id>urn:sha1:9b7455e918a437c3db91e88dcbf6d9c93fef96f8</id>
<content type='text'>
Replaced the custom, untested memoize with a similar decorator from Python's
3.2 stdlib. Although some minor performance degradation (see ticket), it is
expected that in the long run lru_cache will outperform memoize once it is
implemented in C.

Thanks to EvilDMP for the report and Baptiste Mispelon for the idea of
replacing memoize with lru_cache.
</content>
</entry>
</feed>
