Skip to content
Snippets Groups Projects
  1. Nov 29, 2016
    • Arseny Kapoulkine's avatar
      scripts: Make archive build reproducible · e3524c90
      Arseny Kapoulkine authored
      We used to use the current timestamp when building the archive; switch to using
      the timestamp of the tag with the version we're packaging.
      
      This requires some monkey patching since tarfile module is always using current
      timestamp when writing gzip header...
      
      Also exclude archive.py from archive and simplify release file list in Makefile.
      e3524c90
  2. Nov 28, 2016
  3. Nov 27, 2016
  4. Nov 24, 2016
  5. Nov 19, 2016
  6. Nov 18, 2016
  7. Nov 14, 2016
  8. Nov 10, 2016
    • Arseny Kapoulkine's avatar
      tests: Fix MSVC warnings · c5223be4
      Arseny Kapoulkine authored
      c5223be4
    • Arseny Kapoulkine's avatar
      tests: Add a generalized write-roundtrip test · 2d47cde5
      Arseny Kapoulkine authored
      This test tests two important invariants:
      
      - Every combination of write flags has to result in a valid document
      - Parsing that document and saving the result has to result in identical output
      
      We don't test all flags since parse_no_escapes can intentionally result in
      malformed documents and other flags aren't relevant for node output.
      
      Also note that we test both no-whitespace and whitespace version to make sure
      we don't have unnecessary whitespace added during formatting.
      2d47cde5
  9. Nov 09, 2016
  10. Nov 08, 2016
  11. Nov 07, 2016
  12. Nov 06, 2016
  13. Oct 18, 2016
  14. Oct 17, 2016
  15. Oct 12, 2016
  16. Oct 05, 2016
  17. Sep 22, 2016
  18. Sep 21, 2016
  19. Sep 13, 2016
  20. Sep 12, 2016
  21. Aug 08, 2016
Loading