- 27 Feb, 1999 4 commits
-
-
Just van Rossum authored
reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE's resource file, just like the other applets -- jvr
-
Just van Rossum authored
-
Jack Jansen authored
PythonEngine applet template.
-
Jack Jansen authored
-
- 26 Feb, 1999 4 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
Fred Drake authored
Jonathan Giddy <jon@dgs.monash.edu.au>.
-
Fred Drake authored
Thanks to /F!
-
- 25 Feb, 1999 8 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
Jack Jansen authored
-
Jeremy Hylton authored
extra argument if data is None.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Fred Drake authored
-
Fred Drake authored
Lundh's example. Converted comment to docstring.
-
- 24 Feb, 1999 14 commits
-
-
Fred Drake authored
-
Fred Drake authored
section.
-
Fred Drake authored
as such.
-
Fred Drake authored
-
Jeremy Hylton authored
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 authored
-
Fred Drake authored
built with target "all".
-
Fred Drake authored
like modindex.html, create a combined modindex.html file that lists all the modules. Takes the same parameters as buildindex.py.
-
Fred Drake authored
-
Fred Drake authored
main(): Moved the node processing between input and ouptut to process_nodes().
-
Guido van Rossum authored
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 authored
string-based exceptions are used) reflect the real class hierarchy, i.e. that SystemExit derives from Exception not StandardError.
-
Barry Warsaw authored
error and so it derives from Exception and not SystemError. The docstring was incorrect but the implementation was fine.
-
Barry Warsaw authored
error and so it derives from Exception and not SystemError.
-
- 23 Feb, 1999 10 commits
-
-
Guido van Rossum authored
Discovered by Mitch Chapman.
-
Fred Drake authored
usage information.
-
Fred Drake authored
notation. Problem reported by Magnus L. Hetland <mlh@idt.ntnu.no>.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
disappears. It wasn't used anywhere anyway...
-
Guido van Rossum authored
-- someone tried to pass in sys.maxint and got bitten by the bogus calculations.
-
Guido van Rossum authored
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 authored
2. When no test case worked, raise ImportError instead of failing.
-
Guido van Rossum authored
value (because of immutable containers containing mutable objects). 2. Document that func_code, func_defaults and func_doc / __doc__ are now writable.
-