[issue17824] pty.spawn handles errors improperly

2013-04-23 Thread Gustavo Niemeyer
New submission from Gustavo Niemeyer: This simple script will spawn N Python interpreters that aren't properly collected due to the improper error handling: import pty for i in range(N): try: pty.spawn([/non-existent]) except: pass -- components: Library (Lib) messages: 187681

[issue1521950] shlex.split() does not tokenize like the shell

2012-02-22 Thread Gustavo Niemeyer
Changes by Gustavo Niemeyer gust...@niemeyer.net: -- nosy: -niemeyer ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1521950 ___ ___ Python-bugs

[issue9071] TarFile doesn't support member files with a leading ./

2010-06-29 Thread Gustavo Niemeyer
Gustavo Niemeyer gust...@niemeyer.net added the comment: Indeed, nice use of the time machine! :-) Thanks Lars! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9071

[issue9071] TarFile doesn't support member files with a leading ./

2010-06-24 Thread Gustavo Niemeyer
Gustavo Niemeyer gust...@niemeyer.net added the comment: Please note that even if unpacking such a tar might be semantically equivalent to a version which strips out the ./ prefix, it should be possible to create a tar with valid path names such as these. In the case of debs, for instance

dateutil 1.4

2008-02-28 Thread Gustavo Niemeyer
registry-based timezones. * Internal up-to-date world timezone information based on Olson's database. * Computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms; * More than 400 test cases. -- Gustavo Niemeyer http://niemeyer.net -- http

Storm 0.12 is out!

2008-01-29 Thread Gustavo Niemeyer
now defaults to UTF-8 (reported by Brad Crittenden). -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Mocker 0.10

2007-12-11 Thread Gustavo Niemeyer
in debugging. -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

dateutil 1.3

2007-11-20 Thread Gustavo Niemeyer
by Darren Dale. - All code is compatible with new-style division. - Timezone updates to tzdata2007i. -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

Mocker 0.8

2007-11-12 Thread Gustavo Niemeyer
simulation for using mocks while still performing certain type-checking operations. - Nice (optional) integration with unittest.TestCase, including additional assertions (e.g. assertIs, assertIn, etc). - More ... -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo

[issue1287] os.environ.pop doesn't work

2007-10-16 Thread Gustavo Niemeyer
New submission from Gustavo Niemeyer: import os os.system(echo $ASD) 0 os.environ[ASD] = asd os.system(echo $ASD) asd 0 os.environ.pop(ASD) 'asd' os.system(echo $ASD) asd 0 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1287

[issue1287] os.environ.pop doesn't work

2007-10-16 Thread Gustavo Niemeyer
Changes by Gustavo Niemeyer: -- nosy: niemeyer severity: normal status: open title: os.environ.pop doesn't work versions: Python 2.1.1, Python 2.1.2, Python 2.2, Python 2.2.1, Python 2.2.2, Python 2.2.3, Python 2.3, Python 2.4, Python 2.5, Python 2.6, Python 3.0

[ANN] python-dateutil 1.1

2005-12-24 Thread Gustavo Niemeyer
, using Western, Orthodox or Julian algorithms; * More than 450 test cases. Where to get it? http://labix.org/python-dateutil -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

[ANN] python-dateutil 1.1

2005-12-22 Thread Gustavo Niemeyer
, using Western, Orthodox or Julian algorithms; * More than 450 test cases. Where to get it? http://labix.org/python-dateutil -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

[ANN] python-dateutil 1.0

2005-07-20 Thread Gustavo Niemeyer
world timezone information based on Olson's database. * Computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms; * More than 400 test cases. Where to get it? https://moin.conectiva.com.br/DateUtil -- Gustavo Niemeyer http

[ANN] python-dateutil 1.0

2005-07-19 Thread Gustavo Niemeyer
world timezone information based on Olson's database. * Computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms; * More than 400 test cases. Where to get it? https://moin.conectiva.com.br/DateUtil -- Gustavo Niemeyer http

ANN: python-constraint 1.0

2005-07-08 Thread Gustavo Niemeyer
://codespeak.net/~niemeyer/constraint/files/ - Subversion repository - Available at: - http://codespeak.net/svn/user/niemeyer/constraint/ -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

ANN: python-constraint 1.0

2005-07-07 Thread Gustavo Niemeyer
://codespeak.net/~niemeyer/constraint/files/ - Subversion repository - Available at: - http://codespeak.net/svn/user/niemeyer/constraint/ -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: python-constraint 1.0

2005-07-07 Thread Gustavo Niemeyer
though I'm using CSP logic on other real world projects, I wrote that module completely for fun, and was not really caring if I was reinventing the wheel or not. Alexandre Fayolle LOGILAB, Paris (France). I'm currently in Paris, btw. -- Gustavo Niemeyer http

Re: f*cking re module

2005-07-05 Thread Gustavo Niemeyer
To reply to the last part of the discussion and esspecially to Gustavo Niemeyer, I really apriciate the way in which I had been answered. And I won't have any questions about the re module that I had before I post this threat. Great! As I said, that's a nice news group. I was frustration

Re: f*cking re module

2005-07-04 Thread Gustavo Niemeyer
what I love in that news group. Someone comes with a stupid and arrogant question, and someone else answers in a calm and reasonable way. Thanks Erik. -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

[ANN] dateutil 0.9

2005-02-24 Thread Gustavo Niemeyer
weekday to spell the not-set n value as None instead of 0. - Fixed other reported bugs. [1] http://www.twinsun.com/tz/tz-link.htm -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

Re: Python for Palm OS?

2004-12-10 Thread Gustavo Niemeyer
Is there any news regarding Python on the Palm OS front? As an interesting side effect of the recently announced PalmOS on Linux, porting Python for that platform will become a lot easier, hopefully. If only I could find Tim's time-machine and bring a unit from the future. ;-) -- Gustavo