| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SF#1470508: crash in generator cycle finalization. There were two | Phillip J. Eby | 2006-04-15 | 2 | -19/+22 |
|
|
* | Make Py_BuildValue, PyObject_CallFunction and | Martin v. Löwis | 2006-04-14 | 3 | -28/+92 |
|
|
* | Change more occurrences of maxsplit to Py_ssize_t. | Martin v. Löwis | 2006-04-13 | 1 | -4/+4 |
|
|
* | Change maxsplit types to Py_ssize_t. | Martin v. Löwis | 2006-04-13 | 1 | -4/+4 |
|
|
* | Replace INT_MAX with PY_SSIZE_T_MAX. | Martin v. Löwis | 2006-04-13 | 1 | -2/+2 |
|
|
* | Replace INT_MAX with PY_SSIZE_T_MAX where string length | Martin v. Löwis | 2006-04-13 | 1 | -4/+4 |
|
|
* | Remove another INT_MAX limitation | Martin v. Löwis | 2006-04-13 | 1 | -2/+1 |
|
|
* | Replace most INT_MAX with PY_SSIZE_T_MAX. | Martin v. Löwis | 2006-04-13 | 1 | -11/+11 |
|
|
* | Change more ints to Py_ssize_t. | Martin v. Löwis | 2006-04-13 | 1 | -40/+39 |
|
|
* | Revert 34153: Py_UNICODE should not be signed. | Martin v. Löwis | 2006-04-13 | 1 | -8/+3 |
|
|
* | spread the extern "C" { } magic pixie dust around. Python itself builds now | Anthony Baxter | 2006-04-13 | 3 | -0/+28 |
|
|
* | Add a cast to make code compile with a C++ compiler. | Anthony Baxter | 2006-04-13 | 1 | -1/+1 |
|
|
* | Don't set gi_frame to Py_None, use NULL instead, eliminating some insane | Phillip J. Eby | 2006-04-12 | 1 | -7/+7 |
|
|
* | Ignore the references to the dummy objects used as deleted keys | Armin Rigo | 2006-04-12 | 3 | -1/+34 |
|
|
* | wrap docstrings so they are less than 80 columns. add spaces after commas. | Neal Norwitz | 2006-04-12 | 1 | -3/+5 |
|
|
* | gen_throw(): The caller doesn't own PyArg_ParseTuple() | Tim Peters | 2006-04-12 | 1 | -3/+1 |
|
|
* | Fix int() and long() to repr() their argument when formatting the exception, | Thomas Wouters | 2006-04-11 | 2 | -6/+28 |
|
|
* | _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 |
|
|