- 12 Ara, 2015 1 kayıt (commit)
-
-
Iacopo Spalletti yazdı
Thanks to bmispelon and uruz for the initial patch.
-
- 26 Eki, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Eyl, 2015 1 kayıt (commit)
-
-
fabrizio ettore messina yazdı
-
- 01 Agu, 2015 1 kayıt (commit)
-
-
Rigel Di Scala yazdı
-
- 28 Nis, 2015 1 kayıt (commit)
-
-
Markus Bertheau yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
refs #21351.
-
- 29 Kas, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 09 Şub, 2014 2 kayıt (commit)
-
-
Marc Tamlyn yazdı
When a method decorator was used in conjunction with a decorator implemented as a descriptor, method_decorator did not correctly respect the method binding. Thanks for Graham Dumpleton for the report and initial patch.
-
Tim Graham yazdı
-
- 10 Ock, 2014 1 kayıt (commit)
-
-
dpwrussell yazdı
Copied attributes into the decorated method and special case __name__ copy as this will not be present on a Class object. Added regression test to decorator suite.
-
- 17 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
-
- 11 Kas, 2013 1 kayıt (commit)
-
-
Bouke Haarsma yazdı
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.
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #20680.
-
- 21 May, 2013 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
Gives much nicer errors when it fails.
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-