Dave Halter
a892887b04
Remove Python 3.4 support
2020-02-27 02:04:03 +01:00
Dave Halter
6a75a0c590
Rewrite some whitespace
2020-01-22 23:14:07 +01:00
Dave Halter
4f6116ac6e
speed test to examples
2020-01-12 01:21:26 +01:00
Dave Halter
cc34c7d4f3
Move not_in_sys_path tests to examples
2020-01-12 00:55:01 +01:00
Dave Halter
796a2b4df5
Move namespace tests to examples
2020-01-12 00:51:42 +01:00
Dave Halter
f3919823fb
Moved zipped imports test files
2020-01-12 00:43:36 +01:00
Dave Halter
46f8e53e71
Move sample_venvs to examples
2020-01-12 00:30:05 +01:00
Dave Halter
8dc7f2d899
Move the extension test to examples
2020-01-12 00:26:01 +01:00
Dave Halter
c79269b3ee
Move another test to examples
2020-01-12 00:09:48 +01:00
Dave Halter
f31c90926e
Move implicit namespace package code to example dir
2020-01-11 22:25:12 +01:00
Dave Halter
8459b02a98
Move flask tests to examples folder
2020-01-11 22:01:33 +01:00
Dave Halter
ba6154c314
Move the absolute import test files
2020-01-11 21:59:21 +01:00
Dave Halter
3b6bbab556
Infer doctests and signatures uniformly, fixes #1466
2020-01-03 00:45:14 +01:00
Dave Halter
3065609162
Forgot to add some test files
2019-12-09 19:26:24 +01:00
Dave Halter
0474371f23
Make sure overload signatures work, see #1417
2019-12-07 00:30:37 +01:00
Dave Halter
051db30dfb
Proper loading for third-party stub packages
2019-05-16 00:45:09 +02:00
Dave Halter
8aca357de6
Write a test for #1209
...
Relative imports were failing in nested Python packages. With the fix to
transforming paths to dotted paths this should already be a lot better,
still here's a regression test.
2019-02-28 09:51:47 +01:00
Dave Halter
4b276bae87
The import resolution for namespace packages was wrong
...
With this change we can now include all parents of the script, which will make
relative imports always work.
Now the whole meta_path is scanned and not just importlib's PathFinder.
Fixes #1183 .
2018-07-21 00:16:10 +02:00
Dave Halter
482b5e63db
Move the buildout_project stuff to a separate examples folder
2018-02-16 15:01:40 +01:00
Dave Halter
60f89522a7
Forgot to add the examples folder
2018-01-30 00:08:17 +01:00