summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF bug #699934: Obscure error messageRaymond Hettinger2003-04-061-3/+2
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-0622-2471/+2456
* Reworked move_finalizer_reachable() to create two distinct lists:Tim Peters2003-04-061-4/+32
* test_boom: More comments. Also check that len(gc.garbage) doesn'tTim Peters2003-04-051-4/+9
* SF bug #715145: unittest.py still uses != in failUnlessEqualRaymond Hettinger2003-04-041-2/+2
* Add Tim's gc boom test to the test suite.Jeremy Hylton2003-04-041-0/+19
* Revert Patch #670715: iconv support.Martin v. Löwis2003-04-034-142/+0
* Change formatchar(), so that u"%c" % 0xffffffff now raisesWalter Dörwald2003-04-021-1/+1
* Fix a commentBarry Warsaw2003-04-021-1/+1
* Sigh... The get() and set() commands are not declared in the aete forJack Jansen2003-04-011-9/+18
* Regenerated with property names with _Prop_ prepended.Jack Jansen2003-04-0153-2860/+1697
* Properties (like enums) are not in the global namespace but only validJack Jansen2003-04-011-23/+23
* Turned the suite compiler into an object.Jack Jansen2003-04-011-254/+258
* - All messages are now dependent on the --verbose option.Jack Jansen2003-04-011-47/+85
* Remove duplicate test.Walter Dörwald2003-03-311-2/+2
* Fix PyString_Format() so that '%c' % u'a' returns u'a'Walter Dörwald2003-03-313-0/+8
* Subclasses of ObjectSpecifier can now be packed and unpacked. This allowsJack Jansen2003-03-311-3/+20
* In TalkTo.send(), check that we have access to the window manager,Jack Jansen2003-03-311-1/+13
* Regenerated again, now clases are sorted by code, and with synonyms afterJack Jansen2003-03-3029-2046/+8742
* Classes have to be sorted by code, not name, and synonyms have toJack Jansen2003-03-301-2/+19
* Bump to version 2.5.1Barry Warsaw2003-03-301-1/+1
* test_whitespace_eater_unicode_2(): Test case for SF bug #710498.Barry Warsaw2003-03-301-0/+9
* __unicode__(): Fix the logic for calculating whether to add aBarry Warsaw2003-03-301-3/+3
* SF patch #706338, Fix a few broken links in pydoc by Greg ChapmanNeal Norwitz2003-03-301-4/+4
* Patch #712124: Remove obsolete comment.Martin v. Löwis2003-03-301-1/+0
* Support '' as the argument for the setlocale emulation. Fixes #678259.Martin v. Löwis2003-03-301-1/+1
* Patch #545300: Support marked sections.Martin v. Löwis2003-03-303-16/+104
* The socket module now always uses the _socketobject wrapper class, even onSkip Montanaro2003-03-302-5/+33
* Moved gensuitemodule from Mac/scripts to Lib/plat-mac. DocumentationJack Jansen2003-03-291-0/+1132
* Move Mac/Windows specific expected skips from each platform listNeal Norwitz2003-03-291-49/+8
* Patch #707701: Expect '??' in event fields. Fixes #698517.Martin v. Löwis2003-03-291-16/+32
* Regenerated with the new way to get terminology (through AppleEvents),Jack Jansen2003-03-2927-2692/+1571
* On OSX the finder will return from an open() event before the applicationJack Jansen2003-03-281-0/+12
* Sigh: didn't catch all lists that needed to be sorted. Regenerated again.Jack Jansen2003-03-2829-2508/+2508
* make nt altsep forward slash - closes bug 709428Skip Montanaro2003-03-281-1/+1
* Regenerated (from resource files) with sorting version of gensuitemodule.Jack Jansen2003-03-2829-3052/+3048
* Minimal test suite of the generated packages in plat-mac/lib-scriptpackages.Jack Jansen2003-03-281-0/+49
* Hide private names beginning with _ (but don't hide __special__ names).Ka-Ping Yee2003-03-281-54/+77
* Make module lookup a little more robust (certain kinds of fiddling toKa-Ping Yee2003-03-281-2/+2
* Move testing code into "if __name__ == '__main__'" so it's not run on import.Ka-Ping Yee2003-03-281-21/+21
* Adds support for the DBEnv->set_timeout() method.Gregory P. Smith2003-03-271-1/+7
* Replace criterium with criterion. Fixes #705120.Martin v. Löwis2003-03-271-1/+1
* Temporary bump of the version number.Barry Warsaw2003-03-261-1/+1
* typed_subpart_iterator(): Fix these to use non-deprecated APIs,Barry Warsaw2003-03-261-3/+10
* typed_subpart_iterator(): Fix these to use non-deprecated APIs,Barry Warsaw2003-03-261-2/+2
* Add two tests for simple error cases.Walter Dörwald2003-03-261-0/+4
* CommandTests.testgetoutput():Thomas Wouters2003-03-251-1/+3
* Allow floating point values in ProgressBar.Jack Jansen2003-03-241-0/+2
* Regenerated with Donovan Prestons patch #702620.Jack Jansen2003-03-2345-117/+331
* Correct error in last checkin noticed by Neal Norwitz. And some more.Kurt B. Kaiser2003-03-221-4/+4