| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Performance tweak: allow stack_pointer and oparg to be register variables. | Armin Rigo | 2004-06-17 | 1 | -7/+16 |
|
|
| * | Remove compiler warning | Neal Norwitz | 2004-06-13 | 1 | -1/+1 |
|
|
| * | Make private function static | Neal Norwitz | 2004-06-13 | 1 | -1/+1 |
|
|
| * | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 3 | -5/+263 |
|
|
| * | Patch #510695: Add TSC profiling for the VM. | Martin v. Löwis | 2004-06-08 | 3 | -2/+183 |
|
|
| * | Fix a refcount bug in an obscure code corner. | Thomas Heller | 2004-06-07 | 1 | -0/+1 |
|
|
| * | SF bug #963956: Bad error mesage when subclassing a module | Raymond Hettinger | 2004-06-05 | 1 | -0/+9 |
|
|
| * | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 1 | -138/+8 |
|
|
| * | starting to add comments to explain what's here | Fred Drake | 2004-05-28 | 1 | -0/+11 |
|
|
| * | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 3 | -308/+680 |
|
|
| * | forward-port 1.17.12.1 | Anthony Baxter | 2004-05-13 | 1 | -1/+1 |
|
|
| * | Some (but not all) of the why code bitfield tests ran faster as | Raymond Hettinger | 2004-04-11 | 1 | -3/+4 |
|
|
| * | Revert 2.393, elimination of pre-decrementing, which | Raymond Hettinger | 2004-04-10 | 1 | -17/+13 |
|
|
| * | Use continue instead of break whereever possible. | Raymond Hettinger | 2004-04-07 | 1 | -2/+8 |
|
|
| * | * Improve readability and remove data dependencies by converting | Raymond Hettinger | 2004-04-07 | 1 | -14/+18 |
|
|
| * | Small code improvements for readability, code size, and/or speed. | Raymond Hettinger | 2004-04-07 | 1 | -58/+54 |
|
|
| * | Simplify previous checkin (bitfields for WHY codes). | Raymond Hettinger | 2004-04-06 | 1 | -12/+14 |
|
|
| * | Coded WHY flags as bitfields (taking inspiration from tp_flags). | Raymond Hettinger | 2004-04-06 | 1 | -20/+16 |
|
|
| * | Since the fast_yield branch target was introduced, it appears that most | Tim Peters | 2004-04-05 | 1 | -41/+41 |
|
|
| * | Bump the magic number to avoid sharing bytecode between 2.3 and 2.4. | Jeremy Hylton | 2004-04-01 | 1 | -32/+14 |
|
|
| * | OS/2 VACPP build updates/fixes | Andrew MacIntyre | 2004-03-29 | 1 | -1/+1 |
|
|
| * | Marshal clean-up (SF patch #873224) | Armin Rigo | 2004-03-26 | 2 | -70/+61 |
|
|
| * | A few more PyThreadState_Get to PyThreadState_GET conversions | Nicholas Bastin | 2004-03-25 | 1 | -1/+1 |
|
|
| * | Changed random calls to PyThreadState_Get() to use the macro | Nicholas Bastin | 2004-03-24 | 7 | -25/+25 |
|
|
| * | Enable the profiling of C functions (builtins and extensions) | Nicholas Bastin | 2004-03-24 | 2 | -6/+52 |
|
|
| * | Decref all if ensure_fromlist fails. Fixes #876533. | Martin v. Löwis | 2004-03-23 | 1 | -2/+3 |
|
|
| * | Lost reference. | Armin Rigo | 2004-03-22 | 1 | -6/+8 |
|
|
| * | Fix SF bug #765624. | Armin Rigo | 2004-03-22 | 1 | -5/+12 |
|
|
| * | Fix for line events in the case: | Armin Rigo | 2004-03-22 | 1 | -1/+31 |
|
|
| * | Moved tracebackobject to traceback.h, Closes SF Bug #497067 | Nicholas Bastin | 2004-03-21 | 1 | -23/+16 |
|
|
| * | Improve byte coding for multiple assignments. | Raymond Hettinger | 2004-03-21 | 1 | -3/+74 |
|
|
| * | Cancelled checkin, sorry. | Armin Rigo | 2004-03-20 | 1 | -10/+6 |
|
|
| * | A 2% speed improvement with gcc on low-endian machines. My guess is that this | Armin Rigo | 2004-03-20 | 1 | -6/+10 |
|
|
| * | LIST_APPEND is predicably followed by JUMP_ABSOLUTE. | Raymond Hettinger | 2004-03-12 | 1 | -1/+5 |
|
|
| * | Move the code for BREAK and CONTINUE_LOOP to be near FOR_ITER. | Raymond Hettinger | 2004-03-12 | 1 | -9/+9 |
|
|
| * | Speedup for-loops by inlining PyIter_Next(). Saves duplicate tests | Raymond Hettinger | 2004-03-12 | 1 | -8/+10 |
|
|
| * | Refactor and optimize code for UNPACK_SEQUENCE. | Raymond Hettinger | 2004-03-08 | 1 | -27/+13 |
|
|
| * | SF patch #910929: Optimize list comprehensions | Raymond Hettinger | 2004-03-07 | 2 | -3/+10 |
|
|
| * | SF Patch #902444: Use process scope thread on FreeBSD. System scope | Hye-Shik Chang | 2004-03-04 | 1 | -1/+1 |
|
|
| * | typo | Skip Montanaro | 2004-03-03 | 1 | -1/+1 |
|
|
| * | Add pystack definition to Misc/gdbinit with some explanation of its behavior | Skip Montanaro | 2004-03-01 | 1 | -0/+4 |
|
|
| * | This is my patch #876198 plus a NEWS entry and a header frob. | Michael W. Hudson | 2004-02-12 | 1 | -1/+1 |
|
|
| * | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 3 | -21/+0 |
|
|
| * | SF patch #884022: dynamic execution profiling vs opcode prediction | Raymond Hettinger | 2004-02-08 | 1 | -0/+9 |
|
|
| * | Remove support for systems defining Py_PTHREAD_D[467] in | Skip Montanaro | 2004-02-07 | 1 | -72/+0 |
|
|
| * | SF patch #864059: optimize eval_frame | Raymond Hettinger | 2004-02-06 | 1 | -5/+6 |
|
|
| * | Fix input() builtin function to respect compiler flags. | Hye-Shik Chang | 2004-02-02 | 1 | -1/+4 |
|
|
| * | Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld | Skip Montanaro | 2004-01-17 | 1 | -4/+0 |
|
|
| * | remove DGUX support. | Skip Montanaro | 2004-01-17 | 2 | -14/+2 |
|
|
| * | Apply pre-sizing optimization to a broader class of objects. | Raymond Hettinger | 2004-01-04 | 1 | -8/+4 |
|
|