.. |
__init__.py
|
clear out __init__, as planned
|
2015-04-09 01:00:01 -07:00 |
cacheutils.py
|
fix cacheutil's implicit import error, and fix py34 doctest
|
2016-05-17 02:37:25 -07:00 |
debugutils.py
|
wrap_trace docstring and other minor tweaks and error checking
|
2016-05-23 01:11:26 -07:00 |
deprutils.py
|
adding consistency
|
2013-09-07 18:14:19 -07:00 |
dictutils.py
|
test OMD.pop and OMD.popall, with some improvements to their implementations
|
2015-09-09 03:10:01 -07:00 |
easterutils.py
|
Python 3 support: print_function
|
2015-04-10 11:23:17 +02:00 |
ecoutils.py
|
bump version for 16.4.0 release
|
2016-06-08 02:53:47 -07:00 |
excutils.py
|
avoid catching BaseException in all boltons
|
2016-02-07 02:12:42 -08:00 |
fileutils.py
|
appveyor seems pretty overloaded (slow), so remove unnecessary environments. also add some test skippage for socketutils tests, and attempt to fix a windows doctest error (expanduser doesn't work on windows/appveyor apparently)
|
2016-05-22 17:05:12 -07:00 |
formatutils.py
|
adding formatutils tests and making formatutils Python 3 compatible
|
2015-05-17 20:20:13 -07:00 |
funcutils.py
|
add a wraps TODO
|
2016-06-14 04:30:49 -07:00 |
gcutils.py
|
remove gcutils __main__ block
|
2015-05-18 21:35:26 -07:00 |
iterutils.py
|
iterutils: optimize chunked_iter
|
2016-06-03 20:37:40 +03:00 |
jsonutils.py
|
avoid catching BaseException in all boltons
|
2016-02-07 02:12:42 -08:00 |
listutils.py
|
adding listutils tests, removing main block from listutils
|
2015-05-18 23:31:21 -07:00 |
mathutils.py
|
Correct typo in mathutils.ceil docstring.
|
2015-04-30 22:01:11 +08:00 |
mboxutils.py
|
consistent multi-line string format and usage of the term 'builtin' vs 'built-in' (noun vs adjective)
|
2015-04-06 00:39:59 -07:00 |
namedutils.py
|
namedutils tests, fix a namedutils pickles issue, add an __all__ to namedutils
|
2015-05-19 00:13:17 -07:00 |
queueutils.py
|
bump docs version, improve queueutils docs
|
2015-06-07 22:35:19 -07:00 |
setutils.py
|
setutils tests
|
2015-05-19 01:06:46 -07:00 |
socketutils.py
|
fix a few :type:-os (sphinx wants :class:, not :type:)
|
2016-05-23 10:10:49 -07:00 |
statsutils.py
|
Stats.__init__ now has is_sorted argument (I think this was the original plan)
|
2016-06-11 20:01:42 -07:00 |
strutils.py
|
a few parse/format_int_list docstring updates
|
2016-05-23 01:19:16 -07:00 |
tableutils.py
|
tableutils.Table: make dictionary tables a little more consistent
|
2016-02-13 14:14:34 -08:00 |
tbutils.py
|
tbutils: add get_formatted_exception_only method
|
2016-06-11 16:07:34 -07:00 |
timeutils.py
|
fixing daterange's xrange link
|
2016-05-21 00:31:21 -07:00 |
typeutils.py
|
fix cacheutil's implicit import error, and fix py34 doctest
|
2016-05-17 02:37:25 -07:00 |