- 27 Şub, 1999 3 kayıt (commit)
-
-
Just van Rossum yazdı
-
Jack Jansen yazdı
PythonEngine applet template.
-
Jack Jansen yazdı
-
- 26 Şub, 1999 4 kayıt (commit)
-
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Fred Drake yazdı
Jonathan Giddy <jon@dgs.monash.edu.au>.
-
Fred Drake yazdı
Thanks to /F!
-
- 25 Şub, 1999 8 kayıt (commit)
-
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Jack Jansen yazdı
-
Jeremy Hylton yazdı
extra argument if data is None.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Lundh's example. Converted comment to docstring.
-
- 24 Şub, 1999 14 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
section.
-
Fred Drake yazdı
as such.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
urlopen is used to specify form data, make sure the second argument is threaded through all of the http_error_NNN calls. This allows error handlers like the redirect and authorization handlers to properly re-start the connection.
-
Fred Drake yazdı
-
Fred Drake yazdı
built with target "all".
-
Fred Drake yazdı
like modindex.html, create a combined modindex.html file that lists all the modules. Takes the same parameters as buildindex.py.
-
Fred Drake yazdı
-
Fred Drake yazdı
main(): Moved the node processing between input and ouptut to process_nodes().
-
Guido van Rossum yazdı
o the initial comment is wrong: creating messages is already implemented o Message.getbodytext: if the mail or it's part contains an empty content-transfer-encoding header, the code used to break; the change below treats an empty encoding value the same as the other types that do not need decoding o SubMessage.getbodytext was missing the decode argument; the change below adds it; I also made it unconditionally return the raw text if decoding was not desired, because my own routines needed that (and it was easier than rewriting my own routines ;-)
-
Barry Warsaw yazdı
string-based exceptions are used) reflect the real class hierarchy, i.e. that SystemExit derives from Exception not StandardError.
-
Barry Warsaw yazdı
error and so it derives from Exception and not SystemError. The docstring was incorrect but the implementation was fine.
-
Barry Warsaw yazdı
error and so it derives from Exception and not SystemError.
-
- 23 Şub, 1999 11 kayıt (commit)
-
-
Guido van Rossum yazdı
Discovered by Mitch Chapman.
-
Fred Drake yazdı
usage information.
-
Fred Drake yazdı
notation. Problem reported by Magnus L. Hetland <mlh@idt.ntnu.no>.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
disappears. It wasn't used anywhere anyway...
-
Guido van Rossum yazdı
-- someone tried to pass in sys.maxint and got bitten by the bogus calculations.
-
Guido van Rossum yazdı
LIBM (from --with-libm=...); this actually broke the customizability offered by the latter option. Thanks go to Clay Spence for reporting this.
-
Guido van Rossum yazdı
2. When no test case worked, raise ImportError instead of failing.
-
Guido van Rossum yazdı
value (because of immutable containers containing mutable objects). 2. Document that func_code, func_defaults and func_doc / __doc__ are now writable.
-
Guido van Rossum yazdı
xrange(), especially for platforms where int and long are different sizes (so sys.maxint isn't actually the theoretical limit for the length of a list, but the largest C int is -- sys.maxint is the largest Python int, which is actually a C long).
-