| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix name problem in previous checkin: Dict not List | Jeremy Hylton | 2003-12-26 | 1 | -1/+1 |
|
|
* | At 2.2, the Py<type>_Check() family of API functions (macros) changed | Andrew MacIntyre | 2003-12-26 | 1 | -0/+1 |
|
|
* | reverting 2.29: the patch was Ok, but the commit msg wrong | Andrew MacIntyre | 2003-12-26 | 1 | -1/+0 |
|
|
* | The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along | Andrew MacIntyre | 2003-12-26 | 1 | -0/+1 |
|
|
* | Changed the UCHAR_MAX error msg a bit: we don't really assume anything | Tim Peters | 2003-12-22 | 1 | -1/+1 |
|
|
* | There are places in Python which assume bytes have 8-bits. Formalize that a | Skip Montanaro | 2003-12-22 | 1 | -0/+8 |
|
|
* | Add rsplit method for str and unicode builtin types. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+20 |
|
|
* | * Added a new method flag, METH_COEXIST. | Raymond Hettinger | 2003-12-13 | 1 | -0/+7 |
|
|
* | Expose dict_contains() and PyDict_Contains() with is about 10% faster | Raymond Hettinger | 2003-11-25 | 1 | -0/+1 |
|
|
* | * Checkin remaining documentation | Raymond Hettinger | 2003-11-24 | 1 | -1/+1 |
|
|
* | SF bug 839548: Bug in type's GC handling causes segfaults. | Tim Peters | 2003-11-20 | 1 | -0/+2 |
|
|
* | Got rid of macglue.h, moved the little bit that remains relevant | Jack Jansen | 2003-11-20 | 1 | -0/+2 |
|
|
* | Getting rid of all the code inside #ifdef macintosh too. | Jack Jansen | 2003-11-20 | 2 | -11/+0 |
|
|
* | WITHOUT_FRAMEWORKS conditional code bites the dust: this was for | Jack Jansen | 2003-11-19 | 1 | -17/+0 |
|
|
* | Various fixups (most suggested by Armin Rigo). | Raymond Hettinger | 2003-11-17 | 1 | -0/+6 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 2 | -0/+27 |
|
|
* | fixed buggy comment as per SF bug #827856 | Alex Martelli | 2003-11-09 | 1 | -7/+7 |
|
|
* | Implement and apply PEP 322, reverse iteration | Raymond Hettinger | 2003-11-06 | 1 | -0/+1 |
|
|
* | Deleting cyclic object comparison. | Armin Rigo | 2003-10-28 | 1 | -0/+14 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order | Brett Cannon | 2003-10-19 | 2 | -3/+3 |
|
|
* | Modified the Py_RETURN_* macros by having the statements surrounded by {} in | Brett Cannon | 2003-10-19 | 2 | -3/+3 |
|
|
* | Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning | Brett Cannon | 2003-10-19 | 2 | -0/+7 |
|
|
* | Make CObjects mutable. Fixes #477441. | Martin v. Löwis | 2003-10-19 | 1 | -0/+3 |
|
|
* | Extended tuple's C API to include a new function, PyTuple_Pack() that is | Raymond Hettinger | 2003-10-12 | 1 | -0/+1 |
|
|
* | workaround for OpenBSD compiler bug w.r.t. handling of overflows. | Anthony Baxter | 2003-09-30 | 1 | -1/+10 |
|
|
* | Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). | Martin v. Löwis | 2003-09-04 | 1 | -0/+1 |
|
|
* | Bug #794140: cygwin builds do not embed | Jason Tishler | 2003-09-04 | 1 | -1/+6 |
|
|
* | This patch enables the building of Cygwin Python with a static core | Jason Tishler | 2003-09-04 | 1 | -1/+2 |
|
|
* | Bump the trunk to 2.4a0 | Barry Warsaw | 2003-07-30 | 1 | -3/+3 |
|
|
* | Repair botched release serial number. | Tim Peters | 2003-07-29 | 1 | -1/+1 |
|
|
* | Bump release level to 2.3 (we won't have time for this tomorrow). | Tim Peters | 2003-07-29 | 1 | -2/+2 |
|
|
* | Bump the version number | Barry Warsaw | 2003-07-25 | 1 | -1/+1 |
|
|
* | Update version numbers and dates for 2.3c2 -- we won't be able to do this | Tim Peters | 2003-07-24 | 1 | -2/+2 |
|
|
* | Bump the release number to 2.3c1. | Tim Peters | 2003-07-17 | 1 | -3/+3 |
|
|
* | Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros | Neal Norwitz | 2003-07-01 | 2 | -2/+2 |
|
|
* | Bump version string to "2.3b2+". | Tim Peters | 2003-06-30 | 1 | -1/+1 |
|
|
* | FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions | Andrew MacIntyre | 2003-06-29 | 1 | -0/+12 |
|
|
* | Bump release level to 2.3b2. | Tim Peters | 2003-06-29 | 1 | -2/+2 |
|
|
* | Add PyThreadState_SetAsyncExc(long, PyObject *). | Guido van Rossum | 2003-06-28 | 1 | -0/+4 |
|
|
* | fix the curses module build failure on FreeBSD, reported in SF #740234. | Andrew MacIntyre | 2003-06-11 | 1 | -0/+15 |
|
|
* | Added functions CFObj_New and CFObj_Convert, general functions to convert | Jack Jansen | 2003-05-27 | 1 | -0/+2 |
|
|
* | After Raymond's remark, I changed the Stackless bits to | Christian Tismer | 2003-05-23 | 1 | -2/+2 |
|
|
* | Generalized my type flags structure extension without being specific about | Christian Tismer | 2003-05-23 | 1 | -4/+4 |
|
|
* | Fix for SF [ 734869 ] Lambda functions in list comprehensions | Jeremy Hylton | 2003-05-21 | 1 | -1/+1 |
|
|
* | Preserved one bit in type objects for Stackless. | Christian Tismer | 2003-05-20 | 1 | -0/+8 |
|
|
* | Fix broken API descriptions in comments. | Fred Drake | 2003-05-12 | 1 | -8/+7 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -0/+1 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+2 |
|
|
* | Add a reference to dictnotes.txt. It does no good if you don't know it's | Raymond Hettinger | 2003-05-03 | 1 | -0/+6 |
|
|