Ethan Smith
7737e519a3
Add __dict__ to object in Python 2 ( #1746 )
...
Use str as key type for __dict__
2017-11-16 08:44:48 -08:00
Ethan Smith
b7dc041f44
reexport names in 3/dateutil.tz ( #1673 )
...
This was missed in #1669 , and should completely fix #1665 .
2017-10-15 13:32:36 -07:00
Ethan Smith
8ab207bcee
Decrease Mypy concurrent process count ( #1618 )
...
Mypy has issues with running its test suite with many processes
concurrently. This should reduce travis test failures, if not completely
resolve failures. See issue https://github.com/python/mypy/issues/3543
2017-09-20 13:01:56 -07:00
Ethan Smith
ac36193550
Add Gitter chat badge ( #1399 )
...
And update other gitter links.
2017-06-12 15:55:05 -07:00
Ethan Smith
be80c36816
fix mypy_selftest ( #1369 )
...
Related to python/mypy#3337 .
2017-05-28 23:30:54 -07:00
Ethan
625ea80a99
update OptParse to work on 2and3 ( #1164 )
...
* update OptParse to work on 2and3
* remove duplicative dunder methods in Option
* Union Nones to Optional and Text->_Text
2017-04-19 06:10:07 -07:00
Ethan
3b30996733
Change ast's parse signature to return Module ( #836 )
2017-01-17 09:49:41 -08:00