Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
  2. Nov 25, 2016
  3. Nov 21, 2016
  4. Nov 20, 2016
  5. Nov 16, 2016
  6. Nov 15, 2016
  7. Nov 14, 2016
  8. Nov 11, 2016
  9. Nov 10, 2016
  10. Nov 04, 2016
  11. Nov 03, 2016
  12. Nov 02, 2016
  13. Oct 31, 2016
  14. Oct 27, 2016
  15. Oct 26, 2016
  16. Oct 24, 2016
  17. Oct 22, 2016
  18. Oct 19, 2016
    • Pierre LALET's avatar
      Remove support for Python 2.5 to clean the code · b2a7a54a
      Pierre LALET authored
        - update (part of) the documentation
          - some URLs for Windows need to be updated
        - update classifiers in setup.py
        - remove `from __future__ import with_statement`
        - use `{k: v for ...}` instead of `dict((k, v) for ...)`
        - remove hacks for `gcd()` and `binrepr()` implementations
        - use class decorators
        - remove Python 2.6 Travis-CI tests
      b2a7a54a
  19. Oct 18, 2016
    • Gabriel Potter's avatar
      Fixed windows circular import (#298) · 6c331b78
      Gabriel Potter authored
      Moved all modifications to modules not needed in arch that were causing
      crashed to another file next to __init__ (in arch.windows).
      
      Fixed "run_tests.bat" crash: the old usage of the %DATE% param was no more supported.
      6c331b78
  20. Oct 15, 2016
  21. Oct 14, 2016
  22. Oct 12, 2016
  23. Oct 11, 2016
  24. Oct 08, 2016
  25. Sep 27, 2016
  26. Sep 26, 2016
Loading