Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 31 | -110/+186 |
| | |||||
* | Added prototypes to shut gcc -Wstrict-prototypes up. | Jack Jansen | 2001-09-04 | 1 | -4/+2 |
| | |||||
* | Shut up a few more gcc warnings. | Jack Jansen | 2001-09-04 | 2 | -2/+2 |
| | |||||
* | Added prototypes to silence gcc strict-prototype warnings. | Jack Jansen | 2001-09-04 | 2 | -141/+48 |
| | | | | Fixed a few missing return values. | ||||
* | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 17 | -33/+35 |
| | |||||
* | Added pythonpath.r to the developer distribution. It's | Jack Jansen | 2001-09-04 | 1 | -4/+12 |
| | | | | | useful to people extending Python. Suggested by Alexandre Parenteau. | ||||
* | Template for an OSX PythonInterpreter application. | Jack Jansen | 2001-09-04 | 6 | -0/+66 |
| | |||||
* | Photoshop sources for icon files. Not pretty, but hey! I'm not an | Jack Jansen | 2001-09-04 | 3 | -0/+0 |
| | | | | artist (and a certain artist didn't jump in, yet). | ||||
* | Added the last few missing files, and put everything in the right packages. | Jack Jansen | 2001-09-02 | 1 | -0/+0 |
| | | | | Tested, too:-) | ||||
* | Silly typos. | Jack Jansen | 2001-09-02 | 1 | -2/+2 |
| | |||||
* | Don't call PyMac_HandleEvent in unix-Python | Jack Jansen | 2001-09-02 | 1 | -0/+2 |
| | |||||
* | Regenerated, mainly for new GC routines. | Jack Jansen | 2001-09-01 | 2 | -8/+38 |
| | |||||
* | xx.prj has been replaced by xx.mcp. | Jack Jansen | 2001-09-01 | 1 | -74/+183 |
| | |||||
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 2 | -7/+9 |
| | | | | Moved the declarations to pymactoolbox.h. | ||||
* | Don't call PyMac_HandleEvent if we're in unix-Python. | Jack Jansen | 2001-09-01 | 2 | -0/+4 |
| | |||||
* | Include Carbon/Carbon.h if we're on OSX. | Jack Jansen | 2001-09-01 | 2 | -2/+2 |
| | |||||
* | Updated the Popt resources for the applets to the newest version. | Jack Jansen | 2001-09-01 | 7 | -0/+0 |
| | |||||
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 2 | -23/+37 |
| | | | | | | | | and accepting unix-style newlines on input. Also (finally) added a startup option to get -vv behaviour. Moved __convert_to_newlines to main.c because that's easier with the newline option. | ||||
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 6 | -13/+28 |
| | | | | and accepting unix-style newlines on input. | ||||
* | Added all the new files in the right packages and file groups (I think, ↵ | Jack Jansen | 2001-08-30 | 1 | -0/+0 |
| | | | | untested). | ||||
* | Superseded by the (generated) xx.mcp. | Jack Jansen | 2001-08-30 | 1 | -0/+0 |
| | |||||
* | Case mismatch in "import Types". Apparently nobody has looked at this for a ↵ | Jack Jansen | 2001-08-30 | 1 | -2/+2 |
| | | | | looooong time. Reported by Chris Smith. | ||||
* | 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. | ||||
* | Started on the 2.2a2 installer | Jack Jansen | 2001-08-30 | 1 | -0/+0 |
| | |||||
* | Added xx and xxsubtype modules, for completeness and because xxsubtype is ↵ | Jack Jansen | 2001-08-29 | 2 | -0/+7 |
| | | | | used by the test suite. | ||||
* | Started on release notes and readme for 2.2a2. | Jack Jansen | 2001-08-29 | 2 | -52/+113 |
| | |||||
* | Experimental feature: allow \n as well as \r as newline for text files, by ↵ | Jack Jansen | 2001-08-27 | 1 | -0/+17 |
| | | | | breaking in to the lowlevel I/O system. Can be disabled by defining WITHOUT_UNIX_NEWLINES. | ||||
* | exceptions was missing from the module list. Added. | Jack Jansen | 2001-08-27 | 1 | -0/+1 |
| | |||||
* | Use the new macresource module to open the accompanying resource file (if ↵ | Jack Jansen | 2001-08-27 | 13 | -102/+37 |
| | | | | needed). | ||||
* | 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. | ||||
* | 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 |
| | | | | | | get these by specifying maxval=0, which is now also the default. Untested. | ||||
* | When we're freezing to sourcecode and one of the modules is a dynamic module ↵ | Jack Jansen | 2001-08-27 | 1 | -0/+4 |
| | | | | that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package. | ||||
* | 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 ↵ | Jack Jansen | 2001-08-27 | 1 | -0/+0 |
| | | | | want to go through fullbuild.py. | ||||
* | - A forgotten "from Carbon". | Jack Jansen | 2001-08-27 | 1 | -2/+3 |
| | | | | | - Made the "killed unknown window" code dependent on a global var, so you can easily turn the behaviour off for IDE debugging. | ||||
* | 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 ↵ | Jack Jansen | 2001-08-25 | 45 | -0/+135 |
| | | | | DepracationWarning in the compatibility modules. | ||||
* | 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 ↵ | Jack Jansen | 2001-08-23 | 26 | -172/+178 |
| | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
* | These long dead files somehow got revived. Killed them (but for how | Jack Jansen | 2001-08-21 | 4 | -654/+0 |
| | | | | long? :-). | ||||
* | This file has been dead for aeons. I have no idea how it suddenly | Jack Jansen | 2001-08-21 | 1 | -2/+0 |
| | | | | surfaced again. | ||||
* | 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. | ||||
* | Various toolbox modules were generated in lib-dynload accidentally | Jack Jansen | 2001-08-20 | 1 | -3/+3 |
| | | | | in stead of in Carbon. Fixed. |