summaryrefslogtreecommitdiff
path: root/Mac/Modules/file
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-759/+758
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-031-0/+2
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-5/+0
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-193-122/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-192-8/+0
* Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ...Jack Jansen2003-03-212-2/+4
* Allow unicode pathnames where FSRefs are expected. Fixes 696253.Jack Jansen2003-03-112-4/+10
* The FSAliasFile routines also have an in/out parameter.Jack Jansen2003-02-022-4/+9
* Added a missing INCREF in pathname().Jack Jansen2003-01-282-2/+6
* FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...Jack Jansen2003-01-262-2/+52
* Added a convenience routine pathname() which accepts either a string, unicode,Jack Jansen2003-01-192-3/+37
* Implemented FSCatalogInfo structure support, and used this to implementJack Jansen2003-01-152-12/+2
* Implemented FSCatalogInfo.Jack Jansen2003-01-123-27/+705
* Started on implementing support for FSCatalogInfo. Doesn't work yet, don'tJack Jansen2003-01-092-2/+60
* Second-argument alias methods were generated with a variation onJack Jansen2002-12-262-53/+53
* If you entered a pathname for a nonexisting file to a FSSpec constructorJack Jansen2002-12-252-0/+4
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-0/+4
* Added the last missing bits of functionality, and fixed a nasty bug where weJack Jansen2002-12-192-129/+385
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-191-3/+3
* - Added rawdata initializersJack Jansen2002-12-183-124/+339
* Fixed silly typo.Jack Jansen2002-12-172-4/+9
* Include Finder.h too in the list of header files to parse: the finderJack Jansen2002-12-171-1/+2
* - Added as_pathname and as_tuple methodsJack Jansen2002-12-172-19/+205
* Combined alias and file into a single module. This is the only reasonableJack Jansen2002-12-153-579/+1742
* Tweaks to make this module OS9-compatible.Jack Jansen2002-12-133-13/+31
* Got angry and added support for pretty much the whole file and folderJack Jansen2002-11-223-0/+1754