summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cruft cleanup: removed the #ifdef'ery in support of compiling to allowTim Peters2001-05-261-18/+4
* roundupsize() and friends: fiddle over-allocation strategy for listTim Peters2001-05-261-8/+31
* Add a version annotation for splitdrive(); old, but as long as I managedFred Drake2001-05-251-0/+1
* Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues()Fred Drake2001-05-251-12/+23
* write(): Aggressively sort all catalog entries, and fix the bug whereBarry Warsaw2001-05-241-35/+37
* Patch #424335: Implement string_richcompare, remove string_compare.Martin v. Löwis2001-05-243-16/+81
* dictresize(): Rebuild small tables if there are any dummies, not just ifTim Peters2001-05-241-7/+11
* Jack Jansen hit a bug in the new dict code, reported on python-dev.Tim Peters2001-05-232-9/+43
* One more macroman<->latin1 conversion victim.Jack Jansen2001-05-231-19/+19
* write(): Do two levels of sorting: first sort the individual locationBarry Warsaw2001-05-231-0/+10
* When Tim untabified this file, his editor accidentally assumed 4-spaceGuido van Rossum2001-05-231-4/+4
* Updated to reflect the current state of config.h.in.Jack Jansen2001-05-231-7/+10
* Remove test_doctest's expected-output file.Tim Peters2001-05-234-330/+101
* Update to reflect recent changes to regrtest and the new approaches toFred Drake2001-05-231-7/+55
* Merge my changes to the offending comment with Guido's changes.Fred Drake2001-05-231-6/+10
* Remove test_difflib's output file and change test_difflib to stopTim Peters2001-05-232-281/+1
* Removed incorrect comment left over from sgmllib.py.Guido van Rossum2001-05-221-7/+7
* removed a routine that has moved to macglue.cJack Jansen2001-05-221-21/+0
* Remove unused variable.Fred Drake2001-05-221-1/+0
* Include Carbon/Carbon.h if appropriate.Jack Jansen2001-05-221-5/+5
* 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