-
adds a new function: decode-image-stream which takes a
stream instead of opening a file.
2005-04-02 21:49:29 UTC in Common Lisp JPEG Library
-
Logged In: YES
user_id=1094771
a patch has been submitted for this bug (#1009373)
2004-08-14 23:58:22 UTC in Python
-
(bug 1005936)
In pdf bookmark links, \_ was being converted to
'protect hbox.....55ex', instead of being inserted
verbatim. This fix, taken from hyperref, changes \_
to {\string_} so that it is output correctly in the
bookmarks file.
2004-08-14 23:57:47 UTC in Python
-
Logged In: YES
user_id=1094771
a patch has been submitted (# 1009075)
2004-08-14 23:53:27 UTC in Python
-
Logged In: YES
user_id=1094771
An updated patch, this fixes all exec* commands to make the
second arg optionally empty, and the documentation is
updated to reflect the changes.
2004-08-14 06:15:10 UTC in Python
-
currently os.execve will give an error for something like
os.execve("/bin/ls",[],{})
while in C this is valid behavior.
This patch accepts the above empty second arg.
2004-08-14 04:48:46 UTC in Python
-
Logged In: YES
user_id=1094771
I've looked into it, and 1e100 is of type 'long float'
internally, which uses a different range function
(handle_range_long) instead of 1.0 which is a normal float,
which uses the standard range function (bltin_range).
It seems the long version was written after the standard
one, and once the deprecation warning (which happens in both
versions, but it...
2004-08-14 03:49:17 UTC in Python
-
docwatson committed patchset 4 of module cl-fmod to the Common Lisp FMOD bindings CVS repository, changing 5 files.
2004-08-07 03:17:10 UTC in Common Lisp FMOD bindings
-
cvs has been filled with the current 0.1.0 code.
2004-08-07 01:43:01 UTC in Common Lisp FMOD bindings
-
docwatson committed patchset 3 of module cl-fmod to the Common Lisp FMOD bindings CVS repository, changing 7 files.
2004-08-05 03:20:48 UTC in Common Lisp FMOD bindings