summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* We should look in the directory containing the module, not in the module itse...Jack Jansen2001-08-301-1/+1
* Started on the 2.2a2 installerJack Jansen2001-08-301-0/+0
* Added xx and xxsubtype modules, for completeness and because xxsubtype is use...Jack Jansen2001-08-292-0/+7
* Started on release notes and readme for 2.2a2.Jack Jansen2001-08-292-52/+113
* Experimental feature: allow \n as well as \r as newline for text files, by br...Jack Jansen2001-08-271-0/+17
* exceptions was missing from the module list. Added.Jack Jansen2001-08-271-0/+1
* Use the new macresource module to open the accompanying resource file (if nee...Jack Jansen2001-08-2713-102/+37
* need() now returns the refno of the resource file opened, or None if theJack Jansen2001-08-271-4/+7
* Module to help other modules locate their resources. It currently knows aboutJack Jansen2001-08-271-0/+68
* These have long outlived there usefulness, in my opinion. Moved to Unsupported.Jack Jansen2001-08-275-0/+0
* Added Dean Draayer to the thank you list.Jack Jansen2001-08-271-2/+2
* Patch by Dean Draayer: support for indeterminate progress bars. YouJack Jansen2001-08-271-27/+37
* When we're freezing to sourcecode and one of the modules is a dynamic module ...Jack Jansen2001-08-271-0/+4
* Updated to the current state of affairs.Jack Jansen2001-08-272-0/+0
* Added targets for building the Carbon and Classic interpreter if you don't wa...Jack Jansen2001-08-271-0/+0
* - A forgotten "from Carbon".Jack Jansen2001-08-271-2/+3
* A few forgotten "from Carbon"s.Jack Jansen2001-08-272-2/+2
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-25100-331/+336
* Step 2 in putting the MacOS toolbox modules in a package: issue a Depracation...Jack Jansen2001-08-2545-0/+135
* Last renamed module that wasn't removed yet.Jack Jansen2001-08-241-1168/+0
* Wrapper modules underound the toolbox modules, which now have an _ prepended.Jack Jansen2001-08-2323-0/+23
* Renamed.Jack Jansen2001-08-2322-40152/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-2323-0/+41479
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-2326-172/+178
* These long dead files somehow got revived. Killed them (but for howJack Jansen2001-08-214-654/+0
* This file has been dead for aeons. I have no idea how it suddenlyJack Jansen2001-08-211-2/+0
* Oops, these compatibility modules were missing. Which went unnoticed because ...Jack Jansen2001-08-208-0/+8
* Various toolbox modules were generated in lib-dynload accidentallyJack Jansen2001-08-201-3/+3
* Oops, this file shouldn't have been removed.Jack Jansen2001-08-201-0/+1
* The destination folder is now :Lib:lib-dynloadJack Jansen2001-08-191-0/+0
* PATCHLEVEL is outdated, use PY_VERSION.Jack Jansen2001-08-191-1/+1
* Step 1 in packaging the toolbox modules and making MacPython moreJack Jansen2001-08-191-1/+0
* Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox m...Jack Jansen2001-08-191-37/+41
* Compatibility modules. lib-compat is on the default sys.path for MacPython 2....Jack Jansen2001-08-1937-0/+37
* Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ...Jack Jansen2001-08-1927-6475/+0
* The modules with toolbox constants.Jack Jansen2001-08-1922-0/+4998
* Carbon is now a package encapsulating all the toolbox modules. Carbon is notJack Jansen2001-08-191-0/+0
* Moved here form lib-toolbox, for lack of a better place to go.Jack Jansen2001-08-191-0/+95
* Moved here from lib-toolbox, where they should never have been in the first p...Jack Jansen2001-08-194-0/+1382
* Step 1 in packaging the toolbox modules and making MacPython moreJack Jansen2001-08-191-2/+2
* Temporarily disabled the import hook. It breaks with the package-basedJack Jansen2001-08-191-1/+2
* Got rid of all the plugin xml files: they are generated, andJack Jansen2001-08-19135-63926/+0
* If genpluginprojects is called from fullbuild we set the Python source direct...Jack Jansen2001-08-162-1/+5
* Long time overdue: change sys.path defaults so that people willJust van Rossum2001-08-161-1/+1
* Updated to the current state of things (long overdue).Jack Jansen2001-08-161-91/+61
* Removed expat from the access paths, it isn't needed.Jack Jansen2001-08-161-0/+0
* Merged release21-maint changes.Jack Jansen2001-08-122-10/+22
* test_glob found a nasty bug in GUSI opendir(): it will not fail when called o...Jack Jansen2001-08-111-0/+18
* Before asking the finder to start the application (if start=1 is specified), ...Jack Jansen2001-08-111-1/+4
* Got rid of the activate() so codewarrior doesn't come to front. It isn't need...Jack Jansen2001-08-111-1/+0