Pavel Pergamenshchik

Show:

What's happening?

  • AcceptEx needs to return an error code

    Right now, AcceptEx does not indicate whether the operation completed immediately or was queued. Since the information is available anyway, it would be nice if the function returned the code.

    2006-06-19 08:12:57 UTC in Python for Windows extensions

  • Add ConnectEx

    It would be nice to have the binding for ConnectEx. It is available only on WinXP and higher. The function pointer must be retrieved at runtime with WSAIoctl.

    2006-06-16 05:37:42 UTC in Python for Windows extensions

  • Comment: Inconsistent singleton constructor messages

    Logged In: YES user_id=595126 Either the first error message should be changed to "TypeError: cannot create 'none' instances" or the second one should be "TypeError: cannot create 'EllipsisType' instances". I apologize for being unclear.

    2005-07-11 20:22:22 UTC in Python

  • Comment: Inconsistent singleton constructor messages

    Logged In: YES user_id=595126 You wouldn't tolerate "TypeError: yuor fanction takes too mny arguements lol". The inconsistency looks unprofessional in the same way, if not magnitude.

    2005-07-11 18:30:51 UTC in Python

  • Inconsistent singleton constructor messages

    Inconsistent TypeError strings: >>> types.NoneType() Traceback (most recent call last): File "", line 1, in ? TypeError: cannot create 'NoneType' instances >>> types.EllipsisType() Traceback (most recent call last): File "", line 1, in ? TypeError: cannot create 'ellipsis' instances.

    2005-07-10 12:18:39 UTC in Python

  • WeakValueDictionary.__init__ is backwards

    >>> from weakref import WeakValueDictionary as wvd >>> class A: ... pass ... >>> wvd({1:A()}) Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.4/weakref.py", line 46, in __init__ UserDict.UserDict.__init__(self, *args, **kw) File "/usr/lib/python2.4/UserDict.py", line 7, in __init__ self.update(dict) File...

    2005-05-06 01:59:22 UTC in Python

  • Comment: AF_UNIX sockets do not handle Linux-specific addressing

    Logged In: YES user_id=595126 """The socket’s address in this namespace is given by the rest of the bytes in sun_path. Note that names in the abstract namespace are not zero‐terminated.""" The length would be UNIX_PATH_MAX in this case.

    2004-07-07 14:37:26 UTC in Python

  • Tito

    ppergame committed patchset 18 of module tito to the Tito CVS repository, changing 1 files.

    2003-12-13 01:42:48 UTC in Tito

  • Tito

    ppergame committed patchset 17 of module tito to the Tito CVS repository, changing 1 files.

    2003-12-11 18:58:54 UTC in Tito

  • Tito

    ppergame committed patchset 16 of module tito to the Tito CVS repository, changing 1 files.

    2003-12-11 18:56:15 UTC in Tito

About Me

  • 2002-08-14 (7 years ago)
  • 595126
  • ppergame (My Site)
  • Pavel Pergamenshchik

Send me a message