- 03 Agu, 2001 31 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
old-style CoreFoundation.h.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the --with-suffix=.exe, but it seems that that is also true for cygwin (or not? should I automatically set it?) - Got --with-next-framework to build on OSX. This is only the build bit, the install still has to be done manually. Moreover, the Python build order isn't really suited to frameworks (where you want to do 'build lib', 'install lib and framework', 'link executable against installed framework' in that order).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Removed: it doesn't work anymore, and it wasn't all that useful anyway. The FrameWork testcode shows similar functionality.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Added an optional (and ignored) 3d parameter to open() to make the signature compatible with posixmodule. Added the various O_ constants (by stealing the code from posixmodule). test_fileinput now passes.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off).
-
Tim Peters yazdı
summary of the preceding choices. No idea if this is "the right way" to do it, but it's exactly painful enough to make me suspect it's the only way <wink>.
-
Martin v. Löwis yazdı
Since getnameinfo is not implemented, remove __APPLE__ check here.
-
Steven M. Gava yazdı
-
Fred Drake yazdı
for keys that are not in the dictionary.
-
Fred Drake yazdı
get() method; just calling them is sufficient. (There was a get() method for this in an early version of the implementation.) Reported by Mats Wichmann.
-
- 02 Agu, 2001 9 kayıt (commit)
-
-
Tim Peters yazdı
-
Fred Drake yazdı
as the callable, so use more flexible language.
-
Fred Drake yazdı
documents do not make an overly-strong assertion about the properties of RE concatenation. Add an example of RE{m,} syntax and what it will and will not match.
-
Fred Drake yazdı
-
Fred Drake yazdı
fragments when discussing equivalence of thhe C API to what a Python programmer sees. Added descriptions of PyEval_SetProfile() and PyEval_SetTrace().
-
Tim Peters yazdı
rewrite_file(): Delete both .pyc and .pyo leftovers, and explicitly close the new source file after writing to it.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-