Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cpython': 0.05; 'pop': 0.05; 'svn': 0.05; 'mercurial': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'thread': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'svn,': 0.16; 'url:gmane': 0.16; 'url:svn': 0.16; 'wrote:': 0.18; 'discussion': 0.18; 'url:view': 0.20; 'header:User-Agent:1': 0.23; 'post': 0.26; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'chris': 0.29; 'code': 0.31; 'time:': 0.31; 'says': 0.33; 'url:python': 0.33; '(e.g.': 0.33; 'actively': 0.33; 'but': 0.35; 'there': 0.35; 'maintained': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'conversion': 0.61; 'no.': 0.61; 'received:208': 0.61; 'soon': 0.63; 'linked': 0.65; 'url:c': 0.67; '2011.': 0.77; 'article': 0.77; 'url:comments': 0.91; 'thereafter': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Bug in timsort!? Date: Wed, 25 Feb 2015 01:04:36 -0800 References: <1cf84559-3a63-4799-a879-ae8e513d387e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 208.80.65.156 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424855099 news.xs4all.nl 2838 [2001:888:2000:d::a6]:54988 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86388 In article , Chris Angelico wrote: > The post links to: > > http://svn.python.org/projects/python/trunk/Objects/listobject.c > > Is that still valid and current? It says svn, but does it pop through > to the Mercurial repo where the _real_ CPython code is stored? In general, no. The python svn repo linked to above is frozen in time: for most branches, as of the conversion to hg in 2011. There was at least one discussion thread soon thereafter about what to do about it: http://comments.gmane.org/gmane.comp.python.devel/125252 It is still true that at least one repo in the svn.python.org is actively maintained (e.g. "external"). I *think* all the others are now obsolete. http://svn.python.org/view/ -- Ned Deily, nad@acm.org