Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-up docstring | Raymond Hettinger | 2014-03-20 | 1 | -3/+1 |
| | |||||
* | whitespace cleanup | Christian Heimes | 2013-10-13 | 1 | -1/+0 |
| | |||||
* | Issue #19218: Add facade collections.abc | Christian Heimes | 2013-10-13 | 1 | -0/+3 |
| | |||||
* | Issue #19218: Rename collections.abc to _collections_abc in order to speed ↵ | Christian Heimes | 2013-10-13 | 2 | -731/+3 |
| | | | | up interpreter start | ||||
* | Close #18690: register memoryview with Sequence ABC | Nick Coghlan | 2013-10-02 | 1 | -0/+1 |
| | |||||
* | #18466: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ | |||||
| * | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | Fix typo on MutableSequence docstring. | Guido van Rossum | 2013-07-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
| | | | | | | | | ModuleNotFoundError. | ||||
* | | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled | Serhiy Storchaka | 2013-05-21 | 1 | -4/+1 |
| | | | | | | | | size and pickling time. | ||||
* | | Undo the deprecation of _asdict(). | Raymond Hettinger | 2013-05-18 | 1 | -3/+0 |
| | | | | | | | | Backed out changeset c4ca39bece9d | ||||
* | | Deprecate nametuple._asdict() | Raymond Hettinger | 2013-05-18 | 1 | -0/+3 |
| | | |||||
* | | merge | Raymond Hettinger | 2013-05-17 | 1 | -12/+17 |
|\ \ | |/ | |||||
| * | Update docstring for _asdict() to indicate it is obsolete. | Raymond Hettinger | 2013-05-17 | 1 | -12/+17 |
| | | | | | | | | | | | | Use the cleaner looking @property style for __dict__. Move _replace() to be just after make() to indicate that it is a core method on named tuples. | ||||
* | | merge | Raymond Hettinger | 2013-05-17 | 1 | -4/+1 |
|\ \ | |/ | |||||
| * | Remove unnecessary exception handler. | Raymond Hettinger | 2013-05-17 | 1 | -4/+1 |
| | | |||||
* | | Issue #15528: Add weakref.finalize to support finalization using | Richard Oudkerk | 2013-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | weakref callbacks. This is 2e446e87ac5b except that collections/__init__.py has been modified to import proxy from _weakref instead of weakref. This eliminates an import cycle which seems to cause a problem on Unix but not Windows. | ||||
* | | merge | Raymond Hettinger | 2013-05-03 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #15535: Fix pickling of named tuples. | Raymond Hettinger | 2013-05-03 | 1 | -0/+4 |
| | | |||||
* | | merge | Raymond Hettinger | 2013-03-24 | 1 | -0/+68 |
|\ \ | |/ | |||||
| * | Add missing docstrings to the collections ABCs | Raymond Hettinger | 2013-03-24 | 1 | -0/+68 |
| | | |||||
| * | Backport improved dict comparison logic | Raymond Hettinger | 2013-03-23 | 1 | -2/+1 |
| | | |||||
* | | Merge | Raymond Hettinger | 2013-03-02 | 1 | -9/+4 |
|\ \ | |/ | |||||
| * | Issue #17331: Use isidentifier() instead of isalnum() to check for valid ↵ | Raymond Hettinger | 2013-03-02 | 1 | -9/+4 |
| | | | | | | | | identifiers. | ||||
* | | Closes #16613: Added optional mapping argument to ChainMap.new_child. | Vinay Sajip | 2013-01-11 | 1 | -3/+8 |
| | | |||||
* | | Improve OrderedDict equality test. | Raymond Hettinger | 2012-12-07 | 1 | -2/+1 |
| | | |||||
* | | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 1 | -2/+2 |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | ||||
| * | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 1 | -2/+2 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | utilize yield from | Philip Jenvey | 2012-10-01 | 1 | -2/+1 |
|/ | |||||
* | Small cleanup and optimization | Raymond Hettinger | 2012-06-10 | 1 | -2/+2 |
| | |||||
* | Minor reformatting (wrap fat lines, etc.) and create an __main__ file | Raymond Hettinger | 2012-06-10 | 2 | -51/+53 |
| | |||||
* | Close #14386: Register types.MappingProxyType as a Mapping | Victor Stinner | 2012-04-19 | 1 | -1/+3 |
| | |||||
* | Clarify that the purpose of computing all the miscellaneous collection types ↵ | Raymond Hettinger | 2012-04-05 | 1 | -3/+7 |
| | | | | is to register them with the appropriate ABCs. | ||||
* | Merge | Raymond Hettinger | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Merge | Raymond Hettinger | 2011-11-05 | 1 | -2/+6 |
| | |||||
* | Issue #13121: Support in-place math operators for collections.Counter(). | Raymond Hettinger | 2011-10-19 | 1 | -0/+63 |
| | |||||
* | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). | Ezio Melotti | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | add ChainMap to __all__ (closes #12959) | Benjamin Peterson | 2011-09-11 | 1 | -1/+1 |
| | | | | Thanks July Tikhonov. | ||||
* | Add support for unary plus and unary minus to collections.Counter() | Raymond Hettinger | 2011-08-09 | 1 | -0/+11 |
| | |||||
* | merge | Raymond Hettinger | 2011-06-03 | 1 | -0/+2 |
| | |||||
* | Userlist.copy() wasn't returning a UserList. | Raymond Hettinger | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | Minor clean-ups to docstrings, comments, and var names. | Raymond Hettinger | 2011-04-24 | 1 | -16/+21 |
| | |||||
* | Minor text rearrangement. | Raymond Hettinger | 2011-04-20 | 1 | -10/+10 |
| | |||||
* | Issue #11875: Alter the previous fix to work better with subclasses | Raymond Hettinger | 2011-04-20 | 1 | -1/+1 |
| | |||||
* | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. | Raymond Hettinger | 2011-04-19 | 1 | -3/+2 |
| | |||||
* | Rework multiset methods to use less memory and to make fewer calls to __hash__. | Raymond Hettinger | 2011-04-18 | 1 | -12/+19 |
| | |||||
* | Fix minor subclassing issue with collections.Counter | Raymond Hettinger | 2011-04-15 | 1 | -2/+2 |
| | |||||
* | Add tests for _source to importable and exec'able. | Raymond Hettinger | 2011-03-24 | 1 | -4/+3 |
| | | | | | | | | Move __name__ back out of the template; the responsibility for setting __name__ lies with the caller (which knows something about the new namespace), not with the class definition (which doesn't know about the namespace it is being built in). | ||||
* | Minor clean-ups. | Raymond Hettinger | 2011-03-23 | 1 | -3/+4 |
| |