- 25 Agu, 2000 18 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
some changes.
-
Fred Drake yazdı
Added prototype to remove yet another warning. Make a number of the handlers and helpers "static" since they are not used in other C source files. This also reduces the number of warnings. Make a lot of the code "more Python". (Need to get the style guide done!)
-
Fred Drake yazdı
Minor cleanups.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
closes bug #111928
-
Sjoerd Mullender yazdı
-
Sjoerd Mullender yazdı
Don't people *test* their changes?
-
Thomas Wouters yazdı
-
Tim Peters yazdı
much more explicit. Also document that we're moving to Tcl/Tk 8.3.2. Simplify .dsp files by getting rid of useless include paths. .wse file changed to reflect that my setup is different than Guido's: if you *build* a Python distro using python20.wse, beware!
-
Thomas Wouters yazdı
(This fix is a bit broken, just as the test already was: the test for testlist and listmaker are done always, whereas the test for exprlist and the actual abort() are only done if Py_DEBUG is defined. Suggestions welcome, I guess ;)
-
Fred Drake yazdı
(simplify making HTTP POST requests). Added documentation of URLopener.version and how it can be overridden.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 24 Agu, 2000 22 kayıt (commit)
-
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-
Fred Drake yazdı
filename and line number of the call site to allow esier debugging. This closes SourceForge patch #101214.
-
Fred Drake yazdı
-
Fred Drake yazdı
that this is not appropriate. Made somewhat more robust in the face of reload() (exception is not rebuilt, etc.). Made the exception a class exception.
-
Peter Schneider-Kamp yazdı
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
rfc822 (Addresslist) modules. Also a preliminary testcase for augmented assignment, which should actually be merged with the test_class testcase I added last week.
-
Thomas Wouters yazdı
Michael Hudson, and support in general for the augmented assignment syntax. The graminit.c patch is large!
-
Thomas Wouters yazdı
PySequence methods and functions, new tokens.
-
Thomas Wouters yazdı
the list object supports this currently, but other candidates are gladly accepted (like arraymodule and such.)
-
Thomas Wouters yazdı
shortly. Markup also needs checking.
-
Fred Drake yazdı
Install the scripts in the BeOS directory, allowing use from the distutils on BeOS systems. The target location has been adjusted to match that used for the AIX helper scripts. This closes SourceForge patch #101207.
-
Guido van Rossum yazdı
that you can set self.version *after* calling the base class __init__. In fact it must be done *before*. (Fred, maybe the version class variable should be documented now?)
-
Guido van Rossum yazdı
so that a subclass can override it. This partly addresses Bug #112634 -- but the documentation is still wrong, since it suggests that you can set self.version *after* calling the base class __init__. In fact it must be done *before*. I'll fix that too.
-
Fred Drake yazdı
it fail on a TabError (inconsistent tab/space usage)). Removed a comment about including a test since there is a regression test for this module.
-
Andrew M. Kuchling yazdı
fields with quoted values (as in Path="/acme")
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
other sections of the library reference.
-
Fred Drake yazdı
Documentation updates for urlretrieve() and URLopener.retrieve(), to reflect Randall Hopper's patch for those functions. This closes SourceForge patch #100837.
-
Fred Drake yazdı
Make it easier to use HTTP POST with urlretrieve().
-