index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo
Guido van Rossum
1998-11-27
1
-1/+1
*
Support underlining of menu labels
Guido van Rossum
1998-11-27
2
-5/+6
*
New approach, separate tables for menus (platform-independent) and key
Guido van Rossum
1998-11-27
1
-168/+192
*
A little more tweakage
Barry Warsaw
1998-11-18
1
-5/+20
*
A little more tweakage
Barry Warsaw
1998-11-18
1
-1/+2
*
A bit of tweakage of the --help and --version options
Barry Warsaw
1998-11-18
1
-6/+11
*
(ChipViewer): Make frame sticky NSEW to fix geometry problem.
Barry Warsaw
1998-11-18
1
-1/+1
*
tweak version number
Barry Warsaw
1998-11-18
1
-1/+1
*
Update
Barry Warsaw
1998-11-18
1
-0/+3
*
Updating
Barry Warsaw
1998-11-18
2
-4/+0
*
Clarify portability and main program.
Guido van Rossum
1998-11-16
1
-2/+8
*
Added intro for 0.1 release and append Grail notes.
Guido van Rossum
1998-11-16
1
-0/+37
*
Added a None button to turn off all input sources.
Barry Warsaw
1998-11-02
1
-4/+22
*
If the module SUNAUDIODEV was generated on an older version of
Barry Warsaw
1998-11-01
1
-16/+25
*
MainWindow.__init__(): Move the import of Tkinter to here so that
Barry Warsaw
1998-11-01
1
-1/+1
*
Added a version number, --version, and updated the docstring.
Barry Warsaw
1998-11-01
1
-5/+13
*
Rewrite, simplification of command line option parsing. Many GUI
Barry Warsaw
1998-11-01
1
-124/+50
*
some rewriting, must do command line args
Barry Warsaw
1998-10-31
1
-40/+91
*
Input stuff
Barry Warsaw
1998-10-30
1
-15/+91
*
Added command line options
Barry Warsaw
1998-10-30
1
-1/+273
*
Initial revision
Barry Warsaw
1998-10-30
1
-0/+1
*
root is now a global called _root
Guido van Rossum
1998-10-26
1
-1/+1
*
Raise the root window on reset().
Guido van Rossum
1998-10-24
1
-11/+9
*
Split the goto() function in two: _goto() is the internal one,
Guido van Rossum
1998-10-24
1
-5/+9
*
Cope with destruction of the window
Guido van Rossum
1998-10-24
1
-7/+24
*
Turtle graphics
Guido van Rossum
1998-10-24
1
-0/+324
*
Use of Breakpoint class should be bdb.Breakpoint.
Guido van Rossum
1998-10-24
1
-1/+1
*
Brief update on the slightly changed API of pyColorChooser.askcolor().
Barry Warsaw
1998-10-22
1
-11/+41
*
__init__(): Removed initialcolor keyword.
Barry Warsaw
1998-10-22
1
-6/+26
*
sticky should be NSEW to fix pixel weirdness at right edge
Barry Warsaw
1998-10-22
1
-1/+1
*
Error message goes to stderr
Barry Warsaw
1998-10-22
1
-4/+8
*
beep => bell
Barry Warsaw
1998-10-22
1
-3/+6
*
Fixed running of standalone via command line. Also, only do save from
Barry Warsaw
1998-10-22
1
-3/+5
*
Describe all the new features
Barry Warsaw
1998-10-22
1
-133/+262
*
Chooser.__init__(): Added `wantspec' keyword to conform exactly to
Barry Warsaw
1998-10-22
1
-4/+10
*
Many changes to support a second mode of operation. Pynche can now be
Barry Warsaw
1998-10-22
10
-120/+256
*
Saving/Restoring state into ~/.pynche file
Barry Warsaw
1998-10-20
10
-27/+160
*
Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices:
Guido van Rossum
1998-10-20
1
-1/+4
*
Speed up the search a bit -- don't drag a mark around...
Guido van Rossum
1998-10-19
1
-13/+17
*
Change our special entries from <console#N> to <pyshell#N>.
Guido van Rossum
1998-10-19
1
-2/+48
*
Use and pass through the 'force' flag to set_dict() where appropriate.
Guido van Rossum
1998-10-19
1
-8/+35
*
Raise priority of 'sel' tag so its foreground (on Windows) will take
Guido van Rossum
1998-10-19
1
-0/+3
*
Disable "Open stack viewer" and "help" commands.
Guido van Rossum
1998-10-19
1
-3/+3
*
Add optional 'force' argument (default 0) to load_dict().
Guido van Rossum
1998-10-19
1
-2/+2
*
The driver script on Unix is `pynche'; for Windows `pynche.pyw'
Barry Warsaw
1998-10-16
1
-2/+2
*
Do nothing when loading the same dict as before.
Guido van Rossum
1998-10-16
1
-1/+6
*
Details for debugger interface.
Guido van Rossum
1998-10-16
1
-3/+1
*
Restructured and more consistent. Save checkboxes across instantiations.
Guido van Rossum
1998-10-16
1
-36/+78
*
Get rid of conflicting ^X binding. Use ^W.
Guido van Rossum
1998-10-16
3
-8/+7
*
Debugger can now show local and global variables.
Guido van Rossum
1998-10-16
2
-38/+92
[next]