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
*
Fix field name conflicts for named tuples.
Raymond Hettinger
2009-05-27
1
-0/+40
*
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Raymond Hettinger
2009-04-01
1
-0/+25
*
Backport 69934: Register xrange() as a Sequence.
Raymond Hettinger
2009-02-24
1
-0/+3
*
Issue 4920: Fixed next() vs __next__() issues in the ABCs
Raymond Hettinger
2009-01-28
1
-2/+63
*
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
*
Take namedtuple item names only from ascii_letters (this blew up on OSX),
Georg Brandl
2008-05-18
1
-1/+3
*
A DocTestSuite cannot run multiple times: it clears its globals dictionary af...
Amaury Forgeot d'Arc
2008-04-02
1
-3/+2
*
Run doctests on the collections module
Raymond Hettinger
2008-01-11
1
-2/+4
*
Add error-checking to namedtuple's _replace() method.
Raymond Hettinger
2008-01-05
1
-0/+7
*
Improve namedtuple's _cast() method with a docstring, new name, and error-che...
Raymond Hettinger
2008-01-05
1
-4/+7
*
Minor fix-ups to named tuples:
Raymond Hettinger
2008-01-04
1
-8/+1
*
Users demand iterable input for named tuples. The author capitulates.
Raymond Hettinger
2007-12-18
1
-0/+4
*
Add more namedtuple() test cases. Neaten the code and comments.
Raymond Hettinger
2007-12-18
1
-1/+28
*
Cleaner method naming convention
Raymond Hettinger
2007-12-14
1
-8/+8
*
Error checking was too aggressive (reported by Chris Tismer)
Raymond Hettinger
2007-12-05
1
-0/+1
*
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
Guido van Rossum
2007-11-22
1
-1/+185
*
Accept Issac Morland's suggestion for __replace__ to allow multiple replacements
Raymond Hettinger
2007-11-15
1
-1/+1
*
Add test for __fields__ being read-only
Raymond Hettinger
2007-11-14
1
-0/+8
*
Shorter name for namedtuple()
Raymond Hettinger
2007-10-23
1
-17/+17
*
More docs, error messages, and tests
Raymond Hettinger
2007-10-16
1
-6/+11
*
Eliminate camelcase function name
Raymond Hettinger
2007-10-08
1
-12/+14
*
Add comments to NamedTuple code.
Raymond Hettinger
2007-10-08
1
-0/+5
*
Add __asdict__() to NamedTuple and refine the docs.
Raymond Hettinger
2007-10-05
1
-0/+2
*
Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...
Raymond Hettinger
2007-09-18
1
-0/+6
*
Sync-up named tuples with the latest version of the ASPN recipe.
Raymond Hettinger
2007-09-17
1
-0/+7
*
Allow all alphanumeric and underscores in type and field names.
Raymond Hettinger
2007-05-21
1
-0/+3
*
Improvements to NamedTuple's implementation, tests, and documentation
Raymond Hettinger
2007-05-19
1
-1/+2
*
Add collections.NamedTuple
Raymond Hettinger
2007-03-01
1
-0/+57