Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] Telnetlib exception - "getaddrinfo returns an empty list"
--
ISSUES
1. [New issue] Telnetlib exception - "getaddrinfo returns an
First of all, there is a need to document where the tests are and how
to run them. It took me a moment to figure it out, so it make sense to
share it.
The test config: IronLanguages/Test/IronPython.tests
An individual test can be started by: ./test-ipy.cmd /test:test_zipimport_cpy
I remember at o
On Thu, Jul 17, 2014 at 9:52 AM, Pawel Jasinski
wrote:
> First of all, there is a need to document where the tests are and how
> to run them. It took me a moment to figure it out, so it make sense to
> share it.
>
> The test config: IronLanguages/Test/IronPython.tests
> An individual test can be
Recently I had 2 ideas or perhaps suggestions which may help
IronPython to get better.
I asked myself, what would help us to get more general python packages
to get IP specific patches and keep things alive. Most of them use
travis as a test framework and cover most of the python versions,
includin