- 17 Ock, 2000 7 kayıt (commit)
-
-
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>.
-
- 29 Ara, 1999 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 24 Ara, 1999 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 23 Ara, 1999 11 kayıt (commit)
-
-
Jack Jansen yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Guido van Rossum yazdı
while str() uses %.12g as before.
-
Fred Drake yazdı
-
Just van Rossum yazdı
changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr
-
Fred Drake yazdı
trailing 'L' is appended to the representation, otherwise not. All existing call sites are modified to pass true for addL. Remove incorrect statement about external use of this function from elsewhere; it's static! long_str(): Handler for the tp_str slot in the type object. Identical to long_repr(), but passes false as the addL parameter of long_format().
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Converted to Appearance and using a List control in stead of manually creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes.
-
Jack Jansen yazdı
interaction.
-