979 次代码提交 (9eaad11efb4f28ac936cce7f37cd8f1c9a3a756a)
 

作者 SHA1 备注 提交日期
  Ben Kurtovic 9eaad11efb Fix unicode bug in exception. 10 年前
  Ben Kurtovic 699f6e3b17 Seems it will sometimes raise AssertionError. 10 年前
  Ben Kurtovic 12c5170815 Catch another exception thrown by pdfminer. 10 年前
  Ben Kurtovic 08d02917f2 Strange typo. 10 年前
  Ben Kurtovic c2a5946874 Fix generating -0.0 as a confidence value. 10 年前
  Ben Kurtovic 106e58b164 Update confidence function comments. 10 年前
  Ben Kurtovic b8d55973c9 Tell Yahoo! it's okay to return PDFs. 10 年前
  Ben Kurtovic 5194525a32 Note when sources might have been missed. 10 年前
  Ben Kurtovic 065d9ea498 Fix; should always return a float. 10 年前
  Ben Kurtovic 290f81abed Prevent -0.0 from being a confidence value. 10 年前
  Ben Kurtovic 932b93572a Simplify function. 10 年前
  Ben Kurtovic 80d2735716 Bugfix. 10 年前
  Ben Kurtovic c964c3af82 Better solution to previous commit. 10 年前
  Ben Kurtovic c4ee35a09d Support case-insensitive language lookups. 10 年前
  Ben Kurtovic 05fc3a3e4a Fix handling of mulilingual defines. 10 年前
  Ben Kurtovic 00474e5962 Fix multilingual dict bug. 10 年前
  Ben Kurtovic d963e13af0 Merge pull request #51 from Riamse/patch-1 10 年前
  Riamse d09d5304f9 Improve ultilingual dictionary capabilities 10 年前
  Ben Kurtovic 07bbf240f6 Support new method for query continuation. 10 年前
  Ben Kurtovic 459c252fc7 Support new CSRF token API. 10 年前
  Ben Kurtovic 77514ee925 Add another PDF string substitution. 10 年前
  Ben Kurtovic 0bdcbca8b0 Rudimentary solution for PDF parsing (closes earwig/copyvios#18) 10 年前
  Ben Kurtovic 30f72df470 Refactor parsers; fix empty document behavior. 10 年前
  Ben Kurtovic 5349179088 Fix parsing of plain text documents (earwig/copyvios#3) 10 年前
  Ben Kurtovic f10908e34e Handle struct.error from GzipFile.read() (Python bug?) 10 年前
  Ben Kurtovic 693cdc302f Catch errors while searching. 10 年前
  Ben Kurtovic 303c39c8c7 Add an option to disable short-circuiting. 10 年前
  Ben Kurtovic f8f4669460 Remove unnecessary key attribute of sources. 10 年前
  Ben Kurtovic 9fd145da5c Add some docs; better sorting function. 10 年前
  Ben Kurtovic 7afb484cea Refactor a bunch of copyvio internals. Store all sources with a result object. 10 年前
  Ben Kurtovic e88d1c2c70 Fix lazy module behavior after failure. 10 年前
  Ben Kurtovic 54ddff049f Make CopyvioSource public; tweaks. 10 年前
  Ben Kurtovic 0438766ee4 Handle empty URLs better. 10 年前
  Ben Kurtovic 2147207388 Remove unnecessary variable assign. 10 年前
  Ben Kurtovic f94a67e0e3 Define num_queries in the proper place. 10 年前
  Ben Kurtovic 12247dd756 Add no_links and no_searches to copyvio_check(). 10 年前
  Ben Kurtovic f37621e5ec Use a deque for a FIFO instead of the python list LIFO. 10 年前
  Ben Kurtovic 8e439e1eea source.join() now blocks when in the middle of processing. 10 年前
  Ben Kurtovic dbb1ae5483 Handle empty queues correctly. Remove some log messages. 10 年前
  Ben Kurtovic 2fa8aeba5b Fix a blocking issue. 10 年前
  Ben Kurtovic c56838e742 Only spawn one worker for comparisons in local mode. 10 年前
  Ben Kurtovic 939d8be08f Fix variable. 10 年前
  Ben Kurtovic 3ed8837a3e Fix stopping queues in local mode. 10 年前
  Ben Kurtovic de7576728f Fix dequeueing logic a bit. 10 年前
  Ben Kurtovic b939262b11 Bugfix. 10 年前
  Ben Kurtovic 32ef0fbf1f Add a bunch of temporary debugging code. 10 年前
  Ben Kurtovic c7b3b7bc7f CopyvioSource.workspace should be public. 10 年前
  Ben Kurtovic e73e626994 Some locks needed to be tightened. 10 年前
  Ben Kurtovic 486c4692ed Remove _workers attr of workspaces. 10 年前
  Ben Kurtovic 7c0e98596c Some bugfixes. 10 年前