| Commit message (Expand) | Author | Age | Files | Lines |
* | Code review of the new buffer protocol. Mostly add questions that should | Neal Norwitz | 2007-08-19 | 1 | -0/+4 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -55/+408 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -0/+16 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -5/+7 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -2/+4 |
|
|
* | Merged revisions 55588-55630 via svnmerge from | Guido van Rossum | 2007-05-29 | 1 | -1/+3 |
|
|
* | Merged revisions 55545-55587 via svnmerge from | Guido van Rossum | 2007-05-25 | 1 | -2/+38 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -2/+0 |
|
|
* | Remove the deprecated and useless "pend" argument from | Georg Brandl | 2007-03-18 | 1 | -1/+1 |
|
|
* | Don't confound Neil S on b"a"[0] = b"b". | Guido van Rossum | 2007-02-26 | 1 | -2/+2 |
|
|
* | These comments aren't relevant for 3k. They were to support modules compiled | Neal Norwitz | 2007-02-25 | 1 | -4/+0 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -0/+2 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -0/+48 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -67/+18 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -8/+6 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -19/+83 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 1 | -39/+4 |
|
|
* | Completely get rid of PyClass and PyInstance. | Guido van Rossum | 2006-08-17 | 1 | -5/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -39/+43 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -115/+20 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -1/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -50/+88 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -2/+0 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -12/+2 |
|
|
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -44/+32 |
|
|
* | Change some sequnce APIs to use Py_ssize_t. | Neal Norwitz | 2006-03-04 | 1 | -5/+9 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 1 | -2/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -43/+43 |
|
|
* | Renamed _length_cue() to __length_hint__(). See: | Armin Rigo | 2006-02-11 | 1 | -3/+3 |
|
|
* | Remove some shadowed variables | Neal Norwitz | 2006-01-08 | 1 | -1/+1 |
|
|
* | SF patch #1390657: | Armin Rigo | 2005-12-29 | 1 | -6/+45 |
|
|
* | Convert iterator __len__() methods to a private API. | Raymond Hettinger | 2005-09-24 | 1 | -1/+26 |
|
|
* | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 1 | -0/+5 |
|
|
* | Fix: | Michael W. Hudson | 2005-07-12 | 1 | -8/+13 |
|
|
* | Make subclasses of int, long, complex, float, and unicode perform type | Brett Cannon | 2005-04-26 | 1 | -47/+37 |
|
|
* | Small boost to PySequence_Fast(). Lists build faster than tuples for | Raymond Hettinger | 2004-12-18 | 1 | -1/+1 |
|
|
* | Add missing decref. | Raymond Hettinger | 2004-12-16 | 1 | -0/+1 |
|
|
* | SF bug #1085744: Performance issues with PySequence_Tuple() | Raymond Hettinger | 2004-12-16 | 1 | -4/+14 |
|
|
* | SF bug #1030557: PyMapping_Check crashes when argument is NULL | Raymond Hettinger | 2004-09-19 | 1 | -2/+2 |
|
|
* | Check the type of values returned by __int__, __float__, __long__, | Neil Schemenauer | 2004-07-19 | 1 | -6/+33 |
|
|
* | SF bug #952866: "can't multiply sequence *by* non-int" | Raymond Hettinger | 2004-05-12 | 1 | -1/+1 |
|
|
* | Improve previous checkin to use a slot check instead of equivalent | Raymond Hettinger | 2004-04-05 | 1 | -1/+2 |
|
|
* | Improve accuracy of sequence and mapping checks. | Raymond Hettinger | 2004-04-04 | 1 | -2/+8 |
|
|
* | recursive_isinstance(), recursive_issubclass(): New code here returned | Tim Peters | 2004-03-21 | 1 | -2/+2 |
|
|
* | Limit the nesting depth of a tuple passed as the second argument to | Brett Cannon | 2004-03-20 | 1 | -9/+36 |
|
|
* | Add missing decref | Raymond Hettinger | 2004-03-17 | 1 | -0/+1 |
|
|
* | Eliminate a big block of duplicate code in PySequence_List() by | Raymond Hettinger | 2004-03-11 | 1 | -54/+6 |
|
|
* | SF Patch #871704: Py_SequenceFast can mask errors | Raymond Hettinger | 2004-01-11 | 1 | -3/+11 |
|
|
* | Apply pre-sizing optimization to a broader class of objects. | Raymond Hettinger | 2004-01-04 | 1 | -8/+4 |
|
|