- 20 Jan, 2000 1 commit
-
-
Jeremy Hylton authored
An extensible library for opening URLs using a variety protocols. Intended as a replacement for urllib.
-
- 19 Jan, 2000 1 commit
-
-
Guido van Rossum authored
isinstance(x, types.CodeType). Suggested by Finn Bock.
-
- 18 Jan, 2000 1 commit
-
-
Jack Jansen authored
Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
-
- 17 Jan, 2000 10 commits
-
-
Greg Ward authored
-
Greg Ward authored
Tweaked error messages in '_spawn_posix()'.
-
Greg Ward authored
-
Greg Ward authored
RT library.
-
Greg Ward authored
Fixed 'make_release_tree()' to copy files if 'os.link()' doesn't exist.
-
Greg Ward authored
command wasn't found or failed. (Code supplied by Thomas Heller <thomas.heller@ion-tof.com>.)
-
Greg Ward authored
-
Greg Ward authored
before storing or using.
-
Greg Ward authored
-
Guido van Rossum authored
ParsedDate didn't have the correct day of week.
-
- 14 Jan, 2000 1 commit
-
-
Guido van Rossum authored
Herborth, the code in list2set() that sets max unconditionally to 0 should not be used on BeOS. So be it. Anybody using BeOS, please test!
-
- 13 Jan, 2000 4 commits
-
-
Jack Jansen authored
- Fixed StandardPutFile: prompt, default - Check explicitly for userCanceledErr, pass other Nav.error exceptions through.
-
Jack Jansen authored
-
Jack Jansen authored
Python object freeing.
-
Jack Jansen authored
-
- 12 Jan, 2000 3 commits
-
-
Guido van Rossum authored
PR#175 -- when exec is passed a code object, it didn't sync the locals from the dictionary back into their fast representation. Also took the time to remove some repetitive code there and to do the syncing even when an exception is raised (since a partial effect should still be synced).
-
Guido van Rossum authored
only. Through some mysterious interaction, they would take 9 separate arguments as well. This misfeature is now disabled (to end a difference with JPython).
-
Guido van Rossum authored
previous output. Call clearerr() to prevent past errors affecting our ferror() test later, in PyObject_Print(). Suggested by Marc Lemburg.
-
- 09 Jan, 2000 4 commits
-
-
Greg Ward authored
the 'missing' parameter.
-
Greg Ward authored
Added 'link_static_lib()' method, and 'archiver' and 'archiver_options' class attributes to support it. Added 'link_executable()' method, and 'ld_exec' instance attribute to support it. 'newer_group()' is now able to handle missing files, so we don't have to kludge it by catching OSError when calling it. 'object_filenames()' and 'shared_object_filename()' now take 'keep_dir' flag parameters. 'library_filename()' and 'shared_library_filename()' now respect a directory component in the library name. Various comment updates/deletions.
-
Greg Ward authored
Added 'link_executable()' signature.
-
Greg Ward authored
-
- 07 Jan, 2000 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
Added initializer routine optionally to be used as PEF fragment initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files.
-
- 03 Jan, 2000 2 commits
-
-
Guido van Rossum authored
-
Greg Stein authored
-
- 01 Jan, 2000 1 commit
-
-
Jack Jansen authored
-
- 30 Dec, 1999 1 commit
-
-
Fred Drake authored
building the dicts used to inform the user about the defined constants when using the *conf*() APIs. Thanks to Mark Hammond <mhammond@skippinet.com.au>.
-
- 29 Dec, 1999 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
- 24 Dec, 1999 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
- 23 Dec, 1999 5 commits
-
-
Jack Jansen authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Guido van Rossum authored
while str() uses %.12g as before.
-
Fred Drake authored
-