Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport: | Neal Norwitz | 2006-01-25 | 1 | -4/+3 |
| | | | | | mwh pointed out _Filemodule.c is generated. So to fix the memory leak this file (the source) must be fixed. | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -576/+575 |
| | |||||
* | Getting rid of code conditional on TARGET_API_MAC_*. | Jack Jansen | 2003-11-19 | 1 | -48/+0 |
| | |||||
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 1 | -4/+0 |
| | | | | MacOS9isms. | ||||
* | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ↵ | Jack Jansen | 2003-03-21 | 1 | -1/+2 |
| | | | | disabling unicode filenames on OS9. | ||||
* | Allow unicode pathnames where FSRefs are expected. Fixes 696253. | Jack Jansen | 2003-03-11 | 1 | -2/+5 |
| | |||||
* | Added a missing INCREF in pathname(). | Jack Jansen | 2003-01-28 | 1 | -1/+3 |
| | |||||
* | FSRef and EasyDialogs pathname support was pretty much broken in ↵ | Jack Jansen | 2003-01-26 | 1 | -1/+26 |
| | | | | MacPython-OS9. Fixed. | ||||
* | Added a convenience routine pathname() which accepts either a string, unicode, | Jack Jansen | 2003-01-19 | 1 | -0/+15 |
| | | | | 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 | 1 | -6/+1 |
| | | | | FSSpec.SetDates() and GetDates(). Closes #662836. | ||||
* | Implemented FSCatalogInfo. | Jack Jansen | 2003-01-12 | 1 | -12/+188 |
| | |||||
* | Started on implementing support for FSCatalogInfo. Doesn't work yet, don't | Jack Jansen | 2003-01-09 | 1 | -0/+49 |
| | | | | try it. | ||||
* | Second-argument alias methods were generated with a variation on | Jack Jansen | 2002-12-26 | 1 | -1/+1 |
| | | | | MethodGenerator, this should be OSErrMethodGenerator. | ||||
* | If you entered a pathname for a nonexisting file to a FSSpec constructor | Jack Jansen | 2002-12-25 | 1 | -0/+2 |
| | | | | | 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. | ||||
* | Added the last missing bits of functionality, and fixed a nasty bug where we | Jack Jansen | 2002-12-19 | 1 | -53/+130 |
| | | | | could overwrite memory. | ||||
* | - Added rawdata initializers | Jack Jansen | 2002-12-18 | 1 | -12/+111 |
| | | | | | - 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 | 1 | -2/+7 |
| | | | | Added comment (to myself) on what still needs to be done. | ||||
* | - Added as_pathname and as_tuple methods | Jack Jansen | 2002-12-17 | 1 | -7/+95 |
| | | | | | | | - 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 | 1 | -44/+259 |
| | | | | | | | 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 | 1 | -5/+1 |
| | |||||
* | Got angry and added support for pretty much the whole file and folder | Jack Jansen | 2002-11-22 | 1 | -0/+156 |
manager. This should allow us the get rid of most of the FSSpecs, only navigation services remains to be done. |