Sat, 05 Mar 2011 18:58:33 +0000 |
fschwarz |
remove unnecessary import
|
Sat, 05 Mar 2011 17:13:13 +0000 |
fschwarz |
added some more items to svn:ignore
|
Sat, 05 Mar 2011 16:40:24 +0000 |
fschwarz |
cleanup: remove unused imports
|
Sat, 05 Mar 2011 15:22:28 +0000 |
jruigrok |
Update the copyright line.
|
Sat, 05 Mar 2011 15:12:39 +0000 |
jruigrok |
Bump the copyright.
|
Sat, 05 Mar 2011 15:10:01 +0000 |
jruigrok |
Copy is imported, but never used. Get rid of it.
|
Sat, 05 Mar 2011 15:06:28 +0000 |
jruigrok |
Get rid of the utility code for itemgetter(), we now simply import this
|
Sat, 05 Mar 2011 15:05:28 +0000 |
jruigrok |
Get rid of the utility set here as well.
|
Sat, 05 Mar 2011 14:59:20 +0000 |
jruigrok |
Cleanup round #1: get rid of the frozenset/set utility code and imports.
|
Sat, 05 Mar 2011 14:58:58 +0000 |
fschwarz |
merge r573, r575 from trunk to 0.9 branch
stable-0.9.x
|
Sat, 05 Mar 2011 14:53:03 +0000 |
fschwarz |
shorten the __init__() method of !CommandLineInterface by extracting the logging configuration into another method
|
Sat, 05 Mar 2011 14:50:16 +0000 |
jruigrok |
Get rid of some unused imports.
|
Sat, 05 Mar 2011 14:48:59 +0000 |
fschwarz |
prevent !CommandLineInterface.run from accumulating logging handlers (fixes #227)
|
Sat, 05 Mar 2011 14:43:28 +0000 |
jruigrok |
Just use the rsplit() since we do not need to support 2.3 in trunk.
|
Sat, 05 Mar 2011 10:22:59 +0000 |
fschwarz |
fix expected output from !FormatTimedeltaTestCase in babel.tests.dates and ensure it will be executed during the normal test run (see #259)
|