- 26 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
returned NotImplemented. Removed incorrect implementations of __ne__().
-
- 27 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
collections module now accept the self keyword argument.
-
- 02 Tem, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 26 May, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 13 Eki, 2013 2 kayıt (commit)
-
-
Christian Heimes yazdı
Issue #19218: set __name__ of _collections_abc to collections.abc in order to fix tests and keep beautiful qualified names.
-
Christian Heimes yazdı
-
- 02 Eki, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 25 Tem, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Mar, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Eki, 2012 1 kayıt (commit)
-
-
Philip Jenvey yazdı
-
- 19 Nis, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 05 Nis, 2012 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Clarify that the purpose of computing all the miscellaneous collection types is to register them with the appropriate ABCs.
-
- 22 Mar, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 04 Mar, 2011 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 22 Şub, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
called collections.abc, following the pattern used by importlib.abc. For backwards compatibility, the names continue to also be imported into the collections module.
-
- 12 Ock, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
These are reserved for third-party use.
-
- 30 Kas, 2010 2 kayıt (commit)
-
-
Alexander Belopolsky yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86857 | raymond.hettinger | 2010-11-28 22:56:12 -0500 (Sun, 28 Nov 2010) | 1 line Issue #10565: Iterator ABC should require both __next__ and __iter__. ........
-
Alexander Belopolsky yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86857 | raymond.hettinger | 2010-11-28 22:56:12 -0500 (Sun, 28 Nov 2010) | 1 line Issue #10565: Iterator ABC should require both __next__ and __iter__. ........
-
- 29 Kas, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 24 Agu, 2010 3 kayıt (commit)
-
-
Daniel Stutzbach yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84301 | daniel.stutzbach | 2010-08-24 15:49:57 -0500 (Tue, 24 Aug 2010) | 1 line Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x ........
-
Daniel Stutzbach yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84301 | daniel.stutzbach | 2010-08-24 15:49:57 -0500 (Tue, 24 Aug 2010) | 1 line Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x ........
-
Daniel Stutzbach yazdı
Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x
-
- 22 Agu, 2010 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 31 Tem, 2010 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
The concrete types are for internal use (registration). We are not trying to resurrect the types module in collections.
-
Raymond Hettinger yazdı
The concrete types are for internal use (registration). Keep from accidentally resurrecting the types module in collections.
-
- 11 Tem, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82821 | mark.dickinson | 2010-07-11 19:53:06 +0100 (Sun, 11 Jul 2010) | 3 lines Issue #9137: Fix issue in MutableMapping.update, which incorrectly treated keyword arguments called 'self' or 'other' specially. ........
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82821 | mark.dickinson | 2010-07-11 19:53:06 +0100 (Sun, 11 Jul 2010) | 3 lines Issue #9137: Fix issue in MutableMapping.update, which incorrectly treated keyword arguments called 'self' or 'other' specially. ........
-
Mark Dickinson yazdı
treated keyword arguments called 'self' or 'other' specially.
-
- 21 May, 2010 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81417 | benjamin.peterson | 2010-05-21 15:55:22 -0500 (Fri, 21 May 2010) | 9 lines Merged revisions 81414 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81414 | benjamin.peterson | 2010-05-21 15:51:45 -0500 (Fri, 21 May 2010) | 1 line return NotImplemented from Mapping when comparing to a non-mapping #8729 ........ ................
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81414 | benjamin.peterson | 2010-05-21 15:51:45 -0500 (Fri, 21 May 2010) | 1 line return NotImplemented from Mapping when comparing to a non-mapping #8729 ........
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81414 | benjamin.peterson | 2010-05-21 15:51:45 -0500 (Fri, 21 May 2010) | 1 line return NotImplemented from Mapping when comparing to a non-mapping #8729 ........
-
Benjamin Peterson yazdı
-
- 23 Mar, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78800 | florent.xicluna | 2010-03-08 16:20:28 +0100 (lun, 08 mar 2010) | 2 lines #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. ........
-
- 08 Mar, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 18 May, 2009 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-