<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/argparse.git/doc/source, branch master</title>
<subtitle>code.google.com: Obsolete (included in Python standard library)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/'/>
<entry>
<title>run sphinx-quickstart, move doc source to source/</title>
<updated>2011-03-27T00:38:22+00:00</updated>
<author>
<name>Thomas Waldmann</name>
<email>tw AT waldmann-edv DOT de</email>
</author>
<published>2011-03-27T00:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=63e9ccd9024480846a51e7e4782c43045799d7c3'/>
<id>63e9ccd9024480846a51e7e4782c43045799d7c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>licensing issues: we need a clean restart here - remove everything</title>
<updated>2011-03-26T21:02:29+00:00</updated>
<author>
<name>Thomas Waldmann</name>
<email>tw AT waldmann-edv DOT de</email>
</author>
<published>2011-03-26T21:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=27f869a2fe100b10bee417503fa18bb7659c45d7'/>
<id>27f869a2fe100b10bee417503fa18bb7659c45d7</id>
<content type='text'>
Problem: argparse has been licensed under Apache License v2.0

While this license is a FOSS license, it has known compatibility issues
with the GNU GPL v2 - projects under GPL v2 can't use code under apache
license v2.0.
Projects which use "GPL v2 (or, at user's choice, any later version)" only
have one means using code under apache license v2.0: to choose the "or any
later" part and go GPL v3. Of course, this would cause issues with other
license....

As argparse was contributed to the Python v2.7 code base, it is available
under the Python License, which has no such compatibility issue.

Thus, a clean solution for the argparse package (for users who need argparse
for projects which have to support python older than 2.7) is to remove all
old apache licensed files and start from scratch using the python-licensed
code from the standard library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: argparse has been licensed under Apache License v2.0

While this license is a FOSS license, it has known compatibility issues
with the GNU GPL v2 - projects under GPL v2 can't use code under apache
license v2.0.
Projects which use "GPL v2 (or, at user's choice, any later version)" only
have one means using code under apache license v2.0: to choose the "or any
later" part and go GPL v3. Of course, this would cause issues with other
license....

As argparse was contributed to the Python v2.7 code base, it is available
under the Python License, which has no such compatibility issue.

Thus, a clean solution for the argparse package (for users who need argparse
for projects which have to support python older than 2.7) is to remove all
old apache licensed files and start from scratch using the python-licensed
code from the standard library.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release argparse 1.1.</title>
<updated>2010-03-01T07:52:39+00:00</updated>
<author>
<name>steven.bethard</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-01T07:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=7caab13595c10bc72d7b72a5494fd8cd2b57f22c'/>
<id>7caab13595c10bc72d7b72a5494fd8cd2b57f22c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate ArgumentParser(..., version=XXX, ...) as well as format_version() and print_version(). These should be replaced with .add_argument(..., action='version', ...).</title>
<updated>2010-02-28T06:49:22+00:00</updated>
<author>
<name>steven.bethard</name>
<email>devnull@localhost</email>
</author>
<published>2010-02-28T06:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=22948d838fa22c160682419b4be9be7f421c5e39'/>
<id>22948d838fa22c160682419b4be9be7f421c5e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add convert_arg_line_to_args to allow subclasses to easily override file parsing behavior.</title>
<updated>2010-01-07T17:30:28+00:00</updated>
<author>
<name>steven.bethard</name>
<email>devnull@localhost</email>
</author>
<published>2010-01-07T17:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=6f0470065b4aa7c8673ba375b4d99b8809999fb5'/>
<id>6f0470065b4aa7c8673ba375b4d99b8809999fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add get_default method.</title>
<updated>2009-12-06T22:26:34+00:00</updated>
<author>
<name>steven.bethard</name>
<email>devnull@localhost</email>
</author>
<published>2009-12-06T22:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=b2ea34ebaac78374545e3167761acb3976807382'/>
<id>b2ea34ebaac78374545e3167761acb3976807382</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misplaced discussion of add_help and parent parsers.</title>
<updated>2009-10-31T18:15:35+00:00</updated>
<author>
<name>steven.bethard</name>
<email>devnull@localhost</email>
</author>
<published>2009-10-31T18:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=2cdd399e17e43df461d94f264c5260b32752419f'/>
<id>2cdd399e17e43df461d94f264c5260b32752419f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow better custom type error messages using ArgumentTypeError.</title>
<updated>2009-10-24T19:47:15+00:00</updated>
<author>
<name>steven.bethard</name>
<email>devnull@localhost</email>
</author>
<published>2009-10-24T19:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=c8c0bf920a6a527e6f7ed936260c743871c6a634'/>
<id>c8c0bf920a6a527e6f7ed936260c743871c6a634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support more customization of version arguments.</title>
<updated>2009-10-24T16:53:40+00:00</updated>
<author>
<name>steven.bethard</name>
<email>devnull@localhost</email>
</author>
<published>2009-10-24T16:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=c24b8c04f07fc5abbb1d9bc44ea4e0bdc013a631'/>
<id>c24b8c04f07fc5abbb1d9bc44ea4e0bdc013a631</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.1a1.</title>
<updated>2009-10-24T15:16:49+00:00</updated>
<author>
<name>steven.bethard</name>
<email>devnull@localhost</email>
</author>
<published>2009-10-24T15:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/argparse.git/commit/?id=03eef47787030206ee5b34a06b1f3e8084998838'/>
<id>03eef47787030206ee5b34a06b1f3e8084998838</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
