Re: Python3 work [was: The run up to Subversion 1.13.0]

2019-09-29 Thread Branko Čibej
On 29.09.2019 23:32, Johan Corveleyn wrote: > BTW, I have one more question: is it expected that "swig-python > bindings compiled with python 3" cannot be used by python 2? Because > if I run the testsuite with Python 2.7.16, after I have compiled them > with Python 3.7.4, I get the following error

Re: Python3 work [was: The run up to Subversion 1.13.0]

2019-09-29 Thread Johan Corveleyn
On Sun, Sep 29, 2019 at 8:42 PM Yasuhito FUTATSUKI wrote: ... > Hmm.. It seems the diffrence comes from difference of implementation > of class subprocess.Popen. > > I tweaked again clean up code for class svn.fs.FileDiff. Only if > Python >= 3.3, it wait for maximum 10 sec to terminate subprocess

Re: Python3 work [was: The run up to Subversion 1.13.0]

2019-09-29 Thread Yasuhito FUTATSUKI
On 2019/09/29 23:36, Johan Corveleyn wrote: On Sun, Sep 29, 2019 at 2:00 PM Yasuhito FUTATSUKI wrote: On 2019/09/28 17:17, Yasuhito FUTATSUKI wrote: On 2019/09/28 5:51, Johan Corveleyn wrote: [[[ Testing Release configuration on local repository. -- Running Swig Python tests -- ...

Re: Simplifying our documentation

2019-09-29 Thread Nathan Hartman
On Sun, Sep 29, 2019 at 11:56 AM Daniel Shahaf wrote: > > Nathan Hartman wrote on Sun, 29 Sep 2019 15:48 +00:00: > > html5boilerplate is under a MIT license: > > https://github.com/h5bp/html5-boilerplate/blob/master/LICENSE.txt > > > > Can this (or snippets from it) be used for Subversion's websit

Re: Simplifying our documentation

2019-09-29 Thread Daniel Shahaf
Nathan Hartman wrote on Sun, 29 Sep 2019 15:48 +00:00: > html5boilerplate is under a MIT license: > https://github.com/h5bp/html5-boilerplate/blob/master/LICENSE.txt > > Can this (or snippets from it) be used for Subversion's website? Yes. https://www.apache.org/legal/resolved#category-a

Re: svn commit: r1867679 - /subversion/branches/swig-py3/subversion/bindings/swig/python/tests/utils.py

2019-09-29 Thread Yasuhito FUTATSUKI
On 2019/09/29 23:16, Johan Corveleyn wrote: On Sat, Sep 28, 2019 at 5:27 PM wrote: Author: futatuki Date: Sat Sep 28 15:27:20 2019 New Revision: 1867679 URL: http://svn.apache.org/viewvc?rev=1867679&view=rev Log: On branch swig-py3: A follow-up to 1867653: Keep simple code in conditional blo

Re: Simplifying our documentation

2019-09-29 Thread Nathan Hartman
On Fri, Sep 13, 2019 at 9:40 AM Nathan Hartman wrote: > Deleted site-ng in r1866904. > > Added site/staging-ng in r1866905.Regarding the site/staging-ng branch: Regarding the site/staging-ng branch: In the past, I've used two files from html5boilerplate.com: normalize.css and main.css for other

Re: svn commit: r1867679 - /subversion/branches/swig-py3/subversion/bindings/swig/python/tests/utils.py

2019-09-29 Thread Johan Corveleyn
On Sat, Sep 28, 2019 at 5:27 PM wrote: > > Author: futatuki > Date: Sat Sep 28 15:27:20 2019 > New Revision: 1867679 > > URL: http://svn.apache.org/viewvc?rev=1867679&view=rev > Log: > On branch swig-py3: A follow-up to 1867653: Keep simple code in conditional > block > > * subversion/bindings/sw

Re: Python3 work [was: The run up to Subversion 1.13.0]

2019-09-29 Thread Johan Corveleyn
On Sun, Sep 29, 2019 at 2:00 PM Yasuhito FUTATSUKI wrote: > > On 2019/09/28 17:17, Yasuhito FUTATSUKI wrote: > > On 2019/09/28 5:51, Johan Corveleyn wrote: > > >> [[[ > >> Testing Release configuration on local repository. > >> -- Running Swig Python tests -- > >> .

Re: Python3 work [was: The run up to Subversion 1.13.0]

2019-09-29 Thread Yasuhito FUTATSUKI
On 2019/09/28 17:17, Yasuhito FUTATSUKI wrote: On 2019/09/28 5:51, Johan Corveleyn wrote: [[[ Testing Release configuration on local repository. -- Running Swig Python tests -- ..C:\Python37\lib\subprocess.py:858: ResourceWarning: subproc