- 17 Jun, 2003 1 commit
-
-
Tim Peters authored
A change from Duncan Booth, to deal with changes in the way pgen gets built. Note that graminit.[ch] aren't normally built on Windows (they're obtained from CVS).
-
- 16 Jun, 2003 15 commits
-
-
Neal Norwitz authored
-
Brett Cannon authored
-
Neil Schemenauer authored
operate on the module dictionary directly. This prevents spurious depreciation warnings from being raised if a submodule name shadows a builtin name.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
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 authored
-
Kurt B. Kaiser authored
-
Jack Jansen authored
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 authored
to /. Pathnames are correct for installing to / since the DESTDIR patch.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
manager (if it isn't needed).
-
Jack Jansen authored
-
Jack Jansen authored
- Build idle from new location - use ln -fsn when linking files.
-
Gustavo Niemeyer authored
besides plain tuples.
-
- 15 Jun, 2003 15 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
tell Windows Truth too. Bugfix candidate.
-
Brett Cannon authored
Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument.
-
Brett Cannon authored
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 authored
-
Tim Peters authored
-
Tim Peters authored
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 authored
Also install the start script from Tools/script/idle. (This may change again.)
-
Guido van Rossum authored
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 authored
This was reported in the IDLEFORK bug tracker as #754971.
-
Kurt B. Kaiser authored
Convert characters from the locale's encoding on output
-
Kurt B. Kaiser authored
by providing other modules access to globals set up in PyShell.main()
-
Kurt B. Kaiser authored
-
Greg Ward authored
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 Jun, 2003 9 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
follow-up to #621891.
-
Martin v. Löwis authored
-
Kurt B. Kaiser authored
Remove deprecated tempfile usage
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #754447.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-