summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert copy_reg test to PyUnit.Fred Drake2001-05-221-29/+19
* Remove unused import.Fred Drake2001-05-221-1/+0
* Simple conversion to PyUnit -- this test really needs more work!Fred Drake2001-05-221-9/+14
* Convert dospath test suite to PyUnit, adding a couple more cases forFred Drake2001-05-221-46/+55
* Re-write the rfc822 tests to use PyUnit.Fred Drake2001-05-221-138/+162
* Per discussion with Barry, make the default value for both get() andFred Drake2001-05-221-5/+4
* Implementing an idea from Guido on the checkins list:Tim Peters2001-05-222-24/+25
* Convert time module tests to PyUnit.Fred Drake2001-05-221-37/+49
* file_getiter(): make iter(file) be equivalent to file.xreadlines().Guido van Rossum2001-05-221-12/+3
* Migrate the strop test to PyUnit.Fred Drake2001-05-222-84/+118
* Iterator support: made the xreadlines object its own iterator. ThisGuido van Rossum2001-05-221-25/+81
* create_message(): When os.link() doesn't exist, make a copy of the msgTim Peters2001-05-221-1/+6
* - calendar.py uses month and day names based on the current locale.Barry Warsaw2001-05-221-0/+2
* Application of patch #401842 by Denis S. Otkidach to supportBarry Warsaw2001-05-221-9/+11
* Correct the sense of a couple of conditional compilations -- used #ifndefFred Drake2001-05-221-2/+2
* Update to add get() and setdefault() as supported mapping operations, andFred Drake2001-05-221-2/+8
* Add tests for the new .get() and .setdefault() methods of rfc822.MessageFred Drake2001-05-221-1/+19
* Added .get() and .setdefault() support to rfc822.Message.Fred Drake2001-05-221-0/+20
* Add some clarifications about the mapping interface presented byFred Drake2001-05-221-2/+4
* Fixed a nasty slowdown in imports in frozen applications: the shortcutJack Jansen2001-05-221-18/+32
* New test adapted from the ancient Demo/threads/bug.py.Tim Peters2001-05-221-0/+52
* Added NEWS item for the UTF-16 change.Marc-André Lemburg2001-05-221-0/+5
* Changed all the examples with ugly platform-dependent float output to useTim Peters2001-05-221-16/+20
* init_name_op(): add (void) to the argument list to make it a validGuido van Rossum2001-05-221-1/+1
* Add a "See also" section with useful links. More should be added givingFred Drake2001-05-211-0/+15
* Remove all files of expected output that contain only the name of theFred Drake2001-05-2165-65/+0
* If the file containing expected output does not exist, assume that itFred Drake2001-05-211-1/+6
* Patch #411055 from MvL: import each extension after building it, andAndrew M. Kuchling2001-05-211-0/+14
* Trim out some cruftAndrew M. Kuchling2001-05-211-6/+0
* Fix bug #418369: typo in bdist_rpmAndrew M. Kuchling2001-05-211-1/+1
* This patch changes the behaviour of the UTF-16 codec family. Only theMarc-André Lemburg2001-05-212-21/+30
* Fix bug #232619: fix misleading warning on installing to lib-dynloadAndrew M. Kuchling2001-05-211-1/+10
* Re-write the mailbox test suite to use PyUnit. Cover a lot more groundFred Drake2001-05-212-22/+81
* parse_declaration(): be more lenient in what we accept. We nowGuido van Rossum2001-05-211-12/+7
* main(): default-domain argument to getopt.getopt() was missing a = toBarry Warsaw2001-05-211-1/+1
* __addentry(): add optional keyword arg `isdocstring' which is a flagBarry Warsaw2001-05-211-4/+10
* write(): A patch inspired by Tokio Kikuchi that sorts location entriesBarry Warsaw2001-05-211-7/+12
* Update output to reflect additional precision produced by the repr() ofFred Drake2001-05-211-2/+3
* Add documentation for Py_Main() and PyThreadState_GetDict().Fred Drake2001-05-211-0/+21
* Typo: "that" --> "than"Fred Drake2001-05-211-1/+1
* SF bug #425836: Reference leak in filter().Tim Peters2001-05-211-0/+1
* Add :method info to the PyArg_ParseTuple() format strings for poll objects.Fred Drake2001-05-211-3/+3
* Fix bug in smtplib example: the prompt said to end the message with ^D,Fred Drake2001-05-201-3/+6
* Get Aahz listed correctly using his legal/professional name.Fred Drake2001-05-201-1/+1
* Add another itemAndrew M. Kuchling2001-05-191-0/+3
* Generate prototype-style function headers in stead of K&R style. Makes life e...Jack Jansen2001-05-193-33/+12
* Another include Carbon/Carbon.hJack Jansen2001-05-191-0/+4
* Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It shouldJack Jansen2001-05-192-40/+60
* Ifdeffed a few more sections. All functionality that is relevant on MacOSXJack Jansen2001-05-191-4/+13
* Include Carbon/Carbon.h in stead of universal headers, if appropriate.Jack Jansen2001-05-193-8/+28