Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment. | ||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 5 | -41/+9 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Add the MSL C library to the set of standard libraries | Jack Jansen | 2001-11-10 | 2 | -1/+37 |
| | | | | | | | linked against. Most, but not all, of it is included in PythonCore, but extensions may want to use some of the routines not included. Fixes a bug reported by Tom Loredo. | ||||
* | Workaround for odd problem on my machine: without this I get a traceback | Just van Rossum | 2001-10-31 | 1 | -1/+5 |
| | | | | if I hit enter instead of return upon file selection. | ||||
* | quit() wasn't included in the suite. This is a quick manual patch to add it. | Jack Jansen | 2001-10-23 | 1 | -1/+2 |
| | |||||
* | Don't call MacOS.SchedParams() in MachO, it doesn't exist. | Jack Jansen | 2001-09-09 | 1 | -4/+8 |
| | |||||
* | Minimal module to decode AppleSingle files (the way resource files are | Jack Jansen | 2001-09-09 | 1 | -0/+101 |
| | | | | | | | stored in the CVS repository). It can either decode resource/data forks in the standard Mac way or decode only the resource fork but store the result in the data fork (the MacOSX preferred way). Finder info and all other stuff is ignored. | ||||
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 1 | -5/+7 |
| | | | | and accepting unix-style newlines on input. | ||||
* | We should look in the directory containing the module, not in the module ↵ | Jack Jansen | 2001-08-30 | 1 | -1/+1 |
| | | | | itself, when we're looking for the resource file. | ||||
* | need() now returns the refno of the resource file opened, or None if the | Jack Jansen | 2001-08-27 | 1 | -4/+7 |
| | | | | specified resource was already available and no file was opened. | ||||
* | Module to help other modules locate their resources. It currently knows about | Jack Jansen | 2001-08-27 | 1 | -0/+68 |
| | | | | | resources in applets and separate OS9 style resource files, but it will eventually also be thought the hoops to jump through on OSX/MachO. | ||||
* | Patch by Dean Draayer: support for indeterminate progress bars. You | Jack Jansen | 2001-08-27 | 1 | -27/+37 |
| | | | | | | get these by specifying maxval=0, which is now also the default. Untested. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 30 | -98/+98 |
| | |||||
* | Step 2 in putting the MacOS toolbox modules in a package: issue a ↵ | Jack Jansen | 2001-08-25 | 45 | -0/+135 |
| | | | | DepracationWarning in the compatibility modules. | ||||
* | Wrapper modules underound the toolbox modules, which now have an _ prepended. | Jack Jansen | 2001-08-23 | 23 | -0/+23 |
| | |||||
* | Oops, these compatibility modules were missing. Which went unnoticed because ↵ | Jack Jansen | 2001-08-20 | 8 | -0/+8 |
| | | | | their companions had been put in the wrong place. | ||||
* | Compatibility modules. lib-compat is on the default sys.path for MacPython ↵ | Jack Jansen | 2001-08-19 | 37 | -0/+37 |
| | | | | 2.2, and each of these modules imports * from its namesake in the Carbon package. | ||||
* | Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ↵ | Jack Jansen | 2001-08-19 | 27 | -6475/+0 |
| | | | | the Carbon package. | ||||
* | The modules with toolbox constants. | Jack Jansen | 2001-08-19 | 22 | -0/+4998 |
| | |||||
* | Carbon is now a package encapsulating all the toolbox modules. Carbon is not | Jack Jansen | 2001-08-19 | 1 | -0/+0 |
| | | | | | | the best of names right now (because QuickTime, for instance, is part of its own framekwork in OSX terminology, and because all these modules also work on pre-Carbon MacOS) but in a year or so it will be:-). | ||||
* | Moved here form lib-toolbox, for lack of a better place to go. | Jack Jansen | 2001-08-19 | 1 | -0/+95 |
| | |||||
* | Moved here from lib-toolbox, where they should never have been in the first ↵ | Jack Jansen | 2001-08-19 | 4 | -0/+1382 |
| | | | | place (all the other stuff there wa generated with bgen). | ||||
* | Before asking the finder to start the application (if start=1 is specified), ↵ | Jack Jansen | 2001-08-11 | 1 | -1/+4 |
| | | | | check that it isn't incidentally running already. | ||||
* | Got rid of the activate() so codewarrior doesn't come to front. It isn't ↵ | Jack Jansen | 2001-08-11 | 1 | -1/+0 |
| | | | | needed, and without it you can get work done while building the projects:-) | ||||
* | Added a note about the various tests here. | Jack Jansen | 2001-08-11 | 1 | -0/+4 |
| | |||||
* | use the proper prefix file under Carbon | Just van Rossum | 2001-08-11 | 1 | -1/+4 |
| | |||||
* | ICFindConfigFile isn't needed, and it's gone under carbon. | Jack Jansen | 2001-08-03 | 1 | -2/+3 |
| | |||||
* | EasyDialogs has a working version of this. | Jack Jansen | 2001-08-03 | 1 | -25/+0 |
| | |||||
* | These stopped working a long time ago, and they're not worth fixing. | Jack Jansen | 2001-08-03 | 2 | -132/+0 |
| | |||||
* | Obsolete, EasyDialogs has the same code (but working:-). | Jack Jansen | 2001-08-03 | 2 | -72/+0 |
| | |||||
* | Obsolete: uses old applescript support. | Jack Jansen | 2001-08-03 | 1 | -33/+0 |
| | |||||
* | Obsolete, uses the old non-package-based applescript suite support. | Jack Jansen | 2001-08-03 | 1 | -25/+0 |
| | |||||
* | This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. | Jack Jansen | 2001-08-03 | 1 | -79/+0 |
| | |||||
* | This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. | Jack Jansen | 2001-08-03 | 2 | -3/+2 |
| | |||||
* | Removed: it doesn't work anymore, and it wasn't all that useful anyway. The ↵ | Jack Jansen | 2001-08-03 | 1 | -68/+0 |
| | | | | FrameWork testcode shows similar functionality. | ||||
* | Obsolete, superseded by :Mac:Demo:imgbrowse and friends. | Jack Jansen | 2001-08-03 | 1 | -86/+0 |
| | |||||
* | Obsolete, superseded by :Mac:Demo:TE | Jack Jansen | 2001-08-03 | 1 | -81/+0 |
| | |||||
* | Obsolete, superseded by :Mac:Demo:waste | Jack Jansen | 2001-08-03 | 1 | -86/+0 |
| | |||||
* | Obsolete, removed. | Jack Jansen | 2001-08-03 | 14 | -8337/+0 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 1 | -0/+4 |
| | |||||
* | ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso ↵ | Jack Jansen | 2001-07-27 | 1 | -1/+1 |
| | | | | Baciero. | ||||
* | Changed findertools.move() to move() in movetotrash. | Jack Jansen | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | The constants for MLTE. | Jack Jansen | 2001-07-14 | 1 | -0/+164 |
| | |||||
* | Fixed typo in doc string. | Just van Rossum | 2001-06-26 | 1 | -1/+1 |
| | |||||
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 36 | -193/+195 |
| | | | | | exist in latin1, but at least the roundtrip results in the same macroman characters. | ||||
* | Files for 2.1 distribution. | Jack Jansen | 2001-04-25 | 2 | -1/+1 |
| | |||||
* | Finally merged morefindertools into findertools. | Jack Jansen | 2001-04-07 | 1 | -4/+703 |
| | |||||
* | Oops, ISO translation was off. Fixed. | Jack Jansen | 2001-03-27 | 1 | -13/+13 |
| | |||||
* | FindFolder argument is a short, not an unsigned short. | Jack Jansen | 2001-03-15 | 1 | -1/+9 |
| | | | | Added kLocalDomain and friends. | ||||
* | Handle the apple menu differently under Carbon. | Jack Jansen | 2001-03-15 | 1 | -2/+6 |
| |