Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bit the bullet and enabled garbage collection (finally). | Jack Jansen | 2001-08-07 | 5 | -12/+64 |
| | | | | Also updated pyconfig.h to the current state of pyconfig.h.in. | ||||
* | Oops, arg type for the glue routine was wrong. | Jack Jansen | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | Show the MacPython IDE version in the interactive banner. | Just van Rossum | 2001-08-06 | 1 | -1/+4 |
| | |||||
* | PyMac_GetFSSpec must be called via the dylib glue code on OSX. | Jack Jansen | 2001-08-03 | 3 | -1/+20 |
| | |||||
* | If we use frameworks we should include CoreServices/CoreServices.h, not the | Jack Jansen | 2001-08-03 | 2 | -2/+2 |
| | | | | old-style CoreFoundation.h. | ||||
* | TXNTSMCheck isn't available under Mach-O Carbon. | Jack Jansen | 2001-08-03 | 2 | -2/+10 |
| | |||||
* | 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 | 19 | -8502/+0 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 26 | -122/+162 |
| | |||||
* | (Finally) converted to new-style args. | Jack Jansen | 2001-08-03 | 1 | -37/+136 |
| | | | | | | | Added an optional (and ignored) 3d parameter to open() to make the signature compatible with posixmodule. Added the various O_ constants (by stealing the code from posixmodule). test_fileinput now passes. | ||||
* | Added descrobject.c and mysnprintf.c | Jack Jansen | 2001-08-03 | 2 | -0/+0 |
| | |||||
* | Regenerated for new description stuff. | Jack Jansen | 2001-08-03 | 2 | -326/+456 |
| | |||||
* | config.h renamed to pyconfig.h | Jack Jansen | 2001-07-27 | 2 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 2 | -3/+2 |
| | |||||
* | Used an adapted MethodGenerator to generate methods too for functions that ↵ | Jack Jansen | 2001-07-17 | 3 | -326/+300 |
| | | | | have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). | ||||
* | Typo in the classic mlte build line. | Jack Jansen | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | The TNXDraw gworld argument is optional. | Jack Jansen | 2001-07-16 | 3 | -2/+35 |
| | |||||
* | It now works under Carbon. Under Classic the scrollbars don't show | Jack Jansen | 2001-07-16 | 1 | -104/+15 |
| | | | | up, for reasons unknown. | ||||
* | Minimal text editor using MLTE (code based on wed.py, the waste demo). | Jack Jansen | 2001-07-14 | 1 | -0/+464 |
| | | | | | It's sort-of starting to work, but there's still problems with redraws and with resizing the window. | ||||
* | Various small fixes. The demo now starts to limp along. | Jack Jansen | 2001-07-14 | 3 | -2/+36 |
| | |||||
* | The constants for MLTE. | Jack Jansen | 2001-07-14 | 1 | -0/+164 |
| | |||||
* | Fixed the mis-guessed parameters and added support for a few optional ↵ | Jack Jansen | 2001-07-13 | 3 | -20/+143 |
| | | | | parameter types. There's a good chance that this is usable now (but there's no test code yet). | ||||
* | Added Mlte module (which, to my surprise, is available for classic ppc as well). | Jack Jansen | 2001-07-13 | 2 | -1/+5 |
| | |||||
* | First stab at an interface to the Multi Language Text Editor. It compiles ↵ | Jack Jansen | 2001-07-13 | 3 | -0/+1528 |
| | | | | and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first. | ||||
* | Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh... | Jack Jansen | 2001-07-12 | 1 | -1/+1 |
| | |||||
* | - fixed some re usage, partly so it'll still work when re uses pre instead | Just van Rossum | 2001-07-10 | 4 | -43/+38 |
| | | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again.. | ||||
* | Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs ↵ | Jack Jansen | 2001-07-08 | 3 | -74/+282 |
| | | | | | | | | and pathnames where applicable. PyMac_GetFSSpec and PyMac_BuildFSSpec have moved to macfsmodule from macglue. These mods are untested on OSX. | ||||
* | - minor cleanup, removed bogus comments | Just van Rossum | 2001-07-05 | 1 | -9/+13 |
| | | | | | - make method reload handle __private attrs correctly - fixed whole word search | ||||
* | don't crash when encountering bad marshal data | Just van Rossum | 2001-07-05 | 1 | -1/+2 |
| | |||||
* | Do conversion of CFStrings to/from unicode. | unknown | 2001-07-04 | 2 | -43/+255 |
| | |||||
* | Set the default 8-bit encoding based on the system script and language. | unknown | 2001-07-04 | 1 | -0/+2 |
| | |||||
* | Don't promise mac-japanese encoding as we don't have a codec for it. | unknown | 2001-07-04 | 1 | -1/+4 |
| | | | | Return a reasonable name for the general macos exception (MacOS.Error). | ||||
* | Added the new unicode defines. Not really tested yet, but Python compiles ↵ | Jack Jansen | 2001-07-02 | 1 | -0/+9 |
| | | | | again at least. | ||||
* | - Use weaklink generators so we can support OSX-only calls without crashing ↵ | Jack Jansen | 2001-07-01 | 2 | -5/+41 |
| | | | | | | on OS9. - Convert CFString to/from Python strings. Currently always MacRoman, to be fixed later (as is unicode support). Python->CFString conversion is automatic. | ||||
* | Added CFURL support, and got base chaining to really work. | Jack Jansen | 2001-06-28 | 3 | -46/+547 |
| | |||||
* | CFArray, CFData and CFDictonary are now covered, but mainly opaque. | Jack Jansen | 2001-06-27 | 3 | -9/+2372 |
| | | | | CFStrings are in better shape, but Unicode support and automatic conversion to/from Python strings remains to be done. | ||||
* | Added CF module build and project generation (carbon only). | Jack Jansen | 2001-06-26 | 2 | -0/+5 |
| |