History log of /external/python/cpython2/Demo/tkinter/guido/ManPage.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd0ace391c140ce5f2135d7f291d672fb4891d88 08-Mar-2010 Benjamin Peterson <benjamin@python.org> remove svn:executable from scripts without a shebang line
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
10be10cbe72cc0cc0d05b2901f6857fdbb343894 16-Mar-2006 Neal Norwitz <nnorwitz@gmail.com> Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
89cb67bb642ee958d9f095728c99e943e994ca54 30-Jul-1996 Guido van Rossum <guido@python.org> Updated for Python 1.4
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
10d0f8fc40a9b4b0970ea8b14ddf4b38e67a4dcc 23-Oct-1995 Jack Jansen <jack.jansen@cwi.nl> Renamed module tkinter to _tkinter
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
69428f1fb3bf7d21c194097306b630e2e978f6ac 07-Sep-1995 Guido van Rossum <guido@python.org> improve fonts; Tk 4.0 aware
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
c618ed986897fdbeeea6e1d68dcbed604b8d3bd0 12-Jul-1994 Guido van Rossum <guido@python.org> Use disabled state to enforce read-only state (bit painful since it means
switching states each time we insert some text but has to be done this way
since else class bindings might allow editing...)
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
7d5e4217ef0ce654572dc6f0efcf3d6db4a172d6 08-Jul-1994 Guido van Rossum <guido@python.org> Rewritten somewhat again, distinguished between internal and external
methods (internal ones start with '_'), asynchronous transfers are now
killed synchronously (i.e. after t.kill(), t.busy() is false immediately).
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
9755b26fa9129a55656c07788d943318d3fee400 08-Jul-1994 Guido van Rossum <guido@python.org> Always insert at 'end'
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
fdfa2b513606ade680021b50462d1eec7c63f1ff 08-Jul-1994 Guido van Rossum <guido@python.org> parsefile() now calls self.update() while filling the buffer,
so you can read the top of the man page while the rest is being parsed
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
72cb020b19e82bb48bbd81f2db7348aca0033f4f 06-Jul-1994 Guido van Rossum <guido@python.org> Don't use self.text -- it's self now!
/external/python/cpython2/Demo/tkinter/guido/ManPage.py
f09b770f68ad726856c22f9217e288f408b973a6 06-Jul-1994 Guido van Rossum <guido@python.org> Initial revision
/external/python/cpython2/Demo/tkinter/guido/ManPage.py