Commit Graph

29 Commits

Author SHA1 Message Date
Lukasz Langa
5d1a162db9 Mention CONTRIBUTING.md updates on stub versioning in the README
This makes the README less wordy and makes the information more consistent by
just storing it in a single place.
2017-01-20 11:49:55 -08:00
Łukasz Langa
08432484d5 CONTRIBUTING.md (#790)
Fixes #772.
2016-12-24 08:46:08 -08:00
Lukasz Langa
8c5c788a4d Enable flake8-pyi plugin to automatically include *.pyi files
This simplifies running flake8 tests and reduces the amount of F821 errors
reported (flake8-pyi enables support for forward references in *.pyi files).
The error code is left disabled until I clean up the remaining issues.
2016-12-21 00:56:01 -08:00
Lukasz Langa
79d8757f1f Enable flake8 tests
Ran both by Travis and locally. There's some setup required, README updated.
A few important Flake8 checks are still disabled, we're going to enable them as
soon as the stubs are fixed and we can reliably run Flake8 locally with Python
3.6.
2016-12-20 04:07:44 -08:00
George King
4d59c04c16 Fix README.md to name mypy_test.py correctly. (#737) 2016-12-05 11:18:33 -08:00
Lukasz Langa
16c3af3068 Update README.md to mention 3.6 and --fast-parser 2016-11-26 20:27:50 -08:00
Hugo
b9733f5717 Formatting and typos (#707) 2016-11-24 09:31:10 +00:00
TrueBrain
15ec66cdd6 Consider __doc__ always Optional. (#641)
python/mypy#2380 showed a discrepancy between object and FunctionType in stdlib2. The first defined __doc__ to be str, the second Optional[str]. As FunctionType depends on object, this is no longer valid.

As suggested by @gvanrossum in python/mypy#2380, all __doc__ should be considered Optional.

(Final verdict was just to remove most __doc__ attributes since it's inherited from object.)
2016-10-30 11:48:23 -07:00
Guido van Rossum
fed966cf7f Explain how to run the tests 2016-10-28 08:47:31 -07:00
Guido van Rossum
bf319675c4 Clarify how to get consent from third party package owners. 2016-10-17 13:19:33 -07:00
Matthias Kramm
828f42e350 Fix syntax in README.md. 2016-08-26 13:35:47 -07:00
Guido van Rossum
56abd1e54b Add note about obtaining consent of package owner for third-party stubs. 2016-04-06 12:47:26 -07:00
Guido van Rossum
71d15d6943 Remove outdated things from README. 2016-01-14 09:11:38 -08:00
Matthias Kramm
4fe8915d44 Add missing '-> None' to all __init__ methods. 2015-11-09 10:25:11 -08:00
Matthias Kramm
617e93fb11 add link to o11c/stubtool 2015-10-28 13:27:11 -07:00
Matthias Kramm
0ef9e34af2 Add paragraph about version checks to README.md 2015-10-01 08:40:00 -07:00
Matthias Kramm
25a41fa052 update README.md 2015-10-01 08:26:15 -07:00
Matthias Kramm
6f667fc1d5 README: move syntax example upwards 2015-09-17 09:21:18 -07:00
Matthias Kramm
77196ae0f6 rework directory hierarchy 2015-09-17 08:33:18 -07:00
Matthias Kramm
199abc980c Add paragraph about builtins vs stdlib. 2015-09-16 12:36:01 -07:00
Matthias Kramm
42afca768b Fix markdown table 2015-09-15 08:18:19 -07:00
Matthias Kramm
29699f3a60 More generic directory hierarchy. 2015-09-15 07:57:26 -07:00
Matthias Kramm
fcb1294932 Add 'contributions' and 'roadmap' sections to README.md 2015-06-13 17:27:56 -07:00
Matthias Kramm
792f9bde81 fix link in README.md 2015-05-20 10:17:49 -07:00
Matthias Kramm
c12e977403 Use '...' instead of 'pass' for function bodies 2015-05-20 10:14:18 -07:00
Ryan Gonzalez
ec65552ade Fix link to PEP 484 2015-04-24 18:22:40 -05:00
Matthias Kramm
823b267a93 Change README.md example to use 'Undefined'. 2015-03-25 09:09:34 -07:00
Matthias Kramm
83cdec9a4c Add project and format description to README.md 2015-03-05 08:39:38 -08:00
Jukka Lehtosalo
893f49bd80 Initial commit 2015-03-04 20:51:28 -08:00