- 09 Ock, 2017 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 16 Ara, 2016 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 10 Eyl, 2016 1 kayıt (commit)
-
-
Nick Coghlan yazdı
The pure Python fallback implementation of functools.partial now matches the behaviour of its accelerated C counterpart for subclassing, pickling and text representation purposes. Patch by Emanuel Barry and Serhiy Storchaka.
-
- 24 Eki, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Agu, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Ethan Furman.
-
Yury Selivanov yazdı
Patch by Ethan Furman.
-
- 24 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 May, 2015 2 kayıt (commit)
-
-
Larry Hastings yazdı
-
Serhiy Storchaka yazdı
patches by Matt Joiner and Alexey Kachayev.
-
- 20 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with specified exception type. Original patch by Ramchandra Apte.
-
- 13 May, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Sugguested by Serhiy Storchaka)
-
- 01 Mar, 2015 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 31 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
implementation in issue #21408 they are redundant.
-
- 14 Ock, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Ock, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 06 Ock, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
methods created by functool.total_ordering.
-
- 12 Agu, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 22 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
fully qualified class names of Python implemented classes.
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 27 Ock, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 04 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Initial patch by Alon Horev
-
- 01 Eki, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
(Patch by Katie Miller)
-
- 15 Tem, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 05 Haz, 2013 1 kayıt (commit)
-
-
Łukasz Langa yazdı
PEP accepted: http://mail.python.org/pipermail/python-dev/2013-June/126734.html
-
- 09 Mar, 2013 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 04 Mar, 2013 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Keep references for oldkey and oldvalue so they can't trigger a __del__ method to reenter our thread. Move the cache[key]=link step to the end, after the link data is in a consistent state. Under exotic circumstances, the cache[key]=link step could trigger reentrancy (i.e. the key would have to have a hash exactly equal to that for another key in the cache and the key would need a __eq__ method that makes a reentrant call our cached function).
-
- 02 Mar, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Mar, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 17 Şub, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 13 Kas, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Brian Thorne.
-
- 04 Haz, 2012 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-