| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tag 'r242'.v2.4.2 | cvs2svn | 2005-09-28 | 1 | -0/+1 |
| | | |||||
| * | set release date | Fred Drake | 2005-09-28 | 1 | -1/+1 |
| | | |||||
| * | 2.4.2 release stuff | Anthony Baxter | 2005-09-28 | 7 | -15/+18 |
| | | |||||
| * | Use lzx:21 for compression. | Martin v. Löwis | 2005-09-27 | 1 | -1/+1 |
| | | |||||
| * | Backport (with Anthony's blessing (in fact he reminded me to do it :)): | Michael W. Hudson | 2005-09-26 | 4 | -6/+26 |
| | | | | | | | | Patches #1298449 and #1298499: Add some missing checks for error returns in cStringIO.c. Thanks to Andrew Bennetts. This must be a backport candidate. | ||||
| * | Commit memory leaking fix. | Georg Brandl | 2005-09-25 | 1 | -2/+6 |
| | | |||||
| * | Changed header to match the HEAD version: | Peter Astrand | 2005-09-23 | 1 | -20/+4 |
| | | | | | | | | * Added note about Python 2.2 compatibility. * Changed license header: Now simply referring to PSF. This closes bug 1138653. | ||||
| * | Backport bugfix: | Michael W. Hudson | 2005-09-23 | 3 | -18/+65 |
| | | | | | | | | | | | Fix bug: [ 1163563 ] Sub threads execute in restricted mode basically by fixing bug 1010677 in a non-broken way. Backport candidate. | ||||
| * | Backport SF #1297059, doc incorrect return type for search() method. (There ↵ | Neal Norwitz | 2005-09-23 | 1 | -4/+3 |
| | | | | | is a description of returned values at the top, so just remove the sentance and correct an example.) | ||||
| * | News about the test_macfs fix. | Guido van Rossum | 2005-09-23 | 1 | -0/+4 |
| | | |||||
| * | Backport fix for patch #1297028, cjkcodecs does not initialize type pointer | Neal Norwitz | 2005-09-23 | 2 | -0/+28 |
| | | |||||
| * | update URL into the Python wiki | Fred Drake | 2005-09-22 | 1 | -1/+1 |
| | | |||||
| * | Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2). | Guido van Rossum | 2005-09-22 | 1 | -2/+2 |
| | | |||||
| * | the iSilo is not being built right now | Fred Drake | 2005-09-21 | 1 | -1/+1 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create tag 'r242c1'.v2.4.2c1 | cvs2svn | 2005-09-20 | 1 | -0/+1 |
| | | |||||
| * | (backport) test and fix for buggy handling of exceptions raised by C | Armin Rigo | 2005-09-20 | 2 | -3/+22 |
| | | | | | | functions, causing the profiler to crash on an AssertionError if the same Python function catches multiple exceptions from C functions. | ||||
| * | (backport) tracing of C functions: don't call the trace func | Armin Rigo | 2005-09-20 | 1 | -26/+31 |
| | | | | | with an exception currently set! | ||||
| * | C89 compliance. | Armin Rigo | 2005-09-20 | 1 | -2/+2 |
| | | |||||
| * | Update 64-bit AIX and HP-UX build instructions. | Guido van Rossum | 2005-09-20 | 1 | -4/+11 |
| | | |||||
| * | - On 64-bit platforms, when __len__() returns a value that cannot be | Guido van Rossum | 2005-09-20 | 3 | -2/+25 |
| | | | | | | represented as a C int, raise OverflowError. (Will forward-port.) | ||||
| * | backport: | Anthony Baxter | 2005-09-20 | 1 | -0/+7 |
| | | | | | | | | | | | test_default_encoding_issues(): Fully restore sys.setdefaultencoding. test_site often failed under "regrtest.py -r", because this xmlrpc test left sys with a setdefaultencoding attribute, but loading site.py removes that attribute and test_site.py verifies the attribute is gone. Changed this test to get rid of sys.setdefaultencoding if it didn't exist when this test started. | ||||
| * | add 2.4.2 to the LaTeX version of the release history | Fred Drake | 2005-09-20 | 1 | -0/+1 |
| | | |||||
| * | pre-release machinations | Anthony Baxter | 2005-09-20 | 8 | -14/+17 |
| | | |||||
| * | - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE | Matthias Klose | 2005-09-20 | 2 | -1/+9 |
| | | | | | | | | to get the correct encoding. - Patch #1166938: locale.py: Parse LANGUAGE as a colon separated list of languages. | ||||
| * | Note fix of memory leak. | Neal Norwitz | 2005-09-19 | 1 | -0/+2 |
| | | |||||
| * | Fix problems reported by valgrind: | Neal Norwitz | 2005-09-19 | 1 | -1/+2 |
| | | | | | | | | * Fix memory leak in posix.access() * Fix use of uninitialized value in forkpty() - from the manpage it isn't clear if there are conditions where master_fd are uninitialized, but it's safer to initialize | ||||
| * | Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than | Georg Brandl | 2005-09-18 | 3 | -0/+10 |
| | | | | | | | considering it exactly like a '*'. Backport from 2.5 branch. | ||||
| * | Patch #1268314: Cache lines in StreamReader.readlines for performance. | Martin v. Löwis | 2005-09-18 | 2 | -0/+39 |
| | | |||||
| * | Patch #1213831: Fix typo in unicodedata._getcode. | Martin v. Löwis | 2005-09-18 | 2 | -1/+3 |
| | | |||||
| * | Test case for latest complexobject fix. | Georg Brandl | 2005-09-17 | 1 | -0/+2 |
| | | |||||
| * | Misc. backported changes | Vinay Sajip | 2005-09-16 | 1 | -1/+4 |
| | | |||||
| * | Misc. backported changes | Vinay Sajip | 2005-09-16 | 2 | -6/+15 |
| | | |||||
| * | backport patch [ 1118729 ] Error in representation of complex numbers(again) | Georg Brandl | 2005-09-16 | 1 | -6/+3 |
| | | |||||
| * | Sync-up with head except for 1.72 which is Py2.5 specific. | Raymond Hettinger | 2005-09-15 | 1 | -10/+10 |
| | | |||||
| * | Sync-up with minor changes to the head. | Raymond Hettinger | 2005-09-15 | 1 | -14/+15 |
| | | |||||
| * | Removed assignment to an unused variable. | Raymond Hettinger | 2005-09-15 | 1 | -1/+0 |
| | | |||||
| * | backport patch [ 1277677 ] tkinter hello world example bug | Georg Brandl | 2005-09-15 | 1 | -1/+3 |
| | | |||||
| * | backport patch [ 1119423 ] python -c readlink()s and stat()s '-c' | Georg Brandl | 2005-09-15 | 1 | -3/+3 |
| | | |||||
| * | fix typo | Georg Brandl | 2005-09-15 | 1 | -1/+1 |
| | | |||||
| * | backport bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. | Georg Brandl | 2005-09-15 | 1 | -0/+7 |
| | | |||||
| * | Fix bug #687747 and patch #1077979 in webbrowser.py. | Georg Brandl | 2005-09-15 | 1 | -2/+2 |
| | | |||||
| * | Sync-up with patches to the head. | Raymond Hettinger | 2005-09-15 | 1 | -53/+61 |
| | | | | | | Includes SF 1016880: urllib.urlretrieve silently truncates downloads and the performance fix-ups. | ||||
| * | Backport SF #1209527. | Raymond Hettinger | 2005-09-15 | 1 | -9/+13 |
| | | |||||
| * | Clear the regex cache when the locale changes. | Brett Cannon | 2005-09-15 | 3 | -1/+7 |
| | | | | | Backport of fix for bug #1290505. | ||||
| * | *** empty log message *** | Georg Brandl | 2005-09-14 | 1 | -0/+3 |
| | | |||||
| * | bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames | Georg Brandl | 2005-09-14 | 1 | -1/+2 |
| | | |||||
| * | backport bug [ 1274828 ] splitunc not documented | Georg Brandl | 2005-09-14 | 2 | -0/+11 |
| | | |||||
| * | Complete format code support in getargs.c::skipitem(), which is called when | Georg Brandl | 2005-09-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | evaluating keyword arguments. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Python/getargs.c CVS: ---------------------------------------------------------------------- | ||||
| * | Complete format code support in getargs.c::skipitem(), which is called when | Georg Brandl | 2005-09-14 | 1 | -59/+39 |
| | | | | | | | | | | | | | | evaluating keyword arguments. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Python/getargs.c CVS: ---------------------------------------------------------------------- | ||||
| * | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 11 | -51/+106 |
| | | | | | | with IBM's 64-bit compiler (SF patch #1284289). This also closes SF bug #105470: test_pwd fails on 64bit system (Opteron). | ||||
