Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b39b90dda25f409fbb62bd77e5c43b2c98dd6ba1
/
Tools
439c467
Adding the beginnings of a Class browser. Incomplete, yet.
by Guido van Rossum
· 27 years ago
b341888
Add new command, "Open module". You select or type a module name,
by Guido van Rossum
· 27 years ago
5af7a72
Subsume functionality from Popup menu in Debug menu.
by Guido van Rossum
· 27 years ago
82e44b1
Get rid of PopUp menu.
by Guido van Rossum
· 27 years ago
e7b2e65
Generalize menu creation.
by Guido van Rossum
· 27 years ago
219ffde
Add Debug and Help menu items.
by Guido van Rossum
· 27 years ago
2aeeb55
Added a menu bar to every window.
by Guido van Rossum
· 27 years ago
d8d676c
Add menu configuration to the event configuration.
by Guido van Rossum
· 27 years ago
d020cf3
Pass a root to the help window.
by Guido van Rossum
· 27 years ago
69ef7d6
Add parent argument to 'to to line number' dialog box.
by Guido van Rossum
· 27 years ago
8571ed8
Add a label at the top showing (very basic) help for the stack viewer.
by Guido van Rossum
· 27 years ago
3d0669d
Add Unix main script and test program.
by Guido van Rossum
· 27 years ago
3b4ca0d
Initial checking of Tk-based Python IDE.
by Guido van Rossum
· 27 years ago
e33bba8
New version that is much more compact and easier to maintain. (Sjoerd)
by Guido van Rossum
· 27 years ago
9c2c1e8
Fix multi-arg list.append() calls.
by Guido van Rossum
· 27 years ago
a57c9b9
Added a whole bunch of descriptions.
by Guido van Rossum
· 27 years ago
19b23e5
Use the imp module to get the magic word.
by Guido van Rossum
· 27 years ago
41f13f2
Added #! line
by Guido van Rossum
· 27 years ago
bac609a
Updated about text
by Barry Warsaw
· 27 years ago
0926dea
Moved the main pynche.py file to Main.py. Added minimal driver
by Barry Warsaw
· 27 years ago
c958043
Better layout of options menu and inc/dec buttons
by Barry Warsaw
· 27 years ago
8934af0
Fixes for some type-in strangeness
by Barry Warsaw
· 27 years ago
cd63dc9
Add a note about the console window
by Barry Warsaw
· 27 years ago
9cdd44f
Never mind
by Barry Warsaw
· 27 years ago
1c792d5
Add link for Windows
by Barry Warsaw
· 27 years ago
84f52e0
RightARrow._create(): justify=RIGHT on the text object
by Barry Warsaw
· 27 years ago
e55055d
A readme
by Barry Warsaw
· 27 years ago
da7502e
Add a SELECTION to the pre-inserted text
by Barry Warsaw
· 27 years ago
3886e3a
Copyright CNRI
by Barry Warsaw
· 27 years ago
6bfd655
Added the rgb.txt file from X11R6.4, including the license
by Barry Warsaw
· 27 years ago
4f63235
Initial revision
by Barry Warsaw
· 27 years ago
e7f4a47
Better initial color choosing
by Barry Warsaw
· 27 years ago
45c8d34
Better quitting
by Barry Warsaw
· 27 years ago
3836503
Converted to newstyle menubars
by Barry Warsaw
· 27 years ago
56af444
Update main window when Update on Click is turned on
by Barry Warsaw
· 27 years ago
ad3a67c
Added version number in the About window
by Barry Warsaw
· 27 years ago
3a476e9
Track color changes: disable buttons and their labels when turned off
by Barry Warsaw
· 27 years ago
332aa4c
Color Variation Ties => Move Sliders
by Barry Warsaw
· 27 years ago
c4a9b3d
main(): Better recovery when bogus color given on command line
by Barry Warsaw
· 27 years ago
b7b1cf0
rrggbb_to_triplet(): When color doesn't start with `#' raise a
by Barry Warsaw
· 27 years ago
5b67839
Added a hex button so arrow numbers can display in decimal or hex.
by Barry Warsaw
· 27 years ago
c2d8f57
__togglehex(): Simplify
by Barry Warsaw
· 27 years ago
73290df
hexp() => hexp_var()
by Barry Warsaw
· 27 years ago
6831c30
hexp(): New function
by Barry Warsaw
· 27 years ago
a398924
__normalize(): Preserve the location of the icursor and restore it so
by Barry Warsaw
· 27 years ago
ae4ad6e
Changed the grey/magenta/cyan/yellow label text slightly.
by Barry Warsaw
· 27 years ago
14e2caf
usage(): Print msg at end of docstring
by Barry Warsaw
· 27 years ago
7c51a9a
Title
by Barry Warsaw
· 27 years ago
c078b03
Finished implementation + docstring
by Barry Warsaw
· 27 years ago
964fbbb
Added Alt-w bindings
by Barry Warsaw
· 27 years ago
9044b8e
Added details window
by Barry Warsaw
· 27 years ago
cd09867
current_rgb(): New method
by Barry Warsaw
· 27 years ago
3d31439
*** empty log message ***
by Barry Warsaw
· 27 years ago
69a4ab5
Docstring
by Barry Warsaw
· 27 years ago
4638c5b
Docstring
by Barry Warsaw
· 27 years ago
eb61fbd
Docstring
by Barry Warsaw
· 27 years ago
bd36d6e
Added the ListViewer
by Barry Warsaw
· 27 years ago
a9053f6
Updated docstring.
by Barry Warsaw
· 27 years ago
9f3ea21
all_names(): => unique_names()
by Barry Warsaw
· 27 years ago
ddb9fc1
Added docstring
by Barry Warsaw
· 27 years ago
b44056e
Functionality complete
by Barry Warsaw
· 27 years ago
8be2594
all_names(): Return just the unique names of rgb colors
by Barry Warsaw
· 27 years ago
b55c4ad
Got click on working. Dragging is disabled for now
by Barry Warsaw
· 27 years ago
ff45d54
resolve(): Improved use of a/an, suggested by Tino Wildenhain
by Barry Warsaw
· 27 years ago
399f10c
Lots of good UI working, but not yet update-while-dragging
by Barry Warsaw
· 27 years ago
46670a2
*** empty log message ***
by Barry Warsaw
· 27 years ago
4ab5d85
Change some init order
by Barry Warsaw
· 27 years ago
a7ba45b
update_views_current(): New method
by Barry Warsaw
· 27 years ago
86daeb7
Added View button and popup of text widget
by Barry Warsaw
· 27 years ago
f9c6ddc
*** empty log message ***
by Barry Warsaw
· 27 years ago
231c8c0
Gridify this widget
by Barry Warsaw
· 27 years ago
b26743a
Make sure the menubar is stretched
by Barry Warsaw
· 27 years ago
65f0b6b
Add a nice divider
by Barry Warsaw
· 27 years ago
85e6965
Fixed toggle b/w hex and decimal
by Barry Warsaw
· 27 years ago
d344165
Added options to visible window
by Barry Warsaw
· 27 years ago
aa40b55
Groove for debugging
by Barry Warsaw
· 27 years ago
03e8a31
Get rid of Edit menu
by Barry Warsaw
· 27 years ago
0fa6e4b
Added options to visible window
by Barry Warsaw
· 27 years ago
fda3ace
Added interface to get/set colordb
by Barry Warsaw
· 27 years ago
a9b4558
Removed old cruft, added raw about dialog
by Barry Warsaw
· 27 years ago
7a13418
Changed interface for nearest() method to take individual red, green,
by Barry Warsaw
· 27 years ago
4202019
Got updating with Return/Tab working
by Barry Warsaw
· 27 years ago
885b371
Un PMW-ified
by Barry Warsaw
· 27 years ago
d7d4725
Added an extra frame in widget heirarchy in case I want to add separators later
by Barry Warsaw
· 27 years ago
dc492e6
Un PMW-ified
by Barry Warsaw
· 27 years ago
63c9e98
Rework startup
by Barry Warsaw
· 27 years ago
1ac18cd
simplify
by Barry Warsaw
· 27 years ago
0e3e699
triplet_to_brightness(): New function
by Barry Warsaw
· 27 years ago
a69c1ba
De PMW-ify
by Barry Warsaw
· 27 years ago
26f4b5d
Fixed the brightness calculation
by Barry Warsaw
· 27 years ago
0dc9c92
Updated to new post-PMW framework. Moved generators to here and added
by Barry Warsaw
· 27 years ago
5177c48
formatting
by Barry Warsaw
· 27 years ago
6a3ea74
Un PMW-ified
by Barry Warsaw
· 27 years ago
04c7886
Un PMW-ified
by Barry Warsaw
· 27 years ago
987fb92
Initial revision
by Barry Warsaw
· 27 years ago
a5a018f
Fixed unit test
by Barry Warsaw
· 27 years ago
f9a6d7d
Print serious errors to stderr instead of stdout.
by Guido van Rossum
· 27 years ago
caf9fca
nannified
by Guido van Rossum
· 27 years ago
e7e632a
Nannified.
by Guido van Rossum
· 27 years ago
a53f30b
nannified
by Guido van Rossum
· 27 years ago
Next »