- 14 Ock, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
<cpr@emsoftware.com>.
-
- 13 Ock, 2001 9 kayıt (commit)
-
-
Guido van Rossum yazdı
When the exception has no message, don't insert a colon after the exception name.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
re-initializing Python (Py_Finalize() followed by Py_Initialize()) to blow up quickly. With the DECREF removed I can't get it to fail any more. (Except it still leaks, but that's probably a separate issue.)
-
Tim Peters yazdı
modification. Removed the need for that.
-
Guido van Rossum yazdı
The ASCII-art diagram at the top of httplib contains a backslash at the end of a line, which causes Python to remove the newline. This one-character patch adds a space after the backslash so it will appear at the end of the line in the docstring as intended.
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
pid across threads (but in that case, it's still the same process, and so still sharing the "template" cache in tempfile.py). Repaired that, and added a new std test. On Linux, someone please run that standalone with more files and/or more threads; e.g., python lib/test/test_threadedtempfile.py -f 1000 -t 10 to run with 10 threads each creating (and deleting) 1000 temp files.
-
- 12 Ock, 2001 13 kayıt (commit)
-
-
Jack Jansen yazdı
Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
The UserPane routines appear to be fixed in the current Universal Headers, so they're re-enabled.
-
Jack Jansen yazdı
xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere.
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
(since it is).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
1) "from M import X" now works even if M is not a real module; it's basically a getattr() operation with AttributeError exceptions changed into ImportError. 2) "from M import *" now looks for M.__all__ to decide which names to import; if M.__all__ doesn't exist, it uses M.__dict__.keys() but filters out names starting with '_' as before. Whether or not __all__ exists, there's no restriction on the type of M.
-
Guido van Rossum yazdı
- Make error messages from issubclass() and isinstance() a bit more descriptive (Ping, modified by Guido) - Couple of tiny fixes to other docstrings (Ping) - Get rid of trailing whitespace (Guido)
-
Andrew M. Kuchling yazdı
a glibc, not a gcc, problem.
-
Tim Peters yazdı
Tested on Windows. Should be tested on Linux. Should also be tested on some platform without threads (I simulated that by making the "import thread" fail, but that's not the same as actually doing it!).
-
- 11 Ock, 2001 17 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Fred Drake yazdı
This mostly closes SF bug #128251.
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
reference.
-
Thomas Wouters yazdı
Noone but me cares, but Guido said to go ahead and fix it if it bothered me.
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
-
Thomas Wouters yazdı
xreadlines inserted themselves inbetween the two) and clarify that the normal socket module should be commented out. (Someone also suggested the latter on c.l.py some time ago, I forget who, sorry.)
-
Martin v. Löwis yazdı
-
Moshe Zadka yazdı
* x wasn't initialized to NULL * Did not DECREF result from displayhook function
-
Eric S. Raymond yazdı
-
Greg Stein yazdı
Submitted by: Mark Favas <m.favas@per.dem.csiro.au>
-
Moshe Zadka yazdı
This closes the PEP, and patch 103170
-
Eric S. Raymond yazdı
support, based on my fetchmail experience.
-