bee_python 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (488) hide show
  1. data/{build/README → README} +1 -1
  2. data/egg/egg/build.yml +11 -49
  3. data/egg/egg.yml +19 -27
  4. data/egg/http/build.erb +32 -36
  5. data/egg/http/libhttp.py +102 -0
  6. data/egg/http/pylint.cfg +236 -0
  7. data/egg/http/server.py +7 -0
  8. data/egg/http/test.erb +32 -0
  9. data/egg/http.yml +33 -29
  10. data/egg/mysql/mysql.py +8 -9
  11. data/egg/project/build.erb +21 -53
  12. data/egg/project/pylint.cfg +236 -0
  13. data/egg/project/test.py +2 -2
  14. data/egg/project.yml +23 -31
  15. data/egg/script/build.erb +18 -23
  16. data/egg/script/pylint.cfg +236 -0
  17. data/egg/script.yml +22 -18
  18. data/egg/source/source.py +6 -6
  19. data/egg/test/test.py +1 -1
  20. data/lib/bee_task_python.rb +3 -34
  21. data/python.yml +123 -0
  22. metadata +61 -503
  23. data/test/build.yml +0 -16
  24. data/test/tc_bee_task_python.rb +0 -27
  25. data/test/test_build.rb +0 -26
  26. data/test/test_build_listener.rb +0 -110
  27. data/test/ts_bee_python.rb +0 -26
  28. data/tools/common/__init__.py +0 -5
  29. data/tools/common/common/__init__.py +0 -140
  30. data/tools/common/common/__pkginfo__.py +0 -43
  31. data/tools/common/common/adbh.py +0 -35
  32. data/tools/common/common/cache.py +0 -114
  33. data/tools/common/common/changelog.py +0 -234
  34. data/tools/common/common/clcommands.py +0 -181
  35. data/tools/common/common/cli.py +0 -212
  36. data/tools/common/common/compat.py +0 -328
  37. data/tools/common/common/configuration.py +0 -1087
  38. data/tools/common/common/contexts.py +0 -58
  39. data/tools/common/common/corbautils.py +0 -117
  40. data/tools/common/common/daemon.py +0 -171
  41. data/tools/common/common/date.py +0 -279
  42. data/tools/common/common/db.py +0 -49
  43. data/tools/common/common/dbf.py +0 -229
  44. data/tools/common/common/debugger.py +0 -208
  45. data/tools/common/common/decorators.py +0 -190
  46. data/tools/common/common/deprecation.py +0 -118
  47. data/tools/common/common/fileutils.py +0 -409
  48. data/tools/common/common/graph.py +0 -259
  49. data/tools/common/common/html.py +0 -142
  50. data/tools/common/common/interface.py +0 -76
  51. data/tools/common/common/logging_ext.py +0 -166
  52. data/tools/common/common/modutils.py +0 -670
  53. data/tools/common/common/optik_ext.py +0 -383
  54. data/tools/common/common/optparser.py +0 -92
  55. data/tools/common/common/pdf_ext.py +0 -111
  56. data/tools/common/common/proc.py +0 -276
  57. data/tools/common/common/pyro_ext.py +0 -146
  58. data/tools/common/common/pytest.py +0 -754
  59. data/tools/common/common/shellutils.py +0 -383
  60. data/tools/common/common/sphinx_ext.py +0 -87
  61. data/tools/common/common/sphinxutils.py +0 -122
  62. data/tools/common/common/sqlgen.py +0 -31
  63. data/tools/common/common/table.py +0 -930
  64. data/tools/common/common/tasksqueue.py +0 -97
  65. data/tools/common/common/test/__init__.py +0 -1
  66. data/tools/common/common/test/data/ChangeLog +0 -184
  67. data/tools/common/common/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
  68. data/tools/common/common/test/data/__init__.py +0 -1
  69. data/tools/common/common/test/data/content_differ_dir/NOTHING +0 -0
  70. data/tools/common/common/test/data/content_differ_dir/README +0 -1
  71. data/tools/common/common/test/data/content_differ_dir/subdir/coin +0 -1
  72. data/tools/common/common/test/data/content_differ_dir/subdir/toto.txt +0 -53
  73. data/tools/common/common/test/data/file_differ_dir/NOTHING +0 -0
  74. data/tools/common/common/test/data/file_differ_dir/README +0 -1
  75. data/tools/common/common/test/data/file_differ_dir/subdir/toto.txt +0 -53
  76. data/tools/common/common/test/data/file_differ_dir/subdirtwo/Hello +0 -0
  77. data/tools/common/common/test/data/find_test/__init__.py +0 -0
  78. data/tools/common/common/test/data/find_test/foo.txt +0 -0
  79. data/tools/common/common/test/data/find_test/module.py +0 -0
  80. data/tools/common/common/test/data/find_test/module2.py +0 -0
  81. data/tools/common/common/test/data/find_test/newlines.txt +0 -0
  82. data/tools/common/common/test/data/find_test/noendingnewline.py +0 -0
  83. data/tools/common/common/test/data/find_test/nonregr.py +0 -0
  84. data/tools/common/common/test/data/find_test/normal_file.txt +0 -0
  85. data/tools/common/common/test/data/find_test/spam.txt +0 -0
  86. data/tools/common/common/test/data/find_test/sub/doc.txt +0 -0
  87. data/tools/common/common/test/data/find_test/sub/momo.py +0 -0
  88. data/tools/common/common/test/data/find_test/test.ini +0 -0
  89. data/tools/common/common/test/data/find_test/test1.msg +0 -0
  90. data/tools/common/common/test/data/find_test/test2.msg +0 -0
  91. data/tools/common/common/test/data/find_test/write_protected_file.txt +0 -0
  92. data/tools/common/common/test/data/foo.txt +0 -9
  93. data/tools/common/common/test/data/module.py +0 -88
  94. data/tools/common/common/test/data/module2.py +0 -77
  95. data/tools/common/common/test/data/newlines.txt +0 -3
  96. data/tools/common/common/test/data/noendingnewline.py +0 -36
  97. data/tools/common/common/test/data/nonregr.py +0 -14
  98. data/tools/common/common/test/data/normal_file.txt +0 -0
  99. data/tools/common/common/test/data/reference_dir/NOTHING +0 -0
  100. data/tools/common/common/test/data/reference_dir/README +0 -1
  101. data/tools/common/common/test/data/reference_dir/subdir/coin +0 -1
  102. data/tools/common/common/test/data/reference_dir/subdir/toto.txt +0 -53
  103. data/tools/common/common/test/data/same_dir/NOTHING +0 -0
  104. data/tools/common/common/test/data/same_dir/README +0 -1
  105. data/tools/common/common/test/data/same_dir/subdir/coin +0 -1
  106. data/tools/common/common/test/data/same_dir/subdir/toto.txt +0 -53
  107. data/tools/common/common/test/data/spam.txt +0 -9
  108. data/tools/common/common/test/data/sub/doc.txt +0 -1
  109. data/tools/common/common/test/data/sub/momo.py +0 -1
  110. data/tools/common/common/test/data/subdir_differ_dir/NOTHING +0 -0
  111. data/tools/common/common/test/data/subdir_differ_dir/README +0 -1
  112. data/tools/common/common/test/data/subdir_differ_dir/subdir/coin +0 -1
  113. data/tools/common/common/test/data/subdir_differ_dir/subdir/toto.txt +0 -53
  114. data/tools/common/common/test/data/test.ini +0 -20
  115. data/tools/common/common/test/data/test1.msg +0 -30
  116. data/tools/common/common/test/data/test2.msg +0 -42
  117. data/tools/common/common/test/data/write_protected_file.txt +0 -0
  118. data/tools/common/common/test/foomod.py +0 -17
  119. data/tools/common/common/test/unittest_cache.py +0 -129
  120. data/tools/common/common/test/unittest_changelog.py +0 -37
  121. data/tools/common/common/test/unittest_compat.py +0 -239
  122. data/tools/common/common/test/unittest_configuration.py +0 -348
  123. data/tools/common/common/test/unittest_date.py +0 -154
  124. data/tools/common/common/test/unittest_decorators.py +0 -62
  125. data/tools/common/common/test/unittest_deprecation.py +0 -76
  126. data/tools/common/common/test/unittest_fileutils.py +0 -133
  127. data/tools/common/common/test/unittest_graph.py +0 -50
  128. data/tools/common/common/test/unittest_html.py +0 -76
  129. data/tools/common/common/test/unittest_interface.py +0 -87
  130. data/tools/common/common/test/unittest_modutils.py +0 -244
  131. data/tools/common/common/test/unittest_pytest.py +0 -50
  132. data/tools/common/common/test/unittest_shellutils.py +0 -248
  133. data/tools/common/common/test/unittest_table.py +0 -448
  134. data/tools/common/common/test/unittest_taskqueue.py +0 -71
  135. data/tools/common/common/test/unittest_testlib.py +0 -956
  136. data/tools/common/common/test/unittest_textutils.py +0 -247
  137. data/tools/common/common/test/unittest_tree.py +0 -248
  138. data/tools/common/common/test/unittest_umessage.py +0 -55
  139. data/tools/common/common/test/unittest_ureports_html.py +0 -64
  140. data/tools/common/common/test/unittest_ureports_text.py +0 -105
  141. data/tools/common/common/test/unittest_xmlutils.py +0 -75
  142. data/tools/common/common/test/utils.py +0 -87
  143. data/tools/common/common/testlib.py +0 -1927
  144. data/tools/common/common/textutils.py +0 -476
  145. data/tools/common/common/tree.py +0 -372
  146. data/tools/common/common/umessage.py +0 -161
  147. data/tools/common/common/ureports/__init__.py +0 -174
  148. data/tools/common/common/ureports/docbook_writer.py +0 -139
  149. data/tools/common/common/ureports/html_writer.py +0 -131
  150. data/tools/common/common/ureports/nodes.py +0 -201
  151. data/tools/common/common/ureports/text_writer.py +0 -140
  152. data/tools/common/common/vcgutils.py +0 -216
  153. data/tools/common/common/visitor.py +0 -107
  154. data/tools/common/common/xmlrpcutils.py +0 -136
  155. data/tools/common/common/xmlutils.py +0 -61
  156. data/tools/coverage/coverage.py +0 -602
  157. data/tools/epydoc/__init__.py +0 -227
  158. data/tools/epydoc/__init__.pyc +0 -0
  159. data/tools/epydoc/apidoc.py +0 -2203
  160. data/tools/epydoc/apidoc.pyc +0 -0
  161. data/tools/epydoc/checker.py +0 -349
  162. data/tools/epydoc/checker.pyc +0 -0
  163. data/tools/epydoc/cli.py +0 -1470
  164. data/tools/epydoc/cli.pyc +0 -0
  165. data/tools/epydoc/compat.py +0 -250
  166. data/tools/epydoc/compat.pyc +0 -0
  167. data/tools/epydoc/docbuilder.py +0 -1358
  168. data/tools/epydoc/docbuilder.pyc +0 -0
  169. data/tools/epydoc/docintrospecter.py +0 -1056
  170. data/tools/epydoc/docintrospecter.pyc +0 -0
  171. data/tools/epydoc/docparser.py +0 -2113
  172. data/tools/epydoc/docparser.pyc +0 -0
  173. data/tools/epydoc/docstringparser.py +0 -1111
  174. data/tools/epydoc/docstringparser.pyc +0 -0
  175. data/tools/epydoc/docwriter/__init__.py +0 -12
  176. data/tools/epydoc/docwriter/__init__.pyc +0 -0
  177. data/tools/epydoc/docwriter/dotgraph.py +0 -1351
  178. data/tools/epydoc/docwriter/dotgraph.pyc +0 -0
  179. data/tools/epydoc/docwriter/html.py +0 -3491
  180. data/tools/epydoc/docwriter/html.pyc +0 -0
  181. data/tools/epydoc/docwriter/html_colorize.py +0 -909
  182. data/tools/epydoc/docwriter/html_colorize.pyc +0 -0
  183. data/tools/epydoc/docwriter/html_css.py +0 -550
  184. data/tools/epydoc/docwriter/html_css.pyc +0 -0
  185. data/tools/epydoc/docwriter/html_help.py +0 -190
  186. data/tools/epydoc/docwriter/html_help.pyc +0 -0
  187. data/tools/epydoc/docwriter/latex.py +0 -1187
  188. data/tools/epydoc/docwriter/latex.pyc +0 -0
  189. data/tools/epydoc/docwriter/plaintext.py +0 -276
  190. data/tools/epydoc/docwriter/plaintext.pyc +0 -0
  191. data/tools/epydoc/docwriter/xlink.py +0 -505
  192. data/tools/epydoc/docwriter/xlink.pyc +0 -0
  193. data/tools/epydoc/gui.py +0 -1148
  194. data/tools/epydoc/gui.pyc +0 -0
  195. data/tools/epydoc/log.py +0 -204
  196. data/tools/epydoc/log.pyc +0 -0
  197. data/tools/epydoc/markup/__init__.py +0 -623
  198. data/tools/epydoc/markup/__init__.pyc +0 -0
  199. data/tools/epydoc/markup/doctest.py +0 -311
  200. data/tools/epydoc/markup/doctest.pyc +0 -0
  201. data/tools/epydoc/markup/epytext.py +0 -2116
  202. data/tools/epydoc/markup/epytext.pyc +0 -0
  203. data/tools/epydoc/markup/javadoc.py +0 -250
  204. data/tools/epydoc/markup/javadoc.pyc +0 -0
  205. data/tools/epydoc/markup/plaintext.py +0 -78
  206. data/tools/epydoc/markup/plaintext.pyc +0 -0
  207. data/tools/epydoc/markup/pyval_repr.py +0 -532
  208. data/tools/epydoc/markup/pyval_repr.pyc +0 -0
  209. data/tools/epydoc/markup/restructuredtext.py +0 -906
  210. data/tools/epydoc/markup/restructuredtext.pyc +0 -0
  211. data/tools/epydoc/test/__init__.py +0 -97
  212. data/tools/epydoc/test/__init__.pyc +0 -0
  213. data/tools/epydoc/test/util.py +0 -226
  214. data/tools/epydoc/test/util.pyc +0 -0
  215. data/tools/epydoc/util.py +0 -289
  216. data/tools/epydoc/util.pyc +0 -0
  217. data/tools/logilab/logilab/__init__.py +0 -5
  218. data/tools/logilab/logilab/astng/__init__.py +0 -82
  219. data/tools/logilab/logilab/astng/__pkginfo__.py +0 -76
  220. data/tools/logilab/logilab/astng/_exceptions.py +0 -64
  221. data/tools/logilab/logilab/astng/_nodes_ast.py +0 -667
  222. data/tools/logilab/logilab/astng/_nodes_compiler.py +0 -758
  223. data/tools/logilab/logilab/astng/bases.py +0 -608
  224. data/tools/logilab/logilab/astng/builder.py +0 -239
  225. data/tools/logilab/logilab/astng/inference.py +0 -426
  226. data/tools/logilab/logilab/astng/inspector.py +0 -289
  227. data/tools/logilab/logilab/astng/manager.py +0 -421
  228. data/tools/logilab/logilab/astng/mixins.py +0 -165
  229. data/tools/logilab/logilab/astng/node_classes.py +0 -848
  230. data/tools/logilab/logilab/astng/nodes.py +0 -85
  231. data/tools/logilab/logilab/astng/nodes_as_string.py +0 -389
  232. data/tools/logilab/logilab/astng/patchcomptransformer.py +0 -159
  233. data/tools/logilab/logilab/astng/protocols.py +0 -333
  234. data/tools/logilab/logilab/astng/raw_building.py +0 -212
  235. data/tools/logilab/logilab/astng/rebuilder.py +0 -307
  236. data/tools/logilab/logilab/astng/scoped_nodes.py +0 -951
  237. data/tools/logilab/logilab/astng/test/__init__.py +0 -19
  238. data/tools/logilab/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
  239. data/tools/logilab/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip +0 -0
  240. data/tools/logilab/logilab/astng/test/data/SSL1/Connection1.py +0 -33
  241. data/tools/logilab/logilab/astng/test/data/SSL1/__init__.py +0 -20
  242. data/tools/logilab/logilab/astng/test/data/__init__.py +0 -20
  243. data/tools/logilab/logilab/astng/test/data/all.py +0 -29
  244. data/tools/logilab/logilab/astng/test/data/appl/__init__.py +0 -23
  245. data/tools/logilab/logilab/astng/test/data/appl/myConnection.py +0 -30
  246. data/tools/logilab/logilab/astng/test/data/format.py +0 -34
  247. data/tools/logilab/logilab/astng/test/data/module.py +0 -90
  248. data/tools/logilab/logilab/astng/test/data/module2.py +0 -112
  249. data/tools/logilab/logilab/astng/test/data/noendingnewline.py +0 -57
  250. data/tools/logilab/logilab/astng/test/data/nonregr.py +0 -76
  251. data/tools/logilab/logilab/astng/test/data/notall.py +0 -28
  252. data/tools/logilab/logilab/astng/test/data2/__init__.py +0 -20
  253. data/tools/logilab/logilab/astng/test/data2/clientmodule_test.py +0 -51
  254. data/tools/logilab/logilab/astng/test/data2/suppliermodule_test.py +0 -32
  255. data/tools/logilab/logilab/astng/test/regrtest.py +0 -135
  256. data/tools/logilab/logilab/astng/test/regrtest_data/absimport.py +0 -22
  257. data/tools/logilab/logilab/astng/test/regrtest_data/descriptor_crash.py +0 -31
  258. data/tools/logilab/logilab/astng/test/regrtest_data/import_package_subpackage_module.py +0 -68
  259. data/tools/logilab/logilab/astng/test/regrtest_data/package/__init__.py +0 -24
  260. data/tools/logilab/logilab/astng/test/regrtest_data/package/subpackage/__init__.py +0 -20
  261. data/tools/logilab/logilab/astng/test/regrtest_data/package/subpackage/module.py +0 -20
  262. data/tools/logilab/logilab/astng/test/unittest_builder.py +0 -684
  263. data/tools/logilab/logilab/astng/test/unittest_inference.py +0 -1112
  264. data/tools/logilab/logilab/astng/test/unittest_inspector.py +0 -105
  265. data/tools/logilab/logilab/astng/test/unittest_lookup.py +0 -302
  266. data/tools/logilab/logilab/astng/test/unittest_manager.py +0 -98
  267. data/tools/logilab/logilab/astng/test/unittest_nodes.py +0 -302
  268. data/tools/logilab/logilab/astng/test/unittest_scoped_nodes.py +0 -501
  269. data/tools/logilab/logilab/astng/test/unittest_utils.py +0 -104
  270. data/tools/logilab/logilab/astng/utils.py +0 -342
  271. data/tools/logilab/logilab/common/__init__.py +0 -140
  272. data/tools/logilab/logilab/common/__pkginfo__.py +0 -43
  273. data/tools/logilab/logilab/common/adbh.py +0 -35
  274. data/tools/logilab/logilab/common/cache.py +0 -114
  275. data/tools/logilab/logilab/common/changelog.py +0 -234
  276. data/tools/logilab/logilab/common/clcommands.py +0 -181
  277. data/tools/logilab/logilab/common/cli.py +0 -212
  278. data/tools/logilab/logilab/common/compat.py +0 -328
  279. data/tools/logilab/logilab/common/configuration.py +0 -1087
  280. data/tools/logilab/logilab/common/contexts.py +0 -58
  281. data/tools/logilab/logilab/common/corbautils.py +0 -117
  282. data/tools/logilab/logilab/common/daemon.py +0 -171
  283. data/tools/logilab/logilab/common/date.py +0 -279
  284. data/tools/logilab/logilab/common/db.py +0 -49
  285. data/tools/logilab/logilab/common/dbf.py +0 -229
  286. data/tools/logilab/logilab/common/debugger.py +0 -208
  287. data/tools/logilab/logilab/common/decorators.py +0 -190
  288. data/tools/logilab/logilab/common/deprecation.py +0 -118
  289. data/tools/logilab/logilab/common/fileutils.py +0 -409
  290. data/tools/logilab/logilab/common/graph.py +0 -259
  291. data/tools/logilab/logilab/common/html.py +0 -142
  292. data/tools/logilab/logilab/common/interface.py +0 -76
  293. data/tools/logilab/logilab/common/logging_ext.py +0 -166
  294. data/tools/logilab/logilab/common/modutils.py +0 -670
  295. data/tools/logilab/logilab/common/optik_ext.py +0 -383
  296. data/tools/logilab/logilab/common/optparser.py +0 -92
  297. data/tools/logilab/logilab/common/pdf_ext.py +0 -111
  298. data/tools/logilab/logilab/common/proc.py +0 -276
  299. data/tools/logilab/logilab/common/pyro_ext.py +0 -146
  300. data/tools/logilab/logilab/common/pytest.py +0 -754
  301. data/tools/logilab/logilab/common/shellutils.py +0 -383
  302. data/tools/logilab/logilab/common/sphinx_ext.py +0 -87
  303. data/tools/logilab/logilab/common/sphinxutils.py +0 -122
  304. data/tools/logilab/logilab/common/sqlgen.py +0 -31
  305. data/tools/logilab/logilab/common/table.py +0 -930
  306. data/tools/logilab/logilab/common/tasksqueue.py +0 -97
  307. data/tools/logilab/logilab/common/test/__init__.py +0 -1
  308. data/tools/logilab/logilab/common/test/data/ChangeLog +0 -184
  309. data/tools/logilab/logilab/common/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
  310. data/tools/logilab/logilab/common/test/data/__init__.py +0 -1
  311. data/tools/logilab/logilab/common/test/data/content_differ_dir/NOTHING +0 -0
  312. data/tools/logilab/logilab/common/test/data/content_differ_dir/README +0 -1
  313. data/tools/logilab/logilab/common/test/data/content_differ_dir/subdir/coin +0 -1
  314. data/tools/logilab/logilab/common/test/data/content_differ_dir/subdir/toto.txt +0 -53
  315. data/tools/logilab/logilab/common/test/data/file_differ_dir/NOTHING +0 -0
  316. data/tools/logilab/logilab/common/test/data/file_differ_dir/README +0 -1
  317. data/tools/logilab/logilab/common/test/data/file_differ_dir/subdir/toto.txt +0 -53
  318. data/tools/logilab/logilab/common/test/data/file_differ_dir/subdirtwo/Hello +0 -0
  319. data/tools/logilab/logilab/common/test/data/find_test/__init__.py +0 -0
  320. data/tools/logilab/logilab/common/test/data/find_test/foo.txt +0 -0
  321. data/tools/logilab/logilab/common/test/data/find_test/module.py +0 -0
  322. data/tools/logilab/logilab/common/test/data/find_test/module2.py +0 -0
  323. data/tools/logilab/logilab/common/test/data/find_test/newlines.txt +0 -0
  324. data/tools/logilab/logilab/common/test/data/find_test/noendingnewline.py +0 -0
  325. data/tools/logilab/logilab/common/test/data/find_test/nonregr.py +0 -0
  326. data/tools/logilab/logilab/common/test/data/find_test/normal_file.txt +0 -0
  327. data/tools/logilab/logilab/common/test/data/find_test/spam.txt +0 -0
  328. data/tools/logilab/logilab/common/test/data/find_test/sub/doc.txt +0 -0
  329. data/tools/logilab/logilab/common/test/data/find_test/sub/momo.py +0 -0
  330. data/tools/logilab/logilab/common/test/data/find_test/test.ini +0 -0
  331. data/tools/logilab/logilab/common/test/data/find_test/test1.msg +0 -0
  332. data/tools/logilab/logilab/common/test/data/find_test/test2.msg +0 -0
  333. data/tools/logilab/logilab/common/test/data/find_test/write_protected_file.txt +0 -0
  334. data/tools/logilab/logilab/common/test/data/foo.txt +0 -9
  335. data/tools/logilab/logilab/common/test/data/module.py +0 -88
  336. data/tools/logilab/logilab/common/test/data/module2.py +0 -77
  337. data/tools/logilab/logilab/common/test/data/newlines.txt +0 -3
  338. data/tools/logilab/logilab/common/test/data/noendingnewline.py +0 -36
  339. data/tools/logilab/logilab/common/test/data/nonregr.py +0 -14
  340. data/tools/logilab/logilab/common/test/data/normal_file.txt +0 -0
  341. data/tools/logilab/logilab/common/test/data/reference_dir/NOTHING +0 -0
  342. data/tools/logilab/logilab/common/test/data/reference_dir/README +0 -1
  343. data/tools/logilab/logilab/common/test/data/reference_dir/subdir/coin +0 -1
  344. data/tools/logilab/logilab/common/test/data/reference_dir/subdir/toto.txt +0 -53
  345. data/tools/logilab/logilab/common/test/data/same_dir/NOTHING +0 -0
  346. data/tools/logilab/logilab/common/test/data/same_dir/README +0 -1
  347. data/tools/logilab/logilab/common/test/data/same_dir/subdir/coin +0 -1
  348. data/tools/logilab/logilab/common/test/data/same_dir/subdir/toto.txt +0 -53
  349. data/tools/logilab/logilab/common/test/data/spam.txt +0 -9
  350. data/tools/logilab/logilab/common/test/data/sub/doc.txt +0 -1
  351. data/tools/logilab/logilab/common/test/data/sub/momo.py +0 -1
  352. data/tools/logilab/logilab/common/test/data/subdir_differ_dir/NOTHING +0 -0
  353. data/tools/logilab/logilab/common/test/data/subdir_differ_dir/README +0 -1
  354. data/tools/logilab/logilab/common/test/data/subdir_differ_dir/subdir/coin +0 -1
  355. data/tools/logilab/logilab/common/test/data/subdir_differ_dir/subdir/toto.txt +0 -53
  356. data/tools/logilab/logilab/common/test/data/test.ini +0 -20
  357. data/tools/logilab/logilab/common/test/data/test1.msg +0 -30
  358. data/tools/logilab/logilab/common/test/data/test2.msg +0 -42
  359. data/tools/logilab/logilab/common/test/data/write_protected_file.txt +0 -0
  360. data/tools/logilab/logilab/common/test/foomod.py +0 -17
  361. data/tools/logilab/logilab/common/test/unittest_cache.py +0 -129
  362. data/tools/logilab/logilab/common/test/unittest_changelog.py +0 -37
  363. data/tools/logilab/logilab/common/test/unittest_compat.py +0 -239
  364. data/tools/logilab/logilab/common/test/unittest_configuration.py +0 -348
  365. data/tools/logilab/logilab/common/test/unittest_date.py +0 -154
  366. data/tools/logilab/logilab/common/test/unittest_decorators.py +0 -62
  367. data/tools/logilab/logilab/common/test/unittest_deprecation.py +0 -76
  368. data/tools/logilab/logilab/common/test/unittest_fileutils.py +0 -133
  369. data/tools/logilab/logilab/common/test/unittest_graph.py +0 -50
  370. data/tools/logilab/logilab/common/test/unittest_html.py +0 -76
  371. data/tools/logilab/logilab/common/test/unittest_interface.py +0 -87
  372. data/tools/logilab/logilab/common/test/unittest_modutils.py +0 -244
  373. data/tools/logilab/logilab/common/test/unittest_pytest.py +0 -50
  374. data/tools/logilab/logilab/common/test/unittest_shellutils.py +0 -248
  375. data/tools/logilab/logilab/common/test/unittest_table.py +0 -448
  376. data/tools/logilab/logilab/common/test/unittest_taskqueue.py +0 -71
  377. data/tools/logilab/logilab/common/test/unittest_testlib.py +0 -956
  378. data/tools/logilab/logilab/common/test/unittest_textutils.py +0 -247
  379. data/tools/logilab/logilab/common/test/unittest_tree.py +0 -248
  380. data/tools/logilab/logilab/common/test/unittest_umessage.py +0 -55
  381. data/tools/logilab/logilab/common/test/unittest_ureports_html.py +0 -64
  382. data/tools/logilab/logilab/common/test/unittest_ureports_text.py +0 -105
  383. data/tools/logilab/logilab/common/test/unittest_xmlutils.py +0 -75
  384. data/tools/logilab/logilab/common/test/utils.py +0 -87
  385. data/tools/logilab/logilab/common/testlib.py +0 -1927
  386. data/tools/logilab/logilab/common/textutils.py +0 -476
  387. data/tools/logilab/logilab/common/tree.py +0 -372
  388. data/tools/logilab/logilab/common/umessage.py +0 -161
  389. data/tools/logilab/logilab/common/ureports/__init__.py +0 -174
  390. data/tools/logilab/logilab/common/ureports/docbook_writer.py +0 -139
  391. data/tools/logilab/logilab/common/ureports/html_writer.py +0 -131
  392. data/tools/logilab/logilab/common/ureports/nodes.py +0 -201
  393. data/tools/logilab/logilab/common/ureports/text_writer.py +0 -140
  394. data/tools/logilab/logilab/common/vcgutils.py +0 -216
  395. data/tools/logilab/logilab/common/visitor.py +0 -107
  396. data/tools/logilab/logilab/common/xmlrpcutils.py +0 -136
  397. data/tools/logilab/logilab/common/xmlutils.py +0 -61
  398. data/tools/pychecker/COPYRIGHT +0 -31
  399. data/tools/pychecker/ChangeLog +0 -349
  400. data/tools/pychecker/CodeChecks.py +0 -1969
  401. data/tools/pychecker/CodeChecks.pyc +0 -0
  402. data/tools/pychecker/CodeChecks.pyo +0 -0
  403. data/tools/pychecker/Config.py +0 -475
  404. data/tools/pychecker/Config.pyc +0 -0
  405. data/tools/pychecker/Config.pyo +0 -0
  406. data/tools/pychecker/KNOWN_BUGS +0 -100
  407. data/tools/pychecker/MAINTAINERS +0 -81
  408. data/tools/pychecker/NEWS +0 -406
  409. data/tools/pychecker/OP.py +0 -131
  410. data/tools/pychecker/OP.pyc +0 -0
  411. data/tools/pychecker/OP.pyo +0 -0
  412. data/tools/pychecker/OptionTypes.py +0 -117
  413. data/tools/pychecker/OptionTypes.pyc +0 -0
  414. data/tools/pychecker/OptionTypes.pyo +0 -0
  415. data/tools/pychecker/README +0 -152
  416. data/tools/pychecker/Stack.py +0 -115
  417. data/tools/pychecker/Stack.pyc +0 -0
  418. data/tools/pychecker/Stack.pyo +0 -0
  419. data/tools/pychecker/TODO +0 -101
  420. data/tools/pychecker/VERSION +0 -1
  421. data/tools/pychecker/Warning.py +0 -50
  422. data/tools/pychecker/Warning.pyc +0 -0
  423. data/tools/pychecker/Warning.pyo +0 -0
  424. data/tools/pychecker/__init__.py +0 -17
  425. data/tools/pychecker/__init__.pyc +0 -0
  426. data/tools/pychecker/__init__.pyo +0 -0
  427. data/tools/pychecker/checker.py +0 -961
  428. data/tools/pychecker/checker.pyc +0 -0
  429. data/tools/pychecker/checker.pyo +0 -0
  430. data/tools/pychecker/function.py +0 -159
  431. data/tools/pychecker/function.pyc +0 -0
  432. data/tools/pychecker/function.pyo +0 -0
  433. data/tools/pychecker/msgs.py +0 -175
  434. data/tools/pychecker/msgs.pyc +0 -0
  435. data/tools/pychecker/msgs.pyo +0 -0
  436. data/tools/pychecker/options.py +0 -275
  437. data/tools/pychecker/options.pyc +0 -0
  438. data/tools/pychecker/options.pyo +0 -0
  439. data/tools/pychecker/pcmodules.py +0 -19
  440. data/tools/pychecker/pcmodules.pyc +0 -0
  441. data/tools/pychecker/pcmodules.pyo +0 -0
  442. data/tools/pychecker/printer.py +0 -47
  443. data/tools/pychecker/printer.pyc +0 -0
  444. data/tools/pychecker/printer.pyo +0 -0
  445. data/tools/pychecker/python.py +0 -427
  446. data/tools/pychecker/python.pyc +0 -0
  447. data/tools/pychecker/python.pyo +0 -0
  448. data/tools/pychecker/utils.py +0 -102
  449. data/tools/pychecker/utils.pyc +0 -0
  450. data/tools/pychecker/utils.pyo +0 -0
  451. data/tools/pychecker/warn.py +0 -778
  452. data/tools/pychecker/warn.pyc +0 -0
  453. data/tools/pychecker/warn.pyo +0 -0
  454. data/tools/pylint2/pylint/__init__.py +0 -16
  455. data/tools/pylint2/pylint/__pkginfo__.py +0 -67
  456. data/tools/pylint2/pylint/checkers/__init__.py +0 -155
  457. data/tools/pylint2/pylint/checkers/base.py +0 -749
  458. data/tools/pylint2/pylint/checkers/classes.py +0 -527
  459. data/tools/pylint2/pylint/checkers/design_analysis.py +0 -344
  460. data/tools/pylint2/pylint/checkers/exceptions.py +0 -183
  461. data/tools/pylint2/pylint/checkers/format.py +0 -367
  462. data/tools/pylint2/pylint/checkers/imports.py +0 -379
  463. data/tools/pylint2/pylint/checkers/logging.py +0 -98
  464. data/tools/pylint2/pylint/checkers/misc.py +0 -128
  465. data/tools/pylint2/pylint/checkers/newstyle.py +0 -107
  466. data/tools/pylint2/pylint/checkers/raw_metrics.py +0 -125
  467. data/tools/pylint2/pylint/checkers/similar.py +0 -333
  468. data/tools/pylint2/pylint/checkers/string_format.py +0 -239
  469. data/tools/pylint2/pylint/checkers/typecheck.py +0 -364
  470. data/tools/pylint2/pylint/checkers/utils.py +0 -208
  471. data/tools/pylint2/pylint/checkers/variables.py +0 -498
  472. data/tools/pylint2/pylint/config.py +0 -149
  473. data/tools/pylint2/pylint/epylint.py +0 -149
  474. data/tools/pylint2/pylint/gui.py +0 -433
  475. data/tools/pylint2/pylint/interfaces.py +0 -98
  476. data/tools/pylint2/pylint/lint.py +0 -914
  477. data/tools/pylint2/pylint/pyreverse/__init__.py +0 -5
  478. data/tools/pylint2/pylint/pyreverse/diadefslib.py +0 -229
  479. data/tools/pylint2/pylint/pyreverse/diagrams.py +0 -247
  480. data/tools/pylint2/pylint/pyreverse/main.py +0 -123
  481. data/tools/pylint2/pylint/pyreverse/utils.py +0 -131
  482. data/tools/pylint2/pylint/pyreverse/writer.py +0 -196
  483. data/tools/pylint2/pylint/reporters/__init__.py +0 -67
  484. data/tools/pylint2/pylint/reporters/guireporter.py +0 -36
  485. data/tools/pylint2/pylint/reporters/html.py +0 -69
  486. data/tools/pylint2/pylint/reporters/text.py +0 -156
  487. data/tools/pylint2/pylint/utils.py +0 -518
  488. data/tools/pylint2/pylint.py +0 -16
@@ -1,379 +0,0 @@
1
- # Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
2
- # http://www.logilab.fr/ -- mailto:contact@logilab.fr
3
- #
4
- # This program is free software; you can redistribute it and/or modify it under
5
- # the terms of the GNU General Public License as published by the Free Software
6
- # Foundation; either version 2 of the License, or (at your option) any later
7
- # version.
8
- #
9
- # This program is distributed in the hope that it will be useful, but WITHOUT
10
- # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11
- # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
- #
13
- # You should have received a copy of the GNU General Public License along with
14
- # this program; if not, write to the Free Software Foundation, Inc.,
15
- # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16
- """imports checkers for Python code"""
17
-
18
- from logilab.common.graph import get_cycles, DotBackend
19
- from logilab.common.modutils import is_standard_module
20
- from logilab.common.ureports import VerbatimText, Paragraph
21
- from logilab.common.compat import sorted, enumerate
22
-
23
- from logilab import astng
24
- from logilab.astng import are_exclusive
25
-
26
- from pylint.interfaces import IASTNGChecker
27
- from pylint.checkers import BaseChecker, EmptyReport
28
-
29
-
30
- def get_first_import(context, name, base, level=0):
31
- """return the node where [base.]<name> is imported or None if not found
32
- """
33
- for node in context.values():
34
- if isinstance(node, astng.Import):
35
- if name in [iname[0] for iname in node.names]:
36
- return node
37
- if isinstance(node, astng.From):
38
- if base == node.modname and level == node.level and \
39
- name in [iname[0] for iname in node.names]:
40
- return node
41
-
42
-
43
- # utilities to represents import dependencies as tree and dot graph ###########
44
-
45
- def filter_dependencies_info(dep_info, package_dir, mode='external'):
46
- """filter external or internal dependencies from dep_info (return a
47
- new dictionary containing the filtered modules only)
48
- """
49
- if mode == 'external':
50
- filter_func = lambda x: not is_standard_module(x, (package_dir,))
51
- else:
52
- assert mode == 'internal'
53
- filter_func = lambda x: is_standard_module(x, (package_dir,))
54
- result = {}
55
- for importee, importers in dep_info.items():
56
- if filter_func(importee):
57
- result[importee] = importers
58
- return result
59
-
60
- def make_tree_defs(mod_files_list):
61
- """get a list of 2-uple (module, list_of_files_which_import_this_module),
62
- it will return a dictionary to represent this as a tree
63
- """
64
- tree_defs = {}
65
- for mod, files in mod_files_list:
66
- node = (tree_defs, ())
67
- for prefix in mod.split('.'):
68
- node = node[0].setdefault(prefix, [{}, []])
69
- node[1] += files
70
- return tree_defs
71
-
72
- def repr_tree_defs(data, indent_str=None):
73
- """return a string which represents imports as a tree"""
74
- lines = []
75
- nodes = data.items()
76
- for i, (mod, (sub, files)) in enumerate(sorted(nodes, key=lambda x: x[0])):
77
- if not files:
78
- files = ''
79
- else:
80
- files = '(%s)' % ','.join(files)
81
- if indent_str is None:
82
- lines.append('%s %s' % (mod, files))
83
- sub_indent_str = ' '
84
- else:
85
- lines.append('%s\-%s %s' % (indent_str, mod, files))
86
- if i == len(nodes)-1:
87
- sub_indent_str = '%s ' % indent_str
88
- else:
89
- sub_indent_str = '%s| ' % indent_str
90
- if sub:
91
- lines.append(repr_tree_defs(sub, sub_indent_str))
92
- return '\n'.join(lines)
93
-
94
-
95
- def dependencies_graph(filename, dep_info):
96
- """write dependencies as a dot (graphviz) file
97
- """
98
- done = {}
99
- printer = DotBackend(filename[:-4], rankdir = "LR")
100
- printer.emit('URL="." node[shape="box"]')
101
- for modname, dependencies in dep_info.items():
102
- done[modname] = 1
103
- printer.emit_node(modname)
104
- for modname in dependencies:
105
- if not done.has_key(modname):
106
- done[modname] = 1
107
- printer.emit_node(modname)
108
- for depmodname, dependencies in dep_info.items():
109
- for modname in dependencies:
110
- printer.emit_edge(modname, depmodname)
111
- printer.generate(filename)
112
-
113
-
114
- def make_graph(filename, dep_info, sect, gtype):
115
- """generate a dependencies graph and add some information about it in the
116
- report's section
117
- """
118
- dependencies_graph(filename, dep_info)
119
- sect.append(Paragraph('%simports graph has been written to %s'
120
- % (gtype, filename)))
121
-
122
-
123
- # the import checker itself ###################################################
124
-
125
- MSGS = {
126
- 'F0401': ('Unable to import %r' ,
127
- 'Used when pylint has been unable to import a module.'),
128
- 'R0401': ('Cyclic import (%s)',
129
- 'Used when a cyclic import between two or more modules is \
130
- detected.'),
131
-
132
- 'W0401': ('Wildcard import %s',
133
- 'Used when `from module import *` is detected.'),
134
- 'W0402': ('Uses of a deprecated module %r',
135
- 'Used a module marked as deprecated is imported.'),
136
- 'W0403': ('Relative import %r, should be %r',
137
- 'Used when an import relative to the package directory is \
138
- detected.'),
139
- 'W0404': ('Reimport %r (imported line %s)',
140
- 'Used when a module is reimported multiple times.'),
141
- 'W0406': ('Module import itself',
142
- 'Used when a module is importing itself.'),
143
-
144
- 'W0410': ('__future__ import is not the first non docstring statement',
145
- 'Python 2.5 and greater require __future__ import to be the \
146
- first non docstring statement in the module.'),
147
- }
148
-
149
- class ImportsChecker(BaseChecker):
150
- """checks for
151
- * external modules dependencies
152
- * relative / wildcard imports
153
- * cyclic imports
154
- * uses of deprecated modules
155
- """
156
-
157
- __implements__ = IASTNGChecker
158
-
159
- name = 'imports'
160
- msgs = MSGS
161
- priority = -2
162
-
163
- options = (('deprecated-modules',
164
- {'default' : ('regsub','string', 'TERMIOS',
165
- 'Bastion', 'rexec'),
166
- 'type' : 'csv',
167
- 'metavar' : '<modules>',
168
- 'help' : 'Deprecated modules which should not be used, \
169
- separated by a comma'}
170
- ),
171
- ('import-graph',
172
- {'default' : '',
173
- 'type' : 'string',
174
- 'metavar' : '<file.dot>',
175
- 'help' : 'Create a graph of every (i.e. internal and \
176
- external) dependencies in the given file (report RP0402 must not be disabled)'}
177
- ),
178
- ('ext-import-graph',
179
- {'default' : '',
180
- 'type' : 'string',
181
- 'metavar' : '<file.dot>',
182
- 'help' : 'Create a graph of external dependencies in the \
183
- given file (report RP0402 must not be disabled)'}
184
- ),
185
- ('int-import-graph',
186
- {'default' : '',
187
- 'type' : 'string',
188
- 'metavar' : '<file.dot>',
189
- 'help' : 'Create a graph of internal dependencies in the \
190
- given file (report RP0402 must not be disabled)'}
191
- ),
192
-
193
- )
194
-
195
- def __init__(self, linter=None):
196
- BaseChecker.__init__(self, linter)
197
- self.stats = None
198
- self.import_graph = None
199
- self.__int_dep_info = self.__ext_dep_info = None
200
- self.reports = (('RP0401', 'External dependencies',
201
- self.report_external_dependencies),
202
- ('RP0402', 'Modules dependencies graph',
203
- self.report_dependencies_graph),
204
- )
205
-
206
- def open(self):
207
- """called before visiting project (i.e set of modules)"""
208
- self.linter.add_stats(dependencies={})
209
- self.linter.add_stats(cycles=[])
210
- self.stats = self.linter.stats
211
- self.import_graph = {}
212
-
213
- def close(self):
214
- """called before visiting project (i.e set of modules)"""
215
- # don't try to compute cycles if the associated message is disabled
216
- if self.linter.is_message_enabled('RP0401'):
217
- for cycle in get_cycles(self.import_graph):
218
- self.add_message('RP0401', args=' -> '.join(cycle))
219
-
220
- def visit_import(self, node):
221
- """triggered when an import statement is seen"""
222
- modnode = node.root()
223
- for name, _ in node.names:
224
- importedmodnode = self.get_imported_module(modnode, node, name)
225
- if importedmodnode is None:
226
- continue
227
- self._check_relative_import(modnode, node, importedmodnode, name)
228
- self._add_imported_module(node, importedmodnode.name)
229
- self._check_deprecated_module(node, name)
230
- self._check_reimport(node, name)
231
-
232
-
233
- def visit_from(self, node):
234
- """triggered when a from statement is seen"""
235
- basename = node.modname
236
- if basename == '__future__':
237
- # check if this is the first non-docstring statement in the module
238
- prev = node.previous_sibling()
239
- if prev:
240
- # consecutive future statements are possible
241
- if not (isinstance(prev, astng.From)
242
- and prev.modname == '__future__'):
243
- self.add_message('W0410', node=node)
244
- return
245
- modnode = node.root()
246
- importedmodnode = self.get_imported_module(modnode, node, basename)
247
- if importedmodnode is None:
248
- return
249
- self._check_relative_import(modnode, node, importedmodnode, basename)
250
- self._check_deprecated_module(node, basename)
251
- for name, _ in node.names:
252
- if name == '*':
253
- self.add_message('W0401', args=basename, node=node)
254
- continue
255
- self._add_imported_module(node, '%s.%s' % (importedmodnode.name, name))
256
- self._check_reimport(node, name, basename, node.level)
257
-
258
- def get_imported_module(self, modnode, importnode, modname):
259
- try:
260
- return importnode.do_import_module(modname)
261
- except astng.InferenceError, ex:
262
- if str(ex).startswith('module importing itself'): # XXX
263
- return modnode
264
- else:
265
- self.add_message("F0401", args=modname, node=importnode)
266
- return
267
-
268
- def _check_relative_import(self, modnode, importnode, importedmodnode,
269
- importedasname):
270
- """check relative import. node is either an Import or From node, modname
271
- the imported module name.
272
- """
273
- if importedmodnode.file is None:
274
- return False # built-in module
275
- if modnode is importedmodnode:
276
- return False # module importing itself
277
- if modnode.absolute_import_activated() or getattr(importnode, 'level', None):
278
- return False
279
- if importedmodnode.name != importedasname:
280
- # this must be a relative import...
281
- self.add_message('W0403', args=(importedasname, importedmodnode.name),
282
- node=importnode)
283
-
284
- def _add_imported_module(self, node, importedmodname):
285
- """notify an imported module, used to analyze dependencies"""
286
- context_name = node.root().name
287
- if context_name == importedmodname:
288
- # module importing itself !
289
- self.add_message('W0406', node=node)
290
- elif not is_standard_module(importedmodname):
291
- # handle dependencies
292
- importedmodnames = self.stats['dependencies'].setdefault(
293
- importedmodname, set())
294
- if not context_name in importedmodnames:
295
- importedmodnames.add(context_name)
296
- if is_standard_module( importedmodname, (self.package_dir(),) ):
297
- # update import graph
298
- mgraph = self.import_graph.setdefault(context_name, set())
299
- if not importedmodname in mgraph:
300
- mgraph.add(importedmodname)
301
-
302
- def _check_deprecated_module(self, node, mod_path):
303
- """check if the module is deprecated"""
304
- # XXX rewrite
305
- for mod_name in self.config.deprecated_modules:
306
- if mod_path.startswith(mod_name) and \
307
- (len(mod_path) == len(mod_name)
308
- or mod_path[len(mod_name)] == '.'):
309
- self.add_message('W0402', node=node, args=mod_path)
310
-
311
- def _check_reimport(self, node, name, basename=None, level=0):
312
- """check if the import is necessary (i.e. not already done)"""
313
- # XXX rewrite
314
- frame = node.frame()
315
- first = get_first_import(frame, name, basename, level)
316
- if isinstance(first, (astng.Import, astng.From)) and first is not node \
317
- and not are_exclusive(first, node):
318
- self.add_message('W0404', node=node, args=(name, first.fromlineno))
319
- else:
320
- root = node.root()
321
- if root is frame:
322
- return
323
- first = get_first_import(root, name, basename)
324
- if not isinstance(first, (astng.Import, astng.From)):
325
- return
326
- if first is not node and not are_exclusive(first, node):
327
- self.add_message('W0404', node=node,
328
- args=(name, first.fromlineno))
329
-
330
-
331
- def report_external_dependencies(self, sect, _, dummy):
332
- """return a verbatim layout for displaying dependencies"""
333
- dep_info = make_tree_defs(self._external_dependencies_info().items())
334
- if not dep_info:
335
- raise EmptyReport()
336
- tree_str = repr_tree_defs(dep_info)
337
- sect.append(VerbatimText(tree_str))
338
-
339
- def report_dependencies_graph(self, sect, _, dummy):
340
- """write dependencies as a dot (graphviz) file"""
341
- dep_info = self.stats['dependencies']
342
- if not dep_info or not (self.config.import_graph
343
- or self.config.ext_import_graph
344
- or self.config.int_import_graph):
345
- raise EmptyReport()
346
- filename = self.config.import_graph
347
- if filename:
348
- make_graph(filename, dep_info, sect, '')
349
- filename = self.config.ext_import_graph
350
- if filename:
351
- make_graph(filename, self._external_dependencies_info(),
352
- sect, 'external ')
353
- filename = self.config.int_import_graph
354
- if filename:
355
- make_graph(filename, self._internal_dependencies_info(),
356
- sect, 'internal ')
357
-
358
- def _external_dependencies_info(self):
359
- """return cached external dependencies information or build and
360
- cache them
361
- """
362
- if self.__ext_dep_info is None:
363
- self.__ext_dep_info = filter_dependencies_info(
364
- self.stats['dependencies'], self.package_dir(), 'external')
365
- return self.__ext_dep_info
366
-
367
- def _internal_dependencies_info(self):
368
- """return cached internal dependencies information or build and
369
- cache them
370
- """
371
- if self.__int_dep_info is None:
372
- self.__int_dep_info = filter_dependencies_info(
373
- self.stats['dependencies'], self.package_dir(), 'internal')
374
- return self.__int_dep_info
375
-
376
-
377
- def register(linter):
378
- """required method to auto register this checker """
379
- linter.register_checker(ImportsChecker(linter))
@@ -1,98 +0,0 @@
1
- # Copyright (c) 2009-2010 Google, Inc.
2
- # This program is free software; you can redistribute it and/or modify it under
3
- # the terms of the GNU General Public License as published by the Free Software
4
- # Foundation; either version 2 of the License, or (at your option) any later
5
- # version.
6
- #
7
- # This program is distributed in the hope that it will be useful, but WITHOUT
8
- # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
9
- # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
10
- #
11
- # You should have received a copy of the GNU General Public License along with
12
- # this program; if not, write to the Free Software Foundation, Inc.,
13
- # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
14
- """checker for use of Python logging
15
- """
16
-
17
- from logilab import astng
18
- from pylint import checkers
19
- from pylint import interfaces
20
-
21
-
22
- EAGER_STRING_INTERPOLATION = 'W6501'
23
-
24
- CHECKED_CONVENIENCE_FUNCTIONS = set([
25
- 'critical', 'debug', 'error', 'exception', 'fatal', 'info', 'warn',
26
- 'warning'])
27
-
28
-
29
- class LoggingChecker(checkers.BaseChecker):
30
- """Checks use of the logging module."""
31
-
32
- __implements__ = interfaces.IASTNGChecker
33
-
34
- name = 'logging'
35
-
36
- msgs = {EAGER_STRING_INTERPOLATION:
37
- ('Specify string format arguments as logging function parameters',
38
- 'Used when a logging statement has a call form of '
39
- '"logging.<logging method>(format_string % (format_args...))". '
40
- 'Such calls should leave string interpolation to the logging '
41
- 'method itself and be written '
42
- '"logging.<logging method>(format_string, format_args...)" '
43
- 'so that the program may avoid incurring the cost of the '
44
- 'interpolation in those cases in which no message will be '
45
- 'logged. For more, see '
46
- 'http://www.python.org/dev/peps/pep-0282/.')
47
- }
48
-
49
- def visit_module(self, unused_node):
50
- """Clears any state left in this checker from last module checked."""
51
- # The code being checked can just as easily "import logging as foo",
52
- # so it is necessary to process the imports and store in this field
53
- # what name the logging module is actually given.
54
- self._logging_name = None
55
-
56
- def visit_import(self, node):
57
- """Checks to see if this module uses Python's built-in logging."""
58
- for module, as_name in node.names:
59
- if module == 'logging':
60
- if as_name:
61
- self._logging_name = as_name
62
- else:
63
- self._logging_name = 'logging'
64
-
65
- def visit_callfunc(self, node):
66
- """Checks calls to (simple forms of) logging methods."""
67
- if (not isinstance(node.func, astng.Getattr)
68
- or not isinstance(node.func.expr, astng.Name)
69
- or node.func.expr.name != self._logging_name):
70
- return
71
- self._CheckConvenienceMethods(node)
72
- self._CheckLogMethod(node)
73
-
74
- def _CheckConvenienceMethods(self, node):
75
- """Checks calls to logging convenience methods (like logging.warn)."""
76
- if node.func.attrname not in CHECKED_CONVENIENCE_FUNCTIONS:
77
- return
78
- if not node.args:
79
- # Either no args, or star args, or double-star args. Beyond the
80
- # scope of this checker in any case.
81
- return
82
- if isinstance(node.args[0], astng.BinOp) and node.args[0].op == '%':
83
- self.add_message(EAGER_STRING_INTERPOLATION, node=node)
84
-
85
- def _CheckLogMethod(self, node):
86
- """Checks calls to logging.log(level, format, *format_args)."""
87
- if node.func.attrname != 'log':
88
- return
89
- if len(node.args) < 2:
90
- # Either a malformed call or something with crazy star args or
91
- # double-star args magic. Beyond the scope of this checker.
92
- return
93
- if isinstance(node.args[1], astng.BinOp) and node.args[1].op == '%':
94
- self.add_message(EAGER_STRING_INTERPOLATION, node=node)
95
-
96
- def register(linter):
97
- """Required method to auto-register this checker."""
98
- linter.register_checker(LoggingChecker(linter))
@@ -1,128 +0,0 @@
1
- # pylint: disable=W0511
2
- # This program is free software; you can redistribute it and/or modify it under
3
- # the terms of the GNU General Public License as published by the Free Software
4
- # Foundation; either version 2 of the License, or (at your option) any later
5
- # version.
6
- #
7
- # This program is distributed in the hope that it will be useful, but WITHOUT
8
- # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
9
- # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
10
- #
11
- # You should have received a copy of the GNU General Public License along with
12
- # this program; if not, write to the Free Software Foundation, Inc.,
13
- # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
14
- """ Copyright (c) 2000-2010 LOGILAB S.A. (Paris, FRANCE).
15
- http://www.logilab.fr/ -- mailto:contact@logilab.fr
16
-
17
- Check source code is ascii only or has an encoding declaration (PEP 263)
18
- """
19
-
20
- import re
21
-
22
- from pylint.interfaces import IRawChecker
23
- from pylint.checkers import BaseChecker
24
-
25
- def is_ascii(string):
26
- """return true if non ascii characters are detected in the given string
27
- and line number where non-ascii has been encountered.
28
- """
29
- for i, line in enumerate(string.splitlines()):
30
- if line and max([ord(char) for char in line]) >= 128:
31
- return False, i + 1
32
- return True, 0
33
-
34
- # regexp matching both emacs and vim declaration
35
- ENCODING_RGX = re.compile("[^#]*#*.*coding[:=]\s*([^\s]+)")
36
-
37
- def guess_encoding(string):
38
- """try to guess encoding from a python file as string
39
- return None if not found
40
- """
41
- assert type(string) is type(''), type(string)
42
- # check for UTF-8 byte-order mark
43
- if string.startswith('\xef\xbb\xbf'):
44
- return 'UTF-8'
45
- first_lines = string.split('\n', 2)[:2]
46
- for line in first_lines:
47
- # check for emacs / vim encoding declaration
48
- match = ENCODING_RGX.match(line)
49
- if match is not None:
50
- return match.group(1)
51
-
52
-
53
- MSGS = {
54
- 'E0501': ('Non ascii characters found but no encoding specified (PEP 263)',
55
- 'Used when some non ascii characters are detected but now \
56
- encoding is specified, as explicited in the PEP 263.'),
57
- 'E0502': ('Wrong encoding specified (%s)',
58
- 'Used when a known encoding is specified but the file doesn\'t \
59
- seem to be actually in this encoding.'),
60
- 'E0503': ('Unknown encoding specified (%s)',
61
- 'Used when an encoding is specified, but it\'s unknown to Python.'
62
- ),
63
-
64
- 'W0511': ('%s',
65
- 'Used when a warning note as FIXME or XXX is detected.'),
66
- }
67
-
68
- class EncodingChecker(BaseChecker):
69
- """checks for:
70
- * warning notes in the code like FIXME, XXX
71
- * PEP 263: source code with non ascii character but no encoding declaration
72
- """
73
- __implements__ = IRawChecker
74
-
75
- # configuration section name
76
- name = 'miscellaneous'
77
- msgs = MSGS
78
-
79
- options = (('notes',
80
- {'type' : 'csv', 'metavar' : '<comma separated values>',
81
- 'default' : ('FIXME', 'XXX', 'TODO'),
82
- 'help' : 'List of note tags to take in consideration, \
83
- separated by a comma.'
84
- }),
85
- )
86
-
87
- def __init__(self, linter=None):
88
- BaseChecker.__init__(self, linter)
89
-
90
- def process_module(self, stream):
91
- """inspect the source file to found encoding problem or fixmes like
92
- notes
93
- """
94
- # source encoding
95
- data = stream.read()
96
- ascii, lineno = is_ascii(data)
97
- if not ascii:
98
- encoding = guess_encoding(data)
99
- if encoding is None:
100
- self.add_message('E0501', line=lineno)
101
- else:
102
- try:
103
- unicode(data, encoding)
104
- except UnicodeError:
105
- self.add_message('E0502', args=encoding, line=1)
106
- except LookupError:
107
- self.add_message('E0503', args=encoding, line=1)
108
- del data
109
- # warning notes in the code
110
- stream.seek(0)
111
- notes = []
112
- for note in self.config.notes:
113
- notes.append(re.compile(note))
114
- linenum = 1
115
- for line in stream.readlines():
116
- for note in notes:
117
- match = note.search(line)
118
- if match:
119
- self.add_message('W0511', args=line[match.start():-1],
120
- line=linenum)
121
- break
122
- linenum += 1
123
-
124
-
125
-
126
- def register(linter):
127
- """required method to auto register this checker"""
128
- linter.register_checker(EncodingChecker(linter))