<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/util/datetimeutil.py, branch master</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Fix pyflakes warnings</title>
<updated>2015-04-22T00:20:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T00:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ebf7227f6ea8735c5f17ef9078e4543bfcb38a8c'/>
<id>ebf7227f6ea8735c5f17ef9078e4543bfcb38a8c</id>
<content type='text'>
* Remove unused variables
* Remove unused imports
* Remove dead code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unused variables
* Remove unused imports
* Remove dead code
</pre>
</div>
</content>
</entry>
<entry>
<title>Port datetimeutil to Python 3</title>
<updated>2015-04-21T14:07:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T14:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=af5a32f78f3b9f34eb785b3814991d2ff1b24711'/>
<id>af5a32f78f3b9f34eb785b3814991d2ff1b24711</id>
<content type='text'>
* Replace string.atoi() with int()
* Don't compare None with int
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace string.atoi() with int()
* Don't compare None with int
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert files from file format DOS to UNIX</title>
<updated>2015-04-21T13:47:06+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T13:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=87f53c983e7b94ed1d8389f97c605c6afe5b1c57'/>
<id>87f53c983e7b94ed1d8389f97c605c6afe5b1c57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Replace string functions with str methods</title>
<updated>2014-03-18T11:26:16+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=636e60e389b30f2f6a2e3679d733a37b9a511221'/>
<id>636e60e389b30f2f6a2e3679d733a37b9a511221</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
