Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Why is python source code not available on github?

52 views
Skip to first unread message

Andrew Berg

unread,
Jun 23, 2012, 8:28:25 PM6/23/12
to comp.lang.python
On 6/23/2012 7:16 PM, gmspro wrote:
> Why is python source code not available on github?
If you mean CPython, it's because the devs use Mercurial and have their
own hosting on python.org.

hg clone http://hg.python.org/cpython
http://docs.python.org/devguide/setup.html

github is far from the only place to host an open source project.
--
CPython 3.3.0a4 | Windows NT 6.1.7601.17803

Chris Angelico

unread,
Jun 23, 2012, 8:30:20 PM6/23/12
to pytho...@python.org
On Sun, Jun 24, 2012 at 10:16 AM, gmspro <gms...@yahoo.com> wrote:
>
> Why is python source code not available on github?
>
> Make it available on github so that we can git clone and work on source
> code.

It's done with Mercurial, not git, but the same can be done:

hg clone http://hg.python.org/cpython

ChrisA

Chris Angelico

unread,
Jun 23, 2012, 8:42:10 PM6/23/12
to pytho...@python.org
On Sun, Jun 24, 2012 at 10:34 AM, gmspro <gms...@yahoo.com> wrote:
>
> No,
> I can download as .tar.bz2, but i'm talking about using git.
> git clone, git add ., git commit -a, git push is easier to keep track of
> my code. Then for git pull request.

Mercurial can do all that. I'm not as familiar with it as I am with
git, so I can't quote the commands, but certainly you can do all the
same clone/add/commit/etc with it. I build my cpython straight from
hg, mainly because I like living on the edge :)

ChrisA

Stefan Behnel

unread,
Jun 24, 2012, 4:59:43 AM6/24/12
to pytho...@python.org
gmspro, 24.06.2012 02:16:
> Why is python source code not available on github?
>
> Make it available on github so that we can git clone and work on source code.

github != git.

You can use git to work on the sources if you wish. Just install a
Mercurial plugin for it and clone the code from the source repository.
However, if you want to contribute to the project, it's still worth
considering to work with Mercurial.

Stefan

Peter Otten

unread,
Jun 24, 2012, 5:52:39 AM6/24/12
to pytho...@python.org
gmspro wrote:

> Why is python source code not available on github?
>
> Make it available on github so that we can git clone and work on source
> code.

http://thread.gmane.org/gmane.comp.python.devel/121885/focus=122111

Stefan Krah

unread,
Jun 24, 2012, 6:34:20 AM6/24/12
to pytho...@python.org
Peter Otten <__pet...@web.de> wrote:
> gmspro wrote:
> > Why is python source code not available on github?

Why should every free software project be available on a single proprietary
platform?

Also, see:

http://arstechnica.com/business/2012/03/hacker-commandeers-github-to-prove-vuln-in-ruby/


Stefan Krah



0 new messages