summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove output files that are no longer needed since the correspondingFred Drake2001-05-222-11/+0
* Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.Jack Jansen2001-05-224-1/+5
* Simple script to regenerate all bgen-generated modules.Jack Jansen2001-05-221-0/+38
* One more update related to the new get() and setdefault() methods on theFred Drake2001-05-221-5/+6
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-2241-5765/+2230
* Fixed changed UPP routines names. The module now compiles and loads.Jack Jansen2001-05-221-3/+7
* Move the sha tests to PyUnit.Fred Drake2001-05-222-22/+20
* Convert binhex regression test to PyUnit. We could use a better testFred Drake2001-05-221-40/+38
* SF patch #425242: Patch which "inlines" small dictionaries.Tim Peters2001-05-221-81/+145
* 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