[Python-mode] SF tracker import

2009-02-04 Thread Barry Warsaw

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

My colleague Graham Binns has completed the test import of the old  
python-mode SourceForge tracker into Launchpad.  Please take a look  
here:


https://bugs.staging.launchpad.net/python-mode

Note that this is on the staging server, which means changes will be  
discarded roughly daily.  IOW, don't put anything into this tracker  
that you care about!


If the test import looks good however, I'll ask Graham to complete the  
real import.  I spot checked a few items and they look okay to me, but  
please do take a look.


Cheers,
Barry

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSYmtbnEjvBPtnXfVAQLVqwP+PewzpLg2MMf5e0QA0u9K84hNkndbfZHG
jqglxfgwsfgbFqy7AlB7BPGT5H4rhWMyQecHCMT8B2XXbHCgnOFEwveMRX4dusha
EehdAVTcb9cXSSiOKaEhIu7Uwaowf1SogciF1AcfeyJJZ/sW4DU+rADc32Ao2+Kc
RJ+sZ8KrAxo=
=9GXG
-END PGP SIGNATURE-
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] SF tracker import

2009-02-04 Thread Yaroslav Halchenko
I myself (since new to python-mode list and development in general)
can't provide any objective information, besides that imported list
looks great to me ;)

unfortunately that bugs.staging.launchpad.net doesn't like me, so I was
able to lookup only few bugs before I start getting
Sorry, there was a problem connecting to the Launchpad server. 

;-)

as soon as migration happens I will try to 'connect' left-out bug
reports in Debian to your bug tracking

http://bugs.debian.org/python-mode

On Wed, 04 Feb 2009, Barry Warsaw wrote:

 My colleague Graham Binns has completed the test import of the old  
 python-mode SourceForge tracker into Launchpad.  Please take a look  
 here:

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]


___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] SF tracker import

2009-02-04 Thread Barry Warsaw

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Feb 4, 2009, at 11:05 AM, Yaroslav Halchenko wrote:


I myself (since new to python-mode list and development in general)
can't provide any objective information, besides that imported list
looks great to me ;)

unfortunately that bugs.staging.launchpad.net doesn't like me, so I  
was

able to lookup only few bugs before I start getting
Sorry, there was a problem connecting to the Launchpad server. 

;-)


staging is a test server so besides getting wiped nightly, it's  
sometimes flaky as we bring it up and down to test things for  
production.



as soon as migration happens I will try to 'connect' left-out bug
reports in Debian to your bug tracking

http://bugs.debian.org/python-mode


Thanks!
Barry

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSYm+iXEjvBPtnXfVAQJUuwP8C6/H9tVwyxHqWsnhGiTo7JYvTui/vg4k
oze3nBusqrFU9aD2gN2zXfNEhaAcwE/v/ljglHGBRaZXIEnpylz3fj5S/tgWg7e8
mMyfCosPTrO6GorKFgAXNjy47RTuQE7PW27inozxVyGWmNHk+35x+0NNXuK8lGs4
yV6wpibpp7U=
=Ny9h
-END PGP SIGNATURE-
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] SF tracker import

2009-02-04 Thread Andreas Roehler
Barry Warsaw wrote:
 On Feb 4, 2009, at 11:05 AM, Yaroslav Halchenko wrote:
 
 I myself (since new to python-mode list and development in general)
 can't provide any objective information, besides that imported list
 looks great to me ;)
 
 unfortunately that bugs.staging.launchpad.net doesn't like me, so I was
 able to lookup only few bugs before I start getting
 Sorry, there was a problem connecting to the Launchpad server. 
 
 ;-)
 
 staging is a test server so besides getting wiped nightly, it's
 sometimes flaky as we bring it up and down to test things for production.
 
 as soon as migration happens I will try to 'connect' left-out bug
 reports in Debian to your bug tracking
 
 http://bugs.debian.org/python-mode
 
 Thanks!
 Barry
 
___


Me too got:

The requested URL could not be retrieved

Well as you said: test server.

So we look forward.

Thanks so far

Andreas
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] bugfixes, `py-match-paren' now at %

2009-02-04 Thread Yaroslav Halchenko
pardon my ignorance, but was it done on purpose?

in 356. By  Andreas Roehler  on 2009-01-29
,---
| *$ git show 07985672d238301b27353913fc4aa509992571fb --stat
| commit 07985672d238301b27353913fc4aa509992571fb
| Author: Andreas Roehler andreas.roeh...@online.de
| Date:   Thu Jan 29 18:33:20 2009 +0100
|
| py-match-paren
|
|  README  |7 -
|  doctest-mode.el | 2061 
---
|  pycomplete.el   |   50 --
|  pycomplete.py   |  110 ---
|  python-mode.el  |   86 +++
|  5 files changed, 86 insertions(+), 2228 deletions(-)
`---

you've removed all those files in the root of the repository and left only
python-mode (which you also modified in the same commit) and the website
directory

log message (py-match-paren) is too concise to figure out what was
intended ;-)

P.S. git-bzr is cool -- now I can watch both branches (main and yours)
in the same git repository ;-)

On Wed, 04 Feb 2009, Andreas Roehler wrote:
 Hi,

 luckily announce some progress in python-mode.el (branch)

 `py-match-paren' now has a key: % as in lisp.

 `M-x py-match-paren-mode', jump between beg and
 end of block pressing %. To the beginning first, if
 inside.
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]


___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode