index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_collections.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25616: Tests for OrderedDict are extracted from test_collections
Serhiy Storchaka
2015-11-25
1
-292/+17
*
Issue #24286: Register dict views with the MappingView ABCs.
Raymond Hettinger
2015-05-26
1
-0/+4
*
Issue #22609: Constructors and update methods of mapping classes in the
Serhiy Storchaka
2014-11-27
1
-2/+41
*
Issue #22340: Fix test_collections if the sets module was already imported
Victor Stinner
2014-09-05
1
-2/+2
*
Issue #22340: Fix Python 3 warnings in Python 2 tests
Victor Stinner
2014-09-05
1
-17/+26
*
Issue 8743: Improve interoperability between sets and the collections.Set ab...
Raymond Hettinger
2014-05-26
1
-4/+168
*
Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
Serhiy Storchaka
2013-12-06
1
-0/+29
*
Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
Raymond Hettinger
2013-05-27
1
-1/+43
*
Issue #15535: Fix regression in pickling of named tuples.
Raymond Hettinger
2013-05-03
1
-1/+1
*
Fix named tuples to work with vars().
Raymond Hettinger
2011-06-03
1
-1/+1
*
Fix minor subclassing issue with collections.Counter
Raymond Hettinger
2011-04-15
1
-0/+9
*
Raymond-Hettingers-MacBook-Pro:py27 raymondhettinger$ cat svn-commit.tmp
Raymond Hettinger
2011-01-02
1
-0/+28
*
Merged revisions 86857 via svnmerge from
Alexander Belopolsky
2010-11-30
1
-2/+13
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-7/+7
*
Issue 9826: OrderedDict.__repr__ did not play well with self-referencing dicts.
Raymond Hettinger
2010-09-13
1
-0/+7
*
Merged revisions 84301 via svnmerge from
Daniel Stutzbach
2010-08-24
1
-0/+15
*
Issue #9626: Fix views in collections.OrderedDict().
Raymond Hettinger
2010-08-17
1
-0/+6
*
Merged revisions 82821 via svnmerge from
Mark Dickinson
2010-07-11
1
-0/+13
*
return NotImplemented from Mapping when comparing to a non-mapping #8729
Benjamin Peterson
2010-05-21
1
-1/+48
*
Add subtract() method to collections.Counter() objects.
Raymond Hettinger
2010-04-03
1
-0/+11
*
#7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
Florent Xicluna
2010-03-08
1
-2/+30
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
1
-1/+7
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-2/+1
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-24/+24
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-7/+8
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-4/+2
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-2/+4
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-67/+67
*
Revert r73401 per Raymond Hettinger's request.
Alexandre Vassalotti
2009-06-12
1
-2/+2
*
Make pickling of OrderedDict instances more efficient.
Alexandre Vassalotti
2009-06-12
1
-2/+2
*
Fix field name conflicts for named tuples.
Raymond Hettinger
2009-05-27
1
-0/+40
*
Have namedtuple's field renamer assign names that
Raymond Hettinger
2009-04-02
1
-6/+6
*
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Raymond Hettinger
2009-04-01
1
-0/+25
*
* Add clearer comment to initialization code.
Raymond Hettinger
2009-03-19
1
-0/+7
*
Backport 70140, 70141, 70143, and 70144.
Raymond Hettinger
2009-03-03
1
-0/+17
*
Beef-up tests.
Raymond Hettinger
2009-03-03
1
-3/+6
*
Backport PEP 372: OrderedDict()
Raymond Hettinger
2009-03-03
1
-3/+192
*
Backport 69934: Register xrange() as a Sequence.
Raymond Hettinger
2009-02-24
1
-0/+3
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
1
-0/+11
*
Issue 4920: Fixed next() vs __next__() issues in the ABCs
Raymond Hettinger
2009-01-28
1
-2/+63
*
Tighten-up the docs for Counter().
Raymond Hettinger
2009-01-21
1
-0/+5
*
Simplify explanation of multiset operations by removing restrictions on negat...
Raymond Hettinger
2009-01-21
1
-8/+9
*
Build-outs for Counter() class:
Raymond Hettinger
2009-01-20
1
-1/+44
*
Add tests for __init__() and update() with no args.
Raymond Hettinger
2009-01-14
1
-0/+2
*
Simplify Counter() API. Replace items keyword argument
Raymond Hettinger
2009-01-13
1
-4/+4
*
Issue 1696199: Add collections.Counter().
Raymond Hettinger
2009-01-12
1
-2/+98
*
Fix namedtuple bug reported by Glenn Linderman. Template did not form correc...
Raymond Hettinger
2008-09-25
1
-0/+5
*
Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...
Nick Coghlan
2008-08-11
1
-0/+1
*
Issue 3161: Missing import and test.
Raymond Hettinger
2008-06-23
1
-0/+15
*
Issue3065: Fixed pickling of named tuples. Added tests.
Raymond Hettinger
2008-06-09
1
-1/+20
[next]