Commit Graph

327 Commits

Author SHA1 Message Date
jab e87a6c31c3 update deps, --cov-branch 2017-05-10 14:35:23 -04:00
jab 86dfe1bb67 update to latest tox (2.7.0) 2017-04-08 16:39:06 -04:00
jab 05f3224782 update to latest coverage (4.4b1) 2017-04-05 18:54:02 -04:00
jab 577458dcf0 update to latest sphinx (1.5.5) 2017-04-04 17:14:44 -04:00
jab 2a47714a21 docs: factor out versioneye prompt from changelog and include in readme too 2017-03-31 14:58:44 -04:00
jab ab657f9353 update to latest pytest-benchmark and pre-commit 2017-03-28 13:53:44 -04:00
jab 8c4e6b36eb update travis to use python 3.6.1 2017-03-25 17:42:59 -04:00
jab 4a8e94026f upgrade to latest hypothesis (3.7.0) 2017-03-25 12:34:43 -04:00
jab 76df49a206 docs tweaks 2017-03-17 12:16:45 -04:00
jab 5f4e0486e4 bump version to 0.13.2.dev0 post-release 2017-03-15 16:50:22 -04:00
jab 2c7c53d7b4 prepare for 0.13.1 release 2017-03-15 16:43:23 -04:00
jab 19f7e9f90a change license to MPLv2 2017-03-15 16:43:05 -04:00
jab f55141d417 rm foo.py (accidentally added in 888531) 2017-03-15 15:45:52 -04:00
jab 6f5dbd4d5b tweak @knaperek's improvements from #41 + thanks 2017-03-15 15:45:40 -04:00
Jozef Knaperek 287719c22d Add test for oldstyle class handling 2017-03-15 15:16:18 -04:00
Jozef 97f59b96a2 Fix regression in 0.13 that breaks old-style classes
This is causing crashes with other (unrelated) classes that are old-style.
2017-03-15 15:16:18 -04:00
jab 0bee32a6fc update to latest pytest (3.0.7) 2017-03-15 15:10:41 -04:00
jab 888531760c update to latest sphinx and pre-commit 2017-02-27 12:27:08 -05:00
jab 9eb335239d update to latest pre-commit, fix typo 2017-01-30 18:06:57 -05:00
jab 3d757fbb6c upgrade to latest pytest (3.0.6), sphinx (1.5.2), and pre-commit (0.11.0) 2017-01-23 11:04:52 -05:00
jab 803fa3faf1 bump version to 0.13.1.dev0 post release 2017-01-19 00:26:21 -05:00
jab 4bfb6038ec prepare for 0.13.0 release 2017-01-19 00:08:38 -05:00
jab 887e078907 squashed changes for 0.13.0
- support Python 3.6, refactor CI/test setup, increase test coverage
- refactor BidirectionalMapping, BidictBase, OrderedBidictBase,
  FrozenBidictBase, and subclasses
- move frozenorderedbidict into _frozen and looseorderedbidict into _loose
- register bidict as a virtual subclass of MutableMapping rather than
  inheriting from it directly. This makes it clearer that it does not use any
  of the concrete generic methods that MutableMapping provides.
- improve performance and flexibility of frozenbidict and
  frozenorderedbidict hashing
- docs, including new type-hierarchy.png diagram
- rm unused imap, ifilter, izip_longest from compat, add PYPY
- update to latest versions of dependencies
- restore benchmarking on travis
2017-01-09 10:37:31 -05:00
jab b7815c5318 deps, docs linking fixes/improvements, skip benchmarking for now 2016-12-06 18:09:45 -05:00
jab 571fe87883 upgrade to pypy-portable-5.6.0 2016-11-21 01:27:25 -05:00
jab efead14781 appease new flake8 rule (E305) 2016-11-21 00:54:31 -05:00
jab c923b297c3 upgrade to latest flake8, pydocstyle, pytest-cov, and sphinx dependencies 2016-11-21 00:48:44 -05:00
jab 2e8ccc2eec dowgrade pytest-benchmark to 3.0.0
3.1.0a1 with benchmark-compare compares the current run against itself,
rather than against the previous run as it should

ionelmc/pytest-benchmark#62
2016-11-21 00:35:18 -05:00
jab b33d5da47d upgrade pre-commit and tox dependencies, benchmark compare to all previous runs 2016-11-21 00:17:54 -05:00
jab 89867aa067 upgrade to pytest 3.0.4 2016-11-13 12:41:00 -05:00
jab dbd0c6017b upgrade to hypothesis 3.6.0 and pytest-benchmark 3.1.0a1 2016-11-06 08:46:07 -05:00
jab 184de7f07f update to latest pytest (3.0.3) and hypothesis (3.5.3) 2016-10-05 11:59:51 -04:00
jab 5f3f069f26 document retrieving pypi download stats 2016-09-16 16:06:40 -04:00
jab dbc678876f update pypy to 5.4.1 on Travis 2016-09-16 16:01:15 -04:00
jab 26ed6b5c0a upgrade to latest pytest (3.0.2) 2016-09-03 20:30:27 -04:00
jab fa4e21297f upgrade to latest pytest (3.0.1) 2016-08-24 11:33:54 -04:00
jab 6c6290a7a9 update to latest pytest (3.0.0) 2016-08-21 22:17:05 -04:00
jab 89f13e1ece work around bad readthedocs styles 2016-08-02 18:02:08 -04:00
jab 576ef8510e Merge pull request #38 from waldyrious/patch-1
add license title and fix short identifier
2016-07-31 15:52:27 -04:00
Waldir Pimenta d82f91bcde fix short identifier for the ISC license
see https://opensource.org/licenses/ISC and http://spdx.org/licenses/ISC.html
2016-07-31 12:49:16 +01:00
Waldir Pimenta 429410cbf7 add license title
It's not strictly required, but it's useful metadata, and part of the recommended license template text:
- http://choosealicense.com/licenses/isc/
- https://opensource.org/licenses/isc-license
- http://spdx.org/licenses/ISC.html#licenseText
2016-07-31 12:31:44 +01:00
jab 2f6bf59057 upgrade to latest coverage (4.2) 2016-07-27 20:53:07 -04:00
jab 0ab1498f45 upgrade to latest hypothesis (3.4.2) 2016-07-15 22:21:53 -04:00
jab 1b50171bd5 update to latest hypothesis (3.4.1) 2016-07-10 13:01:37 -04:00
jab 16bfeee370 update to latest coverage (4.2b1) 2016-07-05 11:57:47 -04:00
jab 1e5d9c0708 bump version to 0.12.1.dev0 post release
[ci skip]
2016-07-04 00:12:44 -04:00
jab b6a56d794b prepare for 0.12.0 release 2016-07-03 23:52:45 -04:00
jab 4b42d8dd3e pull out new "order matters" subsection of docs 2016-07-03 18:12:58 -04:00
jab fec24ddcaf update docs badge to point to master 2016-07-03 17:56:40 -04:00
jab c2fcc2be11 document effects of ordering on overwriting 2016-07-03 17:36:26 -04:00