Commit Graph

8 Commits

Author SHA1 Message Date
Jelle Zijlstra
01ce742298 Add .mypy_cache/ to .gitignore (#1192)
Since it's now generated by mypy by default.
2017-04-22 15:54:48 -07:00
Guido van Rossum
761ee6afb3 Update configs and instructions for running tests manually. (#1137)
- Switch requirements-tests-py3.txt to use mypy GitHub master.
- Exclude .venv{2,3} (suggested in README.md) in .flake8 and .gitignore.
- Update instructions in README.md to be working.
- Remove runtests.sh script and mentions of it -- I can't get it to work
  and the three steps are easily run by hand.
2017-04-08 19:06:54 -07:00
Andrey Vlasovskikh
77f21e415b Ignore PyCharm project files (#926) 2017-02-10 07:28:40 -08:00
Brett Cannon
41b3fe2f60 Add stubs for importlib.__init__ (#314)
* Ignore VS Code

* Add stubs for importlib.__init__

Part of #189
2016-06-28 09:30:15 -07:00
Valérian Rousset
09e165ec35 Improve socket py2 (#249)
* add vim swap files to gitignore

* add types to socket.socket.send{,all} for py2
2016-06-05 16:51:26 -07:00
Martin Geisler
35162eb564 Ignore Emacs backup files 2016-03-15 09:56:01 +01:00
Matthias Kramm
56dcc02e25 Apply fixes, remove duplicates.
Apply fixes to _random, cStringIO, errno, operator, sys, zlib, etc.; also,
remove duplicate 2.7/math.pyi, 2.7/marshal.pyi.
2015-09-30 12:07:37 -07:00
Jukka Lehtosalo
893f49bd80 Initial commit 2015-03-04 20:51:28 -08:00