Boltons Versions Save

🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.

17.2.0

5 years ago

(December 16, 2017)

A big release with a lot of features and bugfixes, big and small. Just in time for the holidays!

See all the details here!

17.1.0

5 years ago

(February 27, 2017)

Add urlutils module, with URL type and find_all_links function. also update Sentinel for Python 3 falsiness

  • Add urlutils module, complete with RFC3986-compliant URL type
  • Also add urlutils.find_all_links function, which heuristically finds all links in plaintext, and creates URLs out of them.
  • Update typeutils.Sentinel to be appropriately falsy on Python 3

17.0.0

7 years ago

Several tweaks and enhancements to ring in the new year. Changelog here.

16.5.1

7 years ago

Mostly bug fixes and various tweaks, optimizations, and documentation. Also added a bit of functionality in the form of ioutils and GUID stuff.

16.5.0

7 years ago

A few minor changes and a medium-sized breaking change to cacheutils.

16.4.1

7 years ago

This release primarily contains several statsutils updates, mostly the addition of histogram computation and display. See the CHANGELOG for details.

16.4.0

7 years ago

another significant release, thanks to the addition of funcutils.wraps and funcutils.FunctionBuilder. also iterutils.chunked speedup, and tbutils.ParsedException.to_string. See CHANGELOG for details.

16.3.0

7 years ago

big big update.

ecoutils, debugutils.wrap_trace preview, timeutils.strpdate, timeutils.daterange, a few socketutils bugs/platform tweaks, statsutils.Stats improvements (esp. describe), strutils.parse_/format_int_list, cacheutils.cachedproperty, and cacheutils.cachedmethod

16.3.1

7 years ago

a couple of follow-on ecoutils updates (and improved docs)