- 25 Ock, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
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.
-
- 23 Ock, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 17 Tem, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Tem, 2005 1 kayıt (commit)
-
-
Jack Jansen yazdı
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.
-
- 03 Tem, 2005 1 kayıt (commit)
-
-
Jack Jansen yazdı
they are now _self, _args and _kwds.
-
- 05 Kas, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(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
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 03 Ara, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
Completely untested.
-
- 20 Kas, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
Cleaned up various things in the toolbox modules.
-
- 19 Kas, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
MacOS9isms.
-
- 21 Mar, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9.
-
- 11 Mar, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 02 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 28 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 26 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 19 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
FSSpec or FSRef object and returns an 8-bit pathname (utf8 encoded).
-
- 15 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
FSSpec.SetDates() and GetDates(). Closes #662836.
-
- 12 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 09 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
try it.
-
- 26 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
MethodGenerator, this should be OSErrMethodGenerator.
-
- 25 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
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.
-
- 23 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
- Regenerated with the correct calls to PyType_Ready and the correct deallocator calls.
-
- 19 Ara, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
could overwrite memory.
-
Jack Jansen yazdı
-
- 18 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
- Added support for optional FSSpecs and FSRefs to the Alias routines. NewAlias and friends are still functions, though, not methods.
-
- 17 Ara, 2002 3 kayıt (commit)
-
-
Jack Jansen yazdı
Added comment (to myself) on what still needs to be done.
-
Jack Jansen yazdı
constants have tradiationally been in MACFS.py.
-
Jack Jansen yazdı
- 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.
-
- 15 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
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.
-
- 13 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 22 Kas, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
manager. This should allow us the get rid of most of the FSSpecs, only navigation services remains to be done.
-