| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | --with(out)-thread is deprecated according to configure --help | Neal Norwitz | 2002-09-05 | 1 | -1/+1 |
|
|
* | SF # 555779, import user doesn't work with CGIs | Neal Norwitz | 2002-09-05 | 2 | -2/+6 |
|
|
* | Micro-optimization for list_contains. Factored double if test | Raymond Hettinger | 2002-09-05 | 1 | -7/+6 |
|
|
* | Micro-optimization for list_contains. Factored double if test | Raymond Hettinger | 2002-09-05 | 1 | -8/+7 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2002-09-05 | 3 | -57/+55 |
|
|
* | smptlib did not handle empty addresses. | Raymond Hettinger | 2002-09-05 | 1 | -3/+3 |
|
|
* | Fix typo | Raymond Hettinger | 2002-09-04 | 1 | -1/+1 |
|
|
* | Change the unicode.translate docstring to document that | Walter Dörwald | 2002-09-04 | 2 | -2/+5 |
|
|
* | Fix typo | Raymond Hettinger | 2002-09-04 | 1 | -1/+1 |
|
|
* | In doc strings, use 'k in D' rather than D.has_key(k). | Guido van Rossum | 2002-09-04 | 1 | -2/+2 |
|
|
* | added a bit about the change to the thread ticker | Skip Montanaro | 2002-09-03 | 1 | -0/+9 |
|
|
* | Delete the %c test from test_date_time() untill Brett Cannon has time | Guido van Rossum | 2002-09-03 | 1 | -2/+2 |
|
|
* | Move code for reading chunked responses in helper function, | Jeremy Hylton | 2002-09-03 | 1 | -45/+52 |
|
|
* | missed this one on the previous multi-file checkin - see | Skip Montanaro | 2002-09-03 | 1 | -2/+0 |
|
|
* | Add a custom __str__ method to KeyError that applies repr() to the | Guido van Rossum | 2002-09-03 | 2 | -3/+41 |
|
|
* | Bump default check interval to 100 instructions. Computers are much faster | Skip Montanaro | 2002-09-03 | 1 | -2/+2 |
|
|
* | replace thread state objects' ticker and checkinterval fields with two | Skip Montanaro | 2002-09-03 | 5 | -10/+15 |
|
|
* | SF bug [ 600488 ] Robustness tweak to httplib.py | Jeremy Hylton | 2002-09-03 | 1 | -3/+1 |
|
|
* | testConnectTimeout(): set the timeout to a smaller value; 0.02 | Guido van Rossum | 2002-09-03 | 1 | -1/+1 |
|
|
* | Update the module doc comment. | Guido van Rossum | 2002-09-03 | 1 | -1/+3 |
|
|
* | (Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule: | Guido van Rossum | 2002-09-03 | 1 | -27/+54 |
|
|
* | Fix for SF bug 601077 by Zack Weinberg. | Guido van Rossum | 2002-09-03 | 1 | -5/+12 |
|
|
* | Removed reliance on gcc/C99 extension. | Tim Peters | 2002-09-03 | 1 | -1/+3 |
|
|
* | Check whether a string resize is necessary at the end | Walter Dörwald | 2002-09-03 | 2 | -4/+12 |
|
|
* | expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. | Skip Montanaro | 2002-09-03 | 3 | -0/+13 |
|
|
* | Ignore encoding declarations inside strings. Fixes #603509. | Martin v. Löwis | 2002-09-03 | 3 | -2/+18 |
|
|
* | Add reminder about PEP293 | Andrew M. Kuchling | 2002-09-03 | 1 | -0/+14 |
|
|
* | (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patch | Kurt B. Kaiser | 2002-09-02 | 1 | -1/+1 |
|
|
* | Check string for NULL before using it to format the error message. | Walter Dörwald | 2002-09-02 | 1 | -3/+6 |
|
|
* | Removed bogus PyUnicodeTranslateError_GetEncoding, as | Walter Dörwald | 2002-09-02 | 2 | -6/+0 |
|
|
* | Limit the length of attribute names in exception messages | Walter Dörwald | 2002-09-02 | 1 | -3/+3 |
|
|
* | Minor change for symmetry with PyXML: PyDoc_STR should not include | Fred Drake | 2002-09-02 | 1 | -1/+1 |
|
|
* | PEP 293 implemention (from SF patch http://www.python.org/sf/432401) | Walter Dörwald | 2002-09-02 | 12 | -556/+2929 |
|
|
* | Generate pythonw.sh on the fly. | Jack Jansen | 2002-09-02 | 1 | -5/+7 |
|
|
* | Pass -x badsyntax to compileall. | Jack Jansen | 2002-09-02 | 1 | -4/+4 |
|
|
* | _structure(): Use .get_content_type() | Barry Warsaw | 2002-09-01 | 1 | -1/+1 |
|
|
* | SF bug 601775 - some int results that should be bool. | Guido van Rossum | 2002-09-01 | 2 | -2/+3 |
|
|
* | Added comparison functions to dict proxies. | Raymond Hettinger | 2002-08-31 | 1 | -2/+14 |
|
|
* | Because MWH changed the bytecode again, moved the magic number *back* | Guido van Rossum | 2002-08-31 | 1 | -1/+6 |
|
|
* | Implemented the Help menu. The Python manual can be viewed (if installed) | Jack Jansen | 2002-08-31 | 1 | -0/+102 |
|
|
* | If there's an environment variable PYTHONIDEPATH it points to the IDE | Jack Jansen | 2002-08-31 | 1 | -1/+4 |
|
|
* | MenuID's are signed. | Jack Jansen | 2002-08-31 | 1 | -0/+2 |
|
|
* | Typecode for AHTOCType was wrong. Fixed. | Jack Jansen | 2002-08-30 | 2 | -2/+2 |
|
|
* | Initialize self._helpmenu earlier, so we can use gethelpmenu() while | Jack Jansen | 2002-08-30 | 1 | -1/+1 |
|
|
* | Fix for Jaguar: use ln for installing symlinks, install no longer works. | Jack Jansen | 2002-08-30 | 1 | -2/+2 |
|
|
* | Further SET_LINENO reomval fixes. See comments in patch #587933. | Michael W. Hudson | 2002-08-30 | 7 | -55/+144 |
|
|
* | On Jaguar the default mode for files in the installed product is 444 (or 555) | Jack Jansen | 2002-08-30 | 1 | -0/+1 |
|
|
* | Added support for the help menu. Application.gethelpmenu() will return | Jack Jansen | 2002-08-29 | 1 | -0/+35 |
|
|
* | Revived the Carbon.Help module, but implementing the MacHelp API in stead | Jack Jansen | 2002-08-29 | 6 | -269/+152 |
|
|
* | SF #561244: micro optimizations, builtins cannot be NULL, so use Py_INCREF | Neal Norwitz | 2002-08-29 | 1 | -1/+1 |
|
|