- 03 Agu, 2001 12 kayıt (commit)
-
-
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 16 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ı
-
Fred Drake yazdı
Add an entry for the distutils.sysconfig module docs.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Original by Alex Coventry (in SF patch #441791), adapted to the standard regression test framework.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
(which didn't actually exist!) incorrectly.
-
Tim Peters yazdı
-
- 01 Agu, 2001 12 kayıt (commit)
-
-
Fred Drake yazdı
Thanks to Nathaniel Gray for reporting the confusion.
-
Fred Drake yazdı
Thanks to Nathaniel Gray for reporting the confusion.
-
Tim Peters yazdı
-
Tim Peters yazdı
complete test_import).
-
Tim Peters yazdı
-
Tim Peters yazdı
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 yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
This closes SF bug #445749.
-
Fred Drake yazdı
re.sub(). This closes SF bug #446136. Fixed description of RE modifiers so that RE{#} and RE{#,} are more clearly described and disambiguated (plain RE{#} had not been described at all). Reported by Jeremy Craven via email.
-
Fred Drake yazdı
way... This closes SF bug #444842.
-
Tim Peters yazdı
delete the Tools and Lib directories at uninstall time. However, under the old version of Wise, they didn't actually do anything. Under the new version, they work as advertised, and even delete files users added. Got rid of those, and replaced them with similar uninstall cmds that get rid of all .pyc and .pyo files (whether or not the installer created them). This works nicely! It still tears down the directory structure, except for those directories needed to get to any non-.pyc/o file(s) the user may have added.
-