| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - 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 |
|
|
* | use os.path.realpath() instead of os.readlink() | Just van Rossum | 2003-03-21 | 1 | -3/+1 |
|
|
* | Email version 2.5 -- I will now backport this to Python 2.2.3. | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
|
|
* | Rename variables _seq to _it and seq to it, to emphasize that this is | Guido van Rossum | 2003-03-21 | 1 | -5/+5 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-03-21 | 1 | -6/+6 |
|
|
* | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ... | Jack Jansen | 2003-03-21 | 1 | -3/+5 |
|
|
* | Patch 702620 by Donovan Preston: Fix AE inheritance. | Jack Jansen | 2003-03-21 | 1 | -3/+3 |
|
|
* | only set $PYTHONHOME when building a standalone app. | Just van Rossum | 2003-03-21 | 1 | -1/+3 |
|
|
* | Patch #681927 from Robin Dunn: add option to add shared libraries or | Just van Rossum | 2003-03-21 | 1 | -1/+15 |
|
|
* | Prevent the pty test from hanging by setting an alarm. | Neal Norwitz | 2003-03-21 | 1 | -30/+46 |
|
|
* | The message "*** skipping leakage tests ***" was causing the test to | Guido van Rossum | 2003-03-21 | 1 | -1/+2 |
|
|
* | forgot Cliff's sniffer | Skip Montanaro | 2003-03-20 | 1 | -0/+289 |
|
|