Hugo van Kemenade
|
a8fad5e5de
|
Drop support for EOL Python 2.6 and 2.7
|
2024-03-31 13:37:54 -07:00 |
Jonathan Striebel
|
243de3fb2c
|
add chunk_ranges function to iterutils (#312)
|
2023-02-19 22:22:09 -08:00 |
Mahmoud Hashemi
|
5a47d92c54
|
add iterutils.redundant to the docs
|
2020-07-10 08:37:07 -07:00 |
Mahmoud Hashemi
|
962b217339
|
swizzle around iterutils docs a bit
|
2020-06-21 22:30:24 -07:00 |
Michael Blahay
|
e79511e6e7
|
#122 - Adding lstrip, rstrip, and strip for iterables (#253)
* Adding lstrip, rstrip, strip functions
* Adding tests for lstrip, rstrip, and strip
* Adding strip to documenation. Fixing python2 compatibility
* Fixing strip doc test
* Fixing another strip doc test
* Adding additional testing for lstrip, rstrip, and strip. Removing unnecessary import of sys
|
2020-06-21 22:19:35 -07:00 |
Mahmoud Hashemi
|
761a8477ba
|
add some more iterutils docs
|
2019-02-11 09:58:17 -08:00 |
Mahmoud Hashemi
|
3d07b32ffe
|
a couple of tables of contents
|
2019-01-10 10:01:11 -08:00 |
Mahmoud Hashemi
|
a17ac75134
|
expose iterutils.research docs
|
2017-03-11 19:42:53 -08:00 |
Mahmoud Hashemi
|
95b1ba93f1
|
wrap up get_path TODOs and document it accordingly
|
2017-03-02 01:37:51 -08:00 |
Mahmoud Hashemi
|
d0b8d2e2b1
|
add iterutils.same() to the docs, creating a new documentation section 'Reduction'
|
2016-03-06 15:31:23 -08:00 |
Mahmoud Hashemi
|
5c79a8a62d
|
a bunch of docs cleanups
|
2015-09-24 11:51:21 -07:00 |
Mahmoud Hashemi
|
275a290ea7
|
docs tweak for nested iterutils intro
|
2015-09-24 03:36:22 -07:00 |
Mahmoud Hashemi
|
0d6486c402
|
exposing remap docs
|
2015-09-21 02:40:33 -07:00 |
Mahmoud Hashemi
|
1ff59e75ad
|
separate out numeric iteration utilities from iterable-based iteration utilities
|
2015-09-19 00:44:18 -07:00 |
Kevin Stone
|
a2d97137df
|
Missing docs for unique and unique_iter
|
2015-09-18 13:46:38 -07:00 |
Mahmoud Hashemi
|
6bb6a134c9
|
adding backoff function for consistency with rest of iterutils module
|
2015-08-19 01:15:21 -07:00 |
Mahmoud Hashemi
|
89a55103fe
|
updating iterutils docs to display new numeric iterators
|
2015-08-19 01:05:03 -07:00 |
Hynek Schlawack
|
08cb8496e8
|
Add first function
Transplant from https://github.com/hynek/first , hereby donated. :)
|
2015-07-30 11:10:06 +02:00 |
Mahmoud Hashemi
|
414419dd19
|
expose iterutils.one docs
|
2015-07-30 01:58:47 -07:00 |
Mahmoud Hashemi
|
42996c48c6
|
name change per discussion in #40
|
2015-07-17 13:52:44 -07:00 |
Eric L Frederich
|
8ec9395945
|
new is_container function
|
2015-05-21 09:11:32 -04:00 |
Eric L Frederich
|
28715b4de4
|
use functions instead of lambdas for documentation
|
2015-05-18 18:58:36 -04:00 |
Mahmoud Hashemi
|
cc364279da
|
iterutils refresh. argname change: keyfunc -> key. docs reviewed and updated.
|
2015-04-05 19:12:15 -07:00 |
Mahmoud Hashemi
|
f56aa8bf2b
|
updated headings for all the modules, thinking about merging osutils and fileutils
|
2015-03-21 23:18:45 -07:00 |
Mahmoud Hashemi
|
01d479ba6b
|
adding initial docs
|
2015-03-21 17:12:50 -07:00 |