- 06 Şub, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 05 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
characters instead of character pointers to determine space requirements.
-
- 04 Şub, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
the same object to be collected by the cyclic GC support if they are only referenced by a cycle. If the weakref being collected was one of the weakrefs without callbacks, some local variables for the constructor became invalid and have to be re-computed. The test caused a segfault under a debug build without the fix applied.
-
- 03 Şub, 2004 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
PyWeakref_NewProxy() constructors from the C API - elaborate the getweakrefcount() and getweakrefs() tests slightly
-
Fred Drake yazdı
weakref ref and proxy objects; None was not being treated as identical to NULL, though it was documented as equivalent.
-
Fred Drake yazdı
This matches what is already documented for corresponding feature of the C API.
-
- 02 Şub, 2004 3 kayıt (commit)
-
-
Hye-Shik Chang yazdı
(SF patch 876178, patch by mwh, unittest by perky)
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
(SF Patch #888148, reviewed by loewis)
-
- 01 Şub, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Don't link with largeint.lib anymore.
-
- 31 Ock, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 29 Ock, 2004 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
-
- 28 Ock, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 27 Ock, 2004 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Brett Cannon yazdı
Closes bug #885293 (thanks, Josiah Carlson).
-
Fred Drake yazdı
(could someone backport this to Python 2.3.x please?)
-
Armin Rigo yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 26 Ock, 2004 6 kayıt (commit)
-
-
Skip Montanaro yazdı
running an application under hotshot's control. Only slightly embellished from what Walter Dörwald posted to python-dev. (*) http://www.icdc.com/~roadkill/silverstein/turtle.html
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Skip Montanaro yazdı
-
Fred Drake yazdı
closes SF bug #842213
-
Fred Drake yazdı
-
- 25 Ock, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 23 Ock, 2004 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Hye-Shik Chang yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 21 Ock, 2004 4 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
w/o the subprocess to fail. Check in a fix to IDLE and IDLEfork. M PyShell.py Backport candidate, combine with previous.
-
Kurt B. Kaiser yazdı
to the execution server. The return of the OK response from the subprocess initialization was interfering and causing the sending socket to be not ready. Add an IO ready test to fix this. Moved the polling IO ready test into pollpacket(). M NEWS.txt M rpc.py Backport candidate.
-
Kurt B. Kaiser yazdı
connect to the user GUI process. Added a timeout to the GUI's listening socket. Added Tk error dialogs to PyShell.py to announce a failure to bind the port or connect to the subprocess. Clean up error handling during connection initiation phase. This is an update of Python Patch 778323. M NEWS.txt M PyShell.py M ScriptBinding.py M run.py Backport candidate.
-
Fred Drake yazdı
closes SF bug #871402
-