- 04 Nis, 2001 5 kayıt (commit)
-
-
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 9 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ı
-
Tim Peters yazdı
-
Tim Peters yazdı
Was getting mystery ModifiedInterpreter instance has no attribute 'save_warnings_filters' errors at odd times (for sure in a fresh IDLE, fresh file, then Run Script).
-
- 28 Mar, 2001 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Fred Drake yazdı
This fixes SF bug #411118.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
BSD-style OS'es. Makes sense, really.
-
- 27 Mar, 2001 8 kayıt (commit)
-
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
CVS Revision string correctly, even under -kv.
-
Ka-Ping Yee yazdı
Add hyperlinks to PEPs at http://www.python.org/peps/pep-%04d.html Remove script directory (dirname of sys.argv[0]) from sys.path.
-
- 26 Mar, 2001 2 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.
-
Jeremy Hylton yazdı
using nested scopes to compile its argument. Pass compiler flags through to underlying compile call.
-