Lam Nguyen
Lam Nguyen
I noticed that there's an error on py33 in travis build. I think it's because tox does not support py33 anymore (https://tox.readthedocs.io/en/latest/install.html) Can you take a look at this for...
travis also gives the same error on master branch: https://travis-ci.org/nctl144/w3lib
Hey @lopuhin , I just added the echo command in the scurl envs so that we know that it's supposed to be installed and tested in SCURL testing env. :-)...
@lopuhin I just changed the echo command to `python -c "from scurl import canonicalize_url"` to make sure it's imported successfully 😄
Hey @Gallaecio , I will try to take a look into it and I will let you know as soon as I can :) Sorry for the delay in response
Hi @felixrieseberg, I would love to work on this. Do you have any suggestion on what kind of resources we should use? 😄
Hey, can you guys elaborate more on this issue :)
As I mentioned in #3134 , I have some result regarding the urlparse test on libraries that @kmike suggested :) Â | Python2 | Python3 -- | -- | -- python...
Hey guys, I tried implementing the modification to ItemLoader constructor. So when there is **response.selector** available, we will use that instead of creating a new Selector. The result for my...
We will also need to restore the tests from w3lib and try to make Scurl conform to all the original tests in there!