- 21 Tem, 2004 4 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
at Rev 1.54. Python Bug 990954
-
Skip Montanaro yazdı
-
Brett Cannon yazdı
and Thread.__delete() was called after a Thread instance was created. Problem resulted from a currentThread() call in an 'assert' statement being optimized out and dummy_thread.get_ident() always returning -1 and thus overwriting the entry for the _MainThread() instance created in 'threading' at import time. Closes bug #993394.
-
Neal Norwitz yazdı
The last call to fcntl (which wasn't changed) doesn't work for me, but the first part works now. Backport candidate.
-
- 20 Tem, 2004 8 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
Fixed to keep backwards-compatibility for the undocumented function. Closes bug #986795.
-
Hye-Shik Chang yazdı
-
- 19 Tem, 2004 13 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Neil Schemenauer yazdı
__oct__, and __hex__. Raise TypeError if an invalid type is returned. Note that PyNumber_Int and PyNumber_Long can still return ints or longs. Fixes SF bug #966618.
-
Neil Schemenauer yazdı
Fixes SF bug #990307.
-
Thomas Heller yazdı
change as well. Recompiled binaries after this change.
-
Thomas Heller yazdı
change as well. Display an additional message box when a mismatch is detected.
-
Thomas Heller yazdı
change as well. Add a comment explaining this.
-
Hye-Shik Chang yazdı
isn't available. (Spotted by Raymond Hettinger)
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
- 18 Tem, 2004 15 kayıt (commit)
-
-
Tim Peters yazdı
another hack remains in test___all__.py, but the problem that one addresses is more general than *just* FCNTL, so leaving it alone.
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
to fail when running with -O. Changed to raise AssertionError instead.
-
Tim Peters yazdı
this, but I'm sure it wasn't locked intentionally.
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
And unifdef(1) compatibility blocks.
-
Hye-Shik Chang yazdı
text again. Sorry.
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
yet.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-