Mercurial > public > mercurial-scm > hg-stable
log mercurial/worker.py @ 40450:41f0529b5112 stable
age | author | description |
---|---|---|
Thu, 19 Jul 2018 21:36:24 +0900 | Yuya Nishihara | worker: call selector.close() to release polling resources stable |
Wed, 18 Jul 2018 09:46:45 -0700 | Gregory Szorc | worker: ability to disable thread unsafe tasks |
Tue, 17 Jul 2018 16:57:27 -0700 | Gregory Szorc | worker: rename variable to reflect constant |
Mon, 16 Jul 2018 17:52:17 -0700 | Danny Hooper | worker: use one pipe per posix worker and select() in parent process |
Tue, 26 Jun 2018 15:27:29 -0700 | Danny Hooper | worker: support more return types in posix worker |
Sat, 05 May 2018 18:35:16 -0700 | Gregory Szorc | pycompat: export queue module instead of symbols in module (API) |
Sat, 10 Mar 2018 15:57:16 +0900 | Yuya Nishihara | py3: use r'' instead of sysstr('') to get around code transformer |