summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replace obsolete 'exceptions' implicit by 'warnings'Just van Rossum2003-03-181-1/+1
* Fix SF bug #697556, test_posix fails: getloginNeal Norwitz2003-03-181-6/+0
* _encode_chunks(): Throw out empty chunks.Barry Warsaw2003-03-171-0/+2
* test_long_lines_with_different_header(): Another test from Jason.Barry Warsaw2003-03-171-0/+16
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-1713-25/+25
* test_getaddresses_nasty(): A test for mimelib SF bug # 697641.Barry Warsaw2003-03-171-0/+10
* getaddrlist(): Make sure this consumes all the data, and if there isBarry Warsaw2003-03-171-2/+2
* Test for UnicodeError instead of ImportError to determine whetherMartin v. Löwis2003-03-171-1/+1
* Get rid of Mac.pth: plat-mac is now added through the normal mechanism.Jack Jansen2003-03-172-4/+0
* Added a define EXTRAMACHDEPPATH which can be used to add sys.path itemsJack Jansen2003-03-174-6/+24
* Add Hye-Shik Chang for SF patch/bugreport #703471.Thomas Wouters2003-03-171-0/+1
* binascii_a2b_base64: Properly return an empty string if the input was allThomas Wouters2003-03-172-1/+12
* Capturing the exit status for the build process didn't work. UsingJack Jansen2003-03-171-6/+7
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-173-24/+3
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-1710-147/+30
* The MacPython introductory help is now called MacPython Help, and theJack Jansen2003-03-164-25/+41
* - Don't ask for bring-to-front when quitting through an appleevent.Jack Jansen2003-03-161-6/+4
* Lots of textual changes suggested by Matthew Moelter.Jack Jansen2003-03-161-13/+13
* Eliminate data dependency in predict macro.Raymond Hettinger2003-03-161-2/+8
* Fix comment and whitespace.Raymond Hettinger2003-03-161-3/+4
* Introduced macros for a simple opcode prediction protocol.Raymond Hettinger2003-03-161-6/+35
* Change the default number of repetitions to 3, both in the Timer classGuido van Rossum2003-03-151-12/+21
* If time.tzset doesn't exist, don't test it.Guido van Rossum2003-03-151-0/+3
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-147-76/+336
* Implement some recommendations from Raymond H:Guido van Rossum2003-03-141-10/+48
* Accept commas in unquoted attribute values.Fred Drake2003-03-144-2/+10
* SF patch #701907: More use of fast_next_opcodeRaymond Hettinger2003-03-141-11/+11
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-135-289/+6
* 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