- 23 Mar, 2014 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 22 Mar, 2014 15 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 17 Mar, 2014 1 commit
-
-
Steven Maude authored
-
- 16 Mar, 2014 10 commits
-
-
Jason R. Coombs authored
Use a context manager instead of calling _test.run in multiple places. Alleviates need to warn about Exceptions
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 12 Feb, 2014 2 commits
-
-
Wyatt Lee Baldwin authored
On Python 3.3+, `find_packages()` now considers any subdirectory of the start directory that's not a regular package (i.e., that doesn't have an `__init__.py`) to be a namespace package. Because this will often include non-package directories, a new `include` argument has been added to `find_packages()`. `include` can make it easier to narrow which directories are considered packages instead of having to specify numerous excludes. In particular, it's an easy way to keep top-level, non-source directories from being considered packages. The other way this supports PEP 420 is by making sure `__pycache__` directories are never added to the list of packages. Refs issue #97
-
Wyatt Lee Baldwin authored
On Python 3.3+, `find_packages()` now considers any subdirectory of the start directory that's not a regular package (i.e., that doesn't have an `__init__.py`) to be a namespace package. The other way this supports PEP 420 is by making sure `__pycache__` directories are never added to the list of packages. Fixes issue #97
-
- 16 Mar, 2014 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729
-
- 12 Feb, 2014 1 commit
-
-
Wyatt Lee Baldwin authored
--HG-- extra : rebase_source : 1fec39a038ac2c460e62ef2ee2eee5a0b66a676d
-
- 16 Mar, 2014 1 commit
-
-
Jason R. Coombs authored
--HG-- extra : rebase_source : 3b48a37ada247203bfebf87cdbb473b72e6e208b
-
- 12 Feb, 2014 1 commit
-
-
Wyatt Lee Baldwin authored
--HG-- extra : rebase_source : fecc027e4355f36d779967683a213fb2d867d21a
-