- 17 Şub, 2001 6 kayıt (commit)
-
-
Tim Peters yazdı
Checking in Moshe's patch after rewrapping some paragraphs (to consume fewer columns) and repairing that I/2.**J lost the I.
-
Andrew M. Kuchling yazdı
value for it, as suggested in bug #129854. This prevents an old PYTHONPATH confusing setup.py (say, if it results in Python finding an old version of the Distutils)
-
Tim Peters yazdı
[k for k in dir() if k[0] != "_"] can be used to get the non-private names (used to contain "[1]").
-
Andrew M. Kuchling yazdı
This partially fixes bug #128930.
-
Andrew M. Kuchling yazdı
Makefile.pre.in was added in 1.4
-
Andrew M. Kuchling yazdı
-
- 16 Şub, 2001 18 kayıt (commit)
-
-
Fred Drake yazdı
-
Jack Jansen yazdı
incorporating them in a vanilla Python under MacOSX (i.e. in a non-MacPython-Python). Not complete and up-to-date right now, but that'll be fixed shortly.
-
Fred Drake yazdı
compiled only for some versions of Expat, but was no longer needed as the new implementation works for all versions. Keeping it created multiple definitions for Expat 1.2, which caused compilation to fail.
-
Thomas Wouters yazdı
continue-inside-try patch. Partly fixes SF bug #132597.
-
Neil Schemenauer yazdı
sure if that information is still relevant though.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
the README file.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
allow building with a read-only source tree (although I haven't tried it).
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
SF patch #103680.
-
Neil Schemenauer yazdı
Modules/ld_so_beos. Closes SF patch #103679.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
- 15 Şub, 2001 11 kayıt (commit)
-
-
Tim Peters yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Skip Montanaro yazdı
also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
-
Skip Montanaro yazdı
redirection recursion.
-
Skip Montanaro yazdı
number of entries into http_error_302 exceeds the value set for the maxtries attribute (which defaults to 10), the recursion is exited by calling the http_error_500 method (or if that is not defined, http_error_default).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
SF patch #103517 by mfx.
-
Thomas Wouters yazdı
setting the non-C++ compiler to a threadsafe one as well.
-
Thomas Wouters yazdı
bugreport, just an IRC one by Marion Delgado.) These prototypes are necessary because the functions are tossed around, not just called.
-
Fred Drake yazdı
Fix a few markup nits. Work around a LaTeX2HTML nuisance.
-
- 14 Şub, 2001 5 kayıt (commit)
-
-
Fred Drake yazdı
unpacks the development version of the docs on SF.
-
Fred Drake yazdı
-
Fred Drake yazdı
draft. I'm not sure that's important, but Uche thinks it is.
-
Fred Drake yazdı
pyexpat.c revision 2.40.
-
Fred Drake yazdı
in_callback field that's set to true whenever a callback into an event handler is true. Needed for: set_error(): Add line number of offset information to the exception as attributes, so users don't need to parse the text of the message. set_error_attr(): New helper function for set_error(). xmlparse_GetInputContext(): New function of the parser object; returns the document source for an event during a callback, None at all other times. xmlparse_SetParamEntityParsing(): Make the signature consistent with the other parser methods (use xmlparseobject* for self instead of PyObject*). initpyexpat(): Don't lose the reference to the exception class! call_with_frame(), getcode(): Re-indent to be consistent with the rest of the file.
-