- 25 Şub, 2008 7 kayıt (commit)
-
-
Facundo Batista yazdı
Thanks Thomas Herve
-
Christian Heimes yazdı
Thomas Herve explained to me that PyCrypto depends on the constants. I'm adding the aliases because C code for Python 2.x should compile under 2.6 as well. The aliases aren't available in Python 3.x though.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Neal Norwitz yazdı
-
- 24 Şub, 2008 13 kayıt (commit)
-
-
Christian Heimes yazdı
stringobject, unicodeobject and the two formatters are rebuild whenever a header files changes
-
Eric Smith yazdı
-
Neal Norwitz yazdı
run the test simultaneously. The simplest thing I found that worked on both Windows and Unix was to use the PID. It's unique so should be sufficient. This should prevent many of the spurious failures of the automated tests since they run as different users. Also cleanup the directory consistenly in the tearDown methods. It would be nice if someone ensured that the directories are always created with a consistent name.
-
Mark Dickinson yazdı
-
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 20 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ı
-