- 20 Jan, 2008 15 commits
-
-
Christian Heimes authored
Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function is not called isfinite() but finite(). Sorry, my fault. :)
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
returning a 0-byte file -- raise an IOError instead. Original patch from Phil Knirsch.
-
Georg Brandl authored
in urllib and using the other ``_proxy`` env vars. Original patch by Donovan Baarda.
-
Georg Brandl authored
-
Georg Brandl authored
custom formatting of contents via subclassing PrettyPrinter.
-
Gregory P. Smith authored
blatant lie in a docstring (it is not useful for security regardless of how you spell it).
-
Gregory P. Smith authored
-
Gregory P. Smith authored
type of encrypted zip files. Files using extended local headers needed to compare the check byte against different values. (according to reading the infozip unzip crypt.c source code) Fixes issue1003.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Fix an off-by-one error I noticed.
-
- 19 Jan, 2008 25 commits
-
-
Gregory P. Smith authored
that have file headers past the 2**31 byte boundary.
-
Gregory P. Smith authored
subprocess.list2cmdline (windows).
-
Gregory P. Smith authored
try: ... except: ... raise else: ... the else: is unecessary due to the blind except: with a raise.
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 authored
-
Gregory P. Smith authored
for inside of the final if needquotes: within subprocess.list2cmdline().
-
Andrew M. Kuchling authored
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 authored
-
Georg Brandl authored
ignoring errors, and use this in subprocess to speed up subprocess creation in close_fds mode. Patch by Mike Klaas.
-
Andrew M. Kuchling authored
2.5.2 bugfix candidate.
-
Georg Brandl authored
Patch by Quentin Gallet-Gilles.
-
Georg Brandl authored
Fixes the tokenizer, tokenize.py and int() to reject this. Patches by Malte Helmert.
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
-
Facundo Batista authored
-
Facundo Batista authored
coma to trace.py in the same --ignore-module option. Thanks Raghuram Devarakonda.
-
Andrew M. Kuchling authored
Contributed by John Lenton.
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
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.
-