| Commit message (Expand) | Author | Age | Files | Lines |
| * | _Py_PrintReferenceAddresses,_Py_PrintReferences: | Tim Peters | 2006-04-11 | 1 | -7/+3 |
| * | Correct casts to char*. | Martin v. Löwis | 2006-04-11 | 1 | -4/+4 |
| * | Remove "static forward" declaration. Move constructors | Martin v. Löwis | 2006-04-11 | 3 | -85/+79 |
| * | Get compiling again | Neal Norwitz | 2006-04-11 | 1 | -1/+1 |
| * | More low-hanging fruit. Still need to re-arrange some code (or find a better | Anthony Baxter | 2006-04-11 | 5 | -79/+80 |
| * | More C++-compliance. Note especially listobject.c - to get C++ to accept the | Anthony Baxter | 2006-04-11 | 8 | -136/+147 |
| * | Patch #837242: id() for large ptr should return a long. | Martin v. Löwis | 2006-04-10 | 1 | -3/+9 |
| * | SF Patch #1463867: Improved generator finalization to allow generators | Phillip J. Eby | 2006-04-10 | 1 | -0/+20 |
| * | Remove dead code (reported by HP compiler). | Neal Norwitz | 2006-04-06 | 1 | -8/+5 |
| * | Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve. | Martin v. Löwis | 2006-04-05 | 1 | -1/+1 |
| * | Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at | Thomas Wouters | 2006-04-04 | 1 | -7/+0 |
| * | Allow long integers in PySlice_GetIndices. | Martin v. Löwis | 2006-04-03 | 1 | -3/+3 |
| * | Use Py_ssize_t in slices | Neal Norwitz | 2006-04-03 | 1 | -5/+5 |
| * | Bug #1177964: make file iterator raise MemoryError on too big files | Georg Brandl | 2006-03-31 | 1 | -1/+2 |
| * | SF patch #1458476 with modifications based on discussions in python-dev. This | Barry Warsaw | 2006-03-30 | 1 | -1/+68 |
| * | Minor bugs in the __index__ code (PEP 357), with tests. | Armin Rigo | 2006-03-30 | 2 | -34/+24 |
| * | That one was a mistake. | Georg Brandl | 2006-03-30 | 1 | -1/+1 |
| * | Remove unnecessary casts in type object initializers. | Georg Brandl | 2006-03-30 | 20 | -271/+272 |
| * | Fixed bug #1459029 - unicode reprs were double-escaped. | Anthony Baxter | 2006-03-30 | 1 | -1/+1 |
| * | fix a comment. | Armin Rigo | 2006-03-28 | 1 | -1/+1 |
| * | Tighten an overbroad and misleading assertion. | Raymond Hettinger | 2006-03-26 | 1 | -1/+1 |
| * | Get rid of warnings on some platforms by using %u for a size_t. | Neal Norwitz | 2006-03-25 | 1 | -1/+1 |
| * | Support throw() of string exceptions. | Phillip J. Eby | 2006-03-25 | 1 | -1/+4 |
| * | Stop duplicating code and handle slice indices consistently and correctly | Neal Norwitz | 2006-03-23 | 3 | -44/+24 |
| * | Heh -- used the right format for a refcount, but forgot | Tim Peters | 2006-03-23 | 1 | -1/+1 |
| * | _Py_NegativeRefcount(): print the full value of ob_refcnt. | Tim Peters | 2006-03-23 | 1 | -3/+2 |
| * | Update function name to reflect params and stop casting to long to avoid losi... | Neal Norwitz | 2006-03-20 | 1 | -5/+5 |
| * | Use macro versions instead of function versions when we already know the type. | Neal Norwitz | 2006-03-20 | 3 | -11/+12 |
| * | Previously, Python code had no easy way to access the contents of a | Georg Brandl | 2006-03-18 | 1 | -0/+19 |
| * | Fix some missing checks after PyTuple_New, PyList_New, PyDict_New | Georg Brandl | 2006-03-17 | 2 | -1/+5 |
| * | Introduced symbol PY_FORMAT_SIZE_T. See the new comments | Tim Peters | 2006-03-17 | 1 | -31/+22 |
| * | Merge the tim-obmalloc branch to the trunk. | Tim Peters | 2006-03-16 | 1 | -205/+525 |
| * | Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and | Neal Norwitz | 2006-03-14 | 1 | -5/+7 |
| * | Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact | Georg Brandl | 2006-03-13 | 1 | -2/+2 |
| * | - Reindent a confusingly indented piece of code (no intended code changes | Thomas Wouters | 2006-03-12 | 1 | -13/+16 |
| * | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -26/+1 |
| * | Fix three nits found by Coverity, adding null checks and comments. | Guido van Rossum | 2006-03-10 | 1 | -3/+15 |
| * | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 2 | -651/+830 |
| * | Patch #1434038: property() now uses the getter's docstring if there is | Georg Brandl | 2006-03-08 | 1 | -0/+12 |
| * | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 9 | -68/+180 |
| * | SF #1444030: Fix several potential defects found by Coverity. | Hye-Shik Chang | 2006-03-07 | 4 | -11/+30 |
| * | Change int to Py_ssize_t in several places. | Martin v. Löwis | 2006-03-07 | 5 | -10/+19 |
| * | Oops, forgot to include this in the last checkin. | Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
| * | Change some sequnce APIs to use Py_ssize_t. | Neal Norwitz | 2006-03-04 | 1 | -5/+9 |
| * | Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions. | Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
| * | Use %ld and casts to long for refcount printing, in absense of a universally | Thomas Wouters | 2006-03-01 | 3 | -12/+31 |
| * | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -3/+3 |
| * | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -3/+37 |
| * | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 20 | -23/+23 |
| * | Oops. Fix syntax for C89 compilers. | Guido van Rossum | 2006-02-25 | 1 | -2/+2 |