- 03 Aug, 2001 17 commits
-
-
Jack Jansen authored
Removed: it doesn't work anymore, and it wasn't all that useful anyway. The FrameWork testcode shows similar functionality.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
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 authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off).
-
Tim Peters authored
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 authored
Since getnameinfo is not implemented, remove __APPLE__ check here.
-
Steven M. Gava authored
-
Fred Drake authored
for keys that are not in the dictionary.
-
Fred Drake authored
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 Aug, 2001 16 commits
-
-
Tim Peters authored
-
Fred Drake authored
as the callable, so use more flexible language.
-
Fred Drake authored
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 authored
-
Fred Drake authored
fragments when discussing equivalence of thhe C API to what a Python programmer sees. Added descriptions of PyEval_SetProfile() and PyEval_SetTrace().
-
Tim Peters authored
rewrite_file(): Delete both .pyc and .pyo leftovers, and explicitly close the new source file after writing to it.
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
Add an entry for the distutils.sysconfig module docs.
-
Fred Drake authored
-
Guido van Rossum authored
Original by Alex Coventry (in SF patch #441791), adapted to the standard regression test framework.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
(which didn't actually exist!) incorrectly.
-
Tim Peters authored
-
- 01 Aug, 2001 7 commits
-
-
Fred Drake authored
Thanks to Nathaniel Gray for reporting the confusion.
-
Fred Drake authored
Thanks to Nathaniel Gray for reporting the confusion.
-
Tim Peters authored
-
Tim Peters authored
complete test_import).
-
Tim Peters authored
-
Tim Peters authored
others (wrong title, inconsistent layout). Also tried to make the dialog text clearer, and spelled out what the "yes" and "no" buttons *mean*.
-
Guido van Rossum authored
-