sqlalchemy-commits Mailing List for SQLAlchemy (Page 82)
Brought to you by:
zzzeek
You can subscribe to this list here.
2006 |
Jan
|
Feb
(74) |
Mar
(167) |
Apr
(127) |
May
(190) |
Jun
(119) |
Jul
(77) |
Aug
(82) |
Sep
(84) |
Oct
(153) |
Nov
(45) |
Dec
(54) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(109) |
Feb
(80) |
Mar
(110) |
Apr
(106) |
May
(92) |
Jun
(147) |
Jul
(288) |
Aug
(307) |
Sep
(108) |
Oct
(156) |
Nov
(147) |
Dec
(134) |
2008 |
Jan
(126) |
Feb
(91) |
Mar
(184) |
Apr
(208) |
May
(212) |
Jun
(54) |
Jul
(106) |
Aug
(80) |
Sep
(58) |
Oct
(80) |
Nov
(119) |
Dec
(220) |
2009 |
Jan
(202) |
Feb
(50) |
Mar
(70) |
Apr
(46) |
May
(80) |
Jun
(61) |
Jul
(146) |
Aug
(81) |
Sep
(71) |
Oct
(74) |
Nov
(66) |
Dec
(82) |
2010 |
Jan
(112) |
Feb
(169) |
Mar
(235) |
Apr
(77) |
May
(22) |
Jun
(31) |
Jul
(46) |
Aug
(46) |
Sep
(70) |
Oct
(36) |
Nov
(37) |
Dec
(79) |
2011 |
Jan
(46) |
Feb
(54) |
Mar
(65) |
Apr
(73) |
May
(31) |
Jun
(46) |
Jul
(40) |
Aug
(36) |
Sep
(44) |
Oct
(33) |
Nov
(19) |
Dec
(10) |
2012 |
Jan
(60) |
Feb
(37) |
Mar
(35) |
Apr
(28) |
May
(27) |
Jun
(50) |
Jul
(33) |
Aug
(88) |
Sep
(64) |
Oct
(74) |
Nov
(62) |
Dec
(41) |
2013 |
Jan
(30) |
Feb
(37) |
Mar
(39) |
Apr
(52) |
May
(40) |
Jun
(85) |
Jul
(74) |
Aug
(76) |
Sep
(26) |
Oct
(76) |
Nov
(63) |
Dec
(65) |
2014 |
Jan
(68) |
Feb
(82) |
Mar
(87) |
Apr
(24) |
May
(66) |
Jun
(34) |
Jul
(86) |
Aug
(75) |
Sep
(70) |
Oct
(41) |
Nov
(23) |
Dec
(53) |
2015 |
Jan
(40) |
Feb
(39) |
Mar
(69) |
Apr
(64) |
May
(40) |
Jun
(43) |
Jul
(20) |
Aug
(48) |
Sep
(38) |
Oct
(28) |
Nov
(34) |
Dec
(44) |
2016 |
Jan
(82) |
Feb
(49) |
Mar
(25) |
Apr
(21) |
May
(19) |
Jun
(46) |
Jul
(38) |
Aug
(21) |
Sep
(33) |
Oct
(44) |
Nov
(26) |
Dec
(10) |
2017 |
Jan
(52) |
Feb
(18) |
Mar
(61) |
Apr
(43) |
May
(57) |
Jun
(36) |
Jul
(37) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 2013-11-25 19:48:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6029496bd3fb/ Changeset: 6029496bd3fb Branch: master User: zzzeek Date: 2013-11-25 20:46:58 Summary: - adjustment, the spec says: "Within the user and password field, any ":", "@", or "/" must be encoded." - so re-apply encoding to both password and username, don't encode spaces as plus signs, don't encode any chars outside of :, @, / on stringification - but we still parse for any %XX character (is that right?) Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-24 23:12:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2800e3471067/ Changeset: 2800e3471067 Branch: None User: zzzeek Date: 2013-11-25 00:11:37 Summary: - The :func:`.create_engine` routine and the related :func:`.make_url` function **no longer URL encode the password**. Database passwords that include characters like spaces, plus signs and anything else should now represent these characters directly, without any URL escaping. [ticket:2873] Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-24 00:17:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/579f09974b48/ Changeset: 579f09974b48 Branch: None User: zzzeek Date: 2013-11-24 01:17:22 Summary: pg8000 fix for decimal return scale Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-23 22:25:20
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/54b8969be144/ Changeset: 54b8969be144 Branch: None User: zzzeek Date: 2013-11-23 23:22:56 Summary: -be more agnostic of quotes here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8ebcbc0be98c/ Changeset: 8ebcbc0be98c Branch: rel_0_8 User: zzzeek Date: 2013-11-23 23:24:20 Summary: -be more agnostic of quotes here Conflicts: test/engine/test_execute.py Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-23 22:21:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4acfce6c4c1d/ Changeset: 4acfce6c4c1d Branch: None User: zzzeek Date: 2013-11-23 23:19:43 Summary: - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal_return_scale so that __repr__() is maintained (for alembic tests) Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-23 22:13:32
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ae4629e6a0ff/ Changeset: ae4629e6a0ff Branch: None User: zzzeek Date: 2013-11-23 23:03:48 Summary: - Some refinements to the :class:`.AliasedClass` construct with regards to descriptors, like hybrids, synonyms, composites, user-defined descriptors, etc. The attribute adaptation which goes on has been made more robust, such that if a descriptor returns another instrumented attribute, rather than a compound SQL expression element, the operation will still proceed. Addtionally, the "adapted" operator will retain its class; previously, a change in class from ``InstrumentedAttribute`` to ``QueryableAttribute`` (a superclass) would interact with Python's operator system such that an expression like ``aliased(MyClass.x) > MyClass.x`` would reverse itself to read ``myclass.x < myclass_1.x``. The adapted attribute will also refer to the new :class:`.AliasedClass` as its parent which was not always the case before. [ticket:2872] Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/69b9f62afc7b/ Changeset: 69b9f62afc7b Branch: None User: zzzeek Date: 2013-11-23 23:05:45 Summary: - this test only for mysql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/50634fcb2d29/ Changeset: 50634fcb2d29 Branch: None User: zzzeek Date: 2013-11-23 23:12:54 Summary: clean up imports Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-23 01:05:08
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b79d2ea7951/ Changeset: 6b79d2ea7951 Branch: None User: zzzeek Date: 2013-11-23 02:04:19 Summary: - The precision used when coercing a returned floating point value to Python ``Decimal`` via string is now configurable. The flag ``decimal_return_scale`` is now supported by all :class:`.Numeric` and :class:`.Float` types, which will ensure this many digits are taken from the native floating point value when it is converted to string. If not present, the type will make use of the value of ``.scale``, if the type supports this setting and it is non-None. Otherwise the original default length of 10 is used. [ticket:2867] Affected #: 12 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-22 23:38:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f112dc1d5330/ Changeset: f112dc1d5330 Branch: None User: zzzeek Date: 2013-11-23 00:35:36 Summary: - Fixed bug where SQL statement would be improperly ASCII-encoded when a pre-DBAPI :class:`.StatementError` were raised within :meth:`.Connection.execute`, causing encoding errors for non-ASCII statements. The stringification now remains within Python unicode thus avoiding encoding errors. [ticket:2871] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ad85ab12d62e/ Changeset: ad85ab12d62e Branch: rel_0_8 User: zzzeek Date: 2013-11-23 00:37:35 Summary: - Fixed bug where SQL statement would be improperly ASCII-encoded when a pre-DBAPI :class:`.StatementError` were raised within :meth:`.Connection.execute`, causing encoding errors for non-ASCII statements. The stringification now remains within Python unicode thus avoiding encoding errors. [ticket:2871] Conflicts: test/engine/test_execute.py Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-22 22:58:30
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bad8be3bde57/ Changeset: bad8be3bde57 Branch: None User: zzzeek Date: 2013-11-22 23:52:08 Summary: - cleanup Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9d848680f46f/ Changeset: 9d848680f46f Branch: rel_0_8 User: zzzeek Date: 2013-11-22 23:56:57 Summary: Fixed bug where Oracle ``VARCHAR`` types given with no length (e.g. for a ``CAST`` or similar) would incorrectly render ``None CHAR`` or similar. [ticket:2870] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-22 22:57:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6661cba88d14/ Changeset: 6661cba88d14 Branch: None User: zzzeek Date: 2013-11-22 23:48:55 Summary: - cleanup Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/467784e89c08/ Changeset: 467784e89c08 Branch: master User: zzzeek Date: 2013-11-22 23:56:35 Summary: Fixed bug where Oracle ``VARCHAR`` types given with no length (e.g. for a ``CAST`` or similar) would incorrectly render ``None CHAR`` or similar. [ticket:2870] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-21 22:33:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fcbaf666a9a8/ Changeset: fcbaf666a9a8 Branch: master User: zzzeek Date: 2013-11-21 23:24:51 Summary: something changed the name here, probably one of those doc pullreqs Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-21 22:23:25
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/038f93a49bbd/ Changeset: 038f93a49bbd Branch: rel_0_8 User: zzzeek Date: 2013-11-21 23:22:55 Summary: disable this test for py3k, this is better fixed in 0.9 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-21 20:40:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9499b88f85e8/ Changeset: 9499b88f85e8 Branch: None User: zzzeek Date: 2013-11-21 21:39:05 Summary: fix [ticket:2868] some more Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-21 18:50:42
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/34478fbb0b7a/ Changeset: 34478fbb0b7a Branch: None User: zzzeek Date: 2013-11-21 19:13:40 Summary: - add a sanity-check test for repr(), comparing against what we get in 0.9 for [ticket:2868] Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/42fd77a4bfb8/ Changeset: 42fd77a4bfb8 Branch: None User: zzzeek Date: 2013-11-21 19:16:49 Summary: - Fixed a regression caused by :ticket:`2812` where the repr() for table and column names would fail if the name contained non-ascii characters. [ticket:2868] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2aa00c49d7a1/ Changeset: 2aa00c49d7a1 Branch: None User: zzzeek Date: 2013-11-21 19:30:32 Summary: - Fixed bug which prevented the ``serializer`` extension from working correctly with table or column names that contain non-ASCII characters. [ticket:2869] Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3a3aeb431e08/ Changeset: 3a3aeb431e08 Branch: None User: zzzeek Date: 2013-11-21 19:37:05 Summary: - Fixed bug which prevented the ``serializer`` extension from working correctly with table or column names that contain non-ASCII characters. [ticket:2869] Conflicts: lib/sqlalchemy/ext/serializer.py lib/sqlalchemy/sql/selectable.py lib/sqlalchemy/testing/assertions.py Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5cdb5f1403e6/ Changeset: 5cdb5f1403e6 Branch: None User: zzzeek Date: 2013-11-21 19:38:45 Summary: adjustment to work on py3k as well Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7d6f6972ab6d/ Changeset: 7d6f6972ab6d Branch: rel_0_8 User: zzzeek Date: 2013-11-21 19:49:30 Summary: py3k fix for non-ascii SQL strings Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-20 00:42:59
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/13b6ddc823bb/ Changeset: 13b6ddc823bb Branch: None User: zzzeek Date: 2013-11-20 01:42:21 Summary: break up behavioral changes into ORM and Core Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-20 00:29:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/02f21ffcf366/ Changeset: 02f21ffcf366 Branch: master User: zzzeek Date: 2013-11-20 01:29:18 Summary: - The :class:`.RowProxy` object is now sortable in Python as a regular tuple is; this is accomplished via ensuring tuple() conversion on both sides within the ``__eq__()`` method as well as the addition of a ``__lt__()`` method. [ticket:2848] Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-20 00:17:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/63508b82cd57/ Changeset: 63508b82cd57 Branch: None User: zzzeek Date: 2013-11-20 01:16:26 Summary: - The ``viewonly`` flag on :func:`.relationship` will now prevent attribute history from being written on behalf of the target attribute. This has the effect of the object not being written to the Session.dirty list if it is mutated. Previously, the object would be present in Session.dirty, but no change would take place on behalf of the modified attribute during flush. The attribute still emits events such as backref events and user-defined events and will still receive mutations from backrefs. [ticket:2833] Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-19 19:21:59
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/452ce0c2e7fa/ Changeset: 452ce0c2e7fa Branch: rel_0_9 User: zzzeek Date: 2013-11-19 20:21:20 Summary: Added support for new :attr:`.Session.info` attribute to :class:`.scoped_session`. Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-17 19:38:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1a809b300e0f/ Changeset: 1a809b300e0f Branch: None User: zzzeek Date: 2013-11-17 20:35:11 Summary: - apply a timeout to all join() calls for test_pool - use thread.join() for waiters_handled test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0f9e364b9696/ Changeset: 0f9e364b9696 Branch: rel_0_8 User: zzzeek Date: 2013-11-17 20:38:11 Summary: - apply a timeout to all join() calls for test_pool - use thread.join() for waiters_handled test Conflicts: test/engine/test_pool.py Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-17 18:51:14
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/756f22182a44/ Changeset: 756f22182a44 Branch: master User: zzzeek Date: 2013-11-17 19:50:42 Summary: name it with a dash Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c33ae55f5a89/ Changeset: c33ae55f5a89 Branch: rel_0_9 User: zzzeek Date: 2013-11-17 19:50:52 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-17 18:47:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/59ca4633acd4/ Changeset: 59ca4633acd4 Branch: master User: zzzeek Date: 2013-11-17 19:45:23 Summary: - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalchemy_informixdb - remove informix, maxdb, access symbols from tests etc. Affected #: 30 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a40fcdd31f9e/ Changeset: a40fcdd31f9e Branch: rel_0_9 User: zzzeek Date: 2013-11-17 19:45:57 Summary: Merge branch 'master' into rel_0_9 Affected #: 30 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-15 03:14:03
|
35 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b9abc078ee1f/ Changeset: b9abc078ee1f Branch: None User: vrajmohan Date: 2013-11-13 14:24:35 Summary: Fix indentation and escape *args and **kwargs Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/be303fe03f4d/ Changeset: be303fe03f4d Branch: None User: vrajmohan Date: 2013-11-13 14:46:19 Summary: Suppress warnings about files not being included in any toctree Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6dc72a1355db/ Changeset: 6dc72a1355db Branch: None User: vrajmohan Date: 2013-11-13 15:40:17 Summary: Ensure API doc for make_url and resolve references Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/782a42abcb12/ Changeset: 782a42abcb12 Branch: None User: vrajmohan Date: 2013-11-13 20:38:30 Summary: Fix cross-references in changelogs Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bb0531e86e40/ Changeset: bb0531e86e40 Branch: None User: vrajmohan Date: 2013-11-13 23:28:09 Summary: Ensure API generation and fix cross references Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/63d628bbe4d1/ Changeset: 63d628bbe4d1 Branch: None User: vrajmohan Date: 2013-11-14 15:18:15 Summary: Remove extra indentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/868e81a3f92c/ Changeset: 868e81a3f92c Branch: None User: vrajmohan Date: 2013-11-14 16:02:28 Summary: Ensure API generation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/24a46499308d/ Changeset: 24a46499308d Branch: None User: vrajmohan Date: 2013-11-14 20:31:37 Summary: Fix cross reference Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d55193ce49af/ Changeset: d55193ce49af Branch: None User: vrajmohan Date: 2013-11-14 20:31:37 Summary: Ensure API generation of inherited members to resolve references Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fc64812bad75/ Changeset: fc64812bad75 Branch: None User: vrajmohan Date: 2013-11-14 20:31:37 Summary: Fix references to exceptions Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/caea88b37b1e/ Changeset: caea88b37b1e Branch: None User: vrajmohan Date: 2013-11-14 20:31:38 Summary: Change CompileException references to ConpileError Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a26af7d823f1/ Changeset: a26af7d823f1 Branch: None User: vrajmohan Date: 2013-11-14 20:31:38 Summary: Import CTE so that API doc can be generated Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f839c85c20be/ Changeset: f839c85c20be Branch: None User: vrajmohan Date: 2013-11-14 20:31:38 Summary: Remove references to (previously removed) AbstractType Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2ebf91b63b73/ Changeset: 2ebf91b63b73 Branch: None User: vrajmohan Date: 2013-11-14 20:31:38 Summary: Ensure API generation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/218a3162f980/ Changeset: 218a3162f980 Branch: None User: vrajmohan Date: 2013-11-14 20:31:38 Summary: Fix method name Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e7ee4ce1626f/ Changeset: e7ee4ce1626f Branch: None User: vrajmohan Date: 2013-11-14 21:34:05 Summary: Add undocumented members to resolve cross references Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1a6dd8b39399/ Changeset: 1a6dd8b39399 Branch: None User: vrajmohan Date: 2013-11-14 23:42:55 Summary: Fix cross references Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/02a58b5112b7/ Changeset: 02a58b5112b7 Branch: None User: zzzeek Date: 2013-11-15 03:18:44 Summary: do the wheel thing Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1ef29ef75229/ Changeset: 1ef29ef75229 Branch: None User: zzzeek Date: 2013-11-15 03:19:20 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7a3d3c050b64/ Changeset: 7a3d3c050b64 Branch: None User: zzzeek Date: 2013-11-15 03:19:59 Summary: Merge branch 'master' of github.com:vrajmohan/sqlalchemy into mm Affected #: 34 files https://bitbucket.org/zzzeek/sqlalchemy/commits/519efc944350/ Changeset: 519efc944350 Branch: None User: zzzeek Date: 2013-11-15 03:22:37 Summary: Merge branch 'master' into rel_0_9 Affected #: 34 files https://bitbucket.org/zzzeek/sqlalchemy/commits/97e8ac88ff82/ Changeset: 97e8ac88ff82 Branch: None User: vrajmohan Date: 2013-11-15 03:45:02 Summary: Fix indentation and escape *args and **kwargs Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/92490e0c5d14/ Changeset: 92490e0c5d14 Branch: None User: vrajmohan Date: 2013-11-15 03:45:03 Summary: Suppress warnings about files not being included in any toctree Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8ddb4e2959f1/ Changeset: 8ddb4e2959f1 Branch: None User: vrajmohan Date: 2013-11-15 03:45:03 Summary: Ensure API doc for make_url and resolve references Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/45db19e9ea14/ Changeset: 45db19e9ea14 Branch: None User: vrajmohan Date: 2013-11-15 03:47:02 Summary: Ensure API generation and fix cross references Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/98251ebe11a2/ Changeset: 98251ebe11a2 Branch: None User: vrajmohan Date: 2013-11-15 03:52:06 Summary: Ensure API generation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bf4c99664a14/ Changeset: bf4c99664a14 Branch: None User: vrajmohan Date: 2013-11-15 03:52:45 Summary: Add undocumented members to resolve cross references Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/db5ea0088709/ Changeset: db5ea0088709 Branch: None User: vrajmohan Date: 2013-11-15 03:52:54 Summary: Fix cross references Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a9fb549d4acc/ Changeset: a9fb549d4acc Branch: None User: zzzeek Date: 2013-11-15 04:00:04 Summary: add start-line here to avoid RST parse errors Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f8fe32d5b416/ Changeset: f8fe32d5b416 Branch: None User: zzzeek Date: 2013-11-15 04:02:34 Summary: sync up the 07/08 changelogs from master Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/75f3edf5b538/ Changeset: 75f3edf5b538 Branch: None User: zzzeek Date: 2013-11-15 04:06:20 Summary: sync up 0.8's changelogs with 0.7.... Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d6545f7db78d/ Changeset: d6545f7db78d Branch: master User: zzzeek Date: 2013-11-15 04:11:22 Summary: sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/24d2cd0f595d/ Changeset: 24d2cd0f595d Branch: rel_0_9 User: zzzeek Date: 2013-11-15 04:11:58 Summary: Merge branch 'master' into rel_0_9 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e816958f9271/ Changeset: e816958f9271 Branch: rel_0_8 User: zzzeek Date: 2013-11-15 04:12:09 Summary: sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/417749da78ec/ Changeset: 417749da78ec Branch: rel_0_7 User: zzzeek Date: 2013-11-15 04:12:31 Summary: sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-13 16:56:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fefa2f5d5730/ Changeset: fefa2f5d5730 Branch: None User: zzzeek Date: 2013-11-13 17:55:54 Summary: Fixed bug where usage of new :class:`.Bundle` object would cause the :attr:`.Query.column_descriptions` attribute to fail. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/61ca96e95781/ Changeset: 61ca96e95781 Branch: rel_0_9 User: zzzeek Date: 2013-11-13 17:56:09 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-13 04:53:02
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/631eb841084a/ Changeset: 631eb841084a Branch: None User: vrajmohan Date: 2013-11-13 02:23:05 Summary: Fix cross references Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/226c7ec7904a/ Changeset: 226c7ec7904a Branch: None User: vrajmohan Date: 2013-11-13 02:23:05 Summary: Fix indentation and escape *args and **kwargs Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fe1d64473896/ Changeset: fe1d64473896 Branch: master User: vrajmohan Date: 2013-11-13 02:23:05 Summary: Fix indentation issues in docstrings Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93bfaec90385/ Changeset: 93bfaec90385 Branch: rel_0_9 User: zzzeek Date: 2013-11-13 05:50:25 Summary: Merge branch 'master' into rel_0_9 Affected #: 23 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93cb0436e60a/ Changeset: 93cb0436e60a Branch: rel_0_8 User: vrajmohan Date: 2013-11-13 05:50:55 Summary: Fix indentation and escape *args and **kwargs Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/afa84713626c/ Changeset: afa84713626c Branch: rel_0_7 User: vrajmohan Date: 2013-11-13 05:51:52 Summary: Fix indentation and escape *args and **kwargs Affected #: 9 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-12 18:01:51
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f429032ac202/ Changeset: f429032ac202 Branch: master User: zzzeek Date: 2013-11-12 19:00:49 Summary: add sap sqlanywhere Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e05e78b800d4/ Changeset: e05e78b800d4 Branch: rel_0_9 User: zzzeek Date: 2013-11-12 19:01:03 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/db71e192bdb7/ Changeset: db71e192bdb7 Branch: rel_0_8 User: zzzeek Date: 2013-11-12 19:01:16 Summary: add sap sqlanywhere Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |