Commit Graph

394 Commits

Author SHA1 Message Date
Prodesire 3ffb75d062 add type hint for convert 2018-02-16 19:26:25 +08:00
Prodesire 311e8d1f3d add type hint for console 2018-02-15 16:17:31 +08:00
Prodesire e2624dfc20 improve type hint for cmd 2018-02-14 20:51:45 +08:00
Prodesire 7c580dc7ee fix cmd test 2018-02-14 20:50:55 +08:00
Prodesire e007f70f0f add type hint for cmd 2018-02-14 20:42:00 +08:00
Prodesire 855758284d swap postion of shell and env for cmd.run_with_en_env 2018-02-14 20:35:28 +08:00
Prodesire eed917a7b3 remove wait parameter from cmd.run 2018-02-14 20:15:50 +08:00
Prodesire d8c69e775f add docstring for cmd stub 2018-02-13 22:59:13 +08:00
Prodesire e23b3a34d7 add stub for cmd 2018-02-13 22:58:23 +08:00
Prodesire 727cb6b415 add doc for functional 2018-02-11 00:08:47 +08:00
Prodesire 6efa2bb6ce add doc for compat.reduce 2018-02-10 17:37:00 +08:00
Prodesire 2f68d26902 fix reduce error on Python 3 2018-02-10 17:35:25 +08:00
Prodesire 5332dce5b0 add functional.compose 2018-02-10 12:47:13 +08:00
Prodesire a2d89ac341 add doc for network.private_ipv4s 2018-02-08 21:34:06 +08:00
Prodesire a9b9a225b8 add network.private_ipv4 2018-02-07 00:10:13 +08:00
Prodesire 34a8b7e364 add psutil to requirements-dev 2018-02-06 22:17:29 +08:00
Prodesire 1238bc9b93 start developing 0.5.0 2018-02-05 21:47:30 +08:00
Prodesire 63c55a8ce2 add iter to index 2018-02-05 21:27:25 +08:00
Prodesire 9121866f6a add doc for iter 2018-02-04 20:27:01 +08:00
Prodesire e3f9dda932 fix next error with python3 2018-02-03 00:41:27 +08:00
Prodesire 41f5b343cc add iter.join 2018-02-03 00:31:35 +08:00
Prodesire 83864aa9c8 refactor network.get_free_port with closing context 2018-02-03 00:28:07 +08:00
Prodesire 7cee0d9267 add iter.all, iter.any and their test 2018-02-03 00:23:09 +08:00
Prodesire 47531166cb add test for iter.first and iter.last 2018-02-03 00:02:49 +08:00
Prodesire 5da517dbdb add iter and iter.first, iter.last 2018-02-02 23:55:53 +08:00
Prodesire f07f2dd24b fix process.get_processes_by_path's path judgement 2018-01-27 11:09:01 +08:00
Prodesire d79251168d update description about path.is_super_path 2018-01-27 11:07:56 +08:00
Prodesire 4f534879b2 add note to process 2018-01-27 11:06:47 +08:00
Prodesire 4ac82efcfb add process to index 2018-01-27 11:04:47 +08:00
Prodesire 479b7ca7cd add doc for process.get_processes_by_path 2018-01-27 11:02:34 +08:00
Prodesire f699b13945 add docstring for process.get_processes_by_path 2018-01-26 22:23:41 +08:00
Prodesire b1d27fd122 add process.get_processes_by_path 2018-01-25 23:54:38 +08:00
Prodesire 1d11f2aadc update doc for network 2018-01-23 20:14:02 +08:00
Prodesire c8acf849e1 fix type error for int2ip on Windows 2018-01-22 22:52:59 +08:00
Prodesire 35669d6e05 add ip2int and int2ip to network 2018-01-22 22:30:50 +08:00
Prodesire b081bab22e fix: when given big number on Python 2, several convert funcs return values with unnecessary value 'L'. 2018-01-22 22:19:00 +08:00
Prodesire 770ae8ce12 supply socket.inet_pton and socket.inetntop for Windows. Refactor network.is_ipv6 2018-01-22 21:06:12 +08:00
Prodesire d6a054ed7a start developing 0.4.2 2018-01-22 21:05:03 +08:00
Prodesire 89798c0dae change version to 0.4.1 2018-01-20 14:27:26 +08:00
Prodesire 80a6e157f5 remove unnecessary lib 2018-01-20 14:18:40 +08:00
Prodesire fe1926a1fa fix desc error of compat.strbytes_types 2018-01-19 12:48:01 +08:00
Prodesire e12cecd751 add doc for list.flatten 2018-01-18 18:50:39 +08:00
Prodesire 230cac9850 add list.flatten 2018-01-18 18:49:07 +08:00
Prodesire 5d744f0873 add test for list.tolist 2018-01-18 18:44:25 +08:00
Prodesire 08ea58781c add compat.strbytes_types which includes all types about string. 2018-01-18 18:27:33 +08:00
Prodesire 54a9753c54 update doc for list.tolist 2018-01-17 00:22:01 +08:00
Prodesire a630cb59e0 add doc for list.tolist 2018-01-17 00:14:43 +08:00
Prodesire 05c5f4e748 add doc for environ.path 2018-01-17 00:11:36 +08:00
Prodesire 6b16e21305 add environ.path which is a context manager for updating the PATH environment variable 2018-01-16 01:03:27 +08:00
Prodesire 3c054aff73 add list.tolist which converts obj to list 2018-01-16 01:02:47 +08:00