grubert | 1 Jul 2011 09:48
Picon

r7063 - trunk/docutils/README.txt

Author: grubert
Date: 2011-07-01 09:48:16 +0200 (Fri, 01 Jul 2011)
New Revision: 7063

Modified:
   trunk/docutils/README.txt
Log:
Fix version number to 0.7 before we get to 0.8

Modified: trunk/docutils/README.txt
===================================================================
--- trunk/docutils/README.txt	2011-06-30 22:14:29 UTC (rev 7062)
+++ trunk/docutils/README.txt	2011-07-01 07:48:16 UTC (rev 7063)
 <at>  <at>  -1,5 +1,5  <at>  <at> 
 ======================
- README: Docutils 0.6
+ README: Docutils 0.7
 ======================

 :Author: David Goodger

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
grubert | 1 Jul 2011 09:51
Picon

r7064 - trunk/sandbox/infrastructure/README.txt

Author: grubert
Date: 2011-07-01 09:51:05 +0200 (Fri, 01 Jul 2011)
New Revision: 7064

Modified:
   trunk/sandbox/infrastructure/README.txt
Log:
better english or not

Modified: trunk/sandbox/infrastructure/README.txt
===================================================================
--- trunk/sandbox/infrastructure/README.txt	2011-07-01 07:48:16 UTC (rev 7063)
+++ trunk/sandbox/infrastructure/README.txt	2011-07-01 07:51:05 UTC (rev 7064)
 <at>  <at>  -33,7 +33,7  <at>  <at> 
 :`<fsfsbackup.sh>`_: Backup (mirror) an FSFS Subversion repository via
     SSH.  Used to backup the `Docutils Subversion repository`_.

-:`<release.sh>`_: The script used to make releases_ of Docutils.
+:`<release.sh>`_: The script to make releases_ of Docutils.

 :`<uploaddocutils.sh>`_: Upload files to http://docutils.sf.net/tmp/
     using ``scp``, inserting the current date in the file name.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
(Continue reading)

grubert | 2 Jul 2011 19:04
Picon

r7065 - trunk/sandbox/infrastructure/docutils-update.local

Author: grubert
Date: 2011-07-02 19:04:39 +0200 (Sat, 02 Jul 2011)
New Revision: 7065

Modified:
   trunk/sandbox/infrastructure/docutils-update.local
Log:
Fix: basedir default wrong

Modified: trunk/sandbox/infrastructure/docutils-update.local
===================================================================
--- trunk/sandbox/infrastructure/docutils-update.local	2011-07-01 07:51:05 UTC (rev 7064)
+++ trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:04:39 UTC (rev 7065)
 <at>  <at>  -26,9 +26,8  <at>  <at> 
 # URL for SVN project checkout:
 svnurl=http://svn.berlios.de/svnroot/repos/docutils/trunk/docutils

-basedir=/home/groups/docutils/htdocs
+basedir=`pwd`/update-dir
 if [ ! -e $basedir ] ; then
-    basedir=`pwd`/update-dir
     test -d $basedir || mkdir $basedir
 fi
 project=docutils

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
(Continue reading)

grubert | 2 Jul 2011 19:36
Picon

r7066 - trunk/sandbox/infrastructure/docutils-update.local

Author: grubert
Date: 2011-07-02 19:36:31 +0200 (Sat, 02 Jul 2011)
New Revision: 7066

Modified:
   trunk/sandbox/infrastructure/docutils-update.local
Log:
remove sshhost shell.sf

Modified: trunk/sandbox/infrastructure/docutils-update.local
===================================================================
--- trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:04:39 UTC (rev 7065)
+++ trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:36:31 UTC (rev 7066)
 <at>  <at>  -59,7 +59,6  <at>  <at> 
 lockdir=$auxdir/lock
 # SSH stuff.
 sshdir=$auxdir/.ssh
-sshhost=docutilsupdate <at> shell.sourceforge.net
 sshhost=docutilsupdate,docutils <at> web.sourceforge.net
 sshcommand="ssh -i $lockdir/id_dsa
             -o UserKnownHostsFile=$sshdir/known_hosts $sshhost"

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
grubert | 2 Jul 2011 19:38
Picon

r7067 - trunk/sandbox/infrastructure/docutils-update.local

Author: grubert
Date: 2011-07-02 19:38:01 +0200 (Sat, 02 Jul 2011)
New Revision: 7067

Modified:
   trunk/sandbox/infrastructure/docutils-update.local
Log:
change svnurl to trunk without subdir

Modified: trunk/sandbox/infrastructure/docutils-update.local
===================================================================
--- trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:36:31 UTC (rev 7066)
+++ trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:38:01 UTC (rev 7067)
 <at>  <at>  -24,7 +24,7  <at>  <at> 
 umask 002

 # URL for SVN project checkout:
-svnurl=http://svn.berlios.de/svnroot/repos/docutils/trunk/docutils
+svnurl=http://svn.berlios.de/svnroot/repos/docutils/trunk

 basedir=`pwd`/update-dir
 if [ ! -e $basedir ] ; then
 <at>  <at>  -117,7 +117,7  <at>  <at> 
 else
     test -d $pylib || mkdir -p $pylib
     cd $pylib
-    svn checkout $svnurl
+    svn checkout $svnurl/docutils
 fi

(Continue reading)

grubert | 2 Jul 2011 19:41
Picon

r7068 - trunk/sandbox/infrastructure/docutils-update.local

Author: grubert
Date: 2011-07-02 19:41:30 +0200 (Sat, 02 Jul 2011)
New Revision: 7068

Modified:
   trunk/sandbox/infrastructure/docutils-update.local
Log:
checkout snapshot if not present

Modified: trunk/sandbox/infrastructure/docutils-update.local
===================================================================
--- trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:38:01 UTC (rev 7067)
+++ trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:41:30 UTC (rev 7068)
 <at>  <at>  -12,10 +12,8  <at>  <at> 
 #   -u    Regenerate .html unconditionally.
 #   -v    Run verbosely.
 #
-# Prerequisites:
+# Prerequisites: 
 #
-# - Checked out trunk at $snapshotdir.
-# - Checked out main tree at $lib, no longer necessary.

 # exit on error
 set -e
 <at>  <at>  -124,6 +122,9  <at>  <at> 

 # gather the materials
 cd $snapshotdir
+for DIR in docutils sandbox web ; do
(Continue reading)

grubert | 2 Jul 2011 19:42
Picon

r7069 - trunk/sandbox/infrastructure/docutils-update.local

Author: grubert
Date: 2011-07-02 19:42:46 +0200 (Sat, 02 Jul 2011)
New Revision: 7069

Modified:
   trunk/sandbox/infrastructure/docutils-update.local
Log:
Fix: date --utc --iso does not work on macosx

Modified: trunk/sandbox/infrastructure/docutils-update.local
===================================================================
--- trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:41:30 UTC (rev 7068)
+++ trunk/sandbox/infrastructure/docutils-update.local	2011-07-02 17:42:46 UTC (rev 7069)
 <at>  <at>  -129,7 +129,7  <at>  <at> 
 haschanges="`svn up docutils sandbox web | grep -v '^At revision '; true`"

 # update __version_details__ string
-version_details="snapshot `date --utc --iso`, r`svn info docutils | grep ^Revision: | sed
's/^Revision: //'`"
+version_details="snapshot `date -u +%Y-%m-%d`, r`svn info docutils | grep ^Revision: | sed
's/^Revision: //'`"
 (echo ",s/^__version_details__ = .*\$/__version_details__ = '$version_details'/";
     echo wq) | ed $project/$project/__init__.py 2> /dev/null

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
(Continue reading)

milde | 5 Jul 2011 12:13
Picon

r7070 - in trunk/docutils: docutils/core.py test/test_command_line.py

Author: milde
Date: 2011-07-05 12:13:17 +0200 (Tue, 05 Jul 2011)
New Revision: 7070

Modified:
   trunk/docutils/docutils/core.py
   trunk/docutils/test/test_command_line.py
Log:
Fix command line parsing with Python 3.

Modified: trunk/docutils/docutils/core.py
===================================================================
--- trunk/docutils/docutils/core.py	2011-07-02 17:42:46 UTC (rev 7069)
+++ trunk/docutils/docutils/core.py	2011-07-05 10:13:17 UTC (rev 7070)
 <at>  <at>  -152,11 +152,13  <at>  <at> 
         option_parser = self.setup_option_parser(
             usage, description, settings_spec, config_section, **defaults)
         if argv is None:
+            argv = sys.argv[1:]
             # converting to Unicode (Python 3 does this automatically):
-            # TODO: make this failsafe and reversible
-            argv_encoding = (sys.stdin.encoding or frontend.locale_encoding
-                             or 'ascii')
-            argv = [a.decode(argv_encoding) for a in sys.argv[1:]]
+            if sys.version_info < (3,0):
+                # TODO: make this failsafe and reversible
+                argv_encoding = (sys.stdin.encoding or
+                                 frontend.locale_encoding or 'ascii')
+                argv = [a.decode(argv_encoding) for a in argv]
         self.settings = option_parser.parse_args(argv)
(Continue reading)

milde | 5 Jul 2011 12:13
Picon

r7071 - trunk/docutils/docutils/frontend.py

Author: milde
Date: 2011-07-05 12:13:46 +0200 (Tue, 05 Jul 2011)
New Revision: 7071

Modified:
   trunk/docutils/docutils/frontend.py
Log:
Fix deprecation warning with Python 3.2

Modified: trunk/docutils/docutils/frontend.py
===================================================================
--- trunk/docutils/docutils/frontend.py	2011-07-05 10:13:17 UTC (rev 7070)
+++ trunk/docutils/docutils/frontend.py	2011-07-05 10:13:46 UTC (rev 7071)
 <at>  <at>  -704,7 +704,10  <at>  <at> 
             except IOError:
                 continue
             try:
-                CP.RawConfigParser.readfp(self, fp, filename)
+                if sys.version_info < (3,2):
+                    CP.RawConfigParser.readfp(self, fp, filename)
+                else:
+                    CP.RawConfigParser.read_file(self, fp, filename)
             except UnicodeDecodeError:
                 self._stderr.write(self.not_utf8_error % (filename, filename))
                 fp.close()

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
(Continue reading)

milde | 6 Jul 2011 17:52
Picon

r7072 - in trunk/docutils: HISTORY.txt docutils/parsers/rst/directives/admonitions.py docutils/parsers/rst/directives/body.py docutils/parsers/rst/directives/misc.py docutils/parsers/rst/directives/parts.py docutils/parsers/rst/directives/tables.py docutils/parsers/rst/states.py test/functional/expected/math_output_html.html test/functional/expected/math_output_latex.html test/functional/expected/math_output_mathjax.html test/functional/expected/math_output_mathml.xhtml test/functional/expected/standalone_rst_latex.tex test/functional/input/data/math.txt test/test_parsers/test_rst/test_directives/test_admonitions.py test/test_parsers/test_rst/test_directives/test_compound.py test/test_parsers/test_rst/test_directives/test_parsed_literals.py

Author: milde
Date: 2011-07-06 17:52:30 +0200 (Wed, 06 Jul 2011)
New Revision: 7072

Modified:
   trunk/docutils/HISTORY.txt
   trunk/docutils/docutils/parsers/rst/directives/admonitions.py
   trunk/docutils/docutils/parsers/rst/directives/body.py
   trunk/docutils/docutils/parsers/rst/directives/misc.py
   trunk/docutils/docutils/parsers/rst/directives/parts.py
   trunk/docutils/docutils/parsers/rst/directives/tables.py
   trunk/docutils/docutils/parsers/rst/states.py
   trunk/docutils/test/functional/expected/math_output_html.html
   trunk/docutils/test/functional/expected/math_output_latex.html
   trunk/docutils/test/functional/expected/math_output_mathjax.html
   trunk/docutils/test/functional/expected/math_output_mathml.xhtml
   trunk/docutils/test/functional/expected/standalone_rst_latex.tex
   trunk/docutils/test/functional/input/data/math.txt
   trunk/docutils/test/test_parsers/test_rst/test_directives/test_admonitions.py
   trunk/docutils/test/test_parsers/test_rst/test_directives/test_compound.py
   trunk/docutils/test/test_parsers/test_rst/test_directives/test_parsed_literals.py
Log:
Common directive options:

Add "name" and "class" options to admonition directives.

Directive content may start on the first line also when the directive
type accepts options.

Modified: trunk/docutils/HISTORY.txt
(Continue reading)


Gmane