summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.3.7c1.v2.3.7c1Martin v. Löwis2008-03-021-1/+1
* Backport of r61180:Martin v. Löwis2008-03-021-4/+56
* Partially revert #1074011; don't try to fflush stdin.Martin v. Löwis2005-01-271-1/+10
* happy new year!Anthony Baxter2005-01-251-1/+1
* Flush std{in,out,err} before closing it. Fixes #1074011.Martin v. Löwis2005-01-231-3/+10
* backport: make thread stack size compile-time tunable on OS/2Andrew MacIntyre2005-01-171-1/+5
* Taken from 2.4/HEAD:Matthias Klose2004-12-011-0/+6
* Backported thread fixes from 2.4 (by mostly copying pystate.c over from 2.4):Armin Rigo2004-11-092-66/+182
* Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.Phillip J. Eby2004-09-231-4/+7
* Patch #1015021: Stop claiming that coerce can return None.Martin v. Löwis2004-08-251-4/+4
* Backport SF bug #1004088:Raymond Hettinger2004-08-061-0/+4
* Patch #984714: Properly diagnose E_DECODE errors.Martin v. Löwis2004-07-211-0/+3
* When importing an extension on Windows, the code reads the PE 'importThomas Heller2004-07-021-0/+12
* Fix a refcount bug in an obscure code corner.Thomas Heller2004-06-071-0/+1
* better yetAnthony Baxter2004-05-131-1/+1
* how many @*&(*$# places do we include the years??Anthony Baxter2004-05-131-1/+1
* OS/2 VACPP build updates/fixesAndrew MacIntyre2004-03-291-1/+1
* Decref all if ensure_fromlist fails. Fixes #876533.Martin v. Löwis2004-03-231-2/+3
* Backport for bug fix of 2.204.Armin Rigo2004-03-221-6/+8
* Remove the PendingDeprecationWarning from apply(). apply() willFred Drake2003-12-051-4/+0
* Py_Finalize(): disabled the second call of cyclic gc, and added extensiveTim Peters2003-12-011-2/+27
* Patch #804543: strdup saved locales.Martin v. Löwis2003-11-131-1/+2
* regressing the performance bugfix -- Guido wants the performance bug leftAlex Martelli2003-10-251-1/+1
* changed builtin_sum to use PyNumber_InPlaceAdd -- unchanged semantics butAlex Martelli2003-10-251-1/+1
* Backport checkin:Walter Dörwald2003-10-201-1/+1
* Backport fix for SF808594: leak on lambda with duplicate arguments.Jeremy Hylton2003-09-221-15/+16
* Patch #805613: Fix usage of the PTH library.Martin v. Löwis2003-09-202-1/+7
* Backport leak fix for new code objects.Raymond Hettinger2003-09-161-17/+16
* Patch #794826: Add __file__ in dynamically loaded modules for multipleMartin v. Löwis2003-09-041-2/+3
* Backport checkin:Walter Dörwald2003-08-181-3/+10
* Backport checkin:Walter Dörwald2003-08-141-1/+1
* Backport checkins:Walter Dörwald2003-08-121-5/+21
* Repeat my refcount & cut&paste fixes on the branch.Michael W. Hudson2003-08-111-3/+1
* Move initialization of sys.std{in,out}.encoding to Py_Initialize.Martin v. Löwis2003-08-092-33/+51
* Patch 775605: Cygwin pthread_sigmask() workaround patchJason Tishler2003-07-221-1/+1
* Correct previous patch looking for warnings module: sys.modules, notMark Hammond2003-07-161-1/+1
* Fix [ 771097 ] frozen programs fail due to implicit import of "warnings".Mark Hammond2003-07-152-8/+40
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-151-33/+47
* Initialize thread_id to 0 in unthreaded build. Fixes #770247.Martin v. Löwis2003-07-131-0/+4
* - fix typoFred Drake2003-07-111-1/+1
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-0/+12
* An Anonymous Coward on c.l.py posted a little program with bizarreTim Peters2003-07-041-23/+30
* Fix SF #762455, segfault when sys.stdout is changed in getattrNeal Norwitz2003-06-291-0/+6
* Add PyThreadState_SetAsyncExc(long, PyObject *).Guido van Rossum2003-06-282-1/+47
* Better error messageJeremy Hylton2003-06-211-1/+7
* Removed bytecode transformation for sequence packing/unpacking.Raymond Hettinger2003-06-201-28/+0
* Don't use the module object setattr when importing submodules. Instead,Neil Schemenauer2003-06-161-18/+38
* Use fast_next_opcode shortcut for forward jump opcodes (it's safe andNeil Schemenauer2003-06-011-5/+5
* SF bug #733667: kwargs handled incorrectlyRaymond Hettinger2003-05-311-1/+1
* Don't use fast_next_opcode for JUMP_* opcodes. This fixes the problemNeil Schemenauer2003-05-301-6/+6