[issue11129] logging: allow multiple entries in qualname config

2014-06-18 Thread Dariusz Suchojad
Dariusz Suchojad added the comment: Hello friends, @vinay.sajip - the use case for this feature is actually something I come across fairly often. In an application I have dozens and hundreds of logger instances. However, they all fall into one of several loggers. Most of the instances

[issue19095] Document SSLSocket.getpeercert always returns None without do_handshake

2013-09-26 Thread Dariusz Suchojad
Dariusz Suchojad added the comment: None isn't helpful as it could mean other things. This is another story but yes, it's true. API-wise, None should be returned in one situation only - we're on server side, ca_certs is non-CERT_NONE, do_handshake has been called yet there is no client

[issue19095] Document SSLSocket.getpeercert always returns None without do_handshake

2013-09-26 Thread Dariusz Suchojad
Dariusz Suchojad added the comment: I'm not sure people depend on getpeercert() returning None before the handshake is done, or perhaps by accident? Ah, no, I meant that people may depend on the documented behaviour of .getpeercert's returning an empty dict (which I mixed up with returning

[issue19095] Document SSLSocket.getpeercert always returns None without do_handshake

2013-09-25 Thread Dariusz Suchojad
New submission from Dariusz Suchojad: Hello, I'd like to suggest adding a simple note to SSLSocket.getpeercert stating that it will always return None if do_handshake has never been called. This is not the default behaviour, by default SSLSocket.__init__'s do_handshake_on_connect is True so

Re: ANN: Bubbles 0.1 – Virtual Data Object Framework

2013-06-24 Thread Dariusz Suchojad
On 06/23/2013 07:58 PM, Stefan Urbanek wrote: If you have any comments, suggestions or questions, let me know. Hi Stefan, GH readme links to http://bubbles.databrewery.org/ but this page times out, can't connect to it. cheers, -- Dariusz Suchojad -- http://mail.python.org/mailman

[ANN] Zato 1.1 - ESB and app server in Python

2013-06-03 Thread Dariusz Suchojad
(quintagroup.com). cheers, -- Dariusz Suchojad https://zato.io The next generation ESB and application server. Open-source. In Python. -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

Zato 1.0. The next generation ESB and application server. Open-source. In Python.

2013-05-19 Thread Dariusz Suchojad
/diversity.html Spread the news and enjoy! :-) cheers, -- Dariusz Suchojad https://zato.io The next generation ESB and application server. Open-source. In Python. -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org

sec-wall 1.1 / A feature packed security proxy

2012-03-01 Thread Dariusz Suchojad
started: http://sec-wall.gefira.pl/documentation/getting-started/index.html Usage examples: http://sec-wall.gefira.pl/documentation/usage-examples/index.html Twitter: https://twitter.com/fourthrealm Blog: http://www.gefira.pl/blog IRC: #sec-wall channel on Freenode network cheers, -- Dariusz Suchojad

ANN: PyMQI 1.2 - Python interface to WebSphere MQ

2011-03-15 Thread Dariusz Suchojad
/ Download URL: https://launchpad.net/pymqi/+download Usage examples: http://packages.python.org/pymqi/examples.html Twitter: https://twitter.com/fourthrealm Blog: http://www.gefira.pl/blog LinkedIn: http://www.linkedin.com/groups?gid=3726448 IRC: #pymqi channel on Freenode network cheers, -- Dariusz

Python WebSphere MQ LinkedIn group created

2010-12-24 Thread Dariusz Suchojad
://springpython.webfactional.com/1.2.x/sphinx/html/jms.html cheers, -- Dariusz Suchojad -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

[issue10190] Can argparse._AttributeHolder._get_kwargs become a public API?

2010-10-25 Thread Dariusz Suchojad
Dariusz Suchojad ds...@gefira.pl added the comment: I find that _AttributeHolder is a handy way for passing the command line options around the application. What is lacks though is a documented API for actually fetching the attributes in batches, like .items() or something similar that could

[issue10190] Can argparse._AttributeHolder._get_kwargs become a public API?

2010-10-24 Thread Dariusz Suchojad
New submission from Dariusz Suchojad ds...@gefira.pl: Hello, I was wondering if it were possible for the argparse._AttributeHolder._get_kwargs to become a part of the public API. Using this method is a very convenient way to get a hold of the arguments provided by the user and it would

ANN: PyMQI 1.1 - Python interface to WebSphere MQ

2010-07-11 Thread Dariusz Suchojad
, -- Dariusz Suchojad -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: PyMQI 1.0 - Python WebSphere MQ interface

2009-12-03 Thread Dariusz Suchojad
://launchpad.net/pymqi/ regards, -- Dariusz Suchojad -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

[issue6992] PEP 314 inconsistency (authors/author/maintainer)

2009-10-01 Thread Dariusz Suchojad
Dariusz Suchojad ds...@users.sourceforge.net added the comment: Hello, funny the bug report should surface in the very same time I was looking for a way to put 2 authors in the 'author' field :-) [Antoine Pitrou (pitrou)] It is still unknown what use case the new author scheme would solve

[issue1737] Windows installer issue (ObjectBrowser.py)

2008-01-08 Thread Dariusz Suchojad
Dariusz Suchojad added the comment: I think we can close the issue (although I seem not be able to do that). The installer works just fine now I've downloaded it using another browser. For future reference - the former one was Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko

[issue1737] Windows installer issue (ObjectBrowser.py)

2008-01-07 Thread Dariusz Suchojad
Dariusz Suchojad added the comment: Hmm, on a home PC the checksum's correct, it's a1d1a9c07bc4c78bd8fa05dd3efec87f. Assuming something is wrong with my download at work, is it possible for an MSI package to start the installation even when package is corrupted? Anyway, tomorrow I'll try

[issue1737] Windows installer issue (ObjectBrowser.py)

2008-01-04 Thread Dariusz Suchojad
New submission from Dariusz Suchojad: Hello, for some reasons I cannot install Python 2.5.1 using the default MSI package which may be found here http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi. This only happens on two of my PC's at work but I cannot reproduce it at home. The only

Re: MQSeries based file transfers using the pymqi module

2006-05-07 Thread Dariusz Suchojad
the message contents print msg -- Dariusz Suchojad -- http://mail.python.org/mailman/listinfo/python-list