- 16 Haz, 2003 13 kayıt (commit)
-
-
Neil Schemenauer yazdı
operate on the module dictionary directly. This prevents spurious depreciation warnings from being raised if a submodule name shadows a builtin name.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
SF bug [ 751276 ] cPickle doesn't raise error, pickle does (recursiondepth) Most of the calls to PyErr_Clear() were intended to catch & clear an attribute error and try something different. Guard all those cases with a PyErr_ExceptionMatches() and fail if some other error occurred. The other error is likely a bug in the user code. This is basically the C equivalent of changing "except:" to "except AttributeError:"
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Jack Jansen yazdı
build directory is found to exist we don't clean it up. We also use configure -C. All this lets us keep build directories, which graeatly speeds up the process of debugging installers.
-
Jack Jansen yazdı
to /. Pathnames are correct for installing to / since the DESTDIR patch.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
manager (if it isn't needed).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Build idle from new location - use ln -fsn when linking files.
-
Gustavo Niemeyer yazdı
besides plain tuples.
-
- 15 Haz, 2003 15 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
tell Windows Truth too. Bugfix candidate.
-
Brett Cannon yazdı
Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument.
-
Brett Cannon yazdı
Return None to signal that the module the object was defined in was not found when object has no __name__ attr but is needed to figure out location of object.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
unique boundary strings within a program run are guaranteed. On Windows, duplicates were pretty likely, due to the coarse granularity of time.time. Toned down the absurdly optimistic claims in the docstring. Bugfix candidate.
-
Guido van Rossum yazdı
Also install the start script from Tools/script/idle. (This may change again.)
-
Guido van Rossum yazdı
Tools/idle, in both source and destination. (There are still problems when running the IDLE icon, but they don't seem to have to do with the installer.)
-
Guido van Rossum yazdı
This was reported in the IDLEFORK bug tracker as #754971.
-
Kurt B. Kaiser yazdı
Convert characters from the locale's encoding on output
-
Kurt B. Kaiser yazdı
by providing other modules access to globals set up in PyShell.main()
-
Kurt B. Kaiser yazdı
-
Greg Ward yazdı
Define True and False (if necessary) so this module can be copied as-is to other projects (eg. Optik, Docutils) that don't depend on Python 2.3.
-
- 14 Haz, 2003 12 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
follow-up to #621891.
-
Martin v. Löwis yazdı
-
Kurt B. Kaiser yazdı
Remove deprecated tempfile usage
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Fixes #754447.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-