| Commit message (Expand) | Author | Age | Files | Lines |
* | Make weak references subclassable: | Fred Drake | 2004-07-02 | 1 | -1/+6 |
|
|
* | SF Bug #215126: Over restricted type checking on eval() function | Raymond Hettinger | 2004-07-02 | 1 | -1/+1 |
|
|
* | Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro. | Brett Cannon | 2004-06-28 | 1 | -1/+1 |
|
|
* | Patch #923098: Share interned strings in marshal. | Martin v. Löwis | 2004-06-27 | 1 | -3/+5 |
|
|
* | Patch #966493: Cleanup generator/eval_frame exposure. | Martin v. Löwis | 2004-06-27 | 3 | -3/+6 |
|
|
* | Install two code generation optimizations that depend on NOP. | Raymond Hettinger | 2004-06-21 | 1 | -0/+1 |
|
|
* | SF patch 876130: add C API to datetime module, from Anthony Tuininga. | Tim Peters | 2004-06-20 | 1 | -0/+95 |
|
|
* | Bug 975996: Add _PyTime_DoubleToTimet to C API | Tim Peters | 2004-06-20 | 1 | -0/+23 |
|
|
* | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 2 | -0/+20 |
|
|
* | Patch #510695: Add TSC profiling for the VM. | Martin v. Löwis | 2004-06-08 | 1 | -0/+3 |
|
|
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -0/+18 |
|
|
* | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 2 | -0/+34 |
|
|
* | Add weakref support to array.array and file objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+1 |
|
|
* | Make sets and deques weak referencable. | Raymond Hettinger | 2004-05-30 | 1 | -0/+1 |
|
|
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 2 | -18/+25 |
|
|
* | Two new public API functions, Py_IncRef and Py_DecRef. Useful for | Thomas Heller | 2004-04-22 | 1 | -0/+7 |
|
|
* | Added a comment about the unreferenced PyThreadState.tick_counter | Tim Peters | 2004-03-29 | 1 | -11/+18 |
|
|
* | Enable the profiling of C functions (builtins and extensions) | Nicholas Bastin | 2004-03-24 | 1 | -0/+3 |
|
|
* | Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD. | Hye-Shik Chang | 2004-03-22 | 1 | -7/+20 |
|
|
* | Moved tracebackobject to traceback.h, Closes SF Bug #497067 | Nicholas Bastin | 2004-03-21 | 1 | -1/+9 |
|
|
* | compile.h and eval.h weren't being included which kept a fair bit of the | Skip Montanaro | 2004-03-13 | 1 | -0/+3 |
|
|
* | SF patch #906501: Fix typos in pystate.h comments | Raymond Hettinger | 2004-03-13 | 1 | -2/+2 |
|
|
* | Make PySequence_Fast_ITEMS public. (Thanks Skip.) | Raymond Hettinger | 2004-03-12 | 1 | -1/+1 |
|
|
* | Use a new macro, PySequence_Fast_ITEMS to factor out code common to | Raymond Hettinger | 2004-03-12 | 1 | -0/+6 |
|
|
* | Eliminate a big block of duplicate code in PySequence_List() by | Raymond Hettinger | 2004-03-11 | 1 | -0/+1 |
|
|
* | SF patch #910929: Optimize list comprehensions | Raymond Hettinger | 2004-03-07 | 1 | -0/+1 |
|
|
* | * Optimized list appends and pops by making fewer calls the underlying system | Raymond Hettinger | 2004-02-13 | 1 | -0/+1 |
|
|
* | This is my patch #876198 plus a NEWS entry and a header frob. | Michael W. Hudson | 2004-02-12 | 1 | -5/+0 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 3 | -10/+0 |
|
|
* | Revert improvement to list.append() checked in before it was ready. | Raymond Hettinger | 2004-02-08 | 1 | -1/+0 |
|
|
* | Let reversed() work with itself. | Raymond Hettinger | 2004-02-08 | 1 | -0/+1 |
|
|
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -9/+1 |
|
|
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -7/+0 |
|
|
* | 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 |
|
|