Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct None refcount issue in Mac modules. (Are they | Georg Brandl | 2006-05-28 | 2 | -2/+2 |
| | | | | still used?) | ||||
* | Fix some warnings on Mac OS X 10.4 | Neal Norwitz | 2006-04-28 | 1 | -4/+5 |
| | |||||
* | mwh pointed out _Filemodule.c is generated. So to fix the memory leak | Neal Norwitz | 2006-01-25 | 1 | -4/+3 |
| | | | | | | | | | this file (the source) must be fixed. Why isn't there a comment at the top saying the file is generated and why are both the source and generated file checked in? Bootstrap problem? Will backport. | ||||
* | This should fix a mem leak on the Mac. Brett tested it. | Neal Norwitz | 2006-01-23 | 1 | -4/+3 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2005-07-17 | 1 | -38/+38 |
| | |||||
* | Fix for #1236090: FSSpec.as_pathname() crashes. | Jack Jansen | 2005-07-12 | 2 | -2/+93 |
| | | | | | | Turns out patch #1035255 was incomplete, it only patched _Filemodule.c and not filesupport.py. So regenerating caused as_pathname() to go into an infinite loop. | ||||
* | Updated (and regenerated) for name change in tp_init method arguments: | Jack Jansen | 2005-07-03 | 2 | -232/+192 |
| | | | | they are now _self, _args and _kwds. | ||||
* | SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core | Raymond Hettinger | 2004-11-05 | 1 | -1/+44 |
| | | | | | | | | | | | | | (Contributed by Bob Ippolito.) This patch trims down the Python core on Darwin by making it independent of CoreFoundation and CoreServices. It does this by: Changed linker flags in configure/configure.in Removed the unused PyMac_GetAppletScriptFile Moved the implementation of PyMac_StrError to the MacOS module Moved the implementation of PyMac_GetFullPathname to the Carbon.File module | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 2 | -759/+758 |
| | |||||
* | Ported to Universal Headers 3.4.2. Qd and Qt remain to be done. | Jack Jansen | 2003-12-03 | 1 | -0/+2 |
| | | | | Completely untested. | ||||
* | Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. | Jack Jansen | 2003-11-20 | 1 | -5/+0 |
| | | | | Cleaned up various things in the toolbox modules. | ||||
* | Getting rid of code conditional on TARGET_API_MAC_*. | Jack Jansen | 2003-11-19 | 3 | -122/+0 |
| | |||||
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 2 | -8/+0 |
| | | | | MacOS9isms. | ||||
* | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ↵ | Jack Jansen | 2003-03-21 | 2 | -2/+4 |
| | | | | disabling unicode filenames on OS9. | ||||
* | Allow unicode pathnames where FSRefs are expected. Fixes 696253. | Jack Jansen | 2003-03-11 | 2 | -4/+10 |
| | |||||
* | The FSAliasFile routines also have an in/out parameter. | Jack Jansen | 2003-02-02 | 2 | -4/+9 |
| | |||||
* | Added a missing INCREF in pathname(). | Jack Jansen | 2003-01-28 | 2 | -2/+6 |
| | |||||
* | FSRef and EasyDialogs pathname support was pretty much broken in ↵ | Jack Jansen | 2003-01-26 | 2 | -2/+52 |
| | | | | MacPython-OS9. Fixed. | ||||
* | 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). | ||||
* | 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. | ||||
* | 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. | ||||
* | - Various tweaks to shut up compiler warnings. | Jack Jansen | 2002-12-23 | 1 | -0/+4 |
| | | | | | - Regenerated with the correct calls to PyType_Ready and the correct deallocator calls. | ||||
* | 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. | ||||
* | Regenerated with inheritance-aware xxxx_Check() macros. | Jack Jansen | 2002-12-19 | 1 | -3/+3 |
| | |||||
* | - 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. | ||||
* | Include Finder.h too in the list of header files to parse: the finder | Jack Jansen | 2002-12-17 | 1 | -1/+2 |
| | | | | constants have tradiationally been in MACFS.py. | ||||
* | - Added as_pathname and as_tuple methods | Jack Jansen | 2002-12-17 | 2 | -19/+205 |
| | | | | | | | - Added access to the "data" attribute - Fixed the FSRef tp_init routine to accept pathnames on OSX - Changed the FSSpec tp_repr to return something resembling what macfs returns. | ||||
* | Combined alias and file into a single module. This is the only reasonable | Jack Jansen | 2002-12-15 | 3 | -579/+1742 |
| | | | | | | | way to get various alias creation routines as methods of FSSpec or FSRef objects (which is the logical thing, from a Python POV). Also started on the code that will contain all the macfs functionality, so macfs can becode a Python module, to be used mainly for backward compatibility. | ||||
* | Tweaks to make this module OS9-compatible. | Jack Jansen | 2002-12-13 | 3 | -13/+31 |
| | |||||
* | Got angry and added support for pretty much the whole file and folder | Jack Jansen | 2002-11-22 | 3 | -0/+1754 |
manager. This should allow us the get rid of most of the FSSpecs, only navigation services remains to be done. |