[issue44604] [Enhancement] Asyncio task decorator to provide interface to define async DAGs (similar to dask's delayed interface)

2021-07-15 Thread Art
Art added the comment: FYI - I've added created a new pypi project for this called `aiodag`. pip install aiodag Github here: https://github.com/aa1371/aiodag Pypi here: https://pypi.org/project/aiodag/ I would appreciate it if you could find some time take a look just at the readme

[issue44604] [Enhancement] Asyncio task decorator to provide interface to define async DAGs (similar to dask's delayed interface)

2021-07-13 Thread Art
Art added the comment: Hi Yury, could you by any chance point me to some material on the inclusion of task groups in 3.11? I've found these "task group" docs from a library called AnyIO: https://anyio.readthedocs.io/en/stable/tasks.html. If the asyncio task group feature

[issue44604] [Enhancement] Asyncio task decorator to provide interface to define async DAGs (similar to dask's delayed interface)

2021-07-13 Thread Art
Art added the comment: Note: regarding my inclusion of "airflow" in point #4 above. I in no way believe that airflow is a viable alternative to this proposal. I included it because one of those posts I linked explicitly mentioned that they looked into it as an a

[issue44604] [Enhancement] Asyncio task decorator to provide interface to define async DAGs (similar to dask's delayed interface)

2021-07-13 Thread Art
Art added the comment: I understand the hesitation to add this to the library, however I'd like to make a case for why I believe that it fits. To start this is my understanding of the scope of asyncio (or at least part of the scope, taken from the asyncio docs): asyncio provides a set

[issue44604] [Enhancement] Asyncio task decorator to provide interface to define async DAGs (similar to dask's delayed interface)

2021-07-12 Thread Art
Change by Art : -- title: [Enhancement] Asyncio task decorator to provide functionality similar to dask's delayed interface -> [Enhancement] Asyncio task decorator to provide interface to define async DAGs (similar to dask's delayed interf

setting variables in pdb

2010-05-18 Thread Art
of a local variable, it is convenient to be able to make sure that trying to change that variable doesn't unintentionally call a Pdb routine. Thanks, Art. -- http://mail.python.org/mailman/listinfo/python-list

CSV DictReader loops when used with MySQLdb

2010-03-09 Thread Art Zemon
= self.conn.cursor() print +++ insert: %s = %s % (sql, valueList) cursor.execute(sql, valueList) cursor.close() useCleanReader is False CsvLoader.printRows() works fine. CsvLoader.loadMySql() keeps looping through the CSV file. Ideas? -- Art Z. -- Art Zemon, President

[issue5148] gzip.open breaks with 'U' flag

2009-08-27 Thread Art Gillespie
Art Gillespie agill...@gmail.com added the comment: The problem appears to be that the gzip module simply doesn't support universal newlines yet. I'm currently working on the zipfile module's universal newline support (issue6759) so if nobody else is working on this, I'll do it. I'm not sure

[issue6759] zipfile.ZipExtFile.read() is missing universal newline support

2009-08-26 Thread Art Gillespie
Art Gillespie agill...@gmail.com added the comment: Hi Ryan, Thanks for the feedback. I've attached a new patch that fixes the read(nbytes) behavior--It will now always return the requested number of bytes regardless of newline replacement. There's now a unit test for this as well. I also

[issue6759] zipfile.ZipExtFile.read() is missing universal newline support

2009-08-26 Thread Art Gillespie
Art Gillespie agill...@gmail.com added the comment: Hi David, Thanks for the review. Patch attached. (1) I've moved that comment to the check's new location. (2) Fixed the bug and added tests for only one separator. Also added test data and tests for mixed eol files. (3) I changed

[issue6518] Enable 'with' statement in ossaudiodev module

2009-08-26 Thread Art Gillespie
Art Gillespie agill...@gmail.com added the comment: Hi Victor, I copied both the return NULL behavior in oss_exit and the oss_self naming from Objects/fileobject.c: http://paste.pocoo.org/show/136451/ Should they be changed there as well

[issue6759] zipfile.ZipExtFile.read() is missing universal newline support

2009-08-26 Thread Art Gillespie
Art Gillespie agill...@gmail.com added the comment: Just found another bug in the code that sets the newlines attribute. Please disregard issue6759_3.diff -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6759

[issue6759] zipfile.ZipExtFile.read() is missing universal newline support

2009-08-26 Thread Art Gillespie
Art Gillespie agill...@gmail.com added the comment: Latest patch attached. * Fixed the code that populates the newlines attribute. I think I've covered all the cases... * Found another deviation from file object behavior in this module: Calling read with a negative size parameter does

[issue6759] zipfile.ZipExtFile.read() is missing universal newline support

2009-08-22 Thread Art Gillespie
Art Gillespie agill...@gmail.com added the comment: Patch for both zipfile.py and test_zipfile.py attached. * The universal newline logic is now in read instead of readline. * UniversalNewlineTests.read_test changed to check for \n rather than unchanged eol. -- keywords: +patch nosy

[issue6518] Enable 'with' statement in ossaudiodev module

2009-08-21 Thread Art Gillespie
Art Gillespie agill...@gmail.com added the comment: Diff attached * Added the __enter__ and __exit__ methods to the ossaudio object. * Updated tests so they pass (attempt to access ossaudio.closed throws AttributeError instead of TypeError) My first patch. Please let me know if I did anything

isinstance(obj, type(obj)) == True?

2009-06-24 Thread Art
I have the following problem: ipdb p type(self) class 'component.BiasComponent' ipdb isinstance(self, component.BiasComponent) False I thought that isinstance(obj, type(obj)) == True. The specific problem is when I try to call the super of a class and it only occurs after 'reload'ing the file

Re: distutils extension configuration problem

2009-06-05 Thread Art
='-arch i386' python setup.py install Art -- http://mail.python.org/mailman/listinfo/python-list

UnicodeEncodeError

2008-12-15 Thread Ali art
Hello! I am using Windows XP professional version 2002 Service pack 3. AMD Athlon(TM)XP 2400+ 2.00GHz 992MB RAM. I have downloaded Windows x86 MSI Instaler Python 3.0 (sig) (r30:67507, Dec 3 2008, 20:14:27) [MSC v.1500 32 bit (Intel)] on win32 Control Panel - System - Advanced - Environment

Feedback

2008-11-22 Thread Ali art
I am using Windows XP professional version 2002 Service pack 3. AMD Athlon(TM)XP 2400+ 2.00GHz 992MB RAM.I have download Windows x86 MSI Instaler (3.0rc2) Python 3.0rc2 Release: 06-Nov-2008. I want to use source code file from Python Command line but I could not. Firstly i opened IDLE and

Re: What does this thread have to do with classical music,

2007-09-08 Thread Art Deco
ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote

Re: What does this thread have to do with classical music,

2007-08-20 Thread Art Deco
ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: Who wrote? What does

Re: What does this thread have to do with classical music,

2007-08-18 Thread Art Deco
ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: Who wrote? What does that have to do with classical music, snuhwolf

Re: What does this thread have to do with classical music,

2007-08-01 Thread Art Deco
ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: Who wrote? What does that have to do with classical music, snuhwolf? What does that have to do with classical

Re: What does this thread have to do with classical music,

2007-07-29 Thread Art Deco
ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: ah [EMAIL PROTECTED] wrote: Art Deco wrote: Who wrote? What does that have to do with classical music, snuhwolf? What does that have to do with classical music, snuhwolf? How many more times

[ANNOUNCE] Thirty-sixth release of PythonCAD now available

2007-05-14 Thread Art Haas
/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard

[ANNOUNCE] Thirty-sixth release of PythonCAD now available

2007-05-13 Thread Art Haas
/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard

Re: [PythonCAD] [ANNOUNCE] Thirty-fifth release of PythonCAD now available

2006-12-21 Thread Art Haas
the site has always had. Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 -- http://mail.python.org/mailman/listinfo/python-list

[ANNOUNCE] Thirty-fifth release of PythonCAD now available

2006-12-20 Thread Art Haas
web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like

Re: [PythonCAD] [ANNOUNCE] Thirty-fifth release of PythonCAD now available

2006-12-20 Thread Art Haas
the site has always had. Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 -- http://mail.python.org/mailman/listinfo/python-announce-list

[ANNOUNCE] Thirty-fifth release of PythonCAD now available

2006-12-20 Thread Art Haas
web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like

[ANNOUNCE] Thirty-fourth release of PythonCAD now available

2006-08-03 Thread Art Haas
the mailing list archive: http://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once

[ANNOUNCE] Thirty-third release of PythonCAD now available

2006-07-07 Thread Art Haas
/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 -- http

[ANNOUNCE] Thirty-second release of PythonCAD now available

2006-05-25 Thread Art Haas
does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind

[ANNOUNCE] Thirty-first release of PythonCAD now available

2006-05-20 Thread Art Haas
://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard

[ANNOUNCE] Thirty-first release of PythonCAD now available

2006-05-19 Thread Art Haas
://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard

[ANNOUNCE] Thirtieth release of PythonCAD now available

2006-03-22 Thread Art Haas
site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship

[ANNOUNCE] Thirtieth release of PythonCAD now available

2006-03-21 Thread Art Haas
site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship

[ANNOUNCE] Twenty-ninth release of PythonCAD now available

2006-03-03 Thread Art Haas
/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 -- http

[ANNOUNCE] Twenty-eighth release of PythonCAD now available

2006-02-02 Thread Art Haas
list archive: http://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering

[ANNOUNCE] Twenty-eighth release of PythonCAD now available

2006-02-02 Thread Art Haas
list archive: http://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering

[ANNOUNCE] Twenty-seventh release of PythonCAD now available

2005-12-08 Thread Art Haas
://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822

[ANNOUNCE] Twenty-seventh release of PythonCAD now available

2005-12-07 Thread Art Haas
://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822

[ANNOUNCE] Twenty-sixth release of PythonCAD now available

2005-10-21 Thread Art Haas
! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 -- http://mail.python.org/mailman/listinfo/python-list

[ANNOUNCE] Twenty-fifth release of PythonCAD now available

2005-05-26 Thread Art Haas
://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James

[ANNOUNCE] Twenty-fourth release of PythonCAD now available

2005-04-29 Thread Art Haas
/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against

[ANNOUNCE] Twenty-fourth release of PythonCAD now available

2005-04-28 Thread Art Haas
/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against

[ANNOUNCE] Twenty-third release of PythonCAD now available

2005-03-18 Thread Art Haas
subscribing and viewing the mailing list archive: http://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art

[ANNOUNCE] Twenty-third release of PythonCAD now available

2005-03-18 Thread Art Haas
subscribing and viewing the mailing list archive: http://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art

[ANNOUNCE] Twenty-second release of PythonCAD now available

2005-01-27 Thread Art Haas
to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas

[ANNOUNCE] Twenty-second release of PythonCAD now available

2005-01-26 Thread Art Haas
to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas

[ANNOUNCE] Twenty-first release of PythonCAD now available

2005-01-12 Thread Art Haas
://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has

[ANNOUNCE] Twentieth release of PythonCAD now available

2004-12-22 Thread Art Haas
site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like

[ANNOUNCE] Twentieth release of PythonCAD now available

2004-12-21 Thread Art Haas
site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like