Re: [python-committers] Deleting code.python.org
On Jul 02, 2012, at 05:57 PM, [email protected] wrote: >code.python.org was meant as a VCS-independent hostname for CPython; >PEP 385 chose to use hg.python.org instead. > >I'd like to delete code.python.org. Objections? None from me. Cheers, -Barry ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers
Re: [python-committers] Further hg maintenance
On 02.07.2012 00:48, "Martin v. Löwis" wrote: > I'll report if we found something that can be considered a > permanent solution. Antoine managed to reduce the memory usage of Mercurial quite drastically. Not sure which contributed most, but a) hg was upgraded to 2.2 b) a patch was applied to hgweb which calls repo.invalidate/gc.collect after each request (IIUC) c) reducing the memory consumption of our hglookup binary (which maps revision numbers to repositories) d) improving the hgweb rejuvenation With that, hg.p.o should be quite available and responsive; if it isn't, please report the infrastructure list. Regards, Martin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers
Re: [python-committers] [pydotorg-www] Deleting code.python.org
On 03.07.2012 21:38, Barry Warsaw wrote: > On Jul 02, 2012, at 05:57 PM, [email protected] wrote: > >> code.python.org was meant as a VCS-independent hostname for CPython; >> PEP 385 chose to use hg.python.org instead. >> >> I'd like to delete code.python.org. Objections? > > None from me. It's gone! Martin ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-committers
