pyrepl/pyrepl __init__.py,1.1.1.1,1.2 cmdrepl.py,1.1.1.1,1.2 commands.py,1.1.1.1,1.2 completer.py,1.1.1.1,1.2 completing_reader.py,1.1.1.1,1.2 console.py,1.1.1.1,1.2 copy_code.py,1.1.1.1,1.2 fancy_termios.py,1.2,1.3 historical_reader.py,1.1.1.1,1.2 keymaps.py,1.2,1.3 module_lister.py,1.1.1.1,1.2 pygame_console.py,1.1.1.1,1.2 pygame_keymap.py,1.1.1.1,1.2 python_reader.py,1.1.1.1,1.2 reader.py,1.1.1.1,1.2 unix_console.py,1.2,1.3unix_keymap.py,1.1.1.1,1.2
[email protected] Fri, 17 Jan 2003 14:25:57 +0100 (MET)
| Newsgroups | gmane.comp.python.pyrepl.checkins |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/pyrepl/pyrepl/pyrepl In directory thoth.codespeak.net:/tmp/cvs-serv2090/pyrepl Modified Files: __init__.py cmdrepl.py commands.py completer.py completing_reader.py console.py copy_code.py fancy_termios.py historical_reader.py keymaps.py module_lister.py pygame_console.py pygame_keymap.py python_reader.py reader.py unix_console.py unix_keymap.py Log Message: It's 2003! Index: __init__.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/__init__.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** __init__.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- __init__.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: cmdrepl.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/cmdrepl.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cmdrepl.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- cmdrepl.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: commands.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/commands.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** commands.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- commands.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: completer.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/completer.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** completer.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- completer.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: completing_reader.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/completing_reader.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** completing_reader.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- completing_reader.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: console.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/console.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** console.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- console.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: copy_code.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/copy_code.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** copy_code.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- copy_code.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: fancy_termios.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/fancy_termios.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fancy_termios.py 29 Oct 2002 14:24:36 -0000 1.2 --- fancy_termios.py 17 Jan 2003 13:25:54 -0000 1.3 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: historical_reader.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/historical_reader.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** historical_reader.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- historical_reader.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: keymaps.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/keymaps.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** keymaps.py 31 Dec 2002 13:11:36 -0000 1.2 --- keymaps.py 17 Jan 2003 13:25:54 -0000 1.3 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: module_lister.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/module_lister.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** module_lister.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- module_lister.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + # Copyright 2000-2003 Michael Hudson [email protected] + # + # All Rights Reserved + # + # + # Permission to use, copy, modify, and distribute this software and + # its documentation for any purpose is hereby granted without fee, + # provided that the above copyright notice appear in all copies and + # that both that copyright notice and this permission notice appear in + # supporting documentation. + # + # THE AUTHOR MICHAEL HUDSON DISCLAIMS ALL WARRANTIES WITH REGARD TO + # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + # AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, + # INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER + # RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF + # CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + from pyrepl.completing_reader import uniqify import os, sys Index: pygame_console.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/pygame_console.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** pygame_console.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- pygame_console.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: pygame_keymap.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/pygame_keymap.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** pygame_keymap.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- pygame_keymap.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: python_reader.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/python_reader.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** python_reader.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- python_reader.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: reader.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/reader.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** reader.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- reader.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: unix_console.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/unix_console.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** unix_console.py 29 Oct 2002 14:32:18 -0000 1.2 --- unix_console.py 17 Jan 2003 13:25:54 -0000 1.3 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved Index: unix_keymap.py =================================================================== RCS file: /cvs/pyrepl/pyrepl/pyrepl/unix_keymap.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** unix_keymap.py 29 Oct 2002 14:21:28 -0000 1.1.1.1 --- unix_keymap.py 17 Jan 2003 13:25:54 -0000 1.2 *************** *** 1,3 **** ! # Copyright 2000-2002 Michael Hudson [email protected] # # All Rights Reserved --- 1,3 ---- ! # Copyright 2000-2003 Michael Hudson [email protected] # # All Rights Reserved