summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* smptlib did not handle empty addresses.Raymond Hettinger2002-09-051-3/+3
* Fix typoRaymond Hettinger2002-09-041-1/+1
* Change the unicode.translate docstring to document thatWalter Dörwald2002-09-042-2/+5
* Fix typoRaymond Hettinger2002-09-041-1/+1
* In doc strings, use 'k in D' rather than D.has_key(k).Guido van Rossum2002-09-041-2/+2
* added a bit about the change to the thread tickerSkip Montanaro2002-09-031-0/+9
* Delete the %c test from test_date_time() untill Brett Cannon has timeGuido van Rossum2002-09-031-2/+2
* Move code for reading chunked responses in helper function,Jeremy Hylton2002-09-031-45/+52
* missed this one on the previous multi-file checkin - seeSkip Montanaro2002-09-031-2/+0
* Add a custom __str__ method to KeyError that applies repr() to theGuido van Rossum2002-09-032-3/+41
* Bump default check interval to 100 instructions. Computers are much fasterSkip Montanaro2002-09-031-2/+2
* replace thread state objects' ticker and checkinterval fields with twoSkip Montanaro2002-09-035-10/+15
* SF bug [ 600488 ] Robustness tweak to httplib.pyJeremy Hylton2002-09-031-3/+1
* testConnectTimeout(): set the timeout to a smaller value; 0.02Guido van Rossum2002-09-031-1/+1
* Update the module doc comment.Guido van Rossum2002-09-031-1/+3
* (Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule:Guido van Rossum2002-09-031-27/+54
* Fix for SF bug 601077 by Zack Weinberg.Guido van Rossum2002-09-031-5/+12
* Removed reliance on gcc/C99 extension.Tim Peters2002-09-031-1/+3
* Check whether a string resize is necessary at the endWalter Dörwald2002-09-032-4/+12
* expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456.Skip Montanaro2002-09-033-0/+13
* Ignore encoding declarations inside strings. Fixes #603509.Martin v. Löwis2002-09-033-2/+18
* Add reminder about PEP293Andrew M. Kuchling2002-09-031-0/+14
* (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patchKurt B. Kaiser2002-09-021-1/+1
* Check string for NULL before using it to format the error message.Walter Dörwald2002-09-021-3/+6
* Removed bogus PyUnicodeTranslateError_GetEncoding, asWalter Dörwald2002-09-022-6/+0
* Limit the length of attribute names in exception messagesWalter Dörwald2002-09-021-3/+3
* Minor change for symmetry with PyXML: PyDoc_STR should not includeFred Drake2002-09-021-1/+1
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-0212-556/+2929
* Generate pythonw.sh on the fly.Jack Jansen2002-09-021-5/+7
* Pass -x badsyntax to compileall.Jack Jansen2002-09-021-4/+4
* _structure(): Use .get_content_type()Barry Warsaw2002-09-011-1/+1
* SF bug 601775 - some int results that should be bool.Guido van Rossum2002-09-012-2/+3
* Added comparison functions to dict proxies.Raymond Hettinger2002-08-311-2/+14
* Because MWH changed the bytecode again, moved the magic number *back*Guido van Rossum2002-08-311-1/+6
* Implemented the Help menu. The Python manual can be viewed (if installed)Jack Jansen2002-08-311-0/+102
* If there's an environment variable PYTHONIDEPATH it points to the IDEJack Jansen2002-08-311-1/+4
* MenuID's are signed.Jack Jansen2002-08-311-0/+2
* Typecode for AHTOCType was wrong. Fixed.Jack Jansen2002-08-302-2/+2
* Initialize self._helpmenu earlier, so we can use gethelpmenu() whileJack Jansen2002-08-301-1/+1
* Fix for Jaguar: use ln for installing symlinks, install no longer works.Jack Jansen2002-08-301-2/+2
* Further SET_LINENO reomval fixes. See comments in patch #587933.Michael W. Hudson2002-08-307-55/+144
* On Jaguar the default mode for files in the installed product is 444 (or 555)Jack Jansen2002-08-301-0/+1
* Added support for the help menu. Application.gethelpmenu() will returnJack Jansen2002-08-291-0/+35
* Revived the Carbon.Help module, but implementing the MacHelp API in steadJack Jansen2002-08-296-269/+152
* SF #561244: micro optimizations, builtins cannot be NULL, so use Py_INCREFNeal Norwitz2002-08-291-1/+1
* Don't copy the documentation when using Python.app as an applet template.Jack Jansen2002-08-291-0/+1
* Many hopefully benign style clean ups. Still passes the test suite ofBarry Warsaw2002-08-291-172/+200
* strptime(): The code that was adding 12 to PM hours was incorrectBarry Warsaw2002-08-291-5/+12
* The test I saw failing this morning just happened to be run at 8amBarry Warsaw2002-08-291-0/+12
* Sped _update().Raymond Hettinger2002-08-291-0/+9