1. 21 Apr, 2015 1 commit
    • DuLLSoN's avatar
      Fix JoinableQueue when items passed in constructor · 56cd992d
      DuLLSoN authored
      unfinished_tasks variable wasn't set when items are passed in constructor, leading to ValueError: 'task_done() called too many times' when task_done() is called.
      test to duplicate the error:
      
      from gevent.queue import JoinableQueue
      q = JoinableQueue(items=[1,2,3])
      q.get()
      q.task_done()
      56cd992d
  2. 13 Dec, 2014 1 commit
  3. 11 Dec, 2014 1 commit
  4. 09 Dec, 2014 2 commits
  5. 04 Nov, 2014 3 commits
  6. 03 Nov, 2014 8 commits
  7. 20 Aug, 2014 2 commits
  8. 04 Aug, 2014 2 commits
  9. 23 Jun, 2014 1 commit
  10. 22 Jun, 2014 1 commit
  11. 02 Jun, 2014 1 commit
  12. 01 Jun, 2014 1 commit
  13. 30 May, 2014 1 commit
  14. 29 May, 2014 1 commit
  15. 03 May, 2014 3 commits
  16. 29 Apr, 2014 11 commits