[issue11435] Links to source code should now point to hg repo

2011-08-31 Thread Éric Araujo

Éric Araujo  added the comment:

After getting Georg’s greenlight on python-dev, I have adapted the source reST 
role for 2.7 and updated all links.

--
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-07-23 Thread Georg Brandl

Georg Brandl  added the comment:

Done (in rev e32f140a020b).

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-07-21 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
nosy:  -pitrou

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-07-21 Thread Éric Araujo

Éric Araujo  added the comment:

Georg or Benjamin: The PEP/documents/scripts used for releases should also 
mention/edit the version in Doc/tools/sphinxext/pyspecific.py.

--
nosy: +benjamin.peterson

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-07-21 Thread Éric Araujo

Éric Araujo  added the comment:

Thanks for the commit, I intended to do it these days.

For 2.7, I was indeed talking about updated all manual links.  sed is my friend 
:)

--
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-07-20 Thread Ezio Melotti

Ezio Melotti  added the comment:

I fixed the URL in 3.2.

> The 2.7 docs link to the Subversion repo.  Can I update them?

2.7 doesn't have the source directive, do you want to replace all the svn links 
manually?
If so, either reopen this issue or create a new one.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-07-20 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 79d2682c4fc5 by Ezio Melotti in branch '3.2':
#11435: link to the correct branch.
http://hg.python.org/cpython/rev/79d2682c4fc5

New changeset 3028b5ab92c0 by Ezio Melotti in branch 'default':
#11435: dummy merge with 3.2.
http://hg.python.org/cpython/rev/3028b5ab92c0

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-07-11 Thread Éric Araujo

Éric Araujo  added the comment:

Patch to fix links in the 3.2 docs.

--
Added file: http://bugs.python.org/file22620/docs-source-link-3.2.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-07-09 Thread Eric Snow

Changes by Eric Snow :


--
nosy: +ericsnow

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-06-15 Thread Éric Araujo

Éric Araujo  added the comment:

The 2.7 docs link to the Subversion repo.  Can I update them?

--
nosy: +eric.araujo
versions: +Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-11 Thread Ezio Melotti

Ezio Melotti  added the comment:

Now it's fixed in 3.2 and 3.3.  Thanks for the patch!

--
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed
versions: +Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-11 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 3c1e779002d3 by Ezio Melotti in branch '3.2':
#11435: Update the links generated by the source directive to use hg.python.org.
http://hg.python.org/cpython/rev/3c1e779002d3

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-11 Thread SilentGhost

SilentGhost  added the comment:

This issue is not about the redirects. It is about links in documentation. The 
redirect is great for the links in the wild, the online documentation, however, 
could and should use proper links without any redirects.

Georg, or whoever is maintainer of Doc/tools/sphinxext/pyspecific.py, could you 
please have a look at the patch.

--
resolution: fixed -> 
stage: committed/rejected -> patch review
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-10 Thread Ezio Melotti

Ezio Melotti  added the comment:

This can be closed.

--
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-09 Thread SilentGhost

Changes by SilentGhost :


--
versions: +Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-09 Thread Antoine Pitrou

Antoine Pitrou  added the comment:

> The svn repos and viewvc won't disappear soon because they are used
> for other things (e.g. the tracker).  I think it's better to avoid
> redirects until svn and/or viewvc are definitely gone.

The redirect is only for the py3k branch, something nobody should use
anymore.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-09 Thread Ezio Melotti

Ezio Melotti  added the comment:

The svn repos and viewvc won't disappear soon because they are used for other 
things (e.g. the tracker).  I think it's better to avoid redirects until svn 
and/or viewvc are definitely gone.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-08 Thread Antoine Pitrou

Antoine Pitrou  added the comment:

> So, it's not possible to access http://svn.python.org/view/python
> /branches/py3k/ at all now?

Hmm, apparently no. Is it important?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-07 Thread SilentGhost

SilentGhost  added the comment:

> I've put the redirection in place.
So, it's not possible to access 
http://svn.python.org/view/python/branches/py3k/ at all now?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-07 Thread Ned Deily

Ned Deily  added the comment:

Right: no comprehensive links like in the 3.2+ versions. I just see a few 
miscellaneous links elsewhere in the source. But there are undoubtedly plenty 
of links elsewhere out in the wild.  So this is probably out-of-scope for this 
issue but should be dealt with elsewhere as part of a long-term migration plan 
for svn.python.org.  I'll bring it up on python-dev.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-07 Thread Antoine Pitrou

Antoine Pitrou  added the comment:

> Antoine, great!  How about also for the other "active" branches now in hg:
> release{32,31,27,26,25-maint} ?

Is there any such reference in the docs?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-07 Thread Ned Deily

Ned Deily  added the comment:

Antoine, great!  How about also for the other "active" branches now in hg:
release{32,31,27,26,25-maint} ?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-07 Thread Antoine Pitrou

Antoine Pitrou  added the comment:

I've put the redirection in place.

--
nosy: +pitrou

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-07 Thread Ezio Melotti

Ezio Melotti  added the comment:

IIUC those svn links will keep working for some time, but if/when the svn repo 
and/or viewvc will be removed an URL rewrite rule should be fix the problem.
The patch seems OK to me.

--
nosy: +ezio.melotti

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-07 Thread Ned Deily

Ned Deily  added the comment:

Good point. However, making the change won't help the already generated 
versions of the 3.2 html doc, like those included with installers or any older 
URL references elsewhere to the svn source.  Perhaps some URL rewrite rules 
should be added to the web server to redirect "source code" URLs from 
svn.python.org to hg.python.org style?

--
nosy: +georg.brandl, ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11435] Links to source code should now point to hg repo

2011-03-07 Thread SilentGhost

New submission from SilentGhost :

With the conversion to mercurial source links in documentation should now point 
to hg.python.org
Here is the patch.

--
assignee: docs@python
components: Documentation
files: docs_sourcename.diff
keywords: patch
messages: 130268
nosy: SilentGhost, docs@python
priority: normal
severity: normal
stage: patch review
status: open
title: Links to source code should now point to hg repo
Added file: http://bugs.python.org/file21033/docs_sourcename.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com