- 16 Mar, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
hyperbolic cosine. Problem report via David Ascher by one of his students.
-
- 15 Mar, 1999 7 kayıt (commit)
-
-
Guido van Rossum yazdı
doesn't exist and doesn't make sense).
-
Guido van Rossum yazdı
converntion for gethostbyname_r() etc. than Solaris!
-
Guido van Rossum yazdı
""" Spec says that on success pthread_create returns 0. It does not say that an error code will be < 0. Linux glibc2 pthread_create() returns ENOMEM (12) when one exceed process limits. (It looks like it should return EAGAIN, but that's another story.) For reference, see: http://www.opengroup.org/onlinepubs/7908799/xsh/pthread_create.html """ [I have a feeling that similar bugs were fixed before; perhaps someone could check that all error checks no check for != 0?]
-
Guido van Rossum yazdı
the ob_itself pointer. This allows (when using the mixin) different Python objects pointing to the same C object and behaving well as dictionary keys. Or so sez Jack Jansen...
-
Guido van Rossum yazdı
Don't convert URLs to URLs using pathname2url.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 13 Mar, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
Python object. This needs a new bgenObjectDefinition.py, which implements compare and hash functions.
-
- 12 Mar, 1999 13 kayıt (commit)
-
-
Guido van Rossum yazdı
The module cmd requires for each do_xxx command a help_xxx function. I think this is a little old fashioned. Here is a patch: use the docstring as help if no help_xxx function can be found. [I'm tempted to rip out all the help_* functions from pdb, but I'll resist it. Any takers? --Guido]
-
Guido van Rossum yazdı
Under Windows, python freeze.py -o hello hello.py creates all the correct files in the hello subdirectory, but the Makefile has the directory prefix in it for frozen_extensions.c nmake fails because it tries to locate hello/frozen_extensions.c (His fix adds a call to os.path.basename() in the appropriate place.)
-
Fred Drake yazdı
-
Guido van Rossum yazdı
represented by an explicit structure. (There are still too many casts in the code, but that may be unavoidable.) Also added code so that with -vv it is very chatty about what it does.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
<dwr2@ix.netcom.com>.
-
Fred Drake yazdı
file HTML files on Windows machines do to case insensitivity.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
The filename to URL conversion didn't properly quote special characters. The URL to filename didn't properly unquote special chatacters.
-
Guido van Rossum yazdı
so here's his patch again. This time it works (at least on Solaris, Linux and Irix).
-
- 11 Mar, 1999 7 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
creating the <moduleinfo>.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
pyclbr.Class object; this can happen when the superclass is unrecognizable (to pyclbr), e.g. when module renaming is used. - Show a watch cursor when calling pyclbr (since it may take a while recursively parsing imported modules!).
-
Fred Drake yazdı
Resource Description Framework, a metadata encoding, and .xsl is for the Extensible Stylesheet Language.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
alignment?), and I didn't test it. Withdrawing it for now.
-
- 10 Mar, 1999 8 kayıt (commit)
-
-
Guido van Rossum yazdı
floats on finalization.
-
Guido van Rossum yazdı
integers on finalization.
-
Fred Drake yazdı
-
Jack Jansen yazdı
out of the CVS repository.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
directories on sys.path modules in selected directory classes in selected module methods of selected class Sinlge clicking in a directory, module or class item updates the next column with info about the selected item. Double clicking in a module, class or method item opens the file (and selects the clicked item if it is a class or method). I guess eventually I should be using a tree widget for this, but the ones I've seen don't work well enough, so for now I use the old Smalltalk or NeXT style multi-column hierarchical browser.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- Display "(None)" (or text of your choosing) when empty. - Don't set the focus.
-
- 09 Mar, 1999 3 kayıt (commit)
-
-
Guido van Rossum yazdı
extra argument if data is None.
-
Fred Drake yazdı
Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Added a comment explaining the cast in the method table for the keyword arguments sample code, in response to another comment by Detlef.
-
Guido van Rossum yazdı
reflecting changes in the runtime around 1.5 or earlier.
-