| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 69846 via svnmerge from | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
|
|
* | Merged revisions 69433,69436 via svnmerge from | Mark Dickinson | 2009-02-08 | 1 | -1/+1 |
|
|
* | Validate that __length_hint__ returns a usable result. | Raymond Hettinger | 2009-02-03 | 1 | -1/+1 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2009-02-02 | 1 | -14/+19 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -80/+91 |
|
|
* | Fix memory leak: Always DECREF obj in PyBuffer_Release. | Martin v. Löwis | 2008-08-14 | 1 | -5/+3 |
|
|
* | Make obj an owned reference in Py_buffer; this checkin | Martin v. Löwis | 2008-08-14 | 1 | -1/+4 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -20/+22 |
|
|
* | Correct grammar. | Skip Montanaro | 2008-07-07 | 1 | -1/+1 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -22/+22 |
|
|
* | Remove locking part of new buffer protocol. | Travis E. Oliphant | 2008-06-06 | 1 | -6/+0 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -22/+22 |
|
|
* | Prevent namespace pollution, add static for internal functions | Neal Norwitz | 2008-04-15 | 1 | -2/+2 |
|
|
* | Remove unnecessary traceback save/restore pair. | Raymond Hettinger | 2008-03-19 | 1 | -4/+2 |
|
|
* | Fix compiler warning. | Raymond Hettinger | 2008-03-19 | 1 | -1/+1 |
|
|
* | Speed-up isinstance() for one easy case. | Raymond Hettinger | 2008-03-18 | 1 | -0/+5 |
|
|
* | Finish backporting new buffer API to Python 2.6. Left to do: memoryview obje... | Travis E. Oliphant | 2008-03-18 | 1 | -0/+369 |
|
|
* | Backport of PEP 3101, Advanced String Formatting, from py3k. | Eric Smith | 2008-02-17 | 1 | -0/+132 |
|
|
* | In PyNumber_ToBase, changed from an assert to returning an error when PyObjec... | Eric Smith | 2008-02-15 | 1 | -1/+5 |
|
|
* | Use a static and interned string for __subclasscheck__ and __instancecheck__ ... | Christian Heimes | 2008-02-14 | 1 | -2/+16 |
|
|
* | Added PyNumber_ToBase and supporting routines _PyInt_Format and | Eric Smith | 2008-02-10 | 1 | -0/+19 |
|
|
* | Make int() and long() fall back to __trunc__(). See issue 2002. | Jeffrey Yasskin | 2008-02-04 | 1 | -0/+94 |
|
|
* | static PyObject* variables should use PyString_InternFromString() instead of ... | Christian Heimes | 2008-01-28 | 1 | -2/+2 |
|
|
* | Fix Issue 1045. | Raymond Hettinger | 2007-12-06 | 1 | -30/+38 |
|
|
* | merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ ... | Christian Heimes | 2007-12-05 | 1 | -2/+3 |
|
|
* | Properly indent two lines. (Spotted because it caused merge conflicts in the | Thomas Wouters | 2007-09-18 | 1 | -2/+2 |
|
|
* | Patch # 1026 by Benjamin Aranguren (with Alex Martelli): | Guido van Rossum | 2007-09-10 | 1 | -0/+40 |
|
|
* | Fix a crasher where Python code managed to infinitely recurse in C code without | Brett Cannon | 2007-09-07 | 1 | -1/+5 |
|
|
* | Silence compiler warning | Raymond Hettinger | 2007-02-07 | 1 | -1/+1 |
|
|
* | Bug #1575169: operator.isSequenceType() now returns False for subclasses of d... | Raymond Hettinger | 2007-02-07 | 1 | -0/+2 |
|
|
* | Forward-port of r52136,52138: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 1 | -8/+6 |
|
|
* | Subclasses of int/long are allowed to define an __index__. | Neal Norwitz | 2006-08-15 | 1 | -4/+2 |
|
|
* | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 1 | -21/+84 |
|
|
* | Remove "non-mapping" and "non-sequence" from TypeErrors raised by | Georg Brandl | 2006-08-08 | 1 | -2/+2 |
|
|
* | Fix for an obscure bug introduced by revs 46806 and 46808, with a test. | Armin Rigo | 2006-06-21 | 1 | -11/+1 |
|
|
* | Patch #1507676: improve exception messages in abstract.c, object.c and typeob... | Georg Brandl | 2006-06-18 | 1 | -39/+43 |
|
|
* | Fix bug introduced in rev. 46806 by not having variable declaration at the to... | Brett Cannon | 2006-06-09 | 1 | -2/+4 |
|
|
* | An object with __call__ as an attribute, when called, will have that attribut... | Brett Cannon | 2006-06-09 | 1 | -0/+8 |
|
|
* | Fix coding style guide bug. | Brett Cannon | 2006-06-06 | 1 | -1/+2 |
|
|
* | C++ compilation cleanup: Migrate declaration of | Skip Montanaro | 2006-04-18 | 1 | -7/+0 |
|
|
* | Make Py_BuildValue, PyObject_CallFunction and | Martin v. Löwis | 2006-04-14 | 1 | -28/+90 |
|
|
* | Minor bugs in the __index__ code (PEP 357), with tests. | Armin Rigo | 2006-03-30 | 1 | -2/+3 |
|
|
* | Stop duplicating code and handle slice indices consistently and correctly | Neal Norwitz | 2006-03-23 | 1 | -20/+2 |
|
|
* | Update function name to reflect params and stop casting to long to avoid losi... | Neal Norwitz | 2006-03-20 | 1 | -5/+5 |
|
|
* | 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 |
|
|