- 21 Jul, 2004 13 commits
-
-
Andrew M. Kuchling authored
-
Fred Drake authored
results when byte-code compilation is requested (in particular, make sure that package data doesn't get a bogus byte-code listing generated)
-
Fred Drake authored
(second occurance of the same wording)
-
Fred Drake authored
-
Vinay Sajip authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Tim Peters authored
rather than in docstrings. Rewrote so that _active_limbo_lock is released no matter what happens (it could have been left locked if _sys got None'd out). Use "in" in preference to has_key() for dict lookup. Don't bother looking for 'dummy_threading' in sys.modules unless KeyError is raised. Since the heart of the method is the del, do that in only one place.
-
Kurt B. Kaiser authored
at Rev 1.54. Python Bug 990954
-
Skip Montanaro authored
-
Brett Cannon authored
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 authored
The last call to fcntl (which wasn't changed) doesn't work for me, but the first part works now. Backport candidate.
-
- 20 Jul, 2004 8 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Brett Cannon authored
Fixed to keep backwards-compatibility for the undocumented function. Closes bug #986795.
-
Hye-Shik Chang authored
-
- 19 Jul, 2004 13 commits
-
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Neil Schemenauer authored
__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 authored
Fixes SF bug #990307.
-
Thomas Heller authored
change as well. Recompiled binaries after this change.
-
Thomas Heller authored
change as well. Display an additional message box when a mismatch is detected.
-
Thomas Heller authored
change as well. Add a comment explaining this.
-
Hye-Shik Chang authored
isn't available. (Spotted by Raymond Hettinger)
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
Neal Norwitz authored
-
- 18 Jul, 2004 6 commits
-
-
Tim Peters authored
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 authored
-
Tim Peters authored
to fail when running with -O. Changed to raise AssertionError instead.
-
Tim Peters authored
this, but I'm sure it wasn't locked intentionally.
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
And unifdef(1) compatibility blocks.
-