1. 19 Jun, 2016 1 commit
  2. 18 Jun, 2016 2 commits
    • Jim Fulton's avatar
      Modernize and cleanup locking · 532fd78a
      Jim Fulton authored
      - Move from try/finally to with
      
      - Start phasing out the _lock_acquire/_lock_release shortcuts
      
      - Replace simpler @locked decorators with with statements.
      
        I've come to prefer the with style tp the decorator style.
        I think it's clearer.
      
        (The decorators preceeded the Python with statement.)
      
        I left the decorators in cases where they were used with preconditions.
      
      This is mostly pretty mechanical, although it got a little delicate in
      places and ... tests
      532fd78a
    • Jim Fulton's avatar
      Merge pull request #71 from zopefoundation/move-load-to-IMVCCStorage · 17b226b2
      Jim Fulton authored
      Move load to imvcc storage
      17b226b2
  3. 17 Jun, 2016 9 commits
  4. 16 Jun, 2016 5 commits
  5. 15 Jun, 2016 14 commits
  6. 14 Jun, 2016 1 commit
  7. 13 Jun, 2016 2 commits
  8. 11 Jun, 2016 6 commits