Authorize - 0.0.4

2008-11-21 Thread Valentino Volonghi aka Dialtone
information management functionalities. It enables merchants to authorize, settle and manage credit card and electronic check transactions via Web sites, retail stores, mail order/telephone order (MOTO) call centers and mobile devices. -- Valentino Volonghi aka Dialtone http://stacktrace.it

Re: Python 2.6: Determining if a method is inherited

2008-10-05 Thread Valentino Volonghi aka Dialtone
also makes sense. If it's inherited I expect it to be the very same function object of one of the bases (which you can get with inspect.getmro(Clazz)). On the other end if you override it it's not the same function object so it won't return True when applied to 'is'. HTH -- Valentino Volonghi aka

Re: Python to use a non open source bug tracker?

2006-10-04 Thread Valentino Volonghi aka Dialtone
. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http://vvolonghi.blogspot.com New Pet: http://www.stiq.it -- http://mail.python.org/mailman/listinfo/python-list

Re: Python to use a non open source bug tracker?

2006-10-04 Thread Valentino Volonghi aka Dialtone
for it? Considering that trac can also run on postgres or mysql and also considering that both of these databases have enough tools to deal with backups I think it's a non issue. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http://vvolonghi.blogspot.com New Pet: http://www.stiq.it

Re: Python vs. Lisp -- please explain

2006-02-19 Thread Valentino Volonghi aka Dialtone
Steven D'Aprano [EMAIL PROTECTED] wrote: By that logic, all languages are interpreted. What do you think happens to the machinecode? Interpreted to transistors state by an internal mapping in the CPU opcode == input configuration. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4

Re: Still Loving Python

2005-12-14 Thread Valentino Volonghi aka Dialtone
= Proxy('my_ui.glade') And it also provide an easy and flexible way to integrate additional custom widgets in the design process. Of course it's always possible to build powerful GUIs without using designers at all: http://www.lethalman.net/?p=21 -- Valentino Volonghi aka Dialtone Now Running

Re: Python Jabber client?

2005-09-08 Thread Valentino Volonghi aka Dialtone
implementation inside it but it's very simple (and for example doesn't support SASL). -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Python compiled?

2005-09-05 Thread Valentino Volonghi aka Dialtone
to native code, the other is compiled to bytecode and JITted or interpreted and python is compiled to bytecode and interpreted or (with psyco) JITted. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman

Re: Release of PyPy 0.7.0

2005-08-28 Thread Valentino Volonghi aka Dialtone
that traces each operation done. Either way, this looks like a great milestone - congratulations to the entire team. (I remember PyPy being met with skepticism as to whether it could even be done! :-) Indeed. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http

Re: Python for Webscripting (like PHP)

2005-08-18 Thread Valentino Volonghi aka Dialtone
the links in there end in .py. Blogger is almost completely built with python. Google is also one of the members of the PSF. What should be demonstrated? -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org

Re: Web Framework Reviews

2005-07-19 Thread Valentino Volonghi aka Dialtone
used it. Nevow is exactly what you define as a web framework, and it would be quite interesting to know why you didn't put it in that section. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org

Re: Web Framework Reviews

2005-07-19 Thread Valentino Volonghi aka Dialtone
in a dynamic way depending on the value of the segment argument. It seems to me that you really never tracked Nevow, your information is very incomplete. I think you should complete it before talking about Nevow :). -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http

Re: Web Framework Reviews

2005-07-19 Thread Valentino Volonghi aka Dialtone
in the template, Nevow prefers to put code in python and allow you to write some xhtml in python too. python is easier to manage and less likely to be screwed by any designer that doesn't know what python is. Thanks for the explanations. np :) -- Valentino Volonghi aka Dialtone Now Running

Re: Web Framework Reviews

2005-07-19 Thread Valentino Volonghi aka Dialtone
] ] ] This is not harder than normal xhtml tags to follow. plus you don't have to remember what tag you are closing :) -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.4 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Python becoming less Lisp-like

2005-03-15 Thread Valentino Volonghi aka Dialtone
less then everything else). -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.3.8 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Lisp-likeness

2005-03-15 Thread Valentino Volonghi aka Dialtone
) Out[24]: 5 In [25]: b(1) Out[25]: 6 In [26]: c(1) Out[26]: 26 -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.3.8 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Python becoming less Lisp-like

2005-03-14 Thread Valentino Volonghi aka Dialtone
so many that you weren't able to count them. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.3.8 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Ajax technology collaboration

2005-02-24 Thread Valentino Volonghi aka Dialtone
and so on. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.3.8 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman/listinfo/python-list

Re: re-entrancy question

2005-02-08 Thread Valentino Volonghi aka Dialtone
to have its own implementation of RPC. How would the OP be better investigating something different, that he probably doesn't even need? Your comment would be pertinent only if it considered Perspective Broker against pyro, and I admit I don't know how they compare. -- Valentino Volonghi aka

Re: Nevow Tutorial and sample app

2005-01-06 Thread Valentino Volonghi aka Dialtone
protocols, or live pages like chatola. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.3.7 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Continuations Based Web Framework - Seaside.

2005-01-02 Thread Valentino Volonghi aka Dialtone
) also the back button will work. I've also already posted an url to the svn sandbox with a working example inside. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.3.7 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Web forum (made by python)

2004-12-20 Thread Valentino Volonghi aka Dialtone
[EMAIL PROTECTED] wrote: Don't see anything in PyPI. Do I have to write everything myself? Gah. I need more beer. I'm writing it in my spare time (which is not enough however). You can find the url in the sign. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.3.6 Blog: http