Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(138)

Issue 4237054: Change threading to support @#@¼@|{{! Windows XP (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by nicoe
Modified:
14 years, 11 months ago
Reviewers:
yangoon, udono, ced
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Added forgotten future #

Total comments: 11

Patch Set 3 : remove part of other patch #

Total comments: 2

Patch Set 4 : Make quit_mainloop a method called from Main #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -33 lines) Patch
M tryton/client.py View 1 2 3 5 chunks +41 lines, -3 lines 0 comments Download
M tryton/common/common.py View 1 chunk +5 lines, -3 lines 0 comments Download
M tryton/common/date_widget.py View 4 chunks +12 lines, -3 lines 0 comments Download
M tryton/gui/main.py View 1 2 3 6 chunks +14 lines, -6 lines 0 comments Download
M tryton/gui/window/dbcreate.py View 3 chunks +9 lines, -9 lines 0 comments Download
M tryton/gui/window/dbrestore.py View 1 3 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 10
nicoe
14 years, 11 months ago (2011-03-03 16:42:36 UTC) #1
nicoe
14 years, 11 months ago (2011-03-03 17:00:05 UTC) #2
udono
http://codereview.appspot.com/4237054/diff/3001/tryton/gui/window/dblogin.py File tryton/gui/window/dblogin.py (right): http://codereview.appspot.com/4237054/diff/3001/tryton/gui/window/dblogin.py#newcode3 tryton/gui/window/dblogin.py:3: from __future__ import with_statement no need
14 years, 11 months ago (2011-03-03 17:08:14 UTC) #3
nicoe
http://codereview.appspot.com/4237054/diff/3001/tryton/gui/window/dblogin.py File tryton/gui/window/dblogin.py (right): http://codereview.appspot.com/4237054/diff/3001/tryton/gui/window/dblogin.py#newcode3 tryton/gui/window/dblogin.py:3: from __future__ import with_statement On 2011/03/03 17:08:14, udono wrote: ...
14 years, 11 months ago (2011-03-03 17:31:31 UTC) #4
yangoon
14 years, 11 months ago (2011-03-03 18:18:46 UTC) #5
ced
http://codereview.appspot.com/4237054/diff/3001/tryton/client.py File tryton/client.py (right): http://codereview.appspot.com/4237054/diff/3001/tryton/client.py#newcode81 tryton/client.py:81: self.quit_client = threading.Event() I will instantiate it only if ...
14 years, 11 months ago (2011-03-06 00:54:10 UTC) #6
nicoe
http://codereview.appspot.com/4237054/diff/3001/tryton/client.py File tryton/client.py (right): http://codereview.appspot.com/4237054/diff/3001/tryton/client.py#newcode87 tryton/client.py:87: signal.signal(signal.SIGINT, lambda signum, frame: self.quit_client.set()) On 2011/03/06 00:54:10, ced ...
14 years, 11 months ago (2011-03-08 09:38:13 UTC) #7
nicoe
14 years, 11 months ago (2011-03-08 10:23:58 UTC) #8
ced
http://codereview.appspot.com/4237054/diff/3001/tryton/client.py File tryton/client.py (right): http://codereview.appspot.com/4237054/diff/3001/tryton/client.py#newcode87 tryton/client.py:87: signal.signal(signal.SIGINT, lambda signum, frame: self.quit_client.set()) On 2011/03/08 09:38:14, nicoe ...
14 years, 11 months ago (2011-03-08 10:36:24 UTC) #9
nicoe
14 years, 11 months ago (2011-03-09 10:06:57 UTC) #10

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b