<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/util.py, branch pr/99</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- replace util.py with util/ package, [ticket:1986]</title>
<updated>2010-11-28T20:32:09+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-28T20:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2d9387139af453f855d6f20ec2e5f86023f24e2f'/>
<id>2d9387139af453f855d6f20ec2e5f86023f24e2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- merge mapper simpler compile branch, [ticket:1966]</title>
<updated>2010-11-26T21:28:41+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-26T21:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f1e4718f79564e53e2cee8ba51bbdf8af84bc903'/>
<id>f1e4718f79564e53e2cee8ba51bbdf8af84bc903</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- merge FromObj cleanup, immutable .c attribute patch, [ticket:1917]</title>
<updated>2010-11-20T20:35:43+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-20T20:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e3ca3a773ff8c36126fe584b69e380c67791e2bf'/>
<id>e3ca3a773ff8c36126fe584b69e380c67791e2bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- adapt initial patch from [ticket:1917] to current tip</title>
<updated>2010-11-16T20:53:14+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-16T20:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=041a329e69f6aa60bdd2f3fb87b5172481806c4a'/>
<id>041a329e69f6aa60bdd2f3fb87b5172481806c4a</id>
<content type='text'>
- raise TypeError for immutability
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- raise TypeError for immutability
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket:1966] implementation</title>
<updated>2010-11-16T00:05:23+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-16T00:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=20ad3b16e81ebbdb605ee06cf11610d2adb1ab8a'/>
<id>20ad3b16e81ebbdb605ee06cf11610d2adb1ab8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge tip</title>
<updated>2010-11-13T20:53:32+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-13T20:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6d630990dd35dad35609171eb003a0f1ef5b945d'/>
<id>6d630990dd35dad35609171eb003a0f1ef5b945d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- move inline "import" statements to use new "util.importlater()" construct.  cuts</title>
<updated>2010-11-13T18:19:36+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-13T18:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=af4285e6adf2a052ce985f9d3d97cc89778fca96'/>
<id>af4285e6adf2a052ce985f9d3d97cc89778fca96</id>
<content type='text'>
down on clutter, timeit says there's a teeny performance gain, at least where
the access is compared against attr.subattr.  these aren't super-critical
calls anyway
- slight inlining in _class_to_mapper
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
down on clutter, timeit says there's a teeny performance gain, at least where
the access is compared against attr.subattr.  these aren't super-critical
calls anyway
- slight inlining in _class_to_mapper
</pre>
</div>
</content>
</entry>
<entry>
<title>- nearly complete implementation of MapperEvents, tests still failing and optimizations needed</title>
<updated>2010-11-06T18:30:15+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-06T18:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f23a43f694bd139329bac5603e82f2813ae2dc8f'/>
<id>f23a43f694bd139329bac5603e82f2813ae2dc8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- merge tip</title>
<updated>2010-11-06T15:49:45+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-11-06T15:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4e2c0f10cd164511b9c6377b72a8c0527e4eb716'/>
<id>4e2c0f10cd164511b9c6377b72a8c0527e4eb716</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> - engine_from_config() now accepts 'debug' for</title>
<updated>2010-10-15T15:43:59+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-10-15T15:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=35508a30d7f0e92bd699da375316c75d9d6dd8dc'/>
<id>35508a30d7f0e92bd699da375316c75d9d6dd8dc</id>
<content type='text'>
'echo', 'echo_pool', 'force' for 'convert_unicode',
boolean values for 'use_native_unicode'.
[ticket:1899]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'echo', 'echo_pool', 'force' for 'convert_unicode',
boolean values for 'use_native_unicode'.
[ticket:1899]
</pre>
</div>
</content>
</entry>
</feed>
