986 Commits (33107c6a0163d917cbd7b5f4e33bf4532b08e376)
 

Autor SHA1 Mensaje Fecha
  Ben Kurtovic 33107c6a01 Add a lastrevid property to pages. hace 10 años
  Ben Kurtovic b87d5ac673 Pass parameter to recursive call. hace 10 años
  Ben Kurtovic 170f810735 Allow ExclusionDB to force a sync. hace 10 años
  Ben Kurtovic 86f8a6c4f9 Implement !cancel, !unremind, and !forget for reminders. hace 10 años
  Ben Kurtovic 6ae3cd6d08 Handle interwiki page titles correctly. hace 10 años
  Ben Kurtovic 901192ec18 Handle errors from UnicodeDamnit. hace 10 años
  Ben Kurtovic 3f2dd1094f Catch HTTPException in opener.open. hace 10 años
  Ben Kurtovic 9eaad11efb Fix unicode bug in exception. hace 10 años
  Ben Kurtovic 699f6e3b17 Seems it will sometimes raise AssertionError. hace 10 años
  Ben Kurtovic 12c5170815 Catch another exception thrown by pdfminer. hace 10 años
  Ben Kurtovic 08d02917f2 Strange typo. hace 10 años
  Ben Kurtovic c2a5946874 Fix generating -0.0 as a confidence value. hace 10 años
  Ben Kurtovic 106e58b164 Update confidence function comments. hace 10 años
  Ben Kurtovic b8d55973c9 Tell Yahoo! it's okay to return PDFs. hace 10 años
  Ben Kurtovic 5194525a32 Note when sources might have been missed. hace 10 años
  Ben Kurtovic 065d9ea498 Fix; should always return a float. hace 10 años
  Ben Kurtovic 290f81abed Prevent -0.0 from being a confidence value. hace 10 años
  Ben Kurtovic 932b93572a Simplify function. hace 10 años
  Ben Kurtovic 80d2735716 Bugfix. hace 10 años
  Ben Kurtovic c964c3af82 Better solution to previous commit. hace 10 años
  Ben Kurtovic c4ee35a09d Support case-insensitive language lookups. hace 10 años
  Ben Kurtovic 05fc3a3e4a Fix handling of mulilingual defines. hace 10 años
  Ben Kurtovic 00474e5962 Fix multilingual dict bug. hace 10 años
  Ben Kurtovic d963e13af0 Merge pull request #51 from Riamse/patch-1 hace 10 años
  Riamse d09d5304f9 Improve ultilingual dictionary capabilities hace 10 años
  Ben Kurtovic 07bbf240f6 Support new method for query continuation. hace 10 años
  Ben Kurtovic 459c252fc7 Support new CSRF token API. hace 10 años
  Ben Kurtovic 77514ee925 Add another PDF string substitution. hace 10 años
  Ben Kurtovic 0bdcbca8b0 Rudimentary solution for PDF parsing (closes earwig/copyvios#18) hace 10 años
  Ben Kurtovic 30f72df470 Refactor parsers; fix empty document behavior. hace 10 años
  Ben Kurtovic 5349179088 Fix parsing of plain text documents (earwig/copyvios#3) hace 10 años
  Ben Kurtovic f10908e34e Handle struct.error from GzipFile.read() (Python bug?) hace 10 años
  Ben Kurtovic 693cdc302f Catch errors while searching. hace 10 años
  Ben Kurtovic 303c39c8c7 Add an option to disable short-circuiting. hace 10 años
  Ben Kurtovic f8f4669460 Remove unnecessary key attribute of sources. hace 10 años
  Ben Kurtovic 9fd145da5c Add some docs; better sorting function. hace 10 años
  Ben Kurtovic 7afb484cea Refactor a bunch of copyvio internals. Store all sources with a result object. hace 10 años
  Ben Kurtovic e88d1c2c70 Fix lazy module behavior after failure. hace 10 años
  Ben Kurtovic 54ddff049f Make CopyvioSource public; tweaks. hace 10 años
  Ben Kurtovic 0438766ee4 Handle empty URLs better. hace 10 años
  Ben Kurtovic 2147207388 Remove unnecessary variable assign. hace 10 años
  Ben Kurtovic f94a67e0e3 Define num_queries in the proper place. hace 10 años
  Ben Kurtovic 12247dd756 Add no_links and no_searches to copyvio_check(). hace 10 años
  Ben Kurtovic f37621e5ec Use a deque for a FIFO instead of the python list LIFO. hace 10 años
  Ben Kurtovic 8e439e1eea source.join() now blocks when in the middle of processing. hace 10 años
  Ben Kurtovic dbb1ae5483 Handle empty queues correctly. Remove some log messages. hace 10 años
  Ben Kurtovic 2fa8aeba5b Fix a blocking issue. hace 10 años
  Ben Kurtovic c56838e742 Only spawn one worker for comparisons in local mode. hace 10 años
  Ben Kurtovic 939d8be08f Fix variable. hace 10 años
  Ben Kurtovic 3ed8837a3e Fix stopping queues in local mode. hace 10 años