<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/util/datetimeutil.py, branch stringio</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>A big commit, primarily aesthetic/whitespace in nature.  This is the result of running pylint over the codebase.  Some minor/hard-to-reach typos were also picked up.</title>
<updated>2006-10-20T22:08:05+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-10-20T22:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=44fa5352360b78696c3d81cafa8e24eaa4f6c3ed'/>
<id>44fa5352360b78696c3d81cafa8e24eaa4f6c3ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- raise type error on unknown months</title>
<updated>2006-08-24T19:02:00+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-24T19:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=003b2349cce5d08dcc25cc6426037535a782ce9f'/>
<id>003b2349cce5d08dcc25cc6426037535a782ce9f</id>
<content type='text'>
- allow 'today' as keyword date
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- allow 'today' as keyword date
</pre>
</div>
</content>
</entry>
<entry>
<title></title>
<updated>2006-08-24T18:32:39+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-24T18:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=fd282fd13bd80f17c370e9626025b63d896ae339'/>
<id>fd282fd13bd80f17c370e9626025b63d896ae339</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Somewhere in the past two years day_of_week changed to</title>
<updated>2006-08-24T18:26:16+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-24T18:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=094fbc3ba0713a8d92b6a20a2befa2115172fdf3'/>
<id>094fbc3ba0713a8d92b6a20a2befa2115172fdf3</id>
<content type='text'>
isoweekday() in the datetime API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
isoweekday() in the datetime API.
</pre>
</div>
</content>
</entry>
<entry>
<title>- add support for 'dd-mon-yyyy' date format</title>
<updated>2006-01-09T09:15:26+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-09T09:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=09d4facbb27cd0ec67a2638be20781c9d1fcad00'/>
<id>09d4facbb27cd0ec67a2638be20781c9d1fcad00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- better error checking in parse_datetime</title>
<updated>2006-01-08T22:30:15+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-08T22:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=363c9904d14a4255dc4175b132dc2f7bf08bceca'/>
<id>363c9904d14a4255dc4175b132dc2f7bf08bceca</id>
<content type='text'>
- remove unnecessary intermediaries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove unnecessary intermediaries
</pre>
</div>
</content>
</entry>
<entry>
<title>- making timedate parser throw more exceptions on errors</title>
<updated>2006-01-08T22:04:13+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-08T22:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=89dd6eb924435fa4aed9619cb90923238ba6a11b'/>
<id>89dd6eb924435fa4aed9619cb90923238ba6a11b</id>
<content type='text'>
- cleaning up unnecessary code (that is duplicated in datetime built-in)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- cleaning up unnecessary code (that is duplicated in datetime built-in)
</pre>
</div>
</content>
</entry>
<entry>
<title>- converted timedelta normalization to be fractions of hours</title>
<updated>2006-01-08T21:20:32+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-08T21:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=eda1b81b87ea3ba919a4804e02535d9aee4aea66'/>
<id>eda1b81b87ea3ba919a4804e02535d9aee4aea66</id>
<content type='text'>
- updated docstrings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- updated docstrings
</pre>
</div>
</content>
</entry>
</feed>
