-
We currently use Travis-CI to ensure python-dwca-reader doesn't break, but it doesn't support some platforms (Windows, Jython) that some of our users like.
Should we look for an alternative?
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
I have a service deployed on AWS and use CodeGuru to analyze the performance. I have found when high concurrency >20TPS, `JyAttribute.getAttr` makes CPU in 95% of **BLOCKED** time. There was an issue …
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
A common use case on my end is to update an old URI or URL and while it's possible to do so with the Jython extension it would be very nice to have it as accessible through core. Example task: `http:/…