Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed an edit instruction because of a changed parameter name (sigh). | Jack Jansen | 2003-02-04 | 2 | -7/+10 |
| | |||||
* | The FSAliasFile routines also have an in/out parameter. | Jack Jansen | 2003-02-02 | 2 | -4/+9 |
| | |||||
* | patch #678211 from Robin Dunn | Just van Rossum | 2003-02-01 | 1 | -7/+15 |
| | |||||
* | Added a missing INCREF in pathname(). | Jack Jansen | 2003-01-28 | 2 | -2/+6 |
| | |||||
* | Install "python$(VERSION)" into /usr/local as the symlink to the framework, | Jack Jansen | 2003-01-28 | 1 | -2/+4 |
| | | | | | and also create a symlink "python" pointing to "python$(VERSION)". Fixes #675745. | ||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 5 | -29/+30 |
| | |||||
* | Fix an omission in the previous checkin. | Jack Jansen | 2003-01-26 | 1 | -1/+1 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 16 | -78/+72 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 3 | -39/+34 |
| | |||||
* | FSRef and EasyDialogs pathname support was pretty much broken in ↵ | Jack Jansen | 2003-01-26 | 2 | -2/+52 |
| | | | | MacPython-OS9. Fixed. | ||||
* | Getting rid of StandardGetFile | Jack Jansen | 2003-01-22 | 3 | -17/+13 |
| | |||||
* | Fix bug #670845: cut & clear in the output window now work, in that | Just van Rossum | 2003-01-20 | 1 | -0/+6 |
| | | | | | - clear clears the entire buffer - cut doesn't cut, but copies. | ||||
* | Added a convenience routine pathname() which accepts either a string, unicode, | Jack Jansen | 2003-01-19 | 2 | -3/+37 |
| | | | | FSSpec or FSRef object and returns an 8-bit pathname (utf8 encoded). | ||||
* | Fixed the first two bugs in the new file dialogs (found by Just): | Jack Jansen | 2003-01-17 | 1 | -10/+11 |
| | | | | | - AskFileForSave didn't work for string return values - filterProc didn't work. | ||||
* | It turns out that some calls return AEDesc records that are "borrowed", | Jack Jansen | 2003-01-17 | 2 | -3/+69 |
| | | | | | | | the AEDesc data shouldn't be disposed when the Python object is. Added a C call AEDesc_NewBorrowed() to create these objects and a Python method old=AEDesc.AutoDispose(onoff) to change auto-dispose state. | ||||
* | For reasons unknown previewProc and filterProc were disabled. Enabled them. | Jack Jansen | 2003-01-17 | 1 | -4/+2 |
| | |||||
* | Implemented FSCatalogInfo structure support, and used this to implement | Jack Jansen | 2003-01-15 | 2 | -12/+2 |
| | | | | FSSpec.SetDates() and GetDates(). Closes #662836. | ||||
* | Implemented FSCatalogInfo. | Jack Jansen | 2003-01-12 | 3 | -27/+705 |
| | |||||
* | Started on implementing support for FSCatalogInfo. Doesn't work yet, don't | Jack Jansen | 2003-01-09 | 2 | -2/+60 |
| | | | | try it. | ||||
* | interpret utf-8 file names on OSX | Just van Rossum | 2003-01-09 | 1 | -0/+2 |
| | |||||
* | removed silly & mask, avoiding FutureWarning | Just van Rossum | 2003-01-09 | 1 | -2/+2 |
| | |||||
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 27 | -290/+220 |
| | |||||
* | correct comment (and add newline at end) | Just van Rossum | 2003-01-04 | 1 | -2/+2 |
| | |||||
* | Added zipimport and _random module. | Jack Jansen | 2002-12-30 | 3 | -0/+4 |
| | |||||
* | Changed sys.path initializer because of addition of Lib/plat-mac and a few minor | Jack Jansen | 2002-12-30 | 1 | -4/+3 |
| | | | | things. | ||||
* | Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now | Jack Jansen | 2002-12-30 | 2 | -82/+6 |
| | | | | | | | | | | | knows about plat-mac subdirectories, and configure adds a variable EXTRAPLATDIR. These together take care of copying Lib/plat-mac to the destination on darwin. Adding plat-mac is still done with a .pth file which is only created when you do a framework build. I'm not 100% happy with this, but fixing it really needs a functional pythonw in non-framework builds, and I don't think I can do that before 2.3a1 (but I'll try:-). | ||||
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 135 | -32096/+0 |
| | | | | | | | in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc). | ||||
* | This file hasn't been committed for a long time, because it erronuously ended | Jack Jansen | 2002-12-30 | 1 | -41/+153 |
| | | | | up in the Carbon package. | ||||
* | Long-obsolete, replaced by Carbon.Sound. | Jack Jansen | 2002-12-30 | 1 | -64/+0 |
| | |||||
* | Changed the input field for the interpreter to use (in the preferences | Jack Jansen | 2002-12-26 | 9 | -10/+52 |
| | | | | window) to a combobox listing the known interpreters. | ||||
* | macfsn is gone. | Jack Jansen | 2002-12-26 | 1 | -1/+1 |
| | |||||
* | Integrated macfsn into macfs, and made the Standard File calls return the | Jack Jansen | 2002-12-26 | 2 | -169/+140 |
| | | | | correct FSSpec implementations. | ||||
* | Return the macfs variation for FSSpec and Alias, not the underlying | Jack Jansen | 2002-12-26 | 1 | -3/+5 |
| | | | | Carbon.File version, so the old method names work. | ||||
* | Second-argument alias methods were generated with a variation on | Jack Jansen | 2002-12-26 | 2 | -53/+53 |
| | | | | MethodGenerator, this should be OSErrMethodGenerator. | ||||
* | If you entered a pathname for a nonexisting file to a FSSpec constructor | Jack Jansen | 2002-12-25 | 2 | -0/+4 |
| | | | | | on OSX then the actual error (file not found) was obscured by the error message that tried to be helpful about the allowed arguments. Fixed. | ||||
* | Changed folder name for apps from Python to MacPython-$(VERSION) (for a | Jack Jansen | 2002-12-25 | 2 | -2/+2 |
| | | | | | normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the experimental Jaguar addon install). | ||||
* | Added File and Folder, removed macfs. | Jack Jansen | 2002-12-24 | 2 | -0/+0 |
| | |||||
* | Fixed typo. | Jack Jansen | 2002-12-24 | 1 | -1/+1 |
| | |||||
* | Removed macfs, added File and Folder. | Jack Jansen | 2002-12-24 | 1 | -2/+4 |
| | |||||
* | Updated for demise of macfs. | Jack Jansen | 2002-12-24 | 2 | -2/+0 |
| | |||||
* | - Various tweaks to shut up compiler warnings. | Jack Jansen | 2002-12-23 | 27 | -86/+157 |
| | | | | | - Regenerated with the correct calls to PyType_Ready and the correct deallocator calls. | ||||
* | - Various tweaks to forestall compiler warnings. | Jack Jansen | 2002-12-23 | 2 | -16/+30 |
| | |||||
* | Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. | Jack Jansen | 2002-12-23 | 1 | -75/+0 |
| | |||||
* | The extension module macfs has been replaced by a pure Python version. | Jack Jansen | 2002-12-19 | 1 | -1192/+0 |
| | |||||
* | Added the last missing bits of functionality, and fixed a nasty bug where we | Jack Jansen | 2002-12-19 | 2 | -129/+385 |
| | | | | could overwrite memory. | ||||
* | A replacement for the macfs extension module, implemented with normal | Jack Jansen | 2002-12-19 | 1 | -20/+26 |
| | | | | | | (generated) Carbon module functionality. Not 100% complete yet, but at least the IDE doesn't crash on startup. | ||||
* | Gone: the constants have been moved to macfs.py (which, upon import, also | Jack Jansen | 2002-12-19 | 1 | -106/+0 |
| | | | | poses as MACFS for backward compatibility). | ||||
* | Regenerated with inheritance-aware xxxx_Check() macros. | Jack Jansen | 2002-12-19 | 22 | -50/+50 |
| | |||||
* | - Added rawdata initializers | Jack Jansen | 2002-12-18 | 3 | -124/+339 |
| | | | | | - Added support for optional FSSpecs and FSRefs to the Alias routines. NewAlias and friends are still functions, though, not methods. | ||||
* | Fixed silly typo. | Jack Jansen | 2002-12-17 | 2 | -4/+9 |
| | | | | Added comment (to myself) on what still needs to be done. |