| Commit message (Expand) | Author | Age | Files | Lines |
* | Reworked move_finalizer_reachable() to create two distinct lists: | Tim Peters | 2003-04-06 | 1 | -4/+32 |
|
|
* | test_boom: More comments. Also check that len(gc.garbage) doesn't | Tim Peters | 2003-04-05 | 1 | -4/+9 |
|
|
* | SF bug #715145: unittest.py still uses != in failUnlessEqual | Raymond Hettinger | 2003-04-04 | 1 | -2/+2 |
|
|
* | Add Tim's gc boom test to the test suite. | Jeremy Hylton | 2003-04-04 | 1 | -0/+19 |
|
|
* | Revert Patch #670715: iconv support. | Martin v. Löwis | 2003-04-03 | 4 | -142/+0 |
|
|
* | Change formatchar(), so that u"%c" % 0xffffffff now raises | Walter Dörwald | 2003-04-02 | 1 | -1/+1 |
|
|
* | Fix a comment | Barry Warsaw | 2003-04-02 | 1 | -1/+1 |
|
|
* | Sigh... The get() and set() commands are not declared in the aete for | Jack Jansen | 2003-04-01 | 1 | -9/+18 |
|
|
* | Regenerated with property names with _Prop_ prepended. | Jack Jansen | 2003-04-01 | 53 | -2860/+1697 |
|
|
* | Properties (like enums) are not in the global namespace but only valid | Jack Jansen | 2003-04-01 | 1 | -23/+23 |
|
|
* | Turned the suite compiler into an object. | Jack Jansen | 2003-04-01 | 1 | -254/+258 |
|
|
* | - All messages are now dependent on the --verbose option. | Jack Jansen | 2003-04-01 | 1 | -47/+85 |
|
|
* | Remove duplicate test. | Walter Dörwald | 2003-03-31 | 1 | -2/+2 |
|
|
* | Fix PyString_Format() so that '%c' % u'a' returns u'a' | Walter Dörwald | 2003-03-31 | 3 | -0/+8 |
|
|
* | Subclasses of ObjectSpecifier can now be packed and unpacked. This allows | Jack Jansen | 2003-03-31 | 1 | -3/+20 |
|
|
* | In TalkTo.send(), check that we have access to the window manager, | Jack Jansen | 2003-03-31 | 1 | -1/+13 |
|
|
* | Regenerated again, now clases are sorted by code, and with synonyms after | Jack Jansen | 2003-03-30 | 29 | -2046/+8742 |
|
|
* | Classes have to be sorted by code, not name, and synonyms have to | Jack Jansen | 2003-03-30 | 1 | -2/+19 |
|
|
* | Bump to version 2.5.1 | Barry Warsaw | 2003-03-30 | 1 | -1/+1 |
|
|
* | test_whitespace_eater_unicode_2(): Test case for SF bug #710498. | Barry Warsaw | 2003-03-30 | 1 | -0/+9 |
|
|
* | __unicode__(): Fix the logic for calculating whether to add a | Barry Warsaw | 2003-03-30 | 1 | -3/+3 |
|
|
* | SF patch #706338, Fix a few broken links in pydoc by Greg Chapman | Neal Norwitz | 2003-03-30 | 1 | -4/+4 |
|
|
* | Patch #712124: Remove obsolete comment. | Martin v. Löwis | 2003-03-30 | 1 | -1/+0 |
|
|
* | Support '' as the argument for the setlocale emulation. Fixes #678259. | Martin v. Löwis | 2003-03-30 | 1 | -1/+1 |
|
|
* | Patch #545300: Support marked sections. | Martin v. Löwis | 2003-03-30 | 3 | -16/+104 |
|
|
* | The socket module now always uses the _socketobject wrapper class, even on | Skip Montanaro | 2003-03-30 | 2 | -5/+33 |
|
|
* | Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation | Jack Jansen | 2003-03-29 | 1 | -0/+1132 |
|
|
* | Move Mac/Windows specific expected skips from each platform list | Neal Norwitz | 2003-03-29 | 1 | -49/+8 |
|
|
* | Patch #707701: Expect '??' in event fields. Fixes #698517. | Martin v. Löwis | 2003-03-29 | 1 | -16/+32 |
|
|
* | Regenerated with the new way to get terminology (through AppleEvents), | Jack Jansen | 2003-03-29 | 27 | -2692/+1571 |
|
|
* | On OSX the finder will return from an open() event before the application | Jack Jansen | 2003-03-28 | 1 | -0/+12 |
|
|
* | Sigh: didn't catch all lists that needed to be sorted. Regenerated again. | Jack Jansen | 2003-03-28 | 29 | -2508/+2508 |
|
|
* | make nt altsep forward slash - closes bug 709428 | Skip Montanaro | 2003-03-28 | 1 | -1/+1 |
|
|
* | Regenerated (from resource files) with sorting version of gensuitemodule. | Jack Jansen | 2003-03-28 | 29 | -3052/+3048 |
|
|
* | Minimal test suite of the generated packages in plat-mac/lib-scriptpackages. | Jack Jansen | 2003-03-28 | 1 | -0/+49 |
|
|
* | Hide private names beginning with _ (but don't hide __special__ names). | Ka-Ping Yee | 2003-03-28 | 1 | -54/+77 |
|
|
* | Make module lookup a little more robust (certain kinds of fiddling to | Ka-Ping Yee | 2003-03-28 | 1 | -2/+2 |
|
|
* | Move testing code into "if __name__ == '__main__'" so it's not run on import. | Ka-Ping Yee | 2003-03-28 | 1 | -21/+21 |
|
|
* | Adds support for the DBEnv->set_timeout() method. | Gregory P. Smith | 2003-03-27 | 1 | -1/+7 |
|
|
* | Replace criterium with criterion. Fixes #705120. | Martin v. Löwis | 2003-03-27 | 1 | -1/+1 |
|
|
* | Temporary bump of the version number. | Barry Warsaw | 2003-03-26 | 1 | -1/+1 |
|
|
* | typed_subpart_iterator(): Fix these to use non-deprecated APIs, | Barry Warsaw | 2003-03-26 | 1 | -3/+10 |
|
|
* | typed_subpart_iterator(): Fix these to use non-deprecated APIs, | Barry Warsaw | 2003-03-26 | 1 | -2/+2 |
|
|
* | Add two tests for simple error cases. | Walter Dörwald | 2003-03-26 | 1 | -0/+4 |
|
|
* | CommandTests.testgetoutput(): | Thomas Wouters | 2003-03-25 | 1 | -1/+3 |
|
|
* | Allow floating point values in ProgressBar. | Jack Jansen | 2003-03-24 | 1 | -0/+2 |
|
|
* | Regenerated with Donovan Prestons patch #702620. | Jack Jansen | 2003-03-23 | 45 | -117/+331 |
|
|
* | Correct error in last checkin noticed by Neal Norwitz. And some more. | Kurt B. Kaiser | 2003-03-22 | 1 | -4/+4 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2003-03-22 | 2 | -19/+95 |
|
|
* | Improve error message handling. | Kurt B. Kaiser | 2003-03-22 | 1 | -3/+21 |
|
|