[Python-Dev] JOB OPENING: Implementor for Python and Search
I hope posting job vacancies does not violate established list netiquette. The job in question is mainly to do with the PyPy EU project. -- Alastair --- Alastair Burt German Centre for AI (DFKI), Stuhlsatzenhausweg 3 Saarbruecken 66123, Germany Email: [EMAIL PROTECTED] Tel: +49 681 302 2565 Fax: +49 681 302 5338 DFKI-LT - Job Opening The German Research Center for Artificial Intelligence (DFKI GmbH) is seeking for its Language Technology Lab a researcher/software developer with a strong background in Computer Science, who is interested in working on industrial R&D in the area of language implementation and support for the semantic web. The contract will be for approx. two years, with extensions being subject to availability of funding. Description of work The successful candidate will carry on research and collaborate on software design and implementation in the following areas: - Investigation of search in constraint and logic programming languages. - Investigation of query languages for the semantic web. - Design of conceptual framework for search in Python. - Implementation of search in Python using the facilities offered by PyPy. - Application of the new search functionality to support queries in ontology driven web sites. Requirements: - Good programming skills, particularly in the Python programming language. - Knowledge of semantic web technologies. - Excellent communication skills in English. - Working with high motivation in a team. Additional assets: - Knowledge of the implementation of Python. - Knowledge of constraint programming. Additional Information DFKI GmbH is located on the campus of Saarland University in Saarbrücken, Germany. The university's research groups and curricula in the fields of Computational Linguistics and Computer Science are internationally renowned. The LT-Lab offers excellent working conditions in a well-established research group. The position provides opportunities to collaborate in a variety of international projects. The competitive salary is calculated according to qualifications based on DFKI GmbH scales. The successful candidate will have opportunities for improving their qualification. Please send your electronic application (preferably in PDF format) to [EMAIL PROTECTED], referring to job opening No. 200501, not later than February 15, 2005. A meaningful application should include a cover letter, a CV, a brief summary of research interests, a statement of interest in the position offered, and contact information for three references. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] JOB OPENING: Implementor for Python and Search
On Friday 04 February 2005 09:04, [EMAIL PROTECTED] wrote: > I hope posting job vacancies does not violate established list > netiquette. The job in question is mainly to do with the PyPy EU project. There's a Python Job Board on python.org; see http://www.python.org/Jobs-howto.html for information on posting opportunities there. -Fred -- Fred L. Drake, Jr. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] JOB OPENING: Implementor for Python and Search
Alastair> I hope posting job vacancies does not violate established list Alistair> netiquette. The job in question is mainly to do with the PyPy Alistair> EU project. Not a huge faux pas, but you will get much better exposure by submitting it to the Python Job Board. Details on posting vacancies can be found here: http://www.python.org/Jobs-howto.html -- Skip Montanaro [EMAIL PROTECTED] http://www.mojam.com/ ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Re: [Python-checkins] python/dist/src/Misc NEWS, 1.1237, 1.1238
[EMAIL PROTECTED] > Log Message: > Add NEWS item about future parser bug. Give back the time machine! -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Misc NEWS, 1.1237, 1.1238
On Fri, 4 Feb 2005 10:46:52 -0800, Guido van Rossum <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] > > Log Message: > > Add NEWS item about future parser bug. > > Give back the time machine! I already will have by the time you needed it. Jeremy ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Misc NEWS, 1.1237, 1.1238
On 4-feb-05, at 20:00, Jeremy Hylton wrote: Add NEWS item about future parser bug. Give back the time machine! I already will have by the time you needed it. I knew this was going to happen one day. (And now we should all be getting out our copies of the HHGTTG and work out the horrible future past conditional tense and such. It's probably having shall been in book 2). -- Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] cookielib patch
Anyone like to commit 1028908? Patch was written by module author (me), including an important doc warning re (lack of) thread safety which I mistakenly thought had got into 2.4.0. John ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Wanted: members for Python Security Response Team
On Thu, 3 Feb 2005, Guido van Rossum wrote: [...] > hope at least one person from the release team can be involved, e.g. [...] Guido, from python-announce list: [...] > Python 2.3.5 will be released from www.python.org within a few days > containing a fix for this issue. Python 2.4.1 will be released later > this month containing the same fix. Patches for Python 2.2, 2.3 and > 2.4 are also immediately available: [...] Hope this question isn't too dumb: How will Python releases made in response to security bugs be done: will they just include the security fix (rather than being taken from CVS HEAD), without the usual alpha / beta testing cycle? Or what...? John ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] 2.3.5 and 2.4.1 release plans
Ok, so here's the state of play: 2.3.5 is currently aimed for next Tuesday, but there's an outstanding issue - the new copy code appears to have broken something, see www.python.org/sf/1114776 for the gory details. I'm completely out of time this weekend to look into it too closely - if someone has 1/2 an hour and wants to do some triage on the bug, I'd appreciate it, a great deal. I'm currently thinking about a 2.4.1 around the 23td of Feb - Martin and Fred, does this work for you? There's a bunch of backporting that should probably happen for that - I will try to get some time to do this in the next week or so. -- Anthony Baxter <[EMAIL PROTECTED]> It's never too late to have a happy childhood. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Re: [Python-checkins] python/dist/src/Python future.c, 2.14, 2.15
On Saturday 05 February 2005 05:38, [EMAIL PROTECTED] wrote: > Fix bug that allowed future statements virtually anywhere in a module. > > If we exit via the break here, we need to set ff_last_lineno or > FUTURE_POSSIBLE() will remain true. The bug affected statements > containing a variety of expressions, but not all expressions. It has > been present since Python 2.2. While this is undoubtedly a bug fix, I'm not sure that it should be backported - it will break people's code that is "working" now (albeit in a faulty way). What do people think? -- Anthony Baxter <[EMAIL PROTECTED]> It's never too late to have a happy childhood. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
RE: [Python-Dev] Re: [Python-checkins] python/dist/src/Python future.c, 2.14, 2.15
[Anthony] > While this is undoubtedly a bug fix, I'm not sure that it should be > backported - it will break people's code that is "working" now (albeit > in a faulty way). What do people think? I concur -- the balance of risks is towards the patch causing more harm than good. Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com