| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prepare for 2.3.7c1.v2.3.7c1 | Martin v. Löwis | 2008-03-02 | 1 | -1/+1 |
|
|
| * | Backport of r61180: | Martin v. Löwis | 2008-03-02 | 1 | -4/+56 |
|
|
| * | Partially revert #1074011; don't try to fflush stdin. | Martin v. Löwis | 2005-01-27 | 1 | -1/+10 |
|
|
| * | happy new year! | Anthony Baxter | 2005-01-25 | 1 | -1/+1 |
|
|
| * | Flush std{in,out,err} before closing it. Fixes #1074011. | Martin v. Löwis | 2005-01-23 | 1 | -3/+10 |
|
|
| * | backport: make thread stack size compile-time tunable on OS/2 | Andrew MacIntyre | 2005-01-17 | 1 | -1/+5 |
|
|
| * | Taken from 2.4/HEAD: | Matthias Klose | 2004-12-01 | 1 | -0/+6 |
|
|
| * | Backported thread fixes from 2.4 (by mostly copying pystate.c over from 2.4): | Armin Rigo | 2004-11-09 | 2 | -66/+182 |
|
|
| * | Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. | Phillip J. Eby | 2004-09-23 | 1 | -4/+7 |
|
|
| * | Patch #1015021: Stop claiming that coerce can return None. | Martin v. Löwis | 2004-08-25 | 1 | -4/+4 |
|
|
| * | Backport SF bug #1004088: | Raymond Hettinger | 2004-08-06 | 1 | -0/+4 |
|
|
| * | Patch #984714: Properly diagnose E_DECODE errors. | Martin v. Löwis | 2004-07-21 | 1 | -0/+3 |
|
|
| * | When importing an extension on Windows, the code reads the PE 'import | Thomas Heller | 2004-07-02 | 1 | -0/+12 |
|
|
| * | Fix a refcount bug in an obscure code corner. | Thomas Heller | 2004-06-07 | 1 | -0/+1 |
|
|
| * | better yet | Anthony Baxter | 2004-05-13 | 1 | -1/+1 |
|
|
| * | how many @*&(*$# places do we include the years?? | Anthony Baxter | 2004-05-13 | 1 | -1/+1 |
|
|
| * | OS/2 VACPP build updates/fixes | Andrew MacIntyre | 2004-03-29 | 1 | -1/+1 |
|
|
| * | Decref all if ensure_fromlist fails. Fixes #876533. | Martin v. Löwis | 2004-03-23 | 1 | -2/+3 |
|
|
| * | Backport for bug fix of 2.204. | Armin Rigo | 2004-03-22 | 1 | -6/+8 |
|
|
| * | Remove the PendingDeprecationWarning from apply(). apply() will | Fred Drake | 2003-12-05 | 1 | -4/+0 |
|
|
| * | Py_Finalize(): disabled the second call of cyclic gc, and added extensive | Tim Peters | 2003-12-01 | 1 | -2/+27 |
|
|
| * | Patch #804543: strdup saved locales. | Martin v. Löwis | 2003-11-13 | 1 | -1/+2 |
|
|
| * | regressing the performance bugfix -- Guido wants the performance bug left | Alex Martelli | 2003-10-25 | 1 | -1/+1 |
|
|
| * | changed builtin_sum to use PyNumber_InPlaceAdd -- unchanged semantics but | Alex Martelli | 2003-10-25 | 1 | -1/+1 |
|
|
| * | Backport checkin: | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
| * | Backport fix for SF808594: leak on lambda with duplicate arguments. | Jeremy Hylton | 2003-09-22 | 1 | -15/+16 |
|
|
| * | Patch #805613: Fix usage of the PTH library. | Martin v. Löwis | 2003-09-20 | 2 | -1/+7 |
|
|
| * | Backport leak fix for new code objects. | Raymond Hettinger | 2003-09-16 | 1 | -17/+16 |
|
|
| * | Patch #794826: Add __file__ in dynamically loaded modules for multiple | Martin v. Löwis | 2003-09-04 | 1 | -2/+3 |
|
|
| * | Backport checkin: | Walter Dörwald | 2003-08-18 | 1 | -3/+10 |
|
|
| * | Backport checkin: | Walter Dörwald | 2003-08-14 | 1 | -1/+1 |
|
|
| * | Backport checkins: | Walter Dörwald | 2003-08-12 | 1 | -5/+21 |
|
|
| * | Repeat my refcount & cut&paste fixes on the branch. | Michael W. Hudson | 2003-08-11 | 1 | -3/+1 |
|
|
| * | Move initialization of sys.std{in,out}.encoding to Py_Initialize. | Martin v. Löwis | 2003-08-09 | 2 | -33/+51 |
|
|
| * | Patch 775605: Cygwin pthread_sigmask() workaround patch | Jason Tishler | 2003-07-22 | 1 | -1/+1 |
|
|
| * | Correct previous patch looking for warnings module: sys.modules, not | Mark Hammond | 2003-07-16 | 1 | -1/+1 |
|
|
| * | Fix [ 771097 ] frozen programs fail due to implicit import of "warnings". | Mark Hammond | 2003-07-15 | 2 | -8/+40 |
|
|
| * | SF patch 763201: handling of SyntaxErrors in symbol table build | Jeremy Hylton | 2003-07-15 | 1 | -33/+47 |
|
|
| * | Initialize thread_id to 0 in unthreaded build. Fixes #770247. | Martin v. Löwis | 2003-07-13 | 1 | -0/+4 |
|
|
| * | - fix typo | Fred Drake | 2003-07-11 | 1 | -1/+1 |
|
|
| * | New function sys.getcheckinterval(), to complement setcheckinterval(). | Tim Peters | 2003-07-06 | 1 | -0/+12 |
|
|
| * | An Anonymous Coward on c.l.py posted a little program with bizarre | Tim Peters | 2003-07-04 | 1 | -23/+30 |
|
|
| * | Fix SF #762455, segfault when sys.stdout is changed in getattr | Neal Norwitz | 2003-06-29 | 1 | -0/+6 |
|
|
| * | Add PyThreadState_SetAsyncExc(long, PyObject *). | Guido van Rossum | 2003-06-28 | 2 | -1/+47 |
|
|
| * | Better error message | Jeremy Hylton | 2003-06-21 | 1 | -1/+7 |
|
|
| * | Removed bytecode transformation for sequence packing/unpacking. | Raymond Hettinger | 2003-06-20 | 1 | -28/+0 |
|
|
| * | Don't use the module object setattr when importing submodules. Instead, | Neil Schemenauer | 2003-06-16 | 1 | -18/+38 |
|
|
| * | Use fast_next_opcode shortcut for forward jump opcodes (it's safe and | Neil Schemenauer | 2003-06-01 | 1 | -5/+5 |
|
|
| * | SF bug #733667: kwargs handled incorrectly | Raymond Hettinger | 2003-05-31 | 1 | -1/+1 |
|
|
| * | Don't use fast_next_opcode for JUMP_* opcodes. This fixes the problem | Neil Schemenauer | 2003-05-30 | 1 | -6/+6 |
|
|