- 06 Nis, 2001 6 kayıt (commit)
-
-
Tim Peters yazdı
-
Guido van Rossum yazdı
- Use push() instead of send(), and make these calls in main(). - Sleep a second to give the server thread time to initialize itself.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(How many opre of these will we need? :-( )
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 05 Nis, 2001 10 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
got the order backwards in a line (for .find()).
-
Fred Drake yazdı
documentation.
-
Fred Drake yazdı
.internalSubset attribute based on a clarification from the www-dom list.
-
Fred Drake yazdı
comment it out with an explanation. This makes it easier for someone who wants the additional symbols to try re-enabling it for their platform.
-
Fred Drake yazdı
McCafferty <christopher.mccafferty@csg.ch>, and a bit of experimentation with Navigator 4.7. HTML-as-deployed is evil!
-
Andrew M. Kuchling yazdı
define COLORS or COLOR_PAIRS until after start_color() is called, but they were never added to the curses module. Fixed by adding a wrapper around start_color(), similar to the wrapper around initscr().
-
Andrew M. Kuchling yazdı
in order to support Objective-C.
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
on a clarification sent to the www-dom list.
-
- 04 Nis, 2001 7 kayıt (commit)
-
-
Fred Drake yazdı
in the previous patch. This closes (again!) SF patch #410267.
-
Tim Peters yazdı
This applies the patch Fred Drake created to fix it. I'm checking it in since I had to apply the patch anyway in order to test its behavior on Windows.
-
Tim Peters yazdı
-
Fred Drake yazdı
<christopher.mccafferty@csg.ch>: Add javascript: and telnet: to the types of URLs we ignore. Add support for several additional URL-valued attributes on the BODY, FRAME, IFRAME, LINK, OBJECT, and SCRIPT elements.
-
Fred Drake yazdı
the __getattr__() handler. Text.splitText(): Update the length and nodeValue attributes.
-
Fred Drake yazdı
-
Fred Drake yazdı
alternate name for the same function.
-
- 03 Nis, 2001 3 kayıt (commit)
-
-
Jack Jansen yazdı
Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway.
-
Fred Drake yazdı
hyperlink. Fix two English usage errors caught by Jan Wells: Changed "subsequence" to "sub-sequence" in two places, and avoid improper use of "hopefully" in the first paragraph of the "What Now?" chapter.
-
Jack Jansen yazdı
If the frontmost window is not a Tk window exit the event handling code early. This fixes that using Tk once used to disable cmd-. processing. It may also influence Tk/IDE interaction, I'm not sure.
-
- 02 Nis, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
http://sourceforge.net/tracker/?func=detail&aid=410708&group_id=5470&atid=105470 Added try/finally around Condition.wait() guts, so that the lock state gets restored at the end no matter what happens.
-
Guido van Rossum yazdı
handling of EAGAIN. This may or may not fix the problem for me (Mandrake 7.2 on a Dell Optiplex GX110 desktop): I can't hear the output, but it does pass the test now. It doesn't fix the problem for Fred (Mandrake 7.2 on a Dell Inspiron 7500 which has the Maestro sound drivers). Fred suspects that it's the kernel version in combination with the driver.
-
- 31 Mar, 2001 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
spec. Closes bug #412036. Also reindent toprettyxml.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Eric S. Raymond yazdı
-
Neil Schemenauer yazdı
install works on that system. Use "install-sh" on BSDI.
-
- 29 Mar, 2001 7 kayıt (commit)
-
-
Fred Drake yazdı
made a part of the paragraph.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
method and constructor signatures. Suggested by Peter Funk on the Doc-SIG mailing list.
-
Jack Jansen yazdı
On OSX show a dialog explaining that ConfigurePythonCarbon launch will probably fail. This turns out to be a VISE 7.1.1 problem, probably.
-
Jack Jansen yazdı
On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system.
-
Jack Jansen yazdı
-