| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
See https://github.com/python-hyper/uritemplate/issues/33 for progress.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (103 commits)
Apparently this is deprecated.
Use a reST note.
add clarification on validating with format checkers
Squashed 'json/' changes from 86f965e..cb2b906
Sphinx 1.7.x appears broken :/
Minor style.
.
syntax lint fix
fix typo
update setup.py syntax for pipenv compliancy
vcversioner -> setuptools_scm
Move requests import to runtime
Whoops.
If it needs a loop might as well just loop without the evolver.
Might as well make the default be the right type.
No need for the evolver.
No need for the separate flag.
Unused.
Skip this too for now.
One true type checker attribute.
Minor style.
Fix the stack levels on the other two warnings.
Skip this too until it's fixed.
fixup
And the extend re-warning behavior.
Re-write the two happy case non-warnings.
Make the first warning warn at the right stacklevel.
This is private, no need to unit test it directly.
This is new behavior, so there's no need to support it
Slightly friendlier messages.
Being less lazy.
Sigh, disable git depth on Travis since our version is more than 50 away.
Undo Napoleon in the reST files.
Make the wording match the section before it.
It's passed in now.
Make it clear this is only used for deprecating.
Sigh, apparently napoleon only works on docstrings wat...
Rewording and keep fighting with Sphinx.
Spelling
More napoleonizing.
One more.
Another missing object.
:ref:
:mod: / :exc: / :meth:
:func:
:doc:
:attr:
:class:es
Start taming reST.
Fix more refs.
...
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Default_types is always available, in case of direct access.
- Use a metaclass (provided by six for py2 & py3 compat) to set a
classproperty on a Validator that raises a deprecation warning
- Add test coverage to check deprecation warnings are raised when
appropriate
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The TypeChecker provides an immutable interface to a mapping of type
names to functions that check a value.
Includes test coverage for the new TypeChecker, including demonstrations
that it is sufficient to extend types.
The old type interface is still supported, but will raise a
DeprecationWarning. The old isinstance checks are converted to functions
& passed to the TypeChecker. The old types are also checked with the
JSON schema test suite 'type' tests.
|
| | |
|
| |
| |
| |
| |
| | |
Will probably change as https://github.com/python-hyper/uritemplate/pull/36
is merged.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The current universal wheels have static install_requires matching the python version they were built on: so a wheel built on 2.6 claims it needs argparse and repoze.lru on 2.7 and 3.4, etc. This clearly doesn't work :)
environment markers are however honoured by wheels and pip, using this somewhat ugly syntax in extras (I'm looking to improve that, but this works - see the distutils-sig list for some discussion on it recently).
|
|
|
|
| |
for format.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|