From rndblnch at gmail.com Tue Jan 13 11:25:14 2009 From: rndblnch at gmail.com (renaud blanch) Date: Tue, 13 Jan 2009 11:25:14 +0100 Subject: [py-dev] greenlet on ARM/unix Message-ID: hi, regarding porting greenlet to arm/unix, i made it for the iphoneos [0]. it was quite simple since the architecture dependent part of greenlet (switch_***.h) is taken from stackless [1], and since stackless support more arch than greenlet (esp. arm). see the details for the iphoneos in the iphone-python post linked below. renaud 0. [iphone-python] greenlet on iphoneos 1. stackless python From denis.bilenko at gmail.com Tue Jan 13 12:05:39 2009 From: denis.bilenko at gmail.com (Denis Bilenko) Date: Tue, 13 Jan 2009 17:05:39 +0600 Subject: [py-dev] greenlet on ARM/unix In-Reply-To: References: Message-ID: <95d6e98c0901130305h50914a3cq6ef78a4bcfac87b5@mail.gmail.com> That's really encouraging, thanks a lot! On Tue, Jan 13, 2009 at 4:25 PM, renaud blanch wrote: > hi, > > regarding porting greenlet to arm/unix, i made it for the iphoneos [0]. > it was quite simple since the architecture dependent part of greenlet > (switch_***.h) is taken from stackless [1], and since stackless > support more arch than greenlet (esp. arm). > see the details for the iphoneos in the iphone-python post linked below. > > renaud > > 0. [iphone-python] greenlet on iphoneos > > > 1. stackless python > > From arlo at arlim.org Tue Jan 13 20:31:11 2009 From: arlo at arlim.org (Arlo Belshee) Date: Tue, 13 Jan 2009 11:31:11 -0800 Subject: [py-dev] Py greenlets on wi-64 + Python 2.6? Message-ID: <004601c975b5$7e74bd40$7b5e37c0$@org> I really want to use Greenlets on my current project. Actually, I want async I/O without having to re-write everything above sockets. Oh, and coroutines for filters and sinks. However, I can't get it to build/install on my Win-64 box. Easy_install gives the error "error: Setup script exited with error: None". Could anyone give me a pointer (or a win64 +py2.6 egg. That'd be lovely!)? I'd really love to use greenlets. There are so many handy abstractions that are simple and obvious when implemented using coroutines but twist up and destroy a codebase when implemented without a resumable stack concept. Thanks. Arlo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/py-dev/attachments/20090113/9e53428e/attachment.htm From anuraguniyal at yahoo.com Wed Jan 14 22:44:07 2009 From: anuraguniyal at yahoo.com (anurag uniyal) Date: Wed, 14 Jan 2009 16:44:07 -0500 Subject: [py-dev] anurag uniyal sent you a Friend Request on Yaari Message-ID: anurag uniyal wants you to join Yaari! Is anurag your friend? Yes, anurag is my friend! No, anurag isn't my friend. Please respond or anurag may think you said no :( Thanks, The Yaari Team ____ If you prefer not to receive this email tell us here. If you have any concerns regarding the content of this message, please email abuse at yaari.com. Yaari LLC, 358 Angier Ave, Atlanta, GA 30312 YaariGPL602HME828JXG887MQV296 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/py-dev/attachments/20090114/62a9c17c/attachment-0001.htm From anuraguniyal at yahoo.com Wed Jan 14 22:54:07 2009 From: anuraguniyal at yahoo.com (anurag uniyal) Date: Wed, 14 Jan 2009 16:54:07 -0500 Subject: [py-dev] anurag uniyal sent you a Friend Request on Yaari Message-ID: <0e9ee34388808271c561d3f632fe1fdc@localhost.localdomain> anurag uniyal wants you to join Yaari! Is anurag your friend? Yes, anurag is my friend! No, anurag isn't my friend. Please respond or anurag may think you said no :( Thanks, The Yaari Team ____ If you prefer not to receive this email tell us here. If you have any concerns regarding the content of this message, please email abuse at yaari.com. Yaari LLC, 358 Angier Ave, Atlanta, GA 30312 YaariHCR532LDV274PWI990ULA685 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/py-dev/attachments/20090114/aac3924b/attachment.htm From anuraguniyal at yahoo.com Sat Jan 17 22:45:04 2009 From: anuraguniyal at yahoo.com (anurag uniyal) Date: Sat, 17 Jan 2009 16:45:04 -0500 Subject: [py-dev] Reminder: Please Respond to anurag's Invitation Message-ID: anurag uniyal wants you to join Yaari! Is anurag your friend? Yes, anurag is my friend! No, anurag isn't my friend. Please respond or anurag may think you said no :( Thanks, The Yaari Team ____ If you prefer not to receive this email tell us here. If you have any concerns regarding the content of this message, please email abuse at yaari.com. Yaari LLC, 358 Angier Ave, Atlanta, GA 30312 YaariGPL602HME828JXG887MQV296 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/py-dev/attachments/20090117/ccb6cca9/attachment.htm From anuraguniyal at yahoo.com Fri Jan 23 10:52:03 2009 From: anuraguniyal at yahoo.com (anurag uniyal) Date: Fri, 23 Jan 2009 04:52:03 -0500 Subject: [py-dev] Reminder: Please Respond to anurag's Invitation Message-ID: anurag uniyal wants you to join Yaari! Is anurag your friend? Yes, anurag is my friend! No, anurag isn't my friend. Please respond or anurag may think you said no :( Thanks, The Yaari Team ____ If you prefer not to receive this email tell us here. If you have any concerns regarding the content of this message, please email abuse at yaari.com. Yaari LLC, 358 Angier Ave, Atlanta, GA 30312 YaariHCR532LDV274PWI990ULA685 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/py-dev/attachments/20090123/31f25b7e/attachment.htm From holger at merlinux.eu Sat Feb 21 12:09:32 2009 From: holger at merlinux.eu (holger krekel) Date: Sat, 21 Feb 2009 12:09:32 +0100 Subject: [py-dev] pytest news: plugins, pycon, release-separation Message-ID: <20090221110932.GN4576@trillke.net> Hi folks, some good news. as those glimpsing at pytest svn-commits know i am heavily working on a new plugin architecture. I am really happy about it as those also following me on my brand-new twitter account (hpk42) might guess. Around Pycon i am giving a tutorial about advanced testing topics including cross-platform distributed testing and writing plugins and i plan to talk in detil about the new and much improved ways of doing things. Here is the status: * Terminal reporting is now a nice self-contained plugin * there is a new "xfail" plugin, inspired by SimPy to mark test functions as "expected to fail" and report specially * a "poccoo" plugin for sending test failures to http://paste.pocoo.org * new plugins for managing setup/teardown of application state, using a turns-out-to-work-great new mechanism which i guess nosetests might imitate at some point :) Regarding the next release i consider doing the following: * open two google-code projects "pytest" and "pylib" with their svn repos remaining at codespeak (where many projects share one respository - i prefer that) * move current py/test/ to its own "pytest/" root project and depend on the py lib for install. * aim to do two alpha releases, pytest-1.0 alpha and py lib 1.0 alpha (containing the rest) What do you think? I am unfamiliar with commoditized code hosting and consider using google code. I'd probably like to also have an issue tracker for pytest. Any comments/recommendations? Would someone be up for co-admining such a project? Meanwhile i am finishing up the pytestplugins branch for merge to trunk, stay tuned :) cheers & have fun, hope to meet some of you at Pycon, holger -- collaborative expert contracting: http://merlinux.eu PyPy Python/Compiler tool chain: http://codespeak.net/pypy pylib py.test/greenlets/svn APIs: http://pylib.org From lac at openend.se Sat Feb 21 12:16:57 2009 From: lac at openend.se (Laura Creighton) Date: Sat, 21 Feb 2009 12:16:57 +0100 Subject: [py-dev] pytest news: plugins, pycon, release-separation In-Reply-To: Message from holger krekel of "Sat, 21 Feb 2009 12:09:32 +0100." <20090221110932.GN4576@trillke.net> References: <20090221110932.GN4576@trillke.net> Message-ID: <200902211116.n1LBGv61023617@theraft.openend.se> request: can we get a debian package of py-test? Laura From holger at merlinux.eu Sat Feb 21 12:34:09 2009 From: holger at merlinux.eu (holger krekel) Date: Sat, 21 Feb 2009 12:34:09 +0100 Subject: [py-dev] pytest news: plugins, pycon, release-separation In-Reply-To: <200902211116.n1LBGv61023617@theraft.openend.se> References: <20090221110932.GN4576@trillke.net> <200902211116.n1LBGv61023617@theraft.openend.se> Message-ID: <20090221113409.GP4576@trillke.net> On Sat, Feb 21, 2009 at 12:16 +0100, Laura Creighton wrote: > request: can we get a debian package of py-test? i haven't done the existing package management, "python-codespeak-lib" for some debian naming policy reasons. I guess it will be easier to have python-pytest" package in the future. holger From pedronis at openend.se Sat Feb 21 14:22:30 2009 From: pedronis at openend.se (Samuele Pedroni) Date: Sat, 21 Feb 2009 14:22:30 +0100 Subject: [py-dev] pytest news: plugins, pycon, release-separation In-Reply-To: <20090221110932.GN4576@trillke.net> References: <20090221110932.GN4576@trillke.net> Message-ID: <49A00016.7080108@openend.se> holger krekel wrote: > Hi folks, > > some good news. as those glimpsing at pytest svn-commits know > i am heavily working on a new plugin architecture. I am > really happy about it as those also following me on my > brand-new twitter account (hpk42) might guess. > > Around Pycon i am giving a tutorial about advanced testing > topics including cross-platform distributed testing and > writing plugins and i plan to talk in detil about the new and > much improved ways of doing things. Here is the status: > > * Terminal reporting is now a nice self-contained plugin > * there is a new "xfail" plugin, inspired by SimPy to mark > test functions as "expected to fail" and report specially > * a "poccoo" plugin for sending test failures to http://paste.pocoo.org > * new plugins for managing setup/teardown of application state, > using a turns-out-to-work-great new mechanism > which i guess nosetests might imitate at some point :) > Will plugins be able to customize/interact with collection or is that something that can only be done in conftests? I haven't looked deeply at the branch yet. We are finally looking into open sourcing our (Open End) infrastructure that we briefly spoke about at last europython, to test javascript in browsers (more unit testing and integration testing than ui driving testing) through py.test and trying to cleanup some aspects of it; ways to control collection for special file extensions or for special base classes etc would be interesting. Samuele From holger at merlinux.eu Sat Feb 21 15:00:29 2009 From: holger at merlinux.eu (holger krekel) Date: Sat, 21 Feb 2009 15:00:29 +0100 Subject: [py-dev] pytest news: plugins, pycon, release-separation In-Reply-To: <49A00016.7080108@openend.se> References: <20090221110932.GN4576@trillke.net> <49A00016.7080108@openend.se> Message-ID: <20090221140029.GS4576@trillke.net> On Sat, Feb 21, 2009 at 14:22 +0100, Samuele Pedroni wrote: > holger krekel wrote: >> Hi folks, >> >> some good news. as those glimpsing at pytest svn-commits know >> i am heavily working on a new plugin architecture. I am >> really happy about it as those also following me on my >> brand-new twitter account (hpk42) might guess. >> >> Around Pycon i am giving a tutorial about advanced testing >> topics including cross-platform distributed testing and writing plugins >> and i plan to talk in detil about the new and much improved ways of >> doing things. Here is the status: >> >> * Terminal reporting is now a nice self-contained plugin >> * there is a new "xfail" plugin, inspired by SimPy to mark test >> functions as "expected to fail" and report specially * a "poccoo" >> plugin for sending test failures to http://paste.pocoo.org >> * new plugins for managing setup/teardown of application state, using >> a turns-out-to-work-great new mechanism which i guess nosetests might >> imitate at some point :) > Will plugins be able to customize/interact with collection or is that > something that can only be done in conftests? I haven't looked deeply at > the branch yet. For starters, I prepared a plugin for collecting traditional unit tests: http://codespeak.net/svn/py/branch/pytestplugin/py/test/plugin/pytest_unittest.py notes on this: * all the current plugins organise their code in a single file including tests. * there currently is no defined hook for collecting files or directories but it should be easy to add > We are finally looking into open sourcing our (Open End) infrastructure > that we briefly spoke about at last europython, to test javascript in > browsers (more unit testing and integration testing than ui driving > testing) through py.test and trying to cleanup some aspects of it; ways > to control collection for special file extensions or for special base > classes etc would be interesting. great news. And a good case for using the plugin architecture. holger From lac at openend.se Sat Feb 21 15:21:28 2009 From: lac at openend.se (Laura Creighton) Date: Sat, 21 Feb 2009 15:21:28 +0100 Subject: [py-dev] pytest news: plugins, pycon, release-separation In-Reply-To: Message from holger krekel of "Sat, 21 Feb 2009 12:34:09 +0100." <20090221113409.GP4576@trillke.net> References: <20090221110932.GN4576@trillke.net> <200902211116.n1LBGv61023617@theraft.openend.se> <20090221113409.GP4576@trillke.net> Message-ID: <200902211421.n1LELSD3026817@theraft.openend.se> In a message of Sat, 21 Feb 2009 12:34:09 +0100, holger krekel writes: >On Sat, Feb 21, 2009 at 12:16 +0100, Laura Creighton wrote: >> request: can we get a debian package of py-test? > >i haven't done the existing package management, >"python-codespeak-lib" for some debian naming policy reasons. > >I guess it will be easier to have python-pytest" package >in the future. > >holger That was so obscure I didn't know it existed. Ooops. Thank you. Laura From lac at openend.se Sat Feb 21 20:10:53 2009 From: lac at openend.se (Laura Creighton) Date: Sat, 21 Feb 2009 20:10:53 +0100 Subject: [py-dev] [TIP] pytest news: plugins, pycon, release-separation In-Reply-To: Message from Nicolas Chauvat of "Sat, 21 Feb 2009 18:01:54 +0100." <20090221170154.GA5212@volans.logilab.fr> References: <20090221110932.GN4576@trillke.net> <200902211116.n1LBGv61023617@theraft.openend.se> <20090221170154.GA5212@volans.logilab.fr> Message-ID: <200902211910.n1LJArPH031405@theraft.openend.se> In a message of Sat, 21 Feb 2009 18:01:54 +0100, Nicolas Chauvat writes: >I thought codespeak's test harness was called py.test, did it change >its name recently ? > >-- >Nicolas Chauvat I just typed py-test instead of py.test. Laura From holger at merlinux.eu Sun Feb 22 17:32:29 2009 From: holger at merlinux.eu (holger krekel) Date: Sun, 22 Feb 2009 17:32:29 +0100 Subject: [py-dev] [TIP] pytest news: plugins, pycon, release-separation In-Reply-To: <20090221170154.GA5212@volans.logilab.fr> References: <20090221110932.GN4576@trillke.net> <200902211116.n1LBGv61023617@theraft.openend.se> <20090221170154.GA5212@volans.logilab.fr> Message-ID: <20090222163229.GT4576@trillke.net> On Sat, Feb 21, 2009 at 18:01 +0100, Nicolas Chauvat wrote: > Hi, > > On Sat, Feb 21, 2009 at 12:16:57PM +0100, Laura Creighton wrote: > > request: can we get a debian package of py-test? > > http://packages.debian.org/etch/all/python-logilab-common/filelist > http://packages.debian.org/lenny/all/python-logilab-common/filelist > > A /usr/bin/pytest executable has been in debian for a long time now > (as you can see it was already in etch). > > I thought codespeak's test harness was called py.test, did it change > its name recently ? not yet. "pytest" and "py.test" are often used as sysnonyms - and i wasn't aware of this naming conflict. holger From holger at merlinux.eu Sun Feb 22 17:40:32 2009 From: holger at merlinux.eu (holger krekel) Date: Sun, 22 Feb 2009 17:40:32 +0100 Subject: [py-dev] new way to organise test state / new blog Message-ID: <20090222164032.GU4576@trillke.net> Hi py-dev, testing-in-python and pypy-dev, i just created a blog where i intend to write about news regarding testing and python and metaprogramming. http://tetamap.blogspot.com/ and did a first posting about a new way of doing test state setup with py.test. Um, does anybody know how to do code coloring with blogspot? cheers, holger -- collaborative expert contracting: http://merlinux.eu PyPy Python/Compiler tool chain: http://codespeak.net/pypy pylib py.test/greenlets/svn APIs: http://pylib.org From holger at merlinux.eu Sun Feb 22 19:09:51 2009 From: holger at merlinux.eu (holger krekel) Date: Sun, 22 Feb 2009 19:09:51 +0100 Subject: [py-dev] [pypy-dev] new way to organise test state / new blog In-Reply-To: <20090222164032.GU4576@trillke.net> References: <20090222164032.GU4576@trillke.net> Message-ID: <20090222180951.GV4576@trillke.net> Hello again, thanks to all! I'll check out the suggested code coloring options. note that i decided to move to wordpress already, i.e. http://tetamap.wordpress.com/ because i like the interface possibilities there better. sorry for the noise. please send any more comments to me privately and not as a cross-post. best, holger On Sun, Feb 22, 2009 at 17:40 +0100, holger krekel wrote: > Hi py-dev, testing-in-python and pypy-dev, > > i just created a blog where i intend to write about news > regarding testing and python and metaprogramming. > > http://tetamap.blogspot.com/ > > and did a first posting about a new way of doing test state > setup with py.test. Um, does anybody know how to do code coloring > with blogspot? > > cheers, > > holger > > -- > collaborative expert contracting: http://merlinux.eu > PyPy Python/Compiler tool chain: http://codespeak.net/pypy > pylib py.test/greenlets/svn APIs: http://pylib.org > _______________________________________________ > pypy-dev at codespeak.net > http://codespeak.net/mailman/listinfo/pypy-dev > -- collaborative expert contracting: http://merlinux.eu PyPy Python/Compiler tool chain: http://codespeak.net/pypy pylib py.test/greenlets/svn APIs: http://pylib.org From holger at merlinux.eu Fri Feb 27 12:54:14 2009 From: holger at merlinux.eu (holger krekel) Date: Fri, 27 Feb 2009 12:54:14 +0100 Subject: [py-dev] plugins for pytest, there now Message-ID: <20090227115414.GE4576@trillke.net> Hi all, i just posted some news regarding pytest plugins on my blog: http://tetamap.wordpress.com/ and looking forward myself to write more plugins and to the the nose/pytest plugin meetup at Pycon. cheers, holger -- Metaprogramming, Python, Testing: http://tetamap.wordpress.com Python, PyPy, pytest contracting: http://merlinux.eu From holger at merlinux.eu Mon Mar 23 19:23:08 2009 From: holger at merlinux.eu (holger krekel) Date: Mon, 23 Mar 2009 19:23:08 +0100 Subject: [py-dev] distributed testing / new py 1.0.0 alpha Message-ID: <20090323182308.GF4576@trillke.net> Hi everybody, I just uploaded a py lib 1.0.0a6, including window binary eggs. Would be great if you can test it to see if it works. Also wrote a little blog entry about the new distributed testing features of py.test. Please see here: http://tetamap.wordpress.com/2009/03/23/new-simultanously-test-your-code-on-all-platforms/ For those of you interested, there will be a py.test/nose meetup at Pycon US for discussing further collaboration. Looking foward to it and to Pycon in general! cheers, holger -- Metaprogramming, Python, Testing: http://tetamap.wordpress.com Python, PyPy, pytest contracting: http://merlinux.eu From holger at merlinux.eu Wed Mar 25 12:58:52 2009 From: holger at merlinux.eu (holger krekel) Date: Wed, 25 Mar 2009 12:58:52 +0100 Subject: [py-dev] 1.0.0a7 / no greenlets! Message-ID: <20090325115852.GQ4576@trillke.net> Hi all, i just uploaded a new 1.0 alpha to Pypi. At this time, there are no binary packages. The only reason the py lib needs binary eggs is for greenlets. I intend to move them out of the py lib completely to simplify packaging. changes since 1.0.0a6: * greenlets are now disabled by default * fixes for Mac OSX issues * fix py.process.cmdexec leaving open files around on some platforms (fixes potential tissues of continued py.path.svn usage) have fun and let me know if there are any problems. holger -- Metaprogramming, Python, Testing: http://tetamap.wordpress.com Python, PyPy, pytest contracting: http://merlinux.eu From denis.bilenko at gmail.com Wed Mar 25 13:16:59 2009 From: denis.bilenko at gmail.com (Denis Bilenko) Date: Wed, 25 Mar 2009 18:16:59 +0600 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <20090325115852.GQ4576@trillke.net> References: <20090325115852.GQ4576@trillke.net> Message-ID: <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> what's the place to get the greenlets after pylib 1.0.0 is released? On Wed, Mar 25, 2009 at 5:58 PM, holger krekel wrote: > Hi all, > > i just uploaded a new 1.0 alpha to Pypi. > > At this time, there are no binary packages. ?The only reason > the py lib needs binary eggs is for greenlets. ?I intend > to move them out of the py lib completely to simplify packaging. > > changes since 1.0.0a6: > > * greenlets are now disabled by default > * fixes for Mac OSX issues > * fix py.process.cmdexec leaving open files around on some > ?platforms (fixes potential tissues of continued py.path.svn usage) > > have fun and let me know if there are any problems. > holger > > -- > Metaprogramming, Python, Testing: http://tetamap.wordpress.com > Python, PyPy, pytest contracting: http://merlinux.eu > _______________________________________________ > py-dev mailing list > py-dev at codespeak.net > http://codespeak.net/mailman/listinfo/py-dev > From holger at merlinux.eu Wed Mar 25 13:32:57 2009 From: holger at merlinux.eu (holger krekel) Date: Wed, 25 Mar 2009 13:32:57 +0100 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> References: <20090325115852.GQ4576@trillke.net> <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> Message-ID: <20090325123257.GT4576@trillke.net> On Wed, Mar 25, 2009 at 18:16 +0600, Denis Bilenko wrote: > what's the place to get the greenlets after pylib 1.0.0 is released? that's an open question. Anyone up for caring? I also mailed Armin who came up with this verrsion of greenlets. holger > On Wed, Mar 25, 2009 at 5:58 PM, holger krekel wrote: > > Hi all, > > > > i just uploaded a new 1.0 alpha to Pypi. > > > > At this time, there are no binary packages. ?The only reason > > the py lib needs binary eggs is for greenlets. ?I intend > > to move them out of the py lib completely to simplify packaging. > > > > changes since 1.0.0a6: > > > > * greenlets are now disabled by default > > * fixes for Mac OSX issues > > * fix py.process.cmdexec leaving open files around on some > > ?platforms (fixes potential tissues of continued py.path.svn usage) > > > > have fun and let me know if there are any problems. > > holger > > > > -- > > Metaprogramming, Python, Testing: http://tetamap.wordpress.com > > Python, PyPy, pytest contracting: http://merlinux.eu > > _______________________________________________ > > py-dev mailing list > > py-dev at codespeak.net > > http://codespeak.net/mailman/listinfo/py-dev > > > _______________________________________________ > py-dev mailing list > py-dev at codespeak.net > http://codespeak.net/mailman/listinfo/py-dev > -- Metaprogramming, Python, Testing: http://tetamap.wordpress.com Python, PyPy, pytest contracting: http://merlinux.eu From schmir at gmail.com Wed Mar 25 15:10:53 2009 From: schmir at gmail.com (Ralf Schmitt) Date: Wed, 25 Mar 2009 15:10:53 +0100 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <20090325123257.GT4576@trillke.net> References: <20090325115852.GQ4576@trillke.net> <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> <20090325123257.GT4576@trillke.net> Message-ID: <932f8baf0903250710h7152f28hae3b1d8fb5507b2@mail.gmail.com> On Wed, Mar 25, 2009 at 1:32 PM, holger krekel wrote: > On Wed, Mar 25, 2009 at 18:16 +0600, Denis Bilenko wrote: >> what's the place to get the greenlets after pylib 1.0.0 is released? > > that's an open question. ?Anyone up for caring? > I also mailed Armin who came up with this verrsion of greenlets. > bob ippolito already has a greenlet package registered on pypi: http://pypi.python.org/pypi/greenlet - Ralf From holger at merlinux.eu Wed Mar 25 15:15:00 2009 From: holger at merlinux.eu (holger krekel) Date: Wed, 25 Mar 2009 15:15:00 +0100 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <932f8baf0903250710h7152f28hae3b1d8fb5507b2@mail.gmail.com> References: <20090325115852.GQ4576@trillke.net> <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> <20090325123257.GT4576@trillke.net> <932f8baf0903250710h7152f28hae3b1d8fb5507b2@mail.gmail.com> Message-ID: <20090325141500.GW4576@trillke.net> On Wed, Mar 25, 2009 at 15:10 +0100, Ralf Schmitt wrote: > On Wed, Mar 25, 2009 at 1:32 PM, holger krekel wrote: > > On Wed, Mar 25, 2009 at 18:16 +0600, Denis Bilenko wrote: > >> what's the place to get the greenlets after pylib 1.0.0 is released? > > > > that's an open question. ?Anyone up for caring? > > I also mailed Armin who came up with this verrsion of greenlets. > > > > bob ippolito already has a greenlet package registered on pypi: > http://pypi.python.org/pypi/greenlet thanks. right, heart of it. so i guess we could just point to it and be done. holger From denis.bilenko at gmail.com Wed Mar 25 16:08:45 2009 From: denis.bilenko at gmail.com (Denis Bilenko) Date: Wed, 25 Mar 2009 21:08:45 +0600 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <20090325141500.GW4576@trillke.net> References: <20090325115852.GQ4576@trillke.net> <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> <20090325123257.GT4576@trillke.net> <932f8baf0903250710h7152f28hae3b1d8fb5507b2@mail.gmail.com> <20090325141500.GW4576@trillke.net> Message-ID: <95d6e98c0903250808y75532809yf2982bcb4d9e33e2@mail.gmail.com> hrm, on Debian, we get greenlet from python-codespeak-lib package. There seem to be no separate package for greenlet. Does anyone care enough to create a package for standalone greenlet? or is it the wrong list to ask. On Wed, Mar 25, 2009 at 8:15 PM, holger krekel wrote: > On Wed, Mar 25, 2009 at 15:10 +0100, Ralf Schmitt wrote: >> On Wed, Mar 25, 2009 at 1:32 PM, holger krekel wrote: >> > On Wed, Mar 25, 2009 at 18:16 +0600, Denis Bilenko wrote: >> >> what's the place to get the greenlets after pylib 1.0.0 is released? >> > >> > that's an open question. ?Anyone up for caring? >> > I also mailed Armin who came up with this verrsion of greenlets. >> > >> >> bob ippolito already has a greenlet package registered on pypi: >> http://pypi.python.org/pypi/greenlet > > thanks. right, heart of it. ?so i guess we could > just point to it and be done. > > holger >