<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/scons-git.git/bin/Command.py, branch python3-port</title>
<subtitle>github.com: SCons/scons.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/'/>
<entry>
<title>Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).</title>
<updated>2014-03-31T15:13:02+00:00</updated>
<author>
<name>Stefan Zimmermann</name>
<email>zimmermann.code@gmail.com</email>
</author>
<published>2014-03-31T15:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=1a1a11122ad28df19d305af879ba79a2b08ce7d4'/>
<id>1a1a11122ad28df19d305af879ba79a2b08ce7d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.</title>
<updated>2013-09-22T17:08:12+00:00</updated>
<author>
<name>Gary Oberbrunner</name>
<email>garyo@oberbrunner.com</email>
</author>
<published>2013-09-22T17:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=953dc41b8b720fdcec7955de67d23206214e5125'/>
<id>953dc41b8b720fdcec7955de67d23206214e5125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vert old-style classes in bin/* scripts to new-style classes.</title>
<updated>2010-05-20T19:06:28+00:00</updated>
<author>
<name>Steven Knight</name>
<email>knight@baldmt.com</email>
</author>
<published>2010-05-20T19:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=de6b9527a9cd1a5385c414e984dcc47fcb21a71e'/>
<id>de6b9527a9cd1a5385c414e984dcc47fcb21a71e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>http://scons.tigris.org/issues/show_bug.cgi?id=2329</title>
<updated>2010-03-27T07:39:52+00:00</updated>
<author>
<name>Greg Noel</name>
<email>GregNoel@tigris.org</email>
</author>
<published>2010-03-27T07:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=59ed0a109bf5add2efcef459080837b11066c6fb'/>
<id>59ed0a109bf5add2efcef459080837b11066c6fb</id>
<content type='text'>
Applied a number of idiomatic changes.

Uses of the 'sort()' method were converted into calls of 'sorted()' when
possible and the sorted() expression was inserted into a subsequent statement
whenever that made sense.

The statement 'while 1:' was changed to 'while True:'.

Names from the 'types' module (e.g., 'types.FooType') were converted to the
equivalent build-in type (e.g., 'foo').

Comparisons between types were changed to use 'isinstance()'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applied a number of idiomatic changes.

Uses of the 'sort()' method were converted into calls of 'sorted()' when
possible and the sorted() expression was inserted into a subsequent statement
whenever that made sense.

The statement 'while 1:' was changed to 'while True:'.

Names from the 'types' module (e.g., 'types.FooType') were converted to the
equivalent build-in type (e.g., 'foo').

Comparisons between types were changed to use 'isinstance()'.
</pre>
</div>
</content>
</entry>
<entry>
<title>dd newer SCons versions to the list of all versions available for install.</title>
<updated>2009-02-19T05:58:40+00:00</updated>
<author>
<name>Steven Knight</name>
<email>knight@baldmt.com</email>
</author>
<published>2009-02-19T05:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=29ad561d6bb373384273e24047efa79a88d406e7'/>
<id>29ad561d6bb373384273e24047efa79a88d406e7</id>
<content type='text'>
Use shlex.split(), not string.split(), to split command line arguments.
Commonize interpreation of 'cd' and 'mkdir' commands.  Fix usage messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use shlex.split(), not string.split(), to split command line arguments.
Commonize interpreation of 'cd' and 'mkdir' commands.  Fix usage messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add emacs and vim editing settings to the bottom of *.py files.</title>
<updated>2009-02-09T18:29:43+00:00</updated>
<author>
<name>Steven Knight</name>
<email>knight@baldmt.com</email>
</author>
<published>2009-02-09T18:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=ba21ffe311490bb348716e8e9127109e7fdc2f08'/>
<id>ba21ffe311490bb348716e8e9127109e7fdc2f08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a script for creating a standard SCons development system on</title>
<updated>2008-08-26T14:52:53+00:00</updated>
<author>
<name>Steven Knight</name>
<email>knight@baldmt.com</email>
</author>
<published>2008-08-26T14:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=a3a04788066947886a1e95000f0460bc1887f19f'/>
<id>a3a04788066947886a1e95000f0460bc1887f19f</id>
<content type='text'>
Ubuntu Hardy.  Rewrite subsidiary scripts for install Python and
SCons versions in Python (from shell).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ubuntu Hardy.  Rewrite subsidiary scripts for install Python and
SCons versions in Python (from shell).
</pre>
</div>
</content>
</entry>
</feed>
