Commit Graph

1392 Commits

Author SHA1 Message Date
Mahmoud Hashemi 626df0f696 add include_dirs to fileutils.iter_find_files 2019-11-05 18:26:22 -08:00
Mahmoud Hashemi cf04eff49f fix transposition in CHANGELOG 2019-10-28 22:51:57 -07:00
Mahmoud Hashemi 289c98ca1f bumping version for 19.3.1dev 2019-10-28 22:49:37 -07:00
Mahmoud Hashemi ea80eb106e CHANGELOG for 19.3.0 2019-10-28 22:48:18 -07:00
Mahmoud Hashemi 5179907a67 bump docs for 19.3.0 2019-10-28 22:42:54 -07:00
Mahmoud Hashemi 23c7477284 bump for 19.3.0 release 2019-10-28 22:42:10 -07:00
Mahmoud Hashemi 554260a51a format_invocation, fmt_exp_repr, fmt_nonexp_repr 2019-10-28 22:30:41 -07:00
Mahmoud Hashemi 2bb6c8055e bump version for 19.2.1dev 2019-10-19 16:03:34 -07:00
Mahmoud Hashemi 3be3f36157 write 19.2.0 changelog 2019-10-19 16:03:00 -07:00
Mahmoud Hashemi 45156b800e bump docs version to 19.2 2019-10-19 15:52:02 -07:00
Mahmoud Hashemi af4f3d3f64 bump version for 19.2.0 release 2019-10-19 15:51:16 -07:00
Mahmoud Hashemi bf8a65942c
Merge pull request #210 from kurtbrose/complement-set
added __rsub__ to complement-set
2019-10-19 15:06:50 -07:00
David Caron 67f32d5766 Docs: change FunctionBuilder's 'default' description to correspond ... (#212)
to the __defaults__ special attribute (a type tuple is required)
2019-10-19 15:06:26 -07:00
Justin Poehnelt 9a5017d831 Fix formatargspec deprecation warning (#217)
* add some regression tests

* py3 specific tests

* inline formatargspec

* only add formatargspec for python3
2019-10-19 15:00:56 -07:00
Mahmoud Hashemi a1d9d49710
Fix travis py26 and pypy (#226)
* travis fixes: try pinning 2.6 against trusty

* xfail for pypy bug: https://bitbucket.org/pypy/pypy/issues/3049/systemerror-in-rsocket__setblocking-travis
2019-10-19 14:41:52 -07:00
Mahmoud Hashemi 2f16e8c9f8
Merge pull request #221 from naltun/patch-1
Change 'fundaments' to 'fundamentals'
2019-10-19 13:42:16 -07:00
Mahmoud Hashemi 4d757f64c5 Merge branch 'master' of github.com:mahmoud/boltons 2019-10-19 13:37:48 -07:00
Mahmoud Hashemi 2d8734507a chunked_iter docstring typo 2019-10-19 13:37:42 -07:00
Mahmoud Hashemi 46f79c6293
Merge pull request #218 from Erotemic/dev/fix_doctests2
Fixed doctests
2019-10-10 18:37:02 -07:00
Mahmoud Hashemi 2fc0c7adce
Merge pull request #223 from connorbrinton/patch-1
Fix minor docstring formatting issues
2019-10-10 18:19:12 -07:00
Mahmoud Hashemi 083fa4c82f Merge branch 'master' of github.com:mahmoud/boltons 2019-09-22 19:44:28 -07:00
Mahmoud Hashemi c57a0ae136 fix level in tbutils 2019-09-22 19:44:22 -07:00
Connor Brinton 1e2d5dc1dc
Fix minor docstring formatting issues
Fixes include:
* `itertools.bucketize`:
  * Annotate `bool` reference
  * Display `key=` usage example as code block
* `setutils.complement`:
  * Display entire `NamesFilter` example as code block
  * Remove backticks from bad `NamesFilter` usage example
2019-09-19 11:48:30 -04:00
Mahmoud Hashemi 24f32d30fe
Merge pull request #222 from CameronCairns/master
Adds attribute getter convenience to bucketize/partition
2019-09-10 09:32:58 -07:00
Cameron Cairns 26a7afa3f3 Adds attribute getter convenience to bucketize/partition
Bucketing/partitioning is often done based upon attribute access, so the
ability to pass in the attribute string should reduce the need for
boilerplate lambda functions. iterutils.unique was used as the template
for this change.
2019-09-03 19:45:18 -07:00
Noah Altunian 2c8c47d902
Change 'fundaments' to 'fundamentals'
In case this wasn't intentional! 👍
2019-09-03 08:27:55 -04:00
Mahmoud Hashemi c5c1513d49 vendor formatargspec to get rid of some py3 warnings 2019-08-26 18:35:53 -07:00
Mahmoud Hashemi 9220ca1a1f fix changelog link 2019-08-04 17:38:25 -07:00
joncrall 0df36e6aad Fixed want 2019-08-03 00:11:11 -04:00
joncrall 35633520cd Fixed doctests 2019-08-02 23:54:59 -04:00
Mahmoud Hashemi 7a51dcf63a make appveyor install a newer tox/wheel 2019-07-01 23:23:53 -07:00
Mahmoud Hashemi 02be351508 docstring/test for OneToOne.unique alternate constructor 2019-06-11 23:59:46 -07:00
Mahmoud Hashemi 2d7f4a1558 handle non-unique one-to-one inputs 2019-06-11 19:10:22 -07:00
Mahmoud Hashemi ae222c5f40 sketch in an error when OneToOne's arguments aren't one-to-one 2019-06-11 10:10:22 -07:00
Mahmoud Hashemi f2b7a6000f
Merge pull request #211 from mosbasik/fix-docs-typo
Fix incorrect substitution of flatten_iter() and flatten() in docstring
2019-05-09 10:58:10 -07:00
Peter Henry 49a80e2858 Fix incorrect substitution of flatten_iter() and flatten() in docstring 2019-05-09 10:35:38 -07:00
Kurt Rose d28450f34b proper __bool__ on complement set and tests 2019-05-07 14:34:01 -07:00
Kurt Rose d34e461849 added __rsub__ to complement-set so that expressions of form set() - complement(set()) eval correctly 2019-05-07 14:02:27 -07:00
Mahmoud Hashemi fecf391b71 undo addition of multi to m2m repr 2019-05-02 14:45:47 -07:00
Mahmoud Hashemi f4b2c40a1f make OMD.sorted() maintain all items, updated OMD repr to do the same, fixes #209 2019-05-02 09:51:06 -07:00
Mahmoud Hashemi 40c1009f49 add quick error report for wrap 2019-05-02 09:45:30 -07:00
Mahmoud Hashemi 67d3186e0e bump version for 19.1.1dev 2019-02-28 00:20:49 -08:00
Mahmoud Hashemi ec86a991bf 19.1.0 changelog 2019-02-28 00:20:19 -08:00
Mahmoud Hashemi a539de3de9 bump docs version 2019-02-28 00:11:11 -08:00
Mahmoud Hashemi 9c13721b5f bump for 19.1.0 release 2019-02-28 00:09:36 -08:00
Mahmoud Hashemi 9d9dc073e4 add gzip_bytes 2019-02-27 23:47:14 -08:00
Mahmoud Hashemi d075f0b04d couple of small cleanups 2019-02-27 22:51:56 -08:00
Mahmoud Hashemi b2ea6f6361 FunctionBuilder.get_arg_names, plus some py2 testing 2019-02-26 23:20:28 -08:00
Mahmoud Hashemi 77c10e09f2 functionbuilder: simplify kwonly defaults 2019-02-26 02:11:14 -08:00
Mahmoud Hashemi 962b310e5d fix up functionbuilder get_defaults_dict to support kwonly args 2019-02-26 01:59:59 -08:00