- 20 Ock, 2008 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Fix an off-by-one error I noticed.
-
- 19 Ock, 2008 37 kayıt (commit)
-
-
Gregory P. Smith yazdı
that have file headers past the 2**31 byte boundary.
-
Gregory P. Smith yazdı
subprocess.list2cmdline (windows).
-
Gregory P. Smith yazdı
try: ... except: ... raise else: ... the else: is unecessary due to the blind except: with a raise.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
kicked in during the critical section. solution: disable gc during that section. Patch contributed by jpa and updated by me to cover the race condition still existing what therve from twistedmatrix pointed out (already seen and fixed in twisted's own subprocess code).
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
for inside of the final if needquotes: within subprocess.list2cmdline().
-
Andrew M. Kuchling yazdı
a default timeout has been set, by using getsockopt() to get the error condition (instead of trying another connect() call, which seems to be a Linuxism). 2.5 bugfix candidate, assuming no one reports any problems with this change.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
ignoring errors, and use this in subprocess to speed up subprocess creation in close_fds mode. Patch by Mike Klaas.
-
Andrew M. Kuchling yazdı
2.5.2 bugfix candidate.
-
Georg Brandl yazdı
Patch by Quentin Gallet-Gilles.
-
Georg Brandl yazdı
Fixes the tokenizer, tokenize.py and int() to reject this. Patches by Malte Helmert.
-
Andrew M. Kuchling yazdı
-
Skip Montanaro yazdı
-
Facundo Batista yazdı
-
Facundo Batista yazdı
coma to trace.py in the same --ignore-module option. Thanks Raghuram Devarakonda.
-
Andrew M. Kuchling yazdı
Contributed by John Lenton.
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
I also disabled a test in test_ssl which requires network access to svn.python.org. This fixes a bug Skip has reported a while ago.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
.handle_timeout() method when no requests are received within the timeout period.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Added unit test to verify that threading.local doesn't cause ref leaks. It seems that the thread local storage always keeps the storage of the last stopped thread alive. Can anybody comment on it, please?
-
Andrew M. Kuchling yazdı
-
Facundo Batista yazdı
just-created (and empty) instance. Added tests for this. Thanks Jonathan Share.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Thanks to Jeroen Ruigrok van der Werven.
-
Georg Brandl yazdı
-
Jeffrey Yasskin yazdı
__init__ to __new__ to enforce immutability, and remove "rational." from repr and the parens from str.
-
- 18 Ock, 2008 2 kayıt (commit)
-
-
Guido van Rossum yazdı
and backported to 2.5.2 in 60056.
-
Raymond Hettinger yazdı
-