summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/file/filesupport.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-897/+0
* Convert raise statements in Mac/.Collin Winter2007-08-221-1/+1
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-2/+2
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-1/+1
* mwh pointed out _Filemodule.c is generated. So to fix the memory leakNeal Norwitz2006-01-251-4/+3
* Whitespace normalization.Tim Peters2005-07-171-38/+38
* Fix for #1236090: FSSpec.as_pathname() crashes.Jack Jansen2005-07-121-1/+48
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-29/+29
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-576/+575
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-191-48/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-4/+0
* Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ...Jack Jansen2003-03-211-1/+2
* Allow unicode pathnames where FSRefs are expected. Fixes 696253.Jack Jansen2003-03-111-2/+5
* Added a missing INCREF in pathname().Jack Jansen2003-01-281-1/+3
* FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...Jack Jansen2003-01-261-1/+26
* Added a convenience routine pathname() which accepts either a string, unicode,Jack Jansen2003-01-191-0/+15
* Implemented FSCatalogInfo structure support, and used this to implementJack Jansen2003-01-151-6/+1
* Implemented FSCatalogInfo.Jack Jansen2003-01-121-12/+188
* Started on implementing support for FSCatalogInfo. Doesn't work yet, don'tJack Jansen2003-01-091-0/+49
* Second-argument alias methods were generated with a variation onJack Jansen2002-12-261-1/+1
* If you entered a pathname for a nonexisting file to a FSSpec constructorJack Jansen2002-12-251-0/+2
* Added the last missing bits of functionality, and fixed a nasty bug where weJack Jansen2002-12-191-53/+130
* - Added rawdata initializersJack Jansen2002-12-181-12/+111
* Fixed silly typo.Jack Jansen2002-12-171-2/+7
* - Added as_pathname and as_tuple methodsJack Jansen2002-12-171-7/+95
* Combined alias and file into a single module. This is the only reasonableJack Jansen2002-12-151-44/+259
* Tweaks to make this module OS9-compatible.Jack Jansen2002-12-131-5/+1
* Got angry and added support for pretty much the whole file and folderJack Jansen2002-11-221-0/+156