Commit Graph

366 Commits

Author SHA1 Message Date
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
Prodesire e9cfa5101c add doc for environ.environ 2018-01-15 00:16:33 +08:00
Prodesire 9249a09196 add environ.environ which is a context manager for updating one or more environment variables 2018-01-15 00:16:24 +08:00
Prodesire 97c40cde43 add doc for path.is_super_path 2018-01-14 13:05:59 +08:00
Prodesire e8f91d7db1 add path.is_super_path 2018-01-13 01:52:20 +08:00
Prodesire 9555d7b5bd update doc for convert 2018-01-10 00:31:59 +08:00
Prodesire e47bc75973 add bin2oct, bin2dec, bin2hex, oct2bin, oct2dec, oct2hex, dec2bin, dec2oct, dec2hex, hex2bin, hex2oct, hex2dec to convert 2018-01-10 00:22:02 +08:00
Prodesire 13f5ec7bd8 change version to 0.4.0 2018-01-09 21:01:37 +08:00
Prodesire 2055225497 mv string.boolean to convert.boolean 2018-01-09 08:37:00 +08:00
Prodesire 2ec5cd5956 add doc for string.boolean 2018-01-08 21:16:07 +08:00
Prodesire 0ada2fa96c add boolean to string 2018-01-08 21:11:25 +08:00
Prodesire 36c9dc85bb change badge for windows and linux 2018-01-08 00:45:09 +08:00
Prodesire decce0422b change coveralls badge to codecov badge 2018-01-04 23:59:33 +08:00
Prodesire c3433fd38a add appveyor badge 2018-01-04 23:55:43 +08:00
Prodesire 155de6bc45 fix coverage error on ci 2018-01-04 23:48:46 +08:00
Prodesire c04efdc1e7 remove python 3.4 from travis 2018-01-04 23:36:45 +08:00
Prodesire 9845203cea add codecov to ci 2018-01-04 23:33:30 +08:00
Prodesire d8fd179dd1 remove support for python 3.4 2018-01-04 23:31:44 +08:00
Prodesire 45cefd801e remove --box from setup.py 2018-01-04 23:28:06 +08:00
Prodesire 3a4ab821fe remove unused lib; update .travis.yml 2018-01-04 23:10:37 +08:00
Prodesire 1c39c6bfe8 using codecov and coverage tool 2018-01-04 22:34:24 +08:00
Prodesire 0ab334740a update .appveyor.yml 2018-01-04 21:58:23 +08:00
Prodesire de578d50ec add .appveyor.yml; add py34 to travis and tox 2018-01-04 21:47:19 +08:00
Prodesire 31831a1990 change contributors badge 2018-01-03 20:42:53 +08:00
Prodesire 86435c9fd8 change travis badge 2018-01-03 20:39:44 +08:00
Prodesire 030b92b3fb change coverage badge 2018-01-03 20:35:07 +08:00
Prodesire f420fae4e3 add doc for dict.OrderedDict 2018-01-02 22:56:00 +08:00
Prodesire d5cb5835c7 refactor OrderedDefaultDict.__copy__ 2018-01-02 22:44:52 +08:00
Prodesire 3da1113ee6 add OrderedDefaultDict, inspired by https://stackoverflow.com/questions/6190331/can-i-do-an-ordered-default-dict-in-python 2018-01-01 18:40:49 +08:00