- 24 Ock, 2000 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 21 Ock, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
release project config as the default.
-
- 20 Ock, 2000 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
compilation on NT Alpha. Mostly added casts etc.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
building for NT Alpha as well as NT x86.
-
Guido van Rossum yazdı
Three bgen mods: - support for FSSpecs passed-by-value and points-passed-by-reference added. - strip single-line comments when parsing header files - if a definition is blacklisted _do_ output it, but in comment
-
Jeremy Hylton yazdı
An extensible library for opening URLs using a variety protocols. Intended as a replacement for urllib.
-
- 19 Ock, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
isinstance(x, types.CodeType). Suggested by Finn Bock.
-
- 18 Ock, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
-
- 17 Ock, 2000 10 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
Tweaked error messages in '_spawn_posix()'.
-
Greg Ward yazdı
-
Greg Ward yazdı
RT library.
-
Greg Ward yazdı
Fixed 'make_release_tree()' to copy files if 'os.link()' doesn't exist.
-
Greg Ward yazdı
command wasn't found or failed. (Code supplied by Thomas Heller <thomas.heller@ion-tof.com>.)
-
Greg Ward yazdı
-
Greg Ward yazdı
before storing or using.
-
Greg Ward yazdı
-
Guido van Rossum yazdı
ParsedDate didn't have the correct day of week.
-
- 14 Ock, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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 Ock, 2000 4 kayıt (commit)
-
-
Jack Jansen yazdı
- Fixed StandardPutFile: prompt, default - Check explicitly for userCanceledErr, pass other Nav.error exceptions through.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Python object freeing.
-
Jack Jansen yazdı
-
- 12 Ock, 2000 3 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
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 yazdı
previous output. Call clearerr() to prevent past errors affecting our ferror() test later, in PyObject_Print(). Suggested by Marc Lemburg.
-
- 09 Ock, 2000 4 kayıt (commit)
-
-
Greg Ward yazdı
the 'missing' parameter.
-
Greg Ward yazdı
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 yazdı
Added 'link_executable()' signature.
-
Greg Ward yazdı
-
- 07 Ock, 2000 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 Ock, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Greg Stein yazdı
-
- 01 Ock, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 30 Ara, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
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>.
-