Re: [Python-Dev] Fwd: [docs] Python documentation missing

2015-05-13 Thread Sandro Tosi
On Wed, May 13, 2015 at 1:36 PM, Benjamin Peterson wrote: > > > On Wed, May 13, 2015, at 13:22, Sandro Tosi wrote: >> Hello, >> this happens every time we cut a RC release: the files referenced in >> the download section are missing and (rightfully so) people compla

[Python-Dev] Fwd: [docs] Python documentation missing

2015-05-13 Thread Sandro Tosi
tante ___ docs mailing list d...@python.org https://mail.python.org/mailman/listinfo/docs -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/Sandr

Re: [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)

2012-05-23 Thread Sandro Tosi
On Tue, May 22, 2012 at 10:43 PM, Terry Reedy wrote: > On 5/22/2012 3:59 PM, Sandro Tosi wrote: >> On Sun, May 20, 2012 at 7:18 PM, Terry Reedy  wrote >>>> +    Args: >>>> +        first: the first IPv4Address or IPv6Address in the range. >>>> +      

Re: [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)

2012-05-22 Thread Sandro Tosi
>> +        last: the last IPv4Address or IPv6Address in the range. >> + >> +    Returns: >> +        An iterator of the summarized IPv(4|6) network objects. > > Very clear as to types. I don't think I get exactly what you mean here. Cheers, -- Sandro Tosi (ak

Re: [Python-Dev] cpython (2.7): Issue #14448: mention pytz; patch by Andrew Svetlov

2012-04-28 Thread Sandro Tosi
d > their own system without worrying about what anyone else was doing. I agree with that, so i'm about to commit a very similar diff than the one posted here. Thanks for your suggestions! -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervi

Re: [Python-Dev] cpython (2.7): Issue #14448: mention pytz; patch by Andrew Svetlov

2012-04-25 Thread Sandro Tosi
On Wed, Apr 25, 2012 at 11:55, Nick Coghlan wrote: > On Wed, Apr 25, 2012 at 6:21 PM, Sandro Tosi wrote: >> On Wed, Apr 25, 2012 at 09:37, Georg Brandl wrote: >>> Also, I'm not sure everybody knows what the "Olson database" is, so maybe >>> tha

Re: [Python-Dev] cpython (2.7): Issue #14448: mention pytz; patch by Andrew Svetlov

2012-04-25 Thread Sandro Tosi
Hi Georg, thanks for the review! On Wed, Apr 25, 2012 at 09:37, Georg Brandl wrote: > On 24.04.2012 19:48, sandro.tosi wrote: >> http://hg.python.org/cpython/rev/e0e421133d0f >> changeset:   76532:e0e421133d0f >> branch:      2.7 >> parent:      76527:22767284de99

Re: [Python-Dev] problem after installing python 3.2.2

2012-02-18 Thread Sandro Tosi
python3.2 since it will make several system tools/debian packages to fail. If you need 3.2 explicitly, state it in the shebang or call the script with py3.2 explicitly. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.or

Re: [Python-Dev] [Python-checkins] cpython (2.7): Issue #13605: add documentation for nargs=argparse.REMAINDER

2012-01-19 Thread Sandro Tosi
On Thu, Jan 19, 2012 at 22:07, Terry Reedy wrote: > typo ... > lits .> list yep, i've already fixed it committing a more useful example too -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.

Re: [Python-Dev] [Python-checkins] cpython (2.7): Issue #13605: add documentation for nargs=argparse.REMAINDER

2012-01-19 Thread Sandro Tosi
i'll fix it right away -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mail

Re: [Python-Dev] Sphinx version for Python 2.x docs

2012-01-17 Thread Sandro Tosi
On Mon, Jan 16, 2012 at 16:42, Éric Araujo wrote: > Hi, > > Le 14/01/2012 15:31, Sandro Tosi a écrit : >> >> On Sat, Jan 14, 2012 at 04:24, Éric Araujo wrote: >>>> >>>> Doc/glossary.rst:520: WARNING: unknown keyword: nonlocal >>> >>>

Re: [Python-Dev] "Documenting Python" is moving to devguide

2012-01-14 Thread Sandro Tosi
Hi again, On Sat, Jan 14, 2012 at 19:09, Sandro Tosi wrote: > Hi all, > (another) heads-up about my current work: I've just pushed the > "Documenting Python" doc section (ftr: > http://docs.python.org/documenting/index.html) to devguide. That was > possibile n

[Python-Dev] "Documenting Python" is moving to devguide

2012-01-14 Thread Sandro Tosi
ules? Once the rewrites are in place, i'll take care of removing the Doc/documenting dir from the active branches. Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi R

[Python-Dev] 2.7 now uses Sphinx 1.0

2012-01-14 Thread Sandro Tosi
Hello, just a heads-up: documentation for 2.7 branch has been ported to use sphinx 1.0, so now the same syntax can be used for 2.x and 3.x patches, hopefully easying working on both python stacks. Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http

Re: [Python-Dev] Sphinx version for Python 2.x docs

2012-01-14 Thread Sandro Tosi
don’t know if these should work (i.e. create a link to the appropriate > language reference section) or abuse the markup (there are “not” and > “in” keywords, but no “not in” keyword → use ``not in``).  I’d say ignore > them. ACK, but I'm willing to fix them if someone tells me how to

Re: [Python-Dev] Sphinx version for Python 2.x docs

2012-01-10 Thread Sandro Tosi
python/morph_sandbox/Doc/reference/simple_stmts.rst:729: WARNING: unknown keyword: None writing additional files... genindex py-modindex search download index opensearch Do you know how I can fix them? Thanks & Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixha

Re: [Python-Dev] [Python-checkins] cpython (2.7): Issue #12042: a queue is only used to retrive results; preliminary patch by

2012-01-06 Thread Sandro Tosi
ld that have been whatsnew/2.7.rst? The wording correction was in the 2.6 what's new, when describing multiprocessing (which was added in 2.6). -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _

Re: [Python-Dev] FileSystemError or FilesystemError?

2011-08-23 Thread Sandro Tosi
On Tue, Aug 23, 2011 at 20:20, Antoine Pitrou wrote: > When reviewing the PEP 3151 implementation (*), Ezio commented that > "FileSystemError" looks a bit strange and that "FilesystemError" would > be a better spelling. What is your opinion? FilesystemError. Cheer

Re: [Python-Dev] Sphinx version for Python 2.x docs

2011-08-22 Thread Sandro Tosi
ols for doc building is worth IMHO. What do you think about it? and yes Georg, I'd like to hear your opinion too :) Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _

Re: [Python-Dev] [Python-checkins] cpython (3.2): #5301: add image/vnd.microsoft.icon (.ico) MIME type

2011-08-21 Thread Sandro Tosi
are already out there (since a long time) and they were currently not recognized. I can call it a bug. Anyhow, if it was not appropriate, just tell me and I'll revert on 2.7 and 3.2 . Thanks for your input! Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixha

Re: [Python-Dev] Sphinx version for Python 2.x docs

2011-08-16 Thread Sandro Tosi
what breaks, and evaluate if it's fixable in a reasonable amount of time, or it's just too much and so on. Currently no-one has done that yet: would you ? :) That would helps up quite much Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervi

Re: [Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the

2011-08-11 Thread Sandro Tosi
.7 too? And also the same sphinx (thus sphinxext) versions on 2.7 and 3.x? that would probably help in keeping the diffs on the documentation smaller. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTo

Re: [Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the

2011-08-10 Thread Sandro Tosi
l to provide (or advertize) a proper way to select a branch. If some can provide me some info, I can do the "ask the devs" part. Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _

Re: [Python-Dev] [Python-checkins] cpython: #11572: improvements to copy module tests along with removal of old test suite

2011-08-05 Thread Sandro Tosi
p using copy: ./python -m test test_copy and it has the advantage of running the whole test suite for that module, not just some random code. I plan to do other changes like this in the next days/weeks, so actually thanks for the question :) since it bring that up to python-dev we others can comme

Re: [Python-Dev] Draft PEP: "Simplified Package Layout and Partitioning"

2011-07-30 Thread Sandro Tosi
sion to transform > each and every instance of “PEP \d+” to a link, which gets annoying > after the few first hundred times.  (It was discussed a few months ago > probably on web-sig or python-dev for PEP 333 or , if memory serves.) Gaah, sorry for the noise then! (but at least I lear

Re: [Python-Dev] Draft PEP: "Simplified Package Layout and Partitioning"

2011-07-30 Thread Sandro Tosi
Hi, sorry for nitpicking, but... On Wed, Jul 20, 2011 at 05:58, P.J. Eby wrote: ... > For those implementing PEP \302 importer objects: the '\' should be removed, right? Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at

Re: [Python-Dev] svn.python.org confusion

2011-06-29 Thread Sandro Tosi
are also advertised on http://docs.python.org/py3k/documenting/building.html (that contains outdated info, but that's another story). Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi

Re: [Python-Dev] [Python-checkins] cpython (3.2): #11669: rephrase footnote in the Compound Statements page.

2011-06-26 Thread Sandro Tosi
#x27;t accurately reflect that. I gave my interpretation of the footnote at: http://bugs.python.org/issue11669#msg139092 . Does this clarify it? Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi

Re: [Python-Dev] Some additions to .hgignore

2011-06-15 Thread Sandro Tosi
On 2011-06-01, Michael Foord wrote: > That sounds good to me. An issue certainly wouldn't hurt. So be it: http://bugs.python.org/issue12341 :) Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/Sa

[Python-Dev] Some additions to .hgignore

2011-05-31 Thread Sandro Tosi
are written I think they should be added to .hgignore so that hg st won't show them. I'm writing here since I don't think an issue is needed for such matter, if that's not the case, I apologize. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matr

Re: [Python-Dev] Extending os.chown() to accept user/group names

2011-05-26 Thread Sandro Tosi
.python.org/issue12191 Currently, only the function for a single file is implemented, let's look later what to do for a recursive one. Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi ___

[Python-Dev] Extending os.chown() to accept user/group names

2011-05-25 Thread Sandro Tosi
xpect os.chown() to behave similarly; but that's not the case. I can see os module wants to be a thin wrapper around OS syscalls and chown(2) accepts only uid/gid as input, so what would be best: extend os.chown() or provide a chown() function in shutil module for this purpose? Thanks in advance,

[Python-Dev] Status of json (simplejson) in cpython

2011-04-14 Thread Sandro Tosi
f.e. in case a bug is reported (and later on fixed) in cpython? is there a policy for projects present in cpython and also maintained elsewhere? At the end: do you have some suggestions that might this task be successful? advice on the steps above, tips about the merge, something like this. Thanks a

Re: [Python-Dev] GPL'd python code vs Python2.6 linked against OpenSSL

2011-03-09 Thread Sandro Tosi
libcrypto.so.0.9.8 NEEDED libz.so.1 NEEDED libm.so.6 NEEDED libc.so.6 It seems introduced by the patch debian/patches/setup-modules-ssl.diff with description "# DP: Modules/Setup.dist: patch to build _hashlib and _ssl extensions statically" C

Re: [Python-Dev] Support the /usr/bin/python2 symlink upstream

2011-03-02 Thread Sandro Tosi
On Wed, Mar 2, 2011 at 13:56, Piotr Ożarowski wrote: > [Sandro Tosi, 2011-03-02] >> On Wed, Mar 2, 2011 at 10:01, Piotr Ożarowski wrote: >> > I co-maintain with Matthias a package that provides /usr/bin/python >> > symlink in Debian and I can confirm that it will alwa

Re: [Python-Dev] Support the /usr/bin/python2 symlink upstream

2011-03-02 Thread Sandro Tosi
pted PEP can change that) Can you please explain why you NACK this proposed change? Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi ___ Python-Dev mailing

Re: [Python-Dev] [Python-checkins] devguide: List common gotchas people might come across when doing coverage work.

2011-02-27 Thread Sandro Tosi
ference to what whitebox/blackbox testing is, ie http://en.wikipedia.org/wiki/White-box_testing http://en.wikipedia.org/wiki/Black-box_testing ? Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wi

Re: [Python-Dev] [Python-checkins] devguide (hg_transition): patchcheck does work

2011-02-27 Thread Sandro Tosi
l check and/or fix various common things people forget to do for > -   patches, such as adding any new files needing for the patch to work (do > not > -   that not all checks apply to non-core developers). > +This will check and/or fix various common things people forget to do for > +patc

Re: [Python-Dev] [Python-checkins] devguide: Move to using mq for basic usage.

2011-02-10 Thread Sandro Tosi
various common things people forget to do for > -patches, such as adding any new files needing for the patch to work. > +patches, such as adding any new files needing for the patch to work (do not (do note Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.

Re: [Python-Dev] [Python-checkins] devguide: Add a document discussing the development cycle typically followed for

2011-02-02 Thread Sandro Tosi
t a/index.rst b/index.rst > --- a/index.rst > +++ b/index.rst > @@ -20,6 +20,7 @@ >    coredev >    developers >    committing > +   devcycle > >    stdlibchanges >    langchanges > @@ -64,6 +65,7 @@ >  * :ref:`coredev` >     * :ref:`developers` >     * :re

Re: [Python-Dev] [Python-checkins] devguide: Move Misc/README.Emacs to here.

2011-01-20 Thread Sandro Tosi
Hi, On Thu, Jan 20, 2011 at 20:33, brett.cannon wrote: > +.. > +   Local Variables: > +   mode: indented-text > +   indent-tabs-mode: nil > +   sentence-end-double-space: t > +   fill-column: 78 > +   coding: utf-8 > +   End: maybe this can be removed now Cheers, --

Re: [Python-Dev] [Python-checkins] devguide: Move Misc/maintainers.rst here and rename to experts.rst.

2011-01-20 Thread Sandro Tosi
e name has a '*'. isn't last sentence a bit weird? I'm not native but "Names followed by a '*' may issues assigned for the modules" be a bit better? ok, fairly minor you can also ignore it :) Cheers, -- Sandro Tosi (aka morph, morpheus, matrixh

Re: [Python-Dev] [Python-checkins] devguide: Short doc about where to get tech help related to developing Python.

2011-01-19 Thread Sandro Tosi
+from triagers to core developers, who can ask questions about developing for who can answer questions Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _

Re: [Python-Dev] porting python.org

2010-12-11 Thread Sandro Tosi
pports Python 3" from the homepage, the version introducing py3k support is 3.08 . Just my 2c, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi ___ Pyth

Re: [Python-Dev] Sumo

2010-05-26 Thread Sandro Tosi
ou can see a "flow" of packages that works for 2.6 too coming to Ubuntu. Debian can be slow, but we care about quality. End of "give credit where it's due" post :) Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me