| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from 3.1. | Éric Araujo | 2011-03-23 | 1 | -2/+5 |
|\ |
|
| * | Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym... | Éric Araujo | 2011-03-23 | 1 | -10/+23 |
|
|
| * | Merged revisions 84146-84147,84150 via svnmerge from | Antoine Pitrou | 2010-08-17 | 1 | -10/+10 |
|
|
| * | Issue8757: Implicit set-to-frozenset conversion not thread-safe. | Raymond Hettinger | 2010-08-06 | 1 | -9/+3 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1789/+1789 |
|
|
| * | Issue 8436: set.__init__ accepts keyword args | Raymond Hettinger | 2010-04-18 | 1 | -0/+2 |
|
|
| * | Issue 8420: Fix ref counting problem in set_repr(). | Raymond Hettinger | 2010-04-18 | 1 | -3/+1 |
|
|
| * | Merged revisions 78541 via svnmerge from | Ezio Melotti | 2010-03-01 | 1 | -2/+4 |
|
|
| * | Issue 7263: Fix set.intersection() docstring. | Raymond Hettinger | 2009-11-19 | 1 | -2/+2 |
|
|
| * | Issue 6573: Fix set.union() for cases where self is in the argument chain. | Raymond Hettinger | 2009-07-27 | 1 | -1/+1 |
|
|
* | | Issue #8685: Speed up set difference `a - b` when source set `a` is | Antoine Pitrou | 2010-11-30 | 1 | -7/+22 |
|
|
* | | Follow up to #9778: fix regressions on 64-bit Windows builds | Antoine Pitrou | 2010-10-23 | 1 | -6/+6 |
|
|
* | | Remove unneeded casts to hashfunc. | Georg Brandl | 2010-10-18 | 1 | -3/+3 |
|
|
* | | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -21/+21 |
|
|
* | | Reindent. | Georg Brandl | 2010-09-03 | 1 | -2/+2 |
|
|
* | | Issue 8420: Fix obscure set crashers. | Raymond Hettinger | 2010-09-03 | 1 | -10/+20 |
|
|
* | | Removed an extraneous semicolon | Daniel Stutzbach | 2010-09-02 | 1 | -1/+1 |
|
|
* | | Issue #9612: The set object is now 64-bit clean under Windows. | Antoine Pitrou | 2010-08-17 | 1 | -10/+10 |
|
|
* | | Issue8757: Implicit set-to-frozenset conversion not thread-safe. | Raymond Hettinger | 2010-08-06 | 1 | -9/+3 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1803/+1803 |
|
|
* | | Issue 8436: set.__init__ accepts keyword args | Raymond Hettinger | 2010-04-18 | 1 | -0/+2 |
|
|
* | | Issue 8420: Fix ref counting problem in set_repr(). | Raymond Hettinger | 2010-04-18 | 1 | -3/+1 |
|
|
* | | Merged revisions 78886 via svnmerge from | Victor Stinner | 2010-03-13 | 1 | -1/+15 |
|
|
* | | Merged revisions 78515-78516,78522 via svnmerge from | Ezio Melotti | 2010-03-01 | 1 | -2/+4 |
|
|
* | | Issue 6573: Fix set.union() for cases where self is in the argument chain. | Raymond Hettinger | 2009-07-27 | 1 | -1/+1 |
|/ |
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 1 | -9/+2 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 68128 via svnmerge from | Antoine Pitrou | 2009-01-01 | 1 | -4/+12 |
|
|
* | Update copyright for recent changes. | Raymond Hettinger | 2008-11-30 | 1 | -1/+1 |
|
|
* | Issue #1721812: Binary operations and copy operations on set/frozenset | Raymond Hettinger | 2008-11-16 | 1 | -5/+17 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -5/+9 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l... | Nick Coghlan | 2008-07-15 | 1 | -1/+1 |
|
|
* | Merged revisions 64842,64853,64856,64945 via svnmerge from | Robert Schuppenies | 2008-07-14 | 1 | -0/+16 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -14/+42 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -3/+0 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -18/+74 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -0/+4 |
|
|
* | Forward port r62848. | Raymond Hettinger | 2008-05-08 | 1 | -3/+3 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -10/+12 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -1/+6 |
|
|
* | Fixed r60466 | Christian Heimes | 2008-01-31 | 1 | -1/+2 |
|
|
* | Remove duplicate function. | Raymond Hettinger | 2008-01-30 | 1 | -15/+0 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 1 | -19/+8 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -7/+7 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -20/+20 |
|
|
* | Fixed issue #1564: The set implementation should special-case PyUnicode inste... | Christian Heimes | 2007-12-10 | 1 | -15/+18 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
|
|
* | Added all PyTypeObjects to the appropriate header files. | Christian Heimes | 2007-11-29 | 1 | -1/+1 |
|
|