- 17 Haz, 2003 17 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
capitalize in AbstractHTTPHandler before inserting headers into HTTP instance. Closes bug #649742, again.
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
huge start and stop arguments. Add tests.
-
Ken Manheimer yazdı
evil - if the last grubbed buffer didn't happen to be the right one, you couldn't remedy. Mainline emacs compat - don't use third arg to buffer-substring (which was for explicitly identifying the buffer in which to seek the substring, and which turns out to be unnecessary).
-
Raymond Hettinger yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Jack Jansen yazdı
administrators can still not add packages.
-
Guido van Rossum yazdı
- don't use min() and max() - interpret negative start/stop argument like negative slice indices
-
Walter Dörwald yazdı
struct_passwd attributes and +=. From SF patch #755245.
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
Also, modified UserList.index() to match and expanded the related tests.
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
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 Haz, 2003 15 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
-
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 8 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.
-