| Age | Commit message (Collapse) | Author |
|
This introduces a skip_if module that can be used by tests to
determine when they should be skipped due to the environment.
Some tests have been split in order to have finer grained skip
control.
|
|
|
|
For small ports which don't have all features enabled.
|
|
|
|
- remove single string initialization style
- take list of strings instead
- store list in the type for fast lookup
|
|
|
|
|
|
This was hit when trying to make urlparse.py from stdlib run. Took
quite some time to debug.
TODO: Reconsile bound method creation process better, maybe callable is
to generic type to bind at all?
|