Commit Graph

121 Commits

Author SHA1 Message Date
Prodesire afe7fa6bdc rename Testmakedirs to TestMakeDirs 2017-12-02 10:37:59 +08:00
Prodesire 95d366771d Fix #2, file.link only available on No Windows platform 2017-12-02 10:33:55 +08:00
Prodesire 2e14d32bf2 Add platform to help judge which platform we are working on 2017-12-02 10:32:11 +08:00
Prodesire fb429508a3 add docstring for makedirs, remove, removes and open_files 2017-12-01 08:30:50 +08:00
Prodesire b8cab1e944 file.makedirs's exist_ok default to False 2017-12-01 08:13:33 +08:00
Prodesire 3dcc82f416 modify file.makedirs logical 2017-12-01 08:09:39 +08:00
Prodesire ffafe04d70
Merge pull request #1 from focalism/master
add testcase for makedirs
2017-11-30 22:09:22 +08:00
xuzg 23845c8cbb Add test for makedirs 2017-11-30 09:23:40 +08:00
xuzg 9739b94831 tarnsfer py3 to py2 2017-11-30 09:23:04 +08:00
focalism 23f4b049bb
Merge pull request #1 from Prodesire/master
更新上有代码
2017-11-29 20:46:55 +08:00
Prodesire 1bea626b6d remove todo in network 2017-11-29 08:25:57 +08:00
Prodesire eaa11e6919 add doc for network 2017-11-29 08:25:02 +08:00
Prodesire dcd5584c06 fix inspect doc error 2017-11-29 08:24:53 +08:00
Prodesire fb2fa7eb62 fix cmd doc replicate 2017-11-29 08:11:02 +08:00
Prodesire 96375a1c1f add file includes several methods include remove, copy and etc. 2017-11-28 22:55:51 +08:00
Prodesire c0e274b811 rename "execute" to "run" of cmd; add "timeout" param to "run" 2017-11-27 00:37:00 +08:00
Prodesire b6b3bd674d add common_suffix to string 2017-11-26 15:18:15 +08:00
Prodesire e10a2dadd3 improve min method in common_prefix 2017-11-26 15:13:45 +08:00
Prodesire 7725d9ed41 add common_prefix for string 2017-11-26 15:10:50 +08:00
Prodesire 79d6896a01 add test for super_len 2017-11-24 21:52:17 +08:00
Prodesire 56067956ee add super_len to misc 2017-11-23 08:29:52 +08:00
Prodesire cd5d55225d add is_ipv4_address to network 2017-11-22 08:29:06 +08:00
Prodesire 2b6b5a03c1 add network.py and dotted_network to it 2017-11-22 08:25:45 +08:00
Prodesire eef3a2c79a add uniq to list 2017-11-21 13:10:44 +08:00
Prodesire 4aa8907956 merge independent implement of inspect for PY2 and PY3 into on one 2017-11-20 08:24:00 +08:00
Prodesire 7484b379f2 update test and func of inspect 2017-11-19 12:04:35 +08:00
Prodesire 53981c0fe9 add test_func_supports_parameter and fix func_supports_parameter 2017-11-19 11:49:10 +08:00
Prodesire 33736c6776 add func_* for test_inspect 2017-11-19 11:41:42 +08:00
Prodesire dc4b944712 add doc for rest of inspect funcs 2017-11-19 11:23:33 +08:00
Prodesire 7b38d15cdc fix get_func_args error and update the doc 2017-11-19 10:54:39 +08:00
Prodesire ccda1ad515 add doc for inspect.get_func_full_args 2017-11-19 10:53:35 +08:00
Prodesire 8691d4ad9b fix error on safeencode on PY3 2017-11-18 11:22:33 +08:00
Prodesire 6ad8cfce7e refactor safestr to safeencode and add doc for it. 2017-11-18 10:53:05 +08:00
Prodesire 8b331cebbf complete doc for compat 2017-11-18 10:27:14 +08:00
Prodesire cdf79302e3 rename "todo" to "to do" of conf annotation 2017-11-18 10:07:49 +08:00
Prodesire 44aacc2cbb add doc for memoize and memoize_when_activated 2017-11-17 08:33:28 +08:00
Prodesire bfb12406b6 adjust docstring for memoize and memoize_when_activated 2017-11-17 08:22:29 +08:00
Prodesire ae7fc41091 add source for memoize and memoize_when_activated 2017-11-17 08:21:32 +08:00
Prodesire 9db3c48007 add memoize and memoize_when_activated to misc and test_misc 2017-11-16 08:28:39 +08:00
Prodesire 7b3bdd5664 fix doc display wrong 2017-11-14 08:44:31 +08:00
Prodesire 6533079157 fix inspect.get_func_args on PY2 2017-11-14 08:42:39 +08:00
Prodesire bb6b045a61 add doc for inspect.getargspec 2017-11-14 08:27:36 +08:00
Prodesire 23d8773c2d improve doc func and class keywords 2017-11-13 02:25:30 +08:00
Prodesire 74dd3ffe1b add doc for request 2017-11-13 02:20:47 +08:00
Prodesire f79009ce16 add doc for console 2017-11-12 11:36:50 +08:00
Prodesire 87765a808e add pydu.cmd.cmdline_argv() to cmd doc 2017-11-11 20:23:19 +08:00
Prodesire 057edbf43d add doc for cmd.execute 2017-11-10 22:28:44 +08:00
Prodesire b33a3dfc13 update note to download 2017-11-09 00:27:48 +08:00
Prodesire 6e48699ff1 add download to request 2017-11-09 00:26:08 +08:00
Prodesire b7c3facbf3 add request and its testcase 2017-11-08 22:57:04 +08:00