¡@

Home 

python Programming Glossary: trac

How can I profile a SQLAlchemy powered application?

http://stackoverflow.com/questions/1171166/how-can-i-profile-a-sqlalchemy-powered-application

unit tests if you poke around http www.sqlalchemy.org trac browser sqlalchemy trunk test aaa_profiling . There we have..

sqlalchemy cursor error during yield_per

http://stackoverflow.com/questions/12233115/sqlalchemy-cursor-error-during-yield-per

is quite brittle. The recipe at http www.sqlalchemy.org trac wiki UsageRecipes WindowedRangeQuery shows one way to do this...

Python/Suds: Type not found: 'xs:complexType'

http://stackoverflow.com/questions/1329190/python-suds-type-not-found-xscomplextype

's resource is a good one. If you try to search in suds trac tickets you could see that other people have problems similar..

How to use Python plugin reCaptcha client for validation?

http://stackoverflow.com/questions/1440239/how-to-use-python-plugin-recaptcha-client-for-validation

quite straightforward. This is an example from a trivial trac plugin I'm using from recaptcha.client import captcha if req.method..

paste.httpserver and slowdown with HTTP/1.1 Keep-alive; tested with httperf and ab

http://stackoverflow.com/questions/1781766/paste-httpserver-and-slowdown-with-http-1-1-keep-alive-tested-with-httperf-and

socket.IPPROTO_TCP socket.TCP_NODELAY 1 How did I track it down First I instrumented every 'recv' in socket.py so I.. delay and found descriptions of this problem. The paste trac report is at http trac.pythonpaste.org pythonpaste ticket 392.. of this problem. The paste trac report is at http trac.pythonpaste.org pythonpaste ticket 392 along with a patch which..

Dynamically loading python source code

http://stackoverflow.com/questions/4514095/dynamically-loading-python-source-code

function is based on the autoreload.py from the CherryPy trac which originated from WSGIKit which is now dead. param extra_files..

Best way to run remote commands thru ssh in Twisted?

http://stackoverflow.com/questions/4617507/best-way-to-run-remote-commands-thru-ssh-in-twisted

write to the command's stdin. See http twistedmatrix.com trac ticket 4698 for progress in Twisted on supporting this with..

Twisted starting/stopping factory/protocol less noisy log messages

http://stackoverflow.com/questions/5078980/twisted-starting-stopping-factory-protocol-less-noisy-log-messages

logging these messages. See also http twistedmatrix.com trac ticket 4021 which will probably be resolved by the next Twisted..

Python package structure

http://stackoverflow.com/questions/5747598/python-package-structure

Where can I find good python Twisted framework documentation, blog entries, articles, etc? [closed]

http://stackoverflow.com/questions/649029/where-can-i-find-good-python-twisted-framework-documentation-blog-entries-arti

could surely use some polishing http twistedmatrix.com trac wiki Documentation The developers recommend reading the source..

SQLAlchemy: selecting which columns of an object in a query

http://stackoverflow.com/questions/6977658/sqlalchemy-selecting-which-columns-of-an-object-in-a-query

column loading there's an old ticket in trac for something called defer_everything_but if someone felt like..

memory-efficient built-in SqlAlchemy iterator/generator?

http://stackoverflow.com/questions/7389759/memory-efficient-built-in-sqlalchemy-iterator-generator

approach is on the wiki at http www.sqlalchemy.org trac wiki UsageRecipes WindowedRangeQuery and I use it with great..

Windows cmd encoding change causes Python crash

http://stackoverflow.com/questions/878972/windows-cmd-encoding-change-causes-python-crash

string passed to WriteConsoleW see # http tahoe lafs.org trac tahoe lafs ticket 1232 . retval WriteConsoleW self._hConsole..

How to save a Python interactive session?

http://stackoverflow.com/questions/947810/how-to-save-a-python-interactive-session

eclipse. Source distribution here http www.reinteract.org trac wiki GettingIt . Built fine on Ubuntu integrates into gnome..