- 24 Agu, 2010 1 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 ........
-
- 17 Agu, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 11 Tem, 2010 1 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. ........
-
- 21 May, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Nis, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 08 Mar, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 23 Şub, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
-
- 07 Şub, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 24 Ock, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 23 Ock, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 08 Ock, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
mistake. ( It may come in for sure tough)
-
Senthil Kumaran yazdı
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Haz, 2009 2 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
The rational is the change might cause imcompatiblity problems with PyYAML. In addition, Raymond wants to kept the different versions of collections synchronized across Python versions.
-
Alexandre Vassalotti yazdı
-
- 27 May, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 02 Nis, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
are consistent with the corresponding tuple index.
-
- 01 Nis, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 19 Mar, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Add optional argument to popitem() -- modeled after Anthon van der Neut's C version. * Fix method markup in docs.
-
- 03 Mar, 2009 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
Adds tests, switches from list to deque, fixes __reduce__ which was unnecessarily copying __keys.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 24 Şub, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Şub, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 28 Ock, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
for Iterator and MutableSet. Also added thorough test for required abstractmethods.
-
- 21 Ock, 2009 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 20 Ock, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Constructor and update() support keyword args (like their dict counterparts). * The 'del' statement no longer raises KeyError for missing values. * Add multiset operations: __add__, __sub__, __and__, __or__.
-
- 14 Ock, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 13 Ock, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
with a mapping. Makes Counter() idempotent, makes update() API the same as Counter.__init__(), makes a more readable repr, makes the API more dict-like, and allows Steven Bethard's update() example to work.
-
- 12 Ock, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 25 Eyl, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Fix namedtuple bug reported by Glenn Linderman. Template did not form correctly if the field names were input in Unicode.
-
- 11 Agu, 2008 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
-
- 23 Haz, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 18 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
and make sure there are no duplicate names.
-
- 02 Nis, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Rebuild the DocTestSuite on each iteration.
-
- 11 Ock, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 05 Ock, 2008 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-