------------------------------------------------------------------------ r170 | fraggle | 2008-11-19 20:46:09 +0100 (Wed, 19 Nov 2008) | 1 line Changed paths: M /trunk/libs/__init__.py finish merge of Werner patch with mine ------------------------------------------------------------------------ r169 | fraggle | 2008-11-19 20:27:36 +0100 (Wed, 19 Nov 2008) | 1 line Changed paths: M /trunk/contrib/darwin/trafic/trafic.py M /trunk/contrib/freebsd5/trafic/trafic.py M /trunk/contrib/linux2/trafic/trafic.py Oh god, Werner has killed all trafic.py ! (hopefully the plugins infra will solve the silly output parsing in core code) ------------------------------------------------------------------------ r168 | werner | 2008-11-19 17:42:58 +0100 (Wed, 19 Nov 2008) | 2 lines Changed paths: M /trunk/contrib/darwin/trafic/trafic.py M /trunk/contrib/freebsd5/trafic/trafic.py M /trunk/contrib/linux2/trafic/trafic.py M /trunk/libs/__init__.py M /trunk/pygrenouille.py - finish transition from print to logging - a bit of clean up ------------------------------------------------------------------------ r167 | fraggle | 2008-11-18 22:55:51 +0100 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/pygrenouille.py spelling fixes ------------------------------------------------------------------------ r166 | fraggle | 2008-11-18 22:40:48 +0100 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/libs/__init__.py M /trunk/pygrenouille.py -Kill Popen3 - Add logger class to libs/__init__.py (it's NOT what i want like the hook in errors ... will fix this later on) ------------------------------------------------------------------------ r165 | werner | 2008-11-18 18:58:23 +0100 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille.py - popen3 replace with subprocess - option to hold scrolling on the log window ------------------------------------------------------------------------ r164 | fraggle | 2008-11-17 19:49:09 +0100 (Mon, 17 Nov 2008) | 1 line Changed paths: A /trunk/conf A /trunk/conf/pyg_log.cfg Add default configuration file for the newly logging feature ------------------------------------------------------------------------ r163 | werner | 2008-11-17 15:42:11 +0100 (Mon, 17 Nov 2008) | 1 line Changed paths: M /trunk/docs/versions.txt M /trunk/libs/errors.py M /trunk/pygrenouille.py M /trunk/setup.py - change to use Python logging package ------------------------------------------------------------------------ r162 | fraggle | 2008-11-07 13:36:56 +0100 (Fri, 07 Nov 2008) | 1 line Changed paths: M /trunk/pygrenouille.py add a FIXME comment on find_gw method ------------------------------------------------------------------------ r161 | fraggle | 2008-10-24 00:12:55 +0200 (Fri, 24 Oct 2008) | 1 line Changed paths: M /trunk/docs/versions.txt add entries to versions.txt ------------------------------------------------------------------------ r160 | fraggle | 2008-10-23 13:39:24 +0200 (Thu, 23 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py Readd error handling for non ftplib errors ------------------------------------------------------------------------ r159 | fraggle | 2008-10-23 00:22:23 +0200 (Thu, 23 Oct 2008) | 3 lines Changed paths: M /trunk/pygrenouille.py Improve debugging in find_gw on *nix and Windows : - Log in dedicated windows to help users give us feedback on Windows - Add debugging code for *nix ------------------------------------------------------------------------ r158 | fraggle | 2008-10-22 23:31:29 +0200 (Wed, 22 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py spelling fixes ------------------------------------------------------------------------ r157 | fraggle | 2008-10-22 23:21:12 +0200 (Wed, 22 Oct 2008) | 3 lines Changed paths: M /trunk/libs/__init__.py M /trunk/pygrenouille.py - Sample usage of PyGrenouille errors handling class - Rename Trafic class to Traffic - Misc cleanup ------------------------------------------------------------------------ r156 | fraggle | 2008-10-22 21:10:10 +0200 (Wed, 22 Oct 2008) | 1 line Changed paths: M /trunk/libs/errors.py simplify errors handling classes name ------------------------------------------------------------------------ r155 | fraggle | 2008-10-22 21:05:18 +0200 (Wed, 22 Oct 2008) | 4 lines Changed paths: A /trunk/libs/errors.py Error handling classes are at least here (And no this patch has not gone on the list for review but it's pretty straightforward). All classes inherit from PyGrenouilleBaseError one. I've added all classes for each errors types i can think of (PyGrenouilleFTPUploadError and PyGrenouilleFTPDownloadError name is overkill, the protocol is useless). Now let's use them. ------------------------------------------------------------------------ r154 | fraggle | 2008-10-22 20:05:39 +0200 (Wed, 22 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py Fix options passed to ping system ... arghhh size was forgot \!, convert to subprocess and kill Popen3 later on ------------------------------------------------------------------------ r153 | fraggle | 2008-10-22 18:34:33 +0200 (Wed, 22 Oct 2008) | 1 line Changed paths: M /trunk/setup.py -tt switch on python interpreter in setup.py ------------------------------------------------------------------------ r152 | fraggle | 2008-10-22 17:34:56 +0200 (Wed, 22 Oct 2008) | 1 line Changed paths: M /trunk/contrib/darwin/trafic/trafic.py M /trunk/contrib/freebsd5/trafic/trafic.py M /trunk/contrib/linux2/trafic/trafic.py fixlet in contrib directory ------------------------------------------------------------------------ r151 | fraggle | 2008-10-22 16:48:35 +0200 (Wed, 22 Oct 2008) | 4 lines Changed paths: M /trunk/libs/__init__.py M /trunk/pygrenouille.py Patch from Werner F. Bruhin : Transition to subprocess : - Create a function subProcessWithoutConsole that behave differently between OS (see doc string) - Convert all popen2 call site to subProcessWithoutConsole ------------------------------------------------------------------------ r150 | fraggle | 2008-10-22 15:59:16 +0200 (Wed, 22 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py indentation ... ------------------------------------------------------------------------ r149 | fraggle | 2008-10-22 02:38:24 +0200 (Wed, 22 Oct 2008) | 4 lines Changed paths: M /trunk/pygrenouille.py - Remove ugly debug code in trafic class - Remove commented out and useless code - Remove dead variables Id - Add test to make sure dictionary env has mark key (it's a bandaid, not a real fix) ------------------------------------------------------------------------ r148 | fraggle | 2008-10-22 01:18:25 +0200 (Wed, 22 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py cosmetic fix in apropos dialog windows ------------------------------------------------------------------------ r147 | werner | 2008-10-21 11:12:22 +0200 (Tue, 21 Oct 2008) | 1 line Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille.iss - correction for MSVCP71.DLL and remove "run" option ------------------------------------------------------------------------ r146 | fraggle | 2008-10-16 12:34:26 +0200 (Thu, 16 Oct 2008) | 3 lines Changed paths: M /trunk/gui/__init__.py M /trunk/pygrenouille.py - Indent correctly gui/__init__.py - Fix typo in function name - Add comment to is_wxpython_here function ------------------------------------------------------------------------ r145 | fraggle | 2008-10-15 23:45:48 +0200 (Wed, 15 Oct 2008) | 1 line Changed paths: M /trunk/libs/__init__.py M /trunk/pygrenouille.py factor out Popen3 object ------------------------------------------------------------------------ r144 | fraggle | 2008-10-15 23:23:05 +0200 (Wed, 15 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py further cosmetic fixes ------------------------------------------------------------------------ r143 | fraggle | 2008-10-15 23:09:11 +0200 (Wed, 15 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py cosmetic fixes, no functionnal changes ------------------------------------------------------------------------ r142 | fraggle | 2008-10-15 22:44:27 +0200 (Wed, 15 Oct 2008) | 1 line Changed paths: M /trunk/libs/__init__.py fix indentation in libs/__init__.py, add comments to functions ------------------------------------------------------------------------ r141 | fraggle | 2008-10-15 22:15:16 +0200 (Wed, 15 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py brown paper bag fix from -tt python interpreter switch ------------------------------------------------------------------------ r140 | fraggle | 2008-10-15 22:12:29 +0200 (Wed, 15 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py indentation parsing fix ------------------------------------------------------------------------ r139 | fraggle | 2008-10-15 22:11:00 +0200 (Wed, 15 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py make Traceback more verbose ------------------------------------------------------------------------ r138 | werner | 2008-10-14 18:13:51 +0200 (Tue, 14 Oct 2008) | 2 lines Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille.py - change hard coded ID's to use wx standard ID's or wx.ID_ANY - a bit of code clean up ------------------------------------------------------------------------ r137 | werner | 2008-10-13 09:02:42 +0200 (Mon, 13 Oct 2008) | 1 line Changed paths: A /trunk/__version__.py M /trunk/docs/versions.txt M /trunk/pygrenouille.iss M /trunk/setup.py - externalize version information ------------------------------------------------------------------------ r135 | fraggle | 2008-10-12 00:56:30 +0200 (Sun, 12 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py increment beta version to 6 ------------------------------------------------------------------------ r134 | fraggle | 2008-10-11 15:01:37 +0200 (Sat, 11 Oct 2008) | 1 line Changed paths: M /trunk/libs/__init__.py remove comment for the two new functions for now, it breaks indentation parsing ------------------------------------------------------------------------ r133 | fraggle | 2008-10-11 14:40:04 +0200 (Sat, 11 Oct 2008) | 1 line Changed paths: M /trunk/docs/versions.txt M /trunk/libs/__init__.py M /trunk/pygrenouille.iss M /trunk/pygrenouille.py - add the *right* comment to load_config_file and load_template_file new functions (buggy me) ------------------------------------------------------------------------ r132 | fraggle | 2008-10-11 14:31:27 +0200 (Sat, 11 Oct 2008) | 1 line Changed paths: M /trunk/libs/__init__.py M /trunk/setup.py - add comment to load_config_file and load_template_file new functions ------------------------------------------------------------------------ r131 | fraggle | 2008-10-10 23:58:42 +0200 (Fri, 10 Oct 2008) | 1 line Changed paths: M /trunk/setup.py Add python interpreter to setup.py ------------------------------------------------------------------------ r130 | fraggle | 2008-10-10 23:57:59 +0200 (Fri, 10 Oct 2008) | 3 lines Changed paths: M /trunk/libs/__init__.py M /trunk/pygrenouille.py Prepare code to the be modular : - Consolidate crypt function - Two new functions to handle loading of template configuration file and configuration file ------------------------------------------------------------------------ r128 | fraggle | 2008-10-09 23:02:55 +0200 (Thu, 09 Oct 2008) | 1 line Changed paths: M /trunk/po/Makefile fix for real the Makefile in po directory ------------------------------------------------------------------------ r126 | werner | 2008-10-09 17:18:25 +0200 (Thu, 09 Oct 2008) | 2 lines Changed paths: M /trunk/docs/versions.txt A /trunk/pygrenouille.iss A /trunk/setup.py - setup.py to generate .exe using py2exe - pygrenouille.iss InnoSetup script to generate an installer ------------------------------------------------------------------------ r125 | fraggle | 2008-10-09 14:25:10 +0200 (Thu, 09 Oct 2008) | 1 line Changed paths: M /trunk/po/pygettext.py Merge a different patch to fix pygettext encoding point out by Werner F. Bruhin ------------------------------------------------------------------------ r124 | fraggle | 2008-10-09 14:15:17 +0200 (Thu, 09 Oct 2008) | 1 line Changed paths: M /trunk/docs/versions.txt enchance version.txt entries ------------------------------------------------------------------------ r123 | fraggle | 2008-10-09 14:09:02 +0200 (Thu, 09 Oct 2008) | 1 line Changed paths: M /trunk/po/Makefile fix up i18n Makefile (not sure we're going to keep it if we go for a setup.py file and in his current state, most target are useless without a global Makefile infrastructure) ------------------------------------------------------------------------ r122 | werner | 2008-10-09 09:00:11 +0200 (Thu, 09 Oct 2008) | 1 line Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille.py - changed layout to be controlled by sizers ------------------------------------------------------------------------ r121 | fraggle | 2008-10-08 23:34:26 +0200 (Wed, 08 Oct 2008) | 1 line Changed paths: M /trunk/pygrenouille.py clarify wizard usage ------------------------------------------------------------------------ r119 | fraggle | 2008-10-08 22:39:18 +0200 (Wed, 08 Oct 2008) | 1 line Changed paths: M /trunk/i18n.py little cleanup in i18n infrastructure ------------------------------------------------------------------------ r118 | fraggle | 2008-10-07 22:24:11 +0200 (Tue, 07 Oct 2008) | 1 line Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille.py fix never ending ping test loop on error (side note, this fix is just ugly) ------------------------------------------------------------------------ r112 | maat | 2008-03-27 22:51:34 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: D /trunk/developers removed developpers which should have been placed at repository root ------------------------------------------------------------------------ r100 | tictactoc | 2008-03-27 21:16:29 +0100 (Thu, 27 Mar 2008) | 6 lines Changed paths: M /trunk/developers/tictactoc/trunk/docs/mod.txt M /trunk/developers/tictactoc/trunk/pygrenouille.py J'ai cr?\195?\169?\195?\169 deux nouvelles variables d'environnement LOG_CSV et LOG_INFOS si LOG_CSV = no alors il n'y a pas d'enregistrement dans les fichiers /pygrenouille/logs/ping.csv download.csv et upload.csv si LOG_INFOS = no ne seront enregistr?\195?\169 que les sorties de try/except Le passage en mode debug mettra les deux flags a Yes. ------------------------------------------------------------------------ r99 | tictactoc | 2008-03-27 21:07:41 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: M /trunk/developers/tictactoc/trunk/docs/mod.txt ------------------------------------------------------------------------ r98 | tictactoc | 2008-03-27 21:07:23 +0100 (Thu, 27 Mar 2008) | 4 lines Changed paths: M /trunk/developers/tictactoc/trunk/contrib/template.asc Mise a jour du fichier template ajout des valeurs LOG_CSV et LOG_INFOS ?\195?\160 yes par defaut LOG_CSV = yes LOG_INFOS = yes ------------------------------------------------------------------------ r97 | tictactoc | 2008-03-27 21:02:11 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: M /trunk/developers/tictactoc/trunk/opt/etc/init.d/S99gre.sh ------------------------------------------------------------------------ r96 | fraggle | 2008-03-27 17:45:12 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: M /trunk/developers/tictactoc/trunk/opt/etc/init.d/S99gre.sh futher init script cleanup ------------------------------------------------------------------------ r95 | fraggle | 2008-03-27 17:26:58 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: M /trunk/developers/tictactoc/trunk/opt/etc/init.d/S99gre.sh init script further cleanup ------------------------------------------------------------------------ r94 | fraggle | 2008-03-27 17:24:39 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: M /trunk/developers/tictactoc/trunk/contrib/template.asc M /trunk/developers/tictactoc/trunk/pygrenouille.py pygrenouille.py code cleanup : rename LIEU to PATH, remove WX unused variables, cleanup template file and so on ... ------------------------------------------------------------------------ r93 | fraggle | 2008-03-27 00:38:49 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: A /trunk/developers/tictactoc/trunk/docs/mod.txt fix fallout file from jean tar.gz ------------------------------------------------------------------------ r92 | fraggle | 2008-03-27 00:36:05 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: D /trunk/developers/tictactoc/trunk/contrib/darwin D /trunk/developers/tictactoc/trunk/contrib/freebsd5 D /trunk/developers/tictactoc/trunk/contrib/linux2/compil-ping D /trunk/developers/tictactoc/trunk/contrib/linux2/iputils.tar.gz M /trunk/developers/tictactoc/trunk/contrib/linux2/trafic/trafic.py M /trunk/developers/tictactoc/trunk/contrib/template.asc D /trunk/developers/tictactoc/trunk/contrib/win32 D /trunk/developers/tictactoc/trunk/developers M /trunk/developers/tictactoc/trunk/docs/install-linux-terminal.txt M /trunk/developers/tictactoc/trunk/docs/versions.txt D /trunk/developers/tictactoc/trunk/gui D /trunk/developers/tictactoc/trunk/images M /trunk/developers/tictactoc/trunk/libs/ping.py A /trunk/developers/tictactoc/trunk/opt A /trunk/developers/tictactoc/trunk/opt/etc A /trunk/developers/tictactoc/trunk/opt/etc/init.d A /trunk/developers/tictactoc/trunk/opt/etc/init.d/S99gre.sh M /trunk/developers/tictactoc/trunk/po/pygettext.py M /trunk/developers/tictactoc/trunk/pygrenouille.py first commit of jean work, some fixups will be needed ... ------------------------------------------------------------------------ r91 | fraggle | 2008-03-27 00:09:33 +0100 (Thu, 27 Mar 2008) | 1 line Changed paths: D /trunk/developers/tictactoc/trunk/trunk correct my very own mistake while creating jean own pygrenouille light repo ------------------------------------------------------------------------ r90 | fraggle | 2008-03-26 23:49:29 +0100 (Wed, 26 Mar 2008) | 1 line Changed paths: A /trunk/developers/tictactoc/trunk/trunk (from /trunk:89) copy pygrenouille trunk in jean pygrenouille light repo ------------------------------------------------------------------------ r89 | fraggle | 2008-03-26 23:46:48 +0100 (Wed, 26 Mar 2008) | 1 line Changed paths: A /trunk/developers/tictactoc/trunk (from /trunk:88) copy pygrenouille trunk in jean pygrenouille light repo ------------------------------------------------------------------------ r88 | fraggle | 2008-03-26 23:29:42 +0100 (Wed, 26 Mar 2008) | 1 line Changed paths: A /trunk/developers A /trunk/developers/tictactoc A /trunk/developers/tictactoc/branches A /trunk/developers/tictactoc/tags Jean pygrenouille light arbo ------------------------------------------------------------------------ r87 | fraggle | 2008-02-27 15:19:44 +0100 (Wed, 27 Feb 2008) | 1 line Changed paths: M /trunk/contrib/freebsd5/compil-ping M /trunk/contrib/linux2/compil-ping do proper cleanup in compile-ping script ------------------------------------------------------------------------ r86 | fraggle | 2008-02-15 18:58:49 +0100 (Fri, 15 Feb 2008) | 1 line Changed paths: M /trunk/contrib/template.asc update template file to match current host for alternate server ------------------------------------------------------------------------ r84 | fraggle | 2008-02-12 15:16:54 +0100 (Tue, 12 Feb 2008) | 1 line Changed paths: M /trunk/pygrenouille.py increment beta version to 5 ------------------------------------------------------------------------ r83 | fraggle | 2008-02-12 14:55:47 +0100 (Tue, 12 Feb 2008) | 1 line Changed paths: M /trunk/docs/versions.txt another fixlet to versions.txt ------------------------------------------------------------------------ r82 | fraggle | 2008-02-12 14:55:08 +0100 (Tue, 12 Feb 2008) | 1 line Changed paths: M /trunk/docs/versions.txt fixlet to versions.txt ------------------------------------------------------------------------ r81 | fraggle | 2008-02-12 14:53:23 +0100 (Tue, 12 Feb 2008) | 1 line Changed paths: A /trunk/gui A /trunk/gui/__init__.py files forgotten to commit previously, oups ------------------------------------------------------------------------ r80 | fraggle | 2008-02-12 14:51:38 +0100 (Tue, 12 Feb 2008) | 1 line Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille.py Fix WX dependency correctly, permit pyGrenouille to work with GUI = No in configuration without a hitch ------------------------------------------------------------------------ r79 | fraggle | 2008-02-11 17:26:13 +0100 (Mon, 11 Feb 2008) | 1 line Changed paths: D /trunk/contrib/linux2/iputils remove iputils directory from linux contrib, compile-ping is here to recompil it properly ------------------------------------------------------------------------ r78 | fraggle | 2008-02-11 17:22:06 +0100 (Mon, 11 Feb 2008) | 1 line Changed paths: D /trunk/contrib/freebsd5/iputils remove iputils directory from freebsd contrib, compile-ping is here to recompil it properly ------------------------------------------------------------------------ r77 | fraggle | 2008-02-11 17:10:53 +0100 (Mon, 11 Feb 2008) | 1 line Changed paths: D /trunk/contrib/win32/trafic/main.o remove win binary object from repository, trafic.exe probably need this too, will ask later ------------------------------------------------------------------------ r76 | fraggle | 2008-02-11 17:06:46 +0100 (Mon, 11 Feb 2008) | 1 line Changed paths: A /trunk/i18n.py A /trunk/po A /trunk/po/Makefile A /trunk/po/POTFILES.in A /trunk/po/pygettext.py A /trunk/po/pygrenouille.pot initial i18n infrastructure for *nix, usuned currently and need win32 port ------------------------------------------------------------------------ r75 | fraggle | 2008-02-09 18:07:48 +0100 (Sat, 09 Feb 2008) | 1 line Changed paths: A /trunk/docs/install-linux-terminal.txt (from /trunk/docs/install-linux.txt:70) D /trunk/docs/install-linux.txt remane install-linux.txt to install-linux-terminal.txt ------------------------------------------------------------------------ r74 | fraggle | 2008-02-09 17:23:19 +0100 (Sat, 09 Feb 2008) | 1 line Changed paths: M /trunk/contrib/linux2/compil-ping make linux compile-ping a real shell script and make it executable (side note : all this contrib stuff is ... ugly) ------------------------------------------------------------------------ r73 | fraggle | 2008-02-09 17:15:39 +0100 (Sat, 09 Feb 2008) | 1 line Changed paths: M /trunk/contrib/freebsd5/compil-ping make freebsd compile-ping a real shell script and make it executable (side note : all this contrib stuff is ... ugly) ------------------------------------------------------------------------ r72 | fraggle | 2008-02-09 16:44:43 +0100 (Sat, 09 Feb 2008) | 1 line Changed paths: M /trunk/contrib/darwin/trafic/trafic.py remove dos bullshit from trafic.py (OS X variant) ------------------------------------------------------------------------ r71 | fraggle | 2008-02-09 16:40:49 +0100 (Sat, 09 Feb 2008) | 1 line Changed paths: D /trunk/images/Thumbs.db remove Thumbs.db binary blob file from images ------------------------------------------------------------------------ r70 | fraggle | 2008-02-09 16:38:45 +0100 (Sat, 09 Feb 2008) | 1 line Changed paths: M /trunk/docs/install-linux.txt documentation update ------------------------------------------------------------------------ r68 | maat | 2007-10-27 10:22:03 +0200 (Sat, 27 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py switched to beta 4 ------------------------------------------------------------------------ r67 | maat | 2007-10-27 01:24:04 +0200 (Sat, 27 Oct 2007) | 2 lines Changed paths: M /trunk/pygrenouille.py fix : strenthened pygrenouille against "=" bug in news body (thx to prof who discovered the bug) ------------------------------------------------------------------------ r66 | fraggle | 2007-10-17 17:21:02 +0200 (Wed, 17 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py spell and encoding fix ------------------------------------------------------------------------ r65 | fraggle | 2007-10-17 17:17:31 +0200 (Wed, 17 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py spell and encoding fix ------------------------------------------------------------------------ r64 | maat | 2007-10-15 00:46:04 +0200 (Mon, 15 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py fix : added wx parameter to prevent pygrenouille frame to be resized. ------------------------------------------------------------------------ r63 | maat | 2007-10-14 17:56:45 +0200 (Sun, 14 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py fix : fontconfig in iso8859-1 prevents windows xp from popping a dialog to choose font at pygrenouille startup ------------------------------------------------------------------------ r62 | maat | 2007-10-14 17:17:37 +0200 (Sun, 14 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py fix: charset decoding and charset for fonts ------------------------------------------------------------------------ r61 | maat | 2007-10-13 11:11:01 +0200 (Sat, 13 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py fix: gets server charset to be able to decode properly strings ------------------------------------------------------------------------ r60 | fraggle | 2007-10-10 23:39:35 +0200 (Wed, 10 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py spell fix for http://bugtrack.grenouille.com/?do=details&id=48 ------------------------------------------------------------------------ r58 | maat | 2007-10-10 22:00:57 +0200 (Wed, 10 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py switched to beta 3 ------------------------------------------------------------------------ r57 | fraggle | 2007-10-07 23:50:13 +0200 (Sun, 07 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py cosmetic fix ------------------------------------------------------------------------ r56 | fraggle | 2007-10-07 20:34:47 +0200 (Sun, 07 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py cosmetic fix ------------------------------------------------------------------------ r55 | fraggle | 2007-10-07 19:15:41 +0200 (Sun, 07 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py trivial spell fix ------------------------------------------------------------------------ r54 | fraggle | 2007-10-07 19:05:19 +0200 (Sun, 07 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py trivial wizard text typo fix ------------------------------------------------------------------------ r53 | fraggle | 2007-10-07 16:47:11 +0200 (Sun, 07 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py trivial spell fix ------------------------------------------------------------------------ r52 | maat | 2007-10-06 22:06:10 +0200 (Sat, 06 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py switched beta level to 2 after changelog update ------------------------------------------------------------------------ r51 | maat | 2007-10-06 21:10:48 +0200 (Sat, 06 Oct 2007) | 1 line Changed paths: M /trunk/docs/versions.txt updated changelog ; 1.12 + 1.13 history ------------------------------------------------------------------------ r50 | maat | 2007-10-06 18:52:33 +0200 (Sat, 06 Oct 2007) | 1 line Changed paths: M /trunk/pygrenouille.py beta tag switched to 1 (we are near first beta release) ------------------------------------------------------------------------ r49 | maat | 2007-07-05 11:57:25 +0200 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/images/frog-green.ico M /trunk/images/frog-grey.ico M /trunk/images/frog-red.ico M /trunk/images/frog-yellow.ico D /trunk/images/logo.gif A /trunk/images/logo.png A /trunk/images/tete-base-grise.png A /trunk/images/tete-base-jaune.png A /trunk/images/tete-base-rouge.png A /trunk/images/tete-base-verte.png change icons and logo to match new grenouille design standard ------------------------------------------------------------------------ r48 | maat | 2007-07-05 11:54:12 +0200 (Thu, 05 Jul 2007) | 2 lines Changed paths: M /trunk/pygrenouille.py remove beta 255 from http headers, 255 meaning stable value thx Julien for this proposal ------------------------------------------------------------------------ r47 | maat | 2007-07-05 00:16:13 +0200 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/pygrenouille.py typo fix : replaced ugly tabs with python standard 4 spaces ------------------------------------------------------------------------ r46 | maat | 2007-07-04 23:25:55 +0200 (Wed, 04 Jul 2007) | 4 lines Changed paths: M /trunk/pygrenouille.py New system : python 2.5 and wxPython 2.8 compliant New feature : Added web_host link awareness New feature : Added User-Agent header with the following form : User-Agent: pygrenouille/1.13 (linux2) beta 255 ------------------------------------------------------------------------ r44 | maat | 2007-05-24 19:39:41 +0200 (Thu, 24 May 2007) | 1 line Changed paths: M /trunk/contrib/linux2/trafic/trafic.py added LANG=C before ifconfig to ensure correct regexp parsing later ------------------------------------------------------------------------ r42 | mdovero | 2007-05-01 16:35:56 +0200 (Tue, 01 May 2007) | 3 lines Changed paths: D /trunk/pygrenouille-dos.py M /trunk/pygrenouille.py - Regle le probleme du serveur d'upload surcharge en cas de plantage du serveur de download - Leve le pygrenouille-dos qui pose probleme avec certains anti virus ------------------------------------------------------------------------ r41 | maat | 2007-04-14 23:19:05 +0200 (Sat, 14 Apr 2007) | 2 lines Changed paths: M /trunk/pygrenouille.py Suppression des accents pour faciliter le passage en utf8 (il faudra gerer le multilangues via des fichiers dedies a terme) ------------------------------------------------------------------------ r40 | maat | 2007-01-25 11:50:06 +0100 (Thu, 25 Jan 2007) | 1 line Changed paths: M /trunk/contrib/linux2/trafic/trafic.py svn:eol-style = native pour permettre de creer des patches aussi bien sous windows que sous linux ------------------------------------------------------------------------ r39 | maat | 2007-01-25 11:49:31 +0100 (Thu, 25 Jan 2007) | 1 line Changed paths: M /trunk/pygrenouille.py svn:eol-style = native pour permettre de creer des patches aussi bien sous windows que sous linux ------------------------------------------------------------------------ r38 | mdovero | 2006-09-13 22:30:42 +0200 (Wed, 13 Sep 2006) | 1 line Changed paths: M /trunk/contrib/template.asc pour que le template garde le commentaire SERVER ------------------------------------------------------------------------ r36 | mdovero | 2006-09-08 22:27:51 +0200 (Fri, 08 Sep 2006) | 1 line Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille-dos.py M /trunk/pygrenouille.py La version officielle sans les "betas" ------------------------------------------------------------------------ r35 | mdovero | 2006-04-28 23:14:35 +0200 (Fri, 28 Apr 2006) | 1 line Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille-dos.py M /trunk/pygrenouille.py Pour regler le probleme de trafic.exe qui ne marche plus sur le derniere service pack de windows XP ------------------------------------------------------------------------ r33 | mdovero | 2006-02-24 13:48:26 +0100 (Fri, 24 Feb 2006) | 1 line Changed paths: M /trunk/docs/versions.txt Un peu de docs ------------------------------------------------------------------------ r32 | mdovero | 2006-02-23 04:28:45 +0100 (Thu, 23 Feb 2006) | 1 line Changed paths: M /trunk/pygrenouille-dos.py M /trunk/pygrenouille.py des logs en plus pour download et upload + Ping bascule auto ping non systeme ------------------------------------------------------------------------ r31 | mdovero | 2006-02-20 23:07:44 +0100 (Mon, 20 Feb 2006) | 1 line Changed paths: M /trunk/pygrenouille.py ------------------------------------------------------------------------ r30 | mdovero | 2006-02-20 22:59:25 +0100 (Mon, 20 Feb 2006) | 1 line Changed paths: M /trunk/contrib/linux2/trafic/trafic.py M /trunk/pygrenouille.py Idem traitement dans trafic.py ------------------------------------------------------------------------ r29 | mdovero | 2006-02-20 22:39:12 +0100 (Mon, 20 Feb 2006) | 2 lines Changed paths: M /trunk/docs/versions.txt M /trunk/pygrenouille-dos.py M /trunk/pygrenouille.py Correction de la mauvaise interpretation de la gateway sous un linux en francais ------------------------------------------------------------------------ r28 | mdovero | 2006-02-20 17:09:20 +0100 (Mon, 20 Feb 2006) | 5 lines Changed paths: D /trunk/docs/Thumbs.db M /trunk/docs/versions.txt D /trunk/libs/Thumbs.db D /trunk/libs/__init__.pyc D /trunk/libs/fullconfigobj.pyc D /trunk/libs/ping.pyc D /trunk/libs/timeoutsocket.pyc M /trunk/pygrenouille-dos.py M /trunk/pygrenouille.py v1.09b2 : Correction du bug du ping.pyc Effacement des fichiers inutiles MAJ de la doc ------------------------------------------------------------------------ r27 | mdovero | 2006-02-20 14:32:11 +0100 (Mon, 20 Feb 2006) | 1 line Changed paths: M /trunk/docs/versions.txt Un test de modif du fichier test des versions ------------------------------------------------------------------------ r26 | mdovero | 2006-02-20 14:29:13 +0100 (Mon, 20 Feb 2006) | 1 line Changed paths: D /trunk/test Plus de repertoire de test ------------------------------------------------------------------------ r25 | maat | 2006-02-20 12:54:13 +0100 (Mon, 20 Feb 2006) | 1 line Changed paths: M /trunk/docs/install-linux.txt Petite modif de la doc pour tester RapidSVN ------------------------------------------------------------------------ r24 | mdovero | 2006-02-10 22:40:12 +0100 (Fri, 10 Feb 2006) | 1 line Changed paths: A /trunk/test ------------------------------------------------------------------------ r23 | maat | 2006-02-09 01:30:02 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: M /trunk/contrib/template.asc D /trunk/contrib/template.asc~ A /trunk/docs/install-linux.txt M /trunk/docs/versions.txt M /trunk/libs/__init__.pyc M /trunk/libs/fullconfigobj.pyc M /trunk/libs/ping.pyc M /trunk/libs/timeoutsocket.pyc A /trunk/pygrenouille-dos.py M /trunk/pygrenouille.py version 1.09 ------------------------------------------------------------------------ r19 | maat | 2006-02-09 01:07:36 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /trunk/images/Thumbs.db version 1.07 ------------------------------------------------------------------------ r18 | maat | 2006-02-09 01:07:01 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /trunk/libs/Thumbs.db version 1.07 ------------------------------------------------------------------------ r17 | maat | 2006-02-09 01:06:49 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /trunk/docs/Thumbs.db version 1.07 ------------------------------------------------------------------------ r16 | maat | 2006-02-09 01:06:29 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /trunk/pygrenouille.py version 1.07 ------------------------------------------------------------------------ r15 | maat | 2006-02-09 01:04:56 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: M /trunk/contrib/template.asc A /trunk/contrib/template.asc~ M /trunk/docs/versions.txt M /trunk/images/connect.png M /trunk/images/down.png M /trunk/images/graph.png M /trunk/images/ping.png M /trunk/images/up.png version 1.07 ------------------------------------------------------------------------ r13 | maat | 2006-02-09 01:00:09 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /trunk/contrib/template.asc D /trunk/docs/Thumbs.db D /trunk/docs/pygrenouille.conf.sample D /trunk/docs/pygrenouille.conf.sample~ M /trunk/docs/versions.txt D /trunk/images/Thumbs.db A /trunk/images/connect.png M /trunk/images/down.png D /trunk/images/home.png D /trunk/images/network1.gif M /trunk/images/ping.png M /trunk/images/up.png D /trunk/libs/Thumbs.db A /trunk/logs D /trunk/pygrenouille-v0.96.py version 1.06 ------------------------------------------------------------------------ r11 | maat | 2006-02-09 00:56:22 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: M /trunk/docs/versions.txt D /trunk/pygrenouille-v0.95.py A /trunk/pygrenouille-v0.96.py D /trunk/pygrenouille.conf version 0.96 ------------------------------------------------------------------------ r9 | maat | 2006-02-09 00:53:10 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /trunk/contrib/freebsd5 A /trunk/contrib/freebsd5/compil-ping A /trunk/contrib/freebsd5/iputils A /trunk/contrib/freebsd5/iputils/INSTALL A /trunk/contrib/freebsd5/iputils/Makefile A /trunk/contrib/freebsd5/iputils/Modules A /trunk/contrib/freebsd5/iputils/Modules/Makefile A /trunk/contrib/freebsd5/iputils/Modules/pg3.c A /trunk/contrib/freebsd5/iputils/RELNOTES A /trunk/contrib/freebsd5/iputils/SNAPSHOT.h A /trunk/contrib/freebsd5/iputils/arping.c A /trunk/contrib/freebsd5/iputils/clockdiff.c A /trunk/contrib/freebsd5/iputils/doc A /trunk/contrib/freebsd5/iputils/doc/Makefile A /trunk/contrib/freebsd5/iputils/doc/arping.8 A /trunk/contrib/freebsd5/iputils/doc/arping.sgml A /trunk/contrib/freebsd5/iputils/doc/clockdiff.8 A /trunk/contrib/freebsd5/iputils/doc/clockdiff.sgml A /trunk/contrib/freebsd5/iputils/doc/docbook2man-spec.pl A /trunk/contrib/freebsd5/iputils/doc/index.db A /trunk/contrib/freebsd5/iputils/doc/index.out A /trunk/contrib/freebsd5/iputils/doc/iputils.db A /trunk/contrib/freebsd5/iputils/doc/pg3.8 A /trunk/contrib/freebsd5/iputils/doc/pg3.sgml A /trunk/contrib/freebsd5/iputils/doc/ping.8 A /trunk/contrib/freebsd5/iputils/doc/ping.sgml A /trunk/contrib/freebsd5/iputils/doc/rarpd.8 A /trunk/contrib/freebsd5/iputils/doc/rarpd.sgml A /trunk/contrib/freebsd5/iputils/doc/rdisc.8 A /trunk/contrib/freebsd5/iputils/doc/rdisc.sgml A /trunk/contrib/freebsd5/iputils/doc/snapshot.db A /trunk/contrib/freebsd5/iputils/doc/tftpd.8 A /trunk/contrib/freebsd5/iputils/doc/tftpd.sgml A /trunk/contrib/freebsd5/iputils/doc/tracepath.8 A /trunk/contrib/freebsd5/iputils/doc/tracepath.sgml A /trunk/contrib/freebsd5/iputils/doc/traceroute6.8 A /trunk/contrib/freebsd5/iputils/doc/traceroute6.sgml A /trunk/contrib/freebsd5/iputils/include-glibc A /trunk/contrib/freebsd5/iputils/include-glibc/bits A /trunk/contrib/freebsd5/iputils/include-glibc/bits/socket.h A /trunk/contrib/freebsd5/iputils/include-glibc/bits/sockunion.h A /trunk/contrib/freebsd5/iputils/include-glibc/glibc-bugs.h A /trunk/contrib/freebsd5/iputils/include-glibc/netinet A /trunk/contrib/freebsd5/iputils/include-glibc/netinet/in.h A /trunk/contrib/freebsd5/iputils/include-glibc/netinet/ip.h A /trunk/contrib/freebsd5/iputils/include-glibc/netinet/ip_icmp.h A /trunk/contrib/freebsd5/iputils/include-glibc/socketbits.h A /trunk/contrib/freebsd5/iputils/ipg A /trunk/contrib/freebsd5/iputils/iputils.spec A /trunk/contrib/freebsd5/iputils/ping A /trunk/contrib/freebsd5/iputils/ping.c A /trunk/contrib/freebsd5/iputils/ping.o A /trunk/contrib/freebsd5/iputils/ping6.c A /trunk/contrib/freebsd5/iputils/ping_common.c A /trunk/contrib/freebsd5/iputils/ping_common.h A /trunk/contrib/freebsd5/iputils/ping_common.o A /trunk/contrib/freebsd5/iputils/rarpd.c A /trunk/contrib/freebsd5/iputils/rdisc.c A /trunk/contrib/freebsd5/iputils/tftp.h A /trunk/contrib/freebsd5/iputils/tftpd.c A /trunk/contrib/freebsd5/iputils/tftpsubs.c A /trunk/contrib/freebsd5/iputils/tracepath.c A /trunk/contrib/freebsd5/iputils/tracepath6.c A /trunk/contrib/freebsd5/iputils/traceroute6.c A /trunk/contrib/freebsd5/iputils.tar.gz A /trunk/contrib/freebsd5/trafic A /trunk/contrib/freebsd5/trafic/trafic.py M /trunk/contrib/linux2/trafic/trafic.py M /trunk/docs/pygrenouille.conf.sample A /trunk/docs/pygrenouille.conf.sample~ M /trunk/docs/versions.txt M /trunk/images/Thumbs.db M /trunk/images/down.png A /trunk/images/graph.png D /trunk/images/graph03.gif M /trunk/images/home.png M /trunk/images/ping.png M /trunk/images/up.png A /trunk/pygrenouille-v0.95.py A /trunk/pygrenouille.conf D /trunk/pygrenouille.py version 0.95 ------------------------------------------------------------------------ r7 | maat | 2006-02-09 00:48:44 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: M /trunk/docs/pygrenouille.conf.sample D /trunk/docs/test-env.py M /trunk/docs/versions.txt D /trunk/pygrenouille-v0.75.py A /trunk/pygrenouille.py version 0.85 ------------------------------------------------------------------------ r5 | maat | 2006-02-09 00:44:32 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: D /trunk/contrib/win32/Trafic version 0.75 ------------------------------------------------------------------------ r4 | maat | 2006-02-09 00:40:50 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /trunk/contrib/darwin A /trunk/contrib/darwin/trafic A /trunk/contrib/darwin/trafic/trafic.py A /trunk/contrib/linux2/compil-ping A /trunk/contrib/linux2/iputils A /trunk/contrib/linux2/iputils/INSTALL A /trunk/contrib/linux2/iputils/Makefile A /trunk/contrib/linux2/iputils/Modules A /trunk/contrib/linux2/iputils/Modules/Makefile A /trunk/contrib/linux2/iputils/Modules/pg3.c A /trunk/contrib/linux2/iputils/RELNOTES A /trunk/contrib/linux2/iputils/SNAPSHOT.h A /trunk/contrib/linux2/iputils/arping.c A /trunk/contrib/linux2/iputils/clockdiff.c A /trunk/contrib/linux2/iputils/doc A /trunk/contrib/linux2/iputils/doc/Makefile A /trunk/contrib/linux2/iputils/doc/arping.8 A /trunk/contrib/linux2/iputils/doc/arping.sgml A /trunk/contrib/linux2/iputils/doc/clockdiff.8 A /trunk/contrib/linux2/iputils/doc/clockdiff.sgml A /trunk/contrib/linux2/iputils/doc/docbook2man-spec.pl A /trunk/contrib/linux2/iputils/doc/index.db A /trunk/contrib/linux2/iputils/doc/index.out A /trunk/contrib/linux2/iputils/doc/iputils.db A /trunk/contrib/linux2/iputils/doc/pg3.8 A /trunk/contrib/linux2/iputils/doc/pg3.sgml A /trunk/contrib/linux2/iputils/doc/ping.8 A /trunk/contrib/linux2/iputils/doc/ping.sgml A /trunk/contrib/linux2/iputils/doc/rarpd.8 A /trunk/contrib/linux2/iputils/doc/rarpd.sgml A /trunk/contrib/linux2/iputils/doc/rdisc.8 A /trunk/contrib/linux2/iputils/doc/rdisc.sgml A /trunk/contrib/linux2/iputils/doc/snapshot.db A /trunk/contrib/linux2/iputils/doc/tftpd.8 A /trunk/contrib/linux2/iputils/doc/tftpd.sgml A /trunk/contrib/linux2/iputils/doc/tracepath.8 A /trunk/contrib/linux2/iputils/doc/tracepath.sgml A /trunk/contrib/linux2/iputils/doc/traceroute6.8 A /trunk/contrib/linux2/iputils/doc/traceroute6.sgml A /trunk/contrib/linux2/iputils/include-glibc A /trunk/contrib/linux2/iputils/include-glibc/bits A /trunk/contrib/linux2/iputils/include-glibc/bits/socket.h A /trunk/contrib/linux2/iputils/include-glibc/bits/sockunion.h A /trunk/contrib/linux2/iputils/include-glibc/glibc-bugs.h A /trunk/contrib/linux2/iputils/include-glibc/netinet A /trunk/contrib/linux2/iputils/include-glibc/netinet/in.h A /trunk/contrib/linux2/iputils/include-glibc/netinet/ip.h A /trunk/contrib/linux2/iputils/include-glibc/netinet/ip_icmp.h A /trunk/contrib/linux2/iputils/include-glibc/socketbits.h A /trunk/contrib/linux2/iputils/ipg A /trunk/contrib/linux2/iputils/iputils.spec A /trunk/contrib/linux2/iputils/ping A /trunk/contrib/linux2/iputils/ping.c A /trunk/contrib/linux2/iputils/ping.o A /trunk/contrib/linux2/iputils/ping6.c A /trunk/contrib/linux2/iputils/ping_common.c A /trunk/contrib/linux2/iputils/ping_common.h A /trunk/contrib/linux2/iputils/ping_common.o A /trunk/contrib/linux2/iputils/rarpd.c A /trunk/contrib/linux2/iputils/rdisc.c A /trunk/contrib/linux2/iputils/tftp.h A /trunk/contrib/linux2/iputils/tftpd.c A /trunk/contrib/linux2/iputils/tftpsubs.c A /trunk/contrib/linux2/iputils/tracepath.c A /trunk/contrib/linux2/iputils/tracepath6.c A /trunk/contrib/linux2/iputils/traceroute6.c A /trunk/contrib/linux2/trafic A /trunk/contrib/linux2/trafic/trafic.py D /trunk/contrib/make-contrib-linux.sh A /trunk/contrib/win32/trafic A /trunk/contrib/win32/trafic/Makefile.win A /trunk/contrib/win32/trafic/main.c A /trunk/contrib/win32/trafic/main.o A /trunk/contrib/win32/trafic/trafic.dev A /trunk/contrib/win32/trafic/trafic.exe A /trunk/contrib/win32/trafic/trafic.layout A /trunk/docs/Thumbs.db A /trunk/docs/gpl.txt A /trunk/docs/grenouille.url A /trunk/docs/test-env.py M /trunk/docs/versions.txt A /trunk/images A /trunk/images/Thumbs.db A /trunk/images/down.png A /trunk/images/frog-green.ico A /trunk/images/frog-grey.ico A /trunk/images/frog-red.ico A /trunk/images/frog-yellow.ico A /trunk/images/graph03.gif A /trunk/images/home.png A /trunk/images/logo.gif A /trunk/images/network1.gif A /trunk/images/ping.png A /trunk/images/temps-eclaircie.gif A /trunk/images/temps-neige.gif A /trunk/images/temps-nuage.gif A /trunk/images/temps-pluie.gif A /trunk/images/temps-soleil.gif A /trunk/images/up.png A /trunk/images/wizard.gif A /trunk/libs/Thumbs.db A /trunk/libs/__init__.pyc D /trunk/libs/eclaircie.gif D /trunk/libs/frog-green.ico D /trunk/libs/frog-grey.ico D /trunk/libs/frog-red.ico D /trunk/libs/frog-yellow.ico A /trunk/libs/fullconfigobj.pyc D /trunk/libs/logo.gif D /trunk/libs/nuage.gif A /trunk/libs/ping.pyc D /trunk/libs/soleil.gif A /trunk/libs/timeoutsocket.pyc D /trunk/libs/wizard.gif D /trunk/pygrenouille-v0.65.py A /trunk/pygrenouille-v0.75.py version 0.75 ------------------------------------------------------------------------ r3 | maat | 2006-02-09 00:23:28 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /trunk/contrib A /trunk/contrib/linux2 A /trunk/contrib/linux2/iputils.tar.gz A /trunk/contrib/make-contrib-linux.sh A /trunk/contrib/win32 A /trunk/contrib/win32/Trafic A /trunk/contrib/win32/Trafic/Makefile.win A /trunk/contrib/win32/Trafic/main.c A /trunk/contrib/win32/Trafic/main.o A /trunk/contrib/win32/Trafic/trafic.dev A /trunk/contrib/win32/Trafic/trafic.exe A /trunk/contrib/win32/Trafic/trafic.layout A /trunk/docs A /trunk/docs/pygrenouille.conf.sample A /trunk/docs/versions.txt D /trunk/frog.ico D /trunk/fullconfigobj.py D /trunk/fullconfigobj.pyc A /trunk/libs A /trunk/libs/__init__.py A /trunk/libs/eclaircie.gif A /trunk/libs/frog-green.ico A /trunk/libs/frog-grey.ico A /trunk/libs/frog-red.ico A /trunk/libs/frog-yellow.ico A /trunk/libs/fullconfigobj.py A /trunk/libs/logo.gif A /trunk/libs/nuage.gif A /trunk/libs/ping.py A /trunk/libs/soleil.gif A /trunk/libs/timeoutsocket.py A /trunk/libs/wizard.gif D /trunk/logo.gif D /trunk/ping.py D /trunk/ping.pyc D /trunk/pygrenouille-v0.51-dos.py D /trunk/pygrenouille-v0.51-win.py D /trunk/pygrenouille-v0.51.py A /trunk/pygrenouille-v0.65.py D /trunk/pygrenouille.conf D /trunk/setup.py D /trunk/timeoutsocket.py D /trunk/timeoutsocket.pyc D /trunk/versions.txt version 0.65 ------------------------------------------------------------------------ r2 | maat | 2006-02-09 00:20:17 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: D /trunk/caseless.py D /trunk/configobj.py A /trunk/frog.ico A /trunk/fullconfigobj.py A /trunk/fullconfigobj.pyc D /trunk/listquote.py A /trunk/logo.gif A /trunk/ping.pyc D /trunk/pygrenouille-v0.21.py A /trunk/pygrenouille-v0.51-dos.py A /trunk/pygrenouille-v0.51-win.py A /trunk/pygrenouille-v0.51.py M /trunk/pygrenouille.conf M /trunk/setup.py A /trunk/timeoutsocket.pyc M /trunk/versions.txt version 0.51 ------------------------------------------------------------------------ r1 | maat | 2006-02-09 00:14:17 +0100 (Thu, 09 Feb 2006) | 1 line Changed paths: A /branches A /tags A /trunk A /trunk/caseless.py A /trunk/configobj.py A /trunk/listquote.py A /trunk/ping.py A /trunk/pygrenouille-v0.21.py A /trunk/pygrenouille.conf A /trunk/setup.py A /trunk/timeoutsocket.py A /trunk/versions.txt injection 0.21 ------------------------------------------------------------------------