- Nov 07, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Oct 26, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Oct 21, 2014
-
-
Andreas Klöckner authored
-
- Oct 17, 2014
-
-
Andreas Klöckner authored
-
- Oct 03, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Sep 26, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Sep 12, 2014
-
-
Andreas Klöckner authored
-
- Aug 26, 2014
-
-
Andreas Klöckner authored
Correctly stringify tuple subscripts.
-
David Ham authored
Python turns multiple subscripts separated by commas into a tuple of subscripts. When stringifying this, Pymbolic inserts the set of parentheses associated with that tuple inside the square brackets for the subscript. This commit causes Pymbolic to suppress these parentheses.
-
- Jul 16, 2014
-
-
Lucas Wilcox authored
-
- Jul 06, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jul 04, 2014
-
-
Andreas Klöckner authored
-
- May 29, 2014
-
-
Andreas Klöckner authored
-
- May 10, 2014
-
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Apr 13, 2014
-
-
Andreas Klöckner authored
-
- Feb 19, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Feb 18, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
This fixes two issues. - First, __getinitargs__ does not actually get called for new-style classes. Whoops. Only __getstate__ and __setstate__ do. This introduces a version of these methods that relies on a new class attribute init_arg_names and the existing __getinitargs__ methods to provide pickling. - The default implementation of __getstate__ would pickle up the cached hash_value, which will likely be different in a new interpreter. Bad idea, fixed as above.
-
Andreas Klöckner authored
-
- Jan 26, 2014
-
-
Andreas Klöckner authored
-
- Jan 25, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jan 02, 2014
-
-
Andreas Klöckner authored
-