- 04 Ara, 2015 3 kayıt (commit)
-
-
Daniel Wiesmann yazdı
Some versions of GDAL give slightly different results.
-
bphillips yazdı
This is useful for certain language translations.
-
Sergey Fedoseev yazdı
-
- 03 Ara, 2015 7 kayıt (commit)
-
-
Claude Paroz yazdı
This skips some tests on systems with GEOS < 3.3 (the minimum supported version).
-
Raphaël Hertzog yazdı
When Django reraises an exception, it sets the __cause__ attribute even in Python 2, mimicking Python's 3 behavior for "raise Foo from Bar". However, Python 3 also ensures that all exceptions have a __traceback__ attribute and thus the "traceback2" Python 2 module (backport of Python 3's "traceback" module) relies on the fact that whenever you have a __cause__ attribute, the recorded exception also has a __traceback__ attribute. This is breaking testtools which is using traceback2 (see https://github.com/testing-cabal/testtools/issues/162). This commit fixes this inconsistency by ensuring that Django sets the __traceback__ attribute on any exception stored in a __cause__ attribute of a reraised exception.
-
Jaap Roes yazdı
-
Sergey Fedoseev yazdı
Complements 7127eb28.
-
Qile Wang yazdı
-
Josh Soref yazdı
-
Alasdair Nicol yazdı
-
- 02 Ara, 2015 4 kayıt (commit)
-
-
Ville Skyttä yazdı
-
Sergey Fedoseev yazdı
-
Eliezer Kanal yazdı
xato.net is dead; replaced with link to archive.org.
-
Tim Graham yazdı
-
- 01 Ara, 2015 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
Forward port of 6a4649c2 from stable/1.9.x
-
Claude Paroz yazdı
Forward port of 3039d76b from stable/1.9.x
-
Jon Dufresne yazdı
-
Tim Graham yazdı
-
- 30 Kas, 2015 4 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
gunchleoc yazdı
-
Sergey Fedoseev yazdı
-
elky yazdı
-
- 28 Kas, 2015 1 kayıt (commit)
-
-
Gagaro yazdı
-
- 27 Kas, 2015 6 kayıt (commit)
-
-
Baptiste Mispelon yazdı
This was overlooked in 81f5d632.
-
Baptiste Mispelon yazdı
-
James Beith yazdı
-
Claude Paroz yazdı
Refs #25815. Thanks gunchleoc <fios@foramnagaidhlog.net> for the Scottish Gaelic formats.py.
-
Claude Paroz yazdı
Refs #25815.
-
Claude Paroz yazdı
Thanks GunChleoc for the suggestions.
-
- 26 Kas, 2015 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
The check introduced in 4ce433e8 was too strict in real life. The poorly implemented bots this patch attempted to ignore are sloppy when it comes to http vs. https.
-
Simon Charette yazdı
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation and Tim for the review.
-
Jaap Roes yazdı
-
- 25 Kas, 2015 7 kayıt (commit)
-
-
Tim Graham yazdı
It doesn't seem to serve any purpose.
-
Sergey Fedoseev yazdı
-
-
Attila Tovt yazdı
-
Sergey Fedoseev yazdı
-
Daniel Wiesmann yazdı
Thanks Sergey Fedoseev and Tim Graham for the review.
-
Jacek Bzdak yazdı
-