• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alir3z4 / html2text / 536

Builds Branch Commit Type Ran Committer Via Coverage
536 entityref Simplify entityref() Can remove the `else` after the return to dedent the block. Pull #282 11 Aug 2019 10:51PM UTC web-flow travis-ci pending completion   set done
535 enum Simplify pareviousIndex by using enumerate() Always return an explicit value. Pull #281 11 Aug 2019 09:36PM UTC web-flow travis-ci pending completion   set done
534 master Remove support for Python ≤ 3.4 Python 2 support is nearing end of life. At the end of this year, it will no longer be supported, including for security issues. For more details, see https://pythonclock.org/ All code changes and clean ups that ... push 11 Aug 2019 08:15PM UTC jdufresne travis-ci pending completion   set done
533 drop-py2 Remove support for Python ≤ 3.4 Python 2 support is nearing end of life. At the end of this year, it will no longer be supported, including for security issues. For more details, see https://pythonclock.org/ All code changes and clean ups that ... Pull #274 11 Aug 2019 08:09PM UTC web-flow travis-ci pending completion   set done
532 master Update changelog for #272 https://github.com/Alir3z4/html2text/pull/272 push 11 Aug 2019 07:46PM UTC web-flow travis-ci pending completion   set done
531 master Fix long blockquotes wrapping (#272) * Fix long blockquotes wrapping * Add comments * Remove the trailing whitespaces that were added after wrapping list items & blockquotes push 11 Aug 2019 07:43PM UTC Alir3z4 travis-ci pending completion   set done
529 2019.8.11 Update version to 2019.8.11 push 11 Aug 2019 07:41PM UTC Alir3z4 travis-ci pending completion   set done
528 master Update version to 2019.8.11 push 11 Aug 2019 07:39PM UTC Alir3z4 travis-ci pending completion   set done
527 master Remove unnecessary duplicate call to name2cp() Reuse the previous value instead. push 10 Aug 2019 05:21PM UTC jdufresne travis-ci pending completion   set done
526 master Simplify hn() function The new form: - Avoids the unnecessary range() call. On Python 2 this avoids building the data structure in memory. - Avoids the try/except block. The comparison is required either way, so just do that from the start. ... push 10 Aug 2019 05:18PM UTC jdufresne travis-ci pending completion   set done
525 master Remove unused temporary variables that are immediately returned push 10 Aug 2019 05:16PM UTC jdufresne travis-ci pending completion   set done
524 master Simplify the return of boolean expressions Replace pattern: if <boolean expression>: return True return False With return <boolean expression> push 10 Aug 2019 05:13PM UTC jdufresne travis-ci pending completion   set done
523 master Use bool in HTML2Text.o() rather than int 0/1 The value is being used as a boolean for branching, so use a boolean rather than an int. Easier to understand for the reader. Additionally, always use a keyword argument rather than a bare 0/1 or Fal... push 10 Aug 2019 05:03PM UTC jdufresne travis-ci pending completion   set done
522 return-bool Simplify the return of boolean expressions Replace pattern: if <boolean expression>: return True return False With return <boolean expression> Pull #279 08 Aug 2019 01:01AM UTC web-flow travis-ci pending completion   set done
521 o-bool Use bool in HTML2Text.o() rather than int 0/1 The value is being used as a boolean for branching, so use a boolean rather than an int. Easier to understand for the reader. Additionally, always use a keyword argument rather than a bare 0/1 or Fal... Pull #280 01 Aug 2019 02:36AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 38
  • 39
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc