[sage-devel] Re: using cdef to avoid code duplication?

2015-08-14 Thread Travis Scrimshaw
Hey Dima, As I understand it, you do not need to include doctests for cdef methods because we cannot test them in isolation. It should not be a pure python method unless it has to be for some reason. However it is not necessarily a bad thing to include some doc about the method and a quick (i

[sage-devel] Hiding test-parts on documentation

2015-08-14 Thread Jori Mäntysalo
Is it possible to have part of docstring, for example TESTS, hidden so that they would be seen only by clicking something? And maybe "foo?" would show them only in some kind of "developer mode" or "advanced user mode"? -- Jori Mäntysalo

[sage-devel] using cdef to avoid code duplication?

2015-08-14 Thread Dima Pasechnik
I have the following Cython design under review: --- cdef helper(x): def A(..): return helper(foo) def B(..): return helper(blah) --- A and B are properly documented, doctested, etc etc The reviewer insists that helper() must be turned into pure Pytho

Re: [sage-devel] Re: Integer-valued functions: int or Integer?

2015-08-14 Thread Volker Braun
I made a POC at http://trac.sagemath.org/ticket/19029 On Thursday, August 13, 2015 at 8:04:52 PM UTC+2, Volker Braun wrote: > > Easy, the doctest displayhook should print Python integers differently. > Say, as int(1) instead of just 1. > -- You received this message because you are subscribed

[sage-devel] Re: old source files

2015-08-14 Thread Volker Braun
http://old.files.sagemath.org/src-old/ On Friday, August 14, 2015 at 3:37:27 PM UTC+2, kcrisman wrote: > > Bump > > On Tuesday, August 4, 2015 at 4:32:28 AM UTC-4, Samuel Lelievre wrote: >> >> Hi all, >> >> what happened to >> >> http://www.sagemath.org/src-old/ >> >> and where can one

[sage-devel] Re: Ukrainian interface Sage

2015-08-14 Thread kcrisman
> > > But can be too : menu in the notebook, the graphical web interface for the > cloud, the alphabet (czech,...) or keyboard, the latex translator...the > localization of various software (pari,...) included in SAGE. > > Sagenb itself is fully localizable. As for SMC, https://github.com/sa

[sage-devel] Re: old source files

2015-08-14 Thread kcrisman
Bump On Tuesday, August 4, 2015 at 4:32:28 AM UTC-4, Samuel Lelievre wrote: > > Hi all, > > what happened to > > http://www.sagemath.org/src-old/ > > and where can one find old source tarballs for Sage now? > > Samuel > -- You received this message because you are subscribed to the Goog

[sage-devel] Re: SSLv3 and Sage 6.8

2015-08-14 Thread kcrisman
> At http://trac.sagemath.org/ticket/17164 it seems that Sage 6.8 has not > support for vulnerable SSLv3 anymore. But it still seems to have - at > least on SageNB. > > Dima was the one who green lighted that, I assume he can confirm it's not a problem. > Can someone clarify this? I have a

[sage-devel] Re: I can't connect my ssh key with my trac account

2015-08-14 Thread Volker Braun
"no words showed up and I just got a >" usually means that you have a stray and unbalanced quotation mark somewhere. Post the entire output. See also http://doc.sagemath.org/html/en/developer/trac.html#manually-linking-your-public-key-to-your-trac-account for how to set up the ssh key directly

[sage-devel] Re: I can't connect my ssh key with my trac account

2015-08-14 Thread Hans Gundlach
Since no one has yet to answer my question. I am going to post on a few other groups and see what they think about it. On Tuesday, August 11, 2015 at 6:24:01 PM UTC-7, Hans Gundlach wrote: > > I'm having a problem connecting my ssh key to my Trac account. I first > tried linking my key manually.