1. 14 Nov, 2016 3 commits
  2. 04 Nov, 2016 1 commit
  3. 03 Nov, 2016 1 commit
  4. 21 Oct, 2016 2 commits
  5. 01 Oct, 2016 3 commits
  6. 28 Sep, 2016 2 commits
  7. 27 Sep, 2016 4 commits
  8. 24 Sep, 2016 1 commit
  9. 19 Sep, 2016 1 commit
  10. 17 Sep, 2016 3 commits
  11. 14 Sep, 2016 1 commit
  12. 13 Sep, 2016 2 commits
  13. 12 Sep, 2016 11 commits
  14. 09 Sep, 2016 5 commits
    • Jim Fulton's avatar
      Deal with some Py2/Py3 differences :( · 67388dcd
      Jim Fulton authored
      67388dcd
    • Jim Fulton's avatar
      Documentation on transactions and threading. · ed365135
      Jim Fulton authored
      This adds documentatuon on transactions and threading concerns.
      
      There are some topics, like application design and conflict resolution
      that might want a deeper treatment, but would probably be better
      handled through articles or dedicated topics. (I want to avoid
      individual topics being too long or weedy to read, where practical.)
      
      Writing this, I stumbled a bit over thread-local transaction managers.
      For most applications, they don't add anything over accessing
      transaction managers on connections and actually provide an
      opportunity to fail. I'm convinced that it should be possible to do
      most transaction management through connections and that the API
      provided by transaction managers and the transaction package should be
      reserved for distributed transactions.
      
      I didn't mention gevent. I thik there should be a section on gevent,
      but I think it should be written by someone who's used gevent with
      ZODB. :)
      
      Maybe there should also be a section or mention of using asyncio with
      ZODB, pr maybe later.
      
      Closes zopefoundation/zodbdocs#13
      Closes zopefoundation/zodbdocs#16
      ed365135
    • Julien Muchembled's avatar
      Merge 4.x branch · d6b60a5b
      Julien Muchembled authored
      d6b60a5b
    • Jim Fulton's avatar
      ReST fix · 6fc21dc5
      Jim Fulton authored
      6fc21dc5
    • Jim Fulton's avatar
      Merge pull request #98 from zopefoundation/issue97 · 27f3a173
      Jim Fulton authored
      Call _p_resolveConflict() even if a conflicting change doesn't change the state
      27f3a173