Skip to content
Snippets Groups Projects
  1. Jan 28, 2024
    • Marc Troelitzsch's avatar
      Remove some Python 2.x leftovers · 3f857829
      Marc Troelitzsch authored
      * `Iterator.next()`` has been replaced with `Iterator.__next__()`
      * The `object.__unicode__()` method is not used anymore
      * Default source encoding has changed from ASCII to UTF-8
      3f857829
  2. Jan 27, 2024
  3. May 28, 2020
  4. Jan 11, 2018
  5. Jul 26, 2015
    • Dan Michael O. Heggø's avatar
      Factor out waiting code into a new Sleeper class · f1291672
      Dan Michael O. Heggø authored
      - Moving code related to waiting/sleeping/retrying into a new class for a more object oriented approach.
      - Removing any reference to wait "tokens" to avoid confusion with edit tokens.
      - Note: `max_retries` and `retry_timeout` are no longer available on `Site`, but can still be passed into the constructor as before.
      f1291672
Loading