- 28 Ock, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
This is an ancient race when multiple threads call gettempdir() (or anything relying on it) for the first time. Fixed x-platform via the Big Hammer of rearranging the code to serialize the first calls. Subsequent calls are as fast as before. Note that the Python test suite can't provoke this bug: it requires setting up multiple threads making the very first calls into tempfile, but the test suite uses tempfile several times before getting to test_threadedtempfile. Bugfix candidate.
-
- 27 Ock, 2002 4 kayıt (commit)
-
-
Jack Jansen yazdı
#509074.
-
Barry Warsaw yazdı
subpart.
-
Barry Warsaw yazdı
with only one subpart.
-
Barry Warsaw yazdı
that the first subpart added makes the payload a list object. Otherwise, a multipart/* with only one subpart will not have the proper structure.
-
- 26 Ock, 2002 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
2.2.1 bugfix candidate.
-
Martin v. Löwis yazdı
Fixes #505453.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
- 25 Ock, 2002 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 24 Ock, 2002 7 kayıt (commit)
-
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Library Reference.
-
Jack Jansen yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Tim Peters yazdı
reports it doesn't exist anymore under .NET.
-
- 23 Ock, 2002 12 kayıt (commit)
-
-
Steven M. Gava yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
routine start() calling it. Some suites declare an event start(), which obscures this method, which causes the class initializer to fail when called with start=1. Based on bug report and fix suggestion by Jacob Kaplan-Moss.
-
Tim Peters yazdı
Bugfix candidate: the current state of AutoIdent.py should be in 2.2.1.
-
Michael W. Hudson yazdı
[ #496154 ] Typos in dynload_beos.c as suggested in the report. A little embarassing; 2.2.1 candidate for sure.
-
Guido van Rossum yazdı
indent error Use // where int division is intended. (This breaks IDLE for use with previous Python versions -- I don't care.)
-
Michael W. Hudson yazdı
[ #433775 ] module build dir first in test import though not in the way the summary would suggest; use imp.load_dynamic() in setup.py to ensure we're testing the dynamic object we think we are.
-
Michael W. Hudson yazdı
so I threw reindent.py at it and look what happened! Did setup.py escape Tim's regular whitespace normalizations?
-
Skip Montanaro yazdı
borrowed references.
-
Skip Montanaro yazdı
-
Steven M. Gava yazdı
thanks Tim!
-
Tim Peters yazdı
Bugfix candidate!
-
- 22 Ock, 2002 7 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. Most of the code and ideas contributed by Michael j. Barber.
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
- 21 Ock, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-