Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(162)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Delta Between Two Patch Sets: Lib/test/test_codecs.py

Issue 3004: (not quite finished) memoryview implementation (Closed) Base URL: http://svn.python.org/view/*checkout*/python/branches/py3k/
Left Patch Set: New patch after cosmetic changes suggested by Benjamin & GvR Created 17 years, 4 months ago
Right Patch Set: Fix some small exception bugs Created 17 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | Lib/test/test_memoryview.py » ('j') | no next file with change/comment »
('i') | ('e') | ('c') | ('s')
LEFTRIGHT
1 from test import support 1 from test import support
2 import unittest 2 import unittest
3 import codecs 3 import codecs
4 import sys, _testcapi, io 4 import sys, _testcapi, io
5 5
6 class Queue(object): 6 class Queue(object):
7 """ 7 """
8 queue: write bytes at one end, read bytes from the other end 8 queue: write bytes at one end, read bytes from the other end
9 """ 9 """
10 def __init__(self, buffer): 10 def __init__(self, buffer):
(...skipping 1488 matching lines...) | | Loading...
1499 StreamReaderTest, 1499 StreamReaderTest,
1500 EncodedFileTest, 1500 EncodedFileTest,
1501 BasicUnicodeTest, 1501 BasicUnicodeTest,
1502 CharmapTest, 1502 CharmapTest,
1503 WithStmtTest, 1503 WithStmtTest,
1504 ) 1504 )
1505 1505
1506 1506
1507 if __name__ == "__main__": 1507 if __name__ == "__main__":
1508 test_main() 1508 test_main()
LEFTRIGHT
« no previous file | Lib/test/test_memoryview.py » ('j') | ('i') | ('e') | ('c') | ('s')
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /