| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Module to help other modules locate their resources. It currently knows about | Jack Jansen | 2001-08-27 | 1 | -0/+68 |
|
|
* | These have long outlived there usefulness, in my opinion. Moved to Unsupported. | Jack Jansen | 2001-08-27 | 5 | -0/+0 |
|
|
* | Added Dean Draayer to the thank you list. | Jack Jansen | 2001-08-27 | 1 | -2/+2 |
|
|
* | Patch by Dean Draayer: support for indeterminate progress bars. You | Jack Jansen | 2001-08-27 | 1 | -27/+37 |
|
|
* | When we're freezing to sourcecode and one of the modules is a dynamic module ... | Jack Jansen | 2001-08-27 | 1 | -0/+4 |
|
|
* | Updated to the current state of affairs. | Jack Jansen | 2001-08-27 | 2 | -0/+0 |
|
|
* | Added targets for building the Carbon and Classic interpreter if you don't wa... | Jack Jansen | 2001-08-27 | 1 | -0/+0 |
|
|
* | - A forgotten "from Carbon". | Jack Jansen | 2001-08-27 | 1 | -2/+3 |
|
|
* | A few forgotten "from Carbon"s. | Jack Jansen | 2001-08-27 | 2 | -2/+2 |
|
|
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 100 | -331/+336 |
|
|
* | Step 2 in putting the MacOS toolbox modules in a package: issue a Depracation... | Jack Jansen | 2001-08-25 | 45 | -0/+135 |
|
|
* | Last renamed module that wasn't removed yet. | Jack Jansen | 2001-08-24 | 1 | -1168/+0 |
|
|
* | Wrapper modules underound the toolbox modules, which now have an _ prepended. | Jack Jansen | 2001-08-23 | 23 | -0/+23 |
|
|
* | Renamed. | Jack Jansen | 2001-08-23 | 22 | -40152/+0 |
|
|
* | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 23 | -0/+41479 |
|
|
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 26 | -172/+178 |
|
|
* | These long dead files somehow got revived. Killed them (but for how | Jack Jansen | 2001-08-21 | 4 | -654/+0 |
|
|
* | This file has been dead for aeons. I have no idea how it suddenly | Jack Jansen | 2001-08-21 | 1 | -2/+0 |
|
|
* | Oops, these compatibility modules were missing. Which went unnoticed because ... | Jack Jansen | 2001-08-20 | 8 | -0/+8 |
|
|
* | Various toolbox modules were generated in lib-dynload accidentally | Jack Jansen | 2001-08-20 | 1 | -3/+3 |
|
|
* | Oops, this file shouldn't have been removed. | Jack Jansen | 2001-08-20 | 1 | -0/+1 |
|
|
* | The destination folder is now :Lib:lib-dynload | Jack Jansen | 2001-08-19 | 1 | -0/+0 |
|
|
* | PATCHLEVEL is outdated, use PY_VERSION. | Jack Jansen | 2001-08-19 | 1 | -1/+1 |
|
|
* | Step 1 in packaging the toolbox modules and making MacPython more | Jack Jansen | 2001-08-19 | 1 | -1/+0 |
|
|
* | Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox m... | Jack Jansen | 2001-08-19 | 1 | -37/+41 |
|
|
* | Compatibility modules. lib-compat is on the default sys.path for MacPython 2.... | Jack Jansen | 2001-08-19 | 37 | -0/+37 |
|
|
* | Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ... | Jack Jansen | 2001-08-19 | 27 | -6475/+0 |
|
|
* | 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 |
|
|
* | 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 p... | Jack Jansen | 2001-08-19 | 4 | -0/+1382 |
|
|
* | Step 1 in packaging the toolbox modules and making MacPython more | Jack Jansen | 2001-08-19 | 1 | -2/+2 |
|
|
* | Temporarily disabled the import hook. It breaks with the package-based | Jack Jansen | 2001-08-19 | 1 | -1/+2 |
|
|
* | Got rid of all the plugin xml files: they are generated, and | Jack Jansen | 2001-08-19 | 135 | -63926/+0 |
|
|
* | If genpluginprojects is called from fullbuild we set the Python source direct... | Jack Jansen | 2001-08-16 | 2 | -1/+5 |
|
|
* | Long time overdue: change sys.path defaults so that people will | Just van Rossum | 2001-08-16 | 1 | -1/+1 |
|
|
* | Updated to the current state of things (long overdue). | Jack Jansen | 2001-08-16 | 1 | -91/+61 |
|
|
* | Removed expat from the access paths, it isn't needed. | Jack Jansen | 2001-08-16 | 1 | -0/+0 |
|
|
* | Merged release21-maint changes. | Jack Jansen | 2001-08-12 | 2 | -10/+22 |
|
|
* | test_glob found a nasty bug in GUSI opendir(): it will not fail when called o... | Jack Jansen | 2001-08-11 | 1 | -0/+18 |
|
|
* | Before asking the finder to start the application (if start=1 is specified), ... | Jack Jansen | 2001-08-11 | 1 | -1/+4 |
|
|
* | Got rid of the activate() so codewarrior doesn't come to front. It isn't need... | Jack Jansen | 2001-08-11 | 1 | -1/+0 |
|
|
* | 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 |
|
|
* | Regenerated. | Jack Jansen | 2001-08-10 | 2 | -232/+248 |
|
|
* | Changed reference to config.h to pyconfig.h. | Jack Jansen | 2001-08-10 | 1 | -0/+0 |
|
|
* | Resource files for OSX Python.framework. Incomplete, and they should probably | Jack Jansen | 2001-08-08 | 3 | -0/+49 |
|
|
* | Adapted for pymactoolbox.c and changed externals elsewhere. | Jack Jansen | 2001-08-08 | 4 | -2/+0 |
|
|
* | - Don't return mac-style pathnames in unix-Python. | Jack Jansen | 2001-08-08 | 2 | -168/+79 |
|
|
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 3 | -525/+2 |
|
|