[Python-Dev] hg.python.org cloning troubles after Sep 13 changes
Just FYI (and for the archives), to perhaps save someone a few minutes: I've been hitting a problem with hg pull and hg clone on a box recently and after staring at it for a while, finally found the cause. Here's what hg printed: HG-Python/cpython> hg pull -u -b 2.7 abort: no suitable response from remote hg! Not much help. Using --debug: orig/HG-Python> hg --debug clone ssh://[email protected]/cpython cpython-2.7 running ssh -C -q -l marc-andre.lemburg -i /home/lemburg/.ssh/id_rsa [email protected] "hg -R cpython serve --stdio" sending hello command sending between command abort: no suitable response from remote hg! Still no help. Then I remembered that the box was newly setup on Sept 13 and checked Benjamins email. The server host key had also changed. After removing the offending key and accepting the new one, things started working again. The hg on the box is 1.7.5, so newer version may include a better error message. Cheers, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Nov 07 2014) >>> Python Projects, Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ...http://python.egenix.com/ : Try our mxODBC.Connect Python Database Interface for free ! :: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Real-world use of Counter
Thank you everyone for the discussion, it has been, as always, most educational. :) -- ~Ethan~ ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] hg.python.org cloning troubles after Sep 13 changes
hg 3.1.1 prints comprehensive message that guess to call `ssh-keygen -R hg.python.org` On Fri, Nov 7, 2014 at 2:21 PM, M.-A. Lemburg wrote: > Just FYI (and for the archives), to perhaps save someone a few minutes: > > I've been hitting a problem with hg pull and hg clone on a box recently > and after staring at it for a while, finally found the cause. > > Here's what hg printed: > > HG-Python/cpython> hg pull -u -b 2.7 > abort: no suitable response from remote hg! > > Not much help. > > Using --debug: > > orig/HG-Python> hg --debug clone ssh://[email protected]/cpython cpython-2.7 > running ssh -C -q -l marc-andre.lemburg -i /home/lemburg/.ssh/id_rsa > [email protected] "hg -R cpython > serve --stdio" > sending hello command > sending between command > abort: no suitable response from remote hg! > > Still no help. > > Then I remembered that the box was newly setup on Sept 13 and checked > Benjamins email. The server host key had also changed. After removing > the offending key and accepting the new one, things started working > again. > > The hg on the box is 1.7.5, so newer version may include a better > error message. > > Cheers, > -- > Marc-Andre Lemburg > eGenix.com > > Professional Python Services directly from the Source (#1, Nov 07 2014) Python Projects, Consulting and Support ... http://www.egenix.com/ mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/ mxODBC, mxDateTime, mxTextTools ...http://python.egenix.com/ > > > : Try our mxODBC.Connect Python Database Interface for free ! :: > >eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 > D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg >Registered at Amtsgericht Duesseldorf: HRB 46611 >http://www.egenix.com/company/contact/ > ___ > Python-Dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/andrew.svetlov%40gmail.com -- Thanks, Andrew Svetlov ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2014-10-31 - 2014-11-07) 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: open4622 ( -4) closed 29955 (+44) total 34577 (+40) Open issues with patches: 2158 Issues opened (32) == #17900: Recursive OrderedDict pickling http://bugs.python.org/issue17900 reopened by rhettinger #20160: broken ctypes calling convention on MSVC / 64-bit Windows (lar http://bugs.python.org/issue20160 reopened by doko #21274: define PATH_MAX for GNU/Hurd in Python/pythonrun.c http://bugs.python.org/issue21274 reopened by loewis #22695: open() declared deprecated in python 3 docs http://bugs.python.org/issue22695 reopened by serhiy.storchaka #22731: test_capi test fails because of mismatched newlines http://bugs.python.org/issue22731 reopened by steve.dower #22777: Test pickling with all protocols http://bugs.python.org/issue22777 opened by serhiy.storchaka #22780: NotImplemented doc section needs update http://bugs.python.org/issue22780 opened by ethan.furman #22781: ctypes: Differing results between Python and C. http://bugs.python.org/issue22781 opened by Geoff.Clements #22782: Python 3.4.2 Windows installer - cannot install 32 bit then 64 http://bugs.python.org/issue22782 opened by pmoore #22783: Pickle: use NEWOBJ instead of NEWOBJ_EX if possible http://bugs.python.org/issue22783 opened by serhiy.storchaka #22785: range docstring is less useful than in python 2 http://bugs.python.org/issue22785 opened by nedbat #22788: allow logging.handlers.HTTPHandler to take an SSLContext http://bugs.python.org/issue22788 opened by benjamin.peterson #22789: Compress the marshalled data in PYC files http://bugs.python.org/issue22789 opened by rhettinger #22790: some class attributes missing from dir(Class) http://bugs.python.org/issue22790 opened by techdragon #22791: datetime.utcfromtimestamp() shoud have option for create tz aw http://bugs.python.org/issue22791 opened by naoki #22794: missing test for issue 22457 regression commit http://bugs.python.org/issue22794 opened by rbcollins #22796: Support for httponly/secure cookies reintroduced lax parsing b http://bugs.python.org/issue22796 opened by Tim.Graham #22797: urllib.request.urlopen documentation falsely guarantees that a http://bugs.python.org/issue22797 opened by Joshua.Chin #22798: time.mktime doesn't update time.tzname http://bugs.python.org/issue22798 opened by akira #22799: wrong time.timezone http://bugs.python.org/issue22799 opened by akira #22800: IPv6Network constructor sometimes does not recognize legitimat http://bugs.python.org/issue22800 opened by pebenito #22801: collections.Counter, when empty, doesn't raise an error with & http://bugs.python.org/issue22801 opened by ethan.furman #22804: Can't run Idle in Windows 8 or windows 64 http://bugs.python.org/issue22804 opened by nx.u #22806: regrtest: add switch -c to run only modified tests http://bugs.python.org/issue22806 opened by georg.brandl #22807: uuid.uuid1() should use uuid_generate_time_safe() if available http://bugs.python.org/issue22807 opened by barry #22808: Typo in asyncio-eventloop.rst, time() link is wrong http://bugs.python.org/issue22808 opened by markgrandi #22810: tkinter: "alloc: invalid block:" after askopenfilename http://bugs.python.org/issue22810 opened by lccat #22811: _top_level_dir state leaks on defaultTestLoader http://bugs.python.org/issue22811 opened by rbcollins #22812: Documentation of unittest -p usage wrong on windows. http://bugs.python.org/issue22812 opened by rbcollins #22813: No facility for test randomisation http://bugs.python.org/issue22813 opened by rbcollins #22814: TestProgram loading fails when a script is used http://bugs.python.org/issue22814 opened by rbcollins #22815: unexpected successes are not output http://bugs.python.org/issue22815 opened by rbcollins Most recent 15 issues with no replies (15) == #22815: unexpected successes are not output http://bugs.python.org/issue22815 #22814: TestProgram loading fails when a script is used http://bugs.python.org/issue22814 #22813: No facility for test randomisation http://bugs.python.org/issue22813 #22811: _top_level_dir state leaks on defaultTestLoader http://bugs.python.org/issue22811 #22801: collections.Counter, when empty, doesn't raise an error with & http://bugs.python.org/issue22801 #22800: IPv6Network constructor sometimes does not recognize legitimat http://bugs.python.org/issue22800 #22799: wrong time.timezone http://bugs.python.org/issue22799 #22794: missing test for issue 22457 regression commit http://bugs.python.org/issue22794 #22783: Pickle: use NEWOBJ instead of NEWOBJ_EX if possible http://bugs.python.org/issue22783 #22765: Fixes for test_gdb (first frame address, entry values) http://bugs.python.org/issue22765 #22743: Spe
