| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -10/+0 |
|
|
* | Merged revisions 68128 via svnmerge from | Antoine Pitrou | 2009-01-01 | 1 | -2/+15 |
|
|
* | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto... | Hirokazu Yamamoto | 2008-12-27 | 1 | -1/+1 |
|
|
* | Issue #1721812: Binary operations and copy operations on set/frozenset | Raymond Hettinger | 2008-11-16 | 1 | -4/+9 |
|
|
* | remove some more references to __cmp__ #1717 | Benjamin Peterson | 2008-10-16 | 1 | -3/+0 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -0/+11 |
|
|
* | Fix a potential NameError. | Thomas Heller | 2008-07-15 | 1 | -1/+1 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -0/+20 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -0/+13 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -9/+9 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -2/+2 |
|
|
* | Issues 2186 and 2187. Move map() from itertools to builtins. | Raymond Hettinger | 2008-03-13 | 1 | -2/+2 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 1 | -0/+106 |
|
|
* | Fixed issue #1564: The set implementation should special-case PyUnicode inste... | Christian Heimes | 2007-12-10 | 1 | -0/+42 |
|
|
* | Merged revisions 58886-58929 via svnmerge from | Guido van Rossum | 2007-11-10 | 1 | -2/+47 |
|
|
* | Patch 1280, by Alexandre Vassalotti. | Guido van Rossum | 2007-10-19 | 1 | -8/+8 |
|
|
* | Patch by Keir Mierle so that sets can be compared to other objects that know | Guido van Rossum | 2007-08-23 | 1 | -0/+36 |
|
|
* | Change the repr() of frozenset instances (and set subclasses) | Guido van Rossum | 2007-08-07 | 1 | -1/+1 |
|
|
* | Simplify various spots where: str() is called on something | Walter Dörwald | 2007-06-11 | 1 | -8/+8 |
|
|
* | Fix test_set. | Guido van Rossum | 2007-05-24 | 1 | -4/+4 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -15/+15 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -8/+8 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+9 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -5/+5 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -0/+20 |
|
|
* | Some more tests pass now. (Also test_compiler.py with -u all.) | Guido van Rossum | 2007-02-09 | 1 | -3/+3 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -2/+2 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -0/+11 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Excise the sets module. SF #1500611 by Collin Winter. | Guido van Rossum | 2007-01-10 | 1 | -1/+0 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -0/+29 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+11 |
|
|
* | Fix str() and repr() of empty sets. | Georg Brandl | 2006-08-28 | 1 | -1/+1 |
|
|
* | SF patch 1547796 by Georg Brandl -- set literals. | Guido van Rossum | 2006-08-28 | 1 | -3/+8 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -13/+10 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+2 |
|
|
* | Renamed _length_cue() to __length_hint__(). See: | Armin Rigo | 2006-02-11 | 1 | -1/+3 |
|
|
* | Improve test coverage. Hope the test_file changes work the same on windows. | Neal Norwitz | 2005-11-27 | 1 | -0/+12 |
|
|
* | No longer ignore exceptions raised by comparisons during key lookup. | Raymond Hettinger | 2005-09-16 | 1 | -0/+17 |
|
|
* | Numerous fix-ups to C API and docs. Added tests for C API. | Raymond Hettinger | 2005-08-16 | 1 | -1/+6 |
|
|
* | * Fix SF #1257731. Make __contains__(), remove(), and discard() only do | Raymond Hettinger | 2005-08-12 | 1 | -0/+13 |
|
|
* | * Add short-circuit code for in-place operations with self (such as | Raymond Hettinger | 2005-08-11 | 1 | -0/+12 |
|
|
* | * Improve code for the empty frozenset singleton: | Raymond Hettinger | 2005-08-01 | 1 | -0/+20 |
|
|
* | Add test for hash commutativity. | Raymond Hettinger | 2005-07-05 | 1 | -0/+10 |
|
|
* | SF patch #1200018: Restore GC support to set objects | Raymond Hettinger | 2005-06-18 | 1 | -0/+10 |
|
|
* | SF 1062353: set pickling problems | Raymond Hettinger | 2004-11-09 | 1 | -3/+9 |
|
|
* | Use Py_CLEAR(). Add unrelated test. | Raymond Hettinger | 2004-09-28 | 1 | -0/+3 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 1 | -1/+1 |
|
|
* | * fix the print test | Raymond Hettinger | 2004-07-09 | 1 | -0/+14 |
|
|
* | Make sets and deques weak referencable. | Raymond Hettinger | 2004-05-30 | 1 | -0/+8 |
|
|