1. 22 Dec, 2014 1 commit
  2. 18 Dec, 2014 1 commit
  3. 06 Nov, 2014 1 commit
  4. 24 Jul, 2014 2 commits
  5. 10 Jul, 2014 1 commit
    • Kirill Smelkov's avatar
      scripts/netspace: Fix so it runs · c6ebb373
      Kirill Smelkov authored
      Currently that script does not run because of import error:
      
          $ python src/ZODB/scripts/netspace.py
          Traceback (most recent call last):
            File "src/ZODB/scripts/netspace.py", line 13, in <module>
              from ZODB.referencesf import referencesf
          ImportError: No module named referencesf
      
      and that ZODB.referencesf module was moved to ZODB.serialize long ago in
      
          ec014812    (Move referencesf to ZODB.serialize.)
          ae7e113e    (Ack!  Deleted the wrong file in the last checkin.)
          355ff4ac    (One more try.  Commit the version with referencesf.)
      
      only the conversion missed the netspace.py script.
      
      Fix it.
      c6ebb373
  6. 09 Jul, 2014 2 commits
  7. 02 Jul, 2014 1 commit
    • Kirill Smelkov's avatar
      scripts/fsrefs: Fix -v · 29f75cc6
      Kirill Smelkov authored
      For this script verbose mode was added in 57bca1f0 (Add -v option to
      control whether tracebacks are printed.) and was later broken in
      6dd809d2 (Converted to a buildout and converted externals to
      dependencies.) - the change forgot to add global specifier for VERBOSE
      variable while moving its assignment into function context.
      
      As a result currently we have
      
          $ python ./src/ZODB/scripts/fsrefs.py -v data.fs
          Traceback (most recent call last):
            File "./src/ZODB/scripts/fsrefs.py", line 155, in <module>
              main()
            File "./src/ZODB/scripts/fsrefs.py", line 104, in main
              VERBOSE += 1
          UnboundLocalError: local variable 'VERBOSE' referenced before assignment
      
      Fix it.
      29f75cc6
  8. 04 Jun, 2014 1 commit
  9. 03 Jun, 2014 1 commit
  10. 10 Mar, 2014 3 commits
  11. 19 Feb, 2014 1 commit
  12. 18 Feb, 2014 1 commit
  13. 17 Dec, 2013 1 commit
  14. 05 Nov, 2013 3 commits
  15. 10 Oct, 2013 3 commits
  16. 18 Sep, 2013 3 commits
  17. 15 Jul, 2013 1 commit
  18. 12 Jul, 2013 2 commits
  19. 13 Jun, 2013 2 commits
  20. 11 Jun, 2013 3 commits
  21. 08 Jun, 2013 6 commits