Skip to content
Snippets Groups Projects
  1. May 01, 2020
  2. Apr 23, 2020
    • Michiel Cottaar's avatar
      OPT: speeds up FileTree updating · 20166167
      Michiel Cottaar authored
      Replaces deepcopy with a smarter copy implementation, which only copies the instance attributes.
      
      This is a speedup of about 20x (and yes, the deepcopy was getting annoyingly slow in some of my code).
      20166167
  3. Apr 22, 2020
  4. Apr 20, 2020
    • Martin Craig's avatar
      Add short options which should be treated as switches. · 8cb90f6a
      Martin Craig authored
      Previously only the long versions of options were correctly flagged
      as booleans, but the -b and -B options do not have long alternatives
      so they need to be supported too. And for familiarity to command line
      users we should support other single-char switches too
      8cb90f6a
  5. Apr 14, 2020
  6. Mar 29, 2020
  7. Mar 28, 2020
  8. Mar 27, 2020
  9. Mar 26, 2020
  10. Mar 24, 2020
  11. Mar 20, 2020
Loading