Re: [Python-Dev] svn outage on Friday

2011-02-18 Thread Dirkjan Ochtman
On Tue, Feb 15, 2011 at 09:30, "Martin v. Löwis"  wrote:
> I'm going to perform a Debian upgrade of svn.python.org on Friday,
> between 9:00 UTC and 11:00 UTC. I'll be disabling write access during
> that time. The outage shouldn't be longer than an hour.

It seems hg is no longer installed on dinsdale, does that have
anything to do with this?

Cheers,

Dirkjan
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Actual Mercurial Roadmap for February (Was: svn outage on Friday)

2011-02-18 Thread anatoly techtonik
On Fri, Feb 18, 2011 at 9:09 AM, Dirkjan Ochtman  wrote:
> On Fri, Feb 18, 2011 at 00:17, "Martin v. Löwis"  wrote:
>> I think it's fair to say that the project currently rests, lacking
>> a project lead. The most recent timeline is that conversion should
>> be completed by PyCon, and, failing that, should start at PyCon.
>
> It's not exactly resting; I've been pushing around the
> cvs2svn-converted tags to get them to behave sensibly, and I've been
> having good discussions with Antoine and Georg about several things we
> need to hash out in IRC. Sorry I haven't been doing more progress
> reports here.

Do you have a public list of stuff to be done (i.e. Roadmap)?
BTW, what is the size of Mercurial clone for Python repository?
--
anatoly t.
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] devguide: Fix a silly statement.

2011-02-18 Thread anatoly techtonik
On Wed, Feb 16, 2011 at 1:05 PM, Éric Araujo  wrote:
>> Well, it's no good to keep using CVCS terms and mislead users.  That the
>> "checkout" is not a checkout but a full repository is about the most 
>> important
>> fact about a hg (or any DVCS) clone.
>
> Well, to really use the Mercurial terms, what you have when you get
> stuff from a remote server to your disk is a clone, which contains a
> full repository and may contain a working copy (also called checkout).

And that's the proper way to describe this.

> IOW, “check out” is used with Mercurial, as a synonym for “update”, an
> operation from the (local) repo to the working directory; the
> CVCS-inspired mistake is to use that to refer to an operation from a
> remote server to the local disk (“clone”, “pull”).  HTH

Exactly.
--
anatoly t.
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Actual Mercurial Roadmap for February (Was: svn outage on Friday)

2011-02-18 Thread Dirkjan Ochtman
On Fri, Feb 18, 2011 at 14:41, anatoly techtonik  wrote:
> Do you have a public list of stuff to be done (i.e. Roadmap)?
> BTW, what is the size of Mercurial clone for Python repository?

There is a TODO file in the pymigr repo (though I think that is
currently inaccessible).

I don't have a recent optimized clone to check the size of, yet.

Cheers,

Dirkjan
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 3.2.0

2011-02-18 Thread Nick Coghlan
On Fri, Feb 18, 2011 at 8:35 AM, Michael Foord
 wrote:
>> And the number 1 reason I consider messing with the numbering to be a bad
>> idea:
>>
> "3.2">= "3.2.0"
>>
>> False
>
> (3, 2)>= (3, 2, 0)
>>
>> False
>>
>> If we miss anything, it could easily lead to errors like the two
>> above.
>
> How are those errors?  Surely what matters is that the following *is* True:
>
 (3, 2, 0) >= (3, 2)
> True
 "3.2.0" >= "3.2"
> True

They aren't errors per se, but they're different from the answer you
get with a "3.2" or "(3, 2)" on both sides of the equation (as
behavioural changes go, such a change is probably a good thing, since
it makes naive version checks less likely to break when 3.2.1 hits,
but it's a concrete behavioural change in the release that isn't
really an option until we start working on 3.3).

Cheers,
Nick.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Summary of Python tracker Issues

2011-02-18 Thread Python tracker

ACTIVITY SUMMARY (2011-02-11 - 2011-02-18)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open2655 (+28)
  closed 20370 (+22)
  total  23025 (+50)

Open issues with patches: 1130 


Issues opened (41)
==

#7284: optparse - display version in usage by default
http://bugs.python.org/issue7284  reopened by techtonik

#11195: next fixer fooled by trailing cheracters
http://bugs.python.org/issue11195  opened by piro

#11197: information leakage with SimpleHTTPServer
http://bugs.python.org/issue11197  opened by brett.cannon

#11199: urllib hangs when closing connection
http://bugs.python.org/issue11199  opened by rg3

#11200: Addition of abiflags breaks distutils
http://bugs.python.org/issue11200  opened by a.badger

#11201: Python installation error 2203
http://bugs.python.org/issue11201  opened by corenova

#11203: gzip doc is behind
http://bugs.python.org/issue11203  opened by teamnoir

#11204: re module: strange behaviour of space inside {m, n}
http://bugs.python.org/issue11204  opened by sjmachin

#11205: Evaluation order of dictionary display is different from refer
http://bugs.python.org/issue11205  opened by takayuki

#11206: test_readline unconditionally calls clear_history()
http://bugs.python.org/issue11206  opened by georg.brandl

#11207: Pythong seg fault with PIL/numpy
http://bugs.python.org/issue11207  opened by David.Knapp

#11210: PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: rem
http://bugs.python.org/issue11210  opened by haypo

#11212: Python memory limit on AIX
http://bugs.python.org/issue11212  opened by sable

#11214: test_asyncore fails on AIX
http://bugs.python.org/issue11214  opened by sable

#11215: test_fileio error on AIX
http://bugs.python.org/issue11215  opened by sable

#11216: email.message.Message set_charset does not encode properly?
http://bugs.python.org/issue11216  opened by Shay.Rojansky

#11217: python-32 not linked in /usr/local/bin in framework builds
http://bugs.python.org/issue11217  opened by tloredo

#11218: pattern=None when following documentation for load_tests and u
http://bugs.python.org/issue11218  opened by gagern

#11219: Produce a warning when the license is specified in both the Li
http://bugs.python.org/issue11219  opened by kelseyhightower

#11222: Python3.2rc3 fails to build on Mac OS X with a non-framework b
http://bugs.python.org/issue11222  opened by jszakmeister

#11223: interruption of locks by signals not guaranteed when the semap
http://bugs.python.org/issue11223  opened by sable

#11224: 3.2: tarfile.getmembers causes 100% cpu usage on Windows
http://bugs.python.org/issue11224  opened by srid

#11225: getcwd fix for NetBSD to handle ERANGE errno
http://bugs.python.org/issue11225  opened by njoly

#11226: subprocesses experience mysterious delay in receiving stdin EO
http://bugs.python.org/issue11226  opened by yaaang

#11227: [DOC] asyncore - use 'Host' header in HTTP example
http://bugs.python.org/issue11227  opened by sandro.tosi

#11229: Make the Mac installer more like the Windows installer
http://bugs.python.org/issue11229  opened by rhettinger

#11230: "Full unicode import system" not in 3.2
http://bugs.python.org/issue11230  opened by jh45

#11231: bytes() constructor is not correctly documented
http://bugs.python.org/issue11231  opened by haypo

#11232: asyncore - don't throw a traceback when a client disconnects i
http://bugs.python.org/issue11232  opened by sandro.tosi

#11233: clarifying Availability: Unix
http://bugs.python.org/issue11233  opened by sandro.tosi

#11234: Possible error in What's new Python3.2(rc3) documentation (sys
http://bugs.python.org/issue11234  opened by chaica_

#11235: Source files with date modifed in 2106 cause OverflowError
http://bugs.python.org/issue11235  opened by Guy.Kisel

#11236: getpass.getpass does not respond to ctrl-c or ctrl-z
http://bugs.python.org/issue11236  opened by valhallasw

#11238: sets - refer to sets/frozenset in stdtypes
http://bugs.python.org/issue11238  opened by sandro.tosi

#11239: regexp-howto - add missing } to metachars
http://bugs.python.org/issue11239  opened by sandro.tosi

#11240: Running unit tests in a command line tool leads to infinite lo
http://bugs.python.org/issue11240  opened by mattchaput

#11241: ctypes: subclassing an already subclassed ArrayType generates 
http://bugs.python.org/issue11241  opened by Steve.Thompson

#11242: urllib.request.url_open() doesn't support SSLContext
http://bugs.python.org/issue11242  opened by haypo

#11243: email/message.py str conversion
http://bugs.python.org/issue11243  opened by sdaoden

#941346: AIX shared library fix
http://bugs.python.org/issue941346  reopened by georg.brandl

#1704474: optparse tests fail under Jython
http://bugs.python.org/issue1704474  reopened by r.david.murray



Most recent 15 issues with no replies (15)
===

Re: [Python-Dev] svn outage on Friday

2011-02-18 Thread Martin v. Löwis
Am 18.02.2011 14:41, schrieb Dirkjan Ochtman:
> On Tue, Feb 15, 2011 at 09:30, "Martin v. Löwis"  wrote:
>> I'm going to perform a Debian upgrade of svn.python.org on Friday,
>> between 9:00 UTC and 11:00 UTC. I'll be disabling write access during
>> that time. The outage shouldn't be longer than an hour.
> 
> It seems hg is no longer installed on dinsdale, does that have
> anything to do with this?

Yes, it must have gotten uninstalled during the upgrade. I have now
reinstalled it. Please let me know if there is anything else missing.

Regards,
Martin
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com