Claude Paroz
|
164528acc8
|
Fixed #20108 -- Fixed filepath_to_uri decoding error
This was a regression due to unicode_literals usage. Thanks Ivan
Virabyan for the report and the initial patch.
|
2013-03-22 17:55:12 +01:00 |
Marc Tamlyn
|
829dc3c5a6
|
Fixed #20094 - Be more careful when checking for Iterator
Python 2.6 has some different behaviour when checking
isinstance(foo, collections.Iterator).
|
2013-03-22 17:31:29 +01:00 |
Aymeric Augustin
|
9dc5702932
|
Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__.
Thanks blaze33 for the patch.
|
2013-03-18 11:22:43 +01:00 |
Aymeric Augustin
|
0efafa4c54
|
Fixed #18447 -- Made LazyObject unwrap on dict access.
Thanks Roman Gladkov and Zbigniew Siciarz.
|
2013-03-18 11:10:19 +01:00 |
Ramiro Morales
|
c31a9793c6
|
Merge pull request #882 from loic/testfix
Fixed minor warnings in tests.
|
2013-03-06 16:22:06 -08:00 |
Preston Holmes
|
876fc39128
|
PEP8 cleanup of functional.py
|
2013-03-06 16:14:46 -08:00 |
Preston Holmes
|
0ea5bf88dd
|
Fixed #19543 -- implemented SimpleLazyObject.__repr__
Thanks to Florian Hahn for the patch
|
2013-03-06 16:13:12 -08:00 |
Loic Bistuer
|
9ba0e4e4ee
|
Fixed minor warnings in tests.
|
2013-03-06 01:13:36 +07:00 |
Anssi Kääriäinen
|
21189cb80b
|
Made dateformat tests reactivate original language
|
2013-02-27 23:48:17 +02:00 |
Florian Apolloner
|
33836cf88d
|
Renamed some tests and removed references to modeltests/regressiontests.
|
2013-02-26 14:36:57 +01:00 |