- 24 Şub, 2008 9 kayıt (commit)
-
-
Christian Heimes yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
were two module_methods and the one used depended on the order the modules were loaded. By making the test module_methods static, it is not exported and the correct version is picked up.
-
Facundo Batista yazdı
Thanks Gabriel Genellina.
-
Neal Norwitz yazdı
Suggested by Raymond Hettinger.
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
httplib will now raise IncompleteRead and close the connection instead of raising ValueError.
-
- 23 Şub, 2008 31 kayıt (commit)
-
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
-
Georg Brandl yazdı
Originally written for GHOP by Josip Dzolonga, heavily patched by me.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Jeffrey Yasskin yazdı
raises an exception.
-
Jeffrey Yasskin yazdı
class RunSelfFunction(object): def __init__(self): self.thread = threading.Thread(target=self._run) self.thread.start() def _run(self): pass from creating a permanent cycle between the object and the thread by having the Thread delete its references to the object when it completes. As an example of the effect of this bug, paramiko.Transport inherits from Thread to avoid it.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
Permission for pyc and pyo files are inherited from the py file.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Andrew M. Kuchling yazdı
Fix by Malte Helmert
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Remove automatic handling of datetime.date and datetime.time. This breaks backward compatibility, but python-dev discussion was strongly against this automatic conversion; see the bug for a link.
-
Eric Smith yazdı
-
Andrew M. Kuchling yazdı
Call setupterm() first so that we get a Python exception instead of just existing.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
wrapper around the system call with the same name. Also added test cases, doc changes and NEWS entry. Thanks Jason and Ralf Schmitt.
-
Georg Brandl yazdı
-