summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move setting of ioready 'wait' earlier in call chain, toKurt B. Kaiser2003-03-122-8/+24
* Filter out the depracation warning for macfs.Jack Jansen2003-03-121-0/+2
* SF bug #699237: Tutorial uses omitted slice indices before explaining themRaymond Hettinger2003-03-121-11/+11
* SF bug #699934: Obscure error messageRaymond Hettinger2003-03-122-4/+11
* Update the package version numberBarry Warsaw2003-03-121-2/+2
* test_whitespace_eater_unicode(): Make this test Python 2.1 compatible.Barry Warsaw2003-03-121-1/+4
* Python 2.1 doesn't have True and FalseBarry Warsaw2003-03-121-0/+3
* Add a simple Apple Help book to the framework.Jack Jansen2003-03-111-5/+14
* Adding MacPython online help. Only the basics are installed, with aJack Jansen2003-03-1121-0/+493
* M rpc.pyKurt B. Kaiser2003-03-112-4/+4
* This file was terribly outdated. The example is still silly (and won'tJack Jansen2003-03-111-65/+28
* Allow unicode pathnames where FSRefs are expected. Fixes 696253.Jack Jansen2003-03-113-4/+15
* Fix spelling.Raymond Hettinger2003-03-111-10/+10
* Open with O_NONBLOCK to avoid hanging on open().Greg Ward2003-03-111-1/+5
* Add 'audio' resource.Guido van Rossum2003-03-111-1/+5
* Patch by Andrew Straw: use urllib2 so proxie access works.Jack Jansen2003-03-111-7/+3
* Adjust tests for no newline appending to MIMEText.__init__()'s _textBarry Warsaw2003-03-111-2/+0
* beta 1Barry Warsaw2003-03-111-1/+1
* Adjust tests for no newline appending to MIMEText.__init__()'s _textBarry Warsaw2003-03-111-11/+7
* __init__(): Don't add a newline to _text if it doesn't already end inBarry Warsaw2003-03-111-4/+1
* For email 2.5b1, we no longer add a trailing newline toBarry Warsaw2003-03-111-2/+1
* body_line_iterator(): Accept optional decode argument, pass through toBarry Warsaw2003-03-112-6/+12
* body_line_iterator() now takes a decode argument.Barry Warsaw2003-03-111-1/+3
* get_payload(): Teach this about various uunencodedBarry Warsaw2003-03-111-10/+21
* test_get_decoded_uu_payload(): A new test forBarry Warsaw2003-03-111-0/+11
* M PyShell.pyKurt B. Kaiser2003-03-102-1/+6
* A interruptmodule.cKurt B. Kaiser2003-03-102-1/+51
* specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points outBarry Warsaw2003-03-101-2/+2
* test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft.Barry Warsaw2003-03-101-0/+8
* _bdecode(): Remove redundant check.Barry Warsaw2003-03-101-2/+0
* Fix base classBarry Warsaw2003-03-101-1/+1
* Use ndiffAssertEqual in a couple of places for better error reporting.Barry Warsaw2003-03-101-3/+6
* Describe what happens when decode=True and the payload has bogusBarry Warsaw2003-03-101-3/+4
* get_payload(): If we get a low-level binascii.Error when base64Barry Warsaw2003-03-101-5/+12
* test_broken_base64_payload(): Test for crash in low-level binasciiBarry Warsaw2003-03-101-0/+8
* Patch #700839: Fix bugs in the plural handling.Martin v. Löwis2003-03-101-8/+17
* [Patch #649762] Fix for asynchat endless loopAndrew M. Kuchling2003-03-101-1/+1
* _split_ascii() [method and function]: Don't join the lines just toBarry Warsaw2003-03-101-10/+11
* Use isinstance() instead of type comparisonAndrew M. Kuchling2003-03-101-3/+2
* test_another_long_multiline_header(): Yet another formatting test.Barry Warsaw2003-03-101-0/+12
* openmixer()'s 'mode' parameter has been removed.Greg Ward2003-03-101-6/+2
* <sys/soundcard.h> seems to exist on both Linux and FreeBSD, so includeGreg Ward2003-03-101-22/+10
* Expand description of ossaudiodev.error exception.Greg Ward2003-03-101-17/+38
* Rewrite intro paragraphs and add a "See also" box for the link to theGreg Ward2003-03-101-57/+60
* Fix two unformatted lists: one is now an 'enumerate' environment, theGreg Ward2003-03-101-19/+31
* Add libossaudiodev.tex.Greg Ward2003-03-102-0/+2
* Wrap all paragraphs to 72 columns.Greg Ward2003-03-091-117/+123
* Documentation for the ossaudiodev module.Greg Ward2003-03-091-0/+289
* SF patch #691928: Use datetime in _strptimeRaymond Hettinger2003-03-092-88/+56
* Sf patch #700047: unicode object leaks refcount on resizingRaymond Hettinger2003-03-091-0/+1