sqlalchemy-commits Mailing List for SQLAlchemy (Page 30)
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...> - 2015-12-22 16:20:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0c8242b26e6c/ Changeset: 0c8242b26e6c Branch: None User: zzzeek Date: 2015-12-22 16:19:44+00:00 Summary: - varchar requires a length Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/10735365a82f/ Changeset: 10735365a82f Branch: rel_1_0 User: zzzeek Date: 2015-12-22 16:20:01+00:00 Summary: - varchar requires a length (cherry picked from commit 0c8242b26e6c7c2d373ae11ad5a3f97d75e6299c) 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...> - 2015-12-22 02:43:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4b708c48398f/ Changeset: 4b708c48398f Branch: None User: zzzeek Date: 2015-12-22 02:42:45+00:00 Summary: - add the test from ref #3614 as well for testing ref #3611 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2bf15f442301/ Changeset: 2bf15f442301 Branch: rel_1_0 User: zzzeek Date: 2015-12-22 02:43:13+00:00 Summary: - add the test from ref #3614 as well for testing ref #3611 (cherry picked from commit 4b708c48398f6451b6ab0a940a1f247ebcfe26ac) 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...> - 2015-12-17 16:47:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5e5b8a96a797/ Changeset: 5e5b8a96a797 Branch: None User: zzzeek Date: 2015-12-17 16:47:14+00:00 Summary: - just use *arg straight without "key" for pop Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c6c035b29899/ Changeset: c6c035b29899 Branch: rel_1_0 User: zzzeek Date: 2015-12-17 16:47:32+00:00 Summary: - just use *arg straight without "key" for pop (cherry picked from commit 5e5b8a96a7978f5a73a4bd248767122efc5ea265) 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...> - 2015-12-17 16:25:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/913858c949ae/ Changeset: 913858c949ae Branch: None User: zzzeek Date: 2015-12-17 16:24:35+00:00 Summary: - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, where the "default" argument was not included. fixes #3605 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f1fcc92e36a1/ Changeset: f1fcc92e36a1 Branch: rel_1_0 User: zzzeek Date: 2015-12-17 16:25:05+00:00 Summary: - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, where the "default" argument was not included. fixes #3605 (cherry picked from commit 913858c949ae9ca6250217d82d72c7d79e9f6585) 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...> - 2015-12-17 15:37:16
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6ec09a293a46/ Changeset: 6ec09a293a46 Branch: rel_0_9 User: jvanasco Date: 2015-12-17 15:36:52+00:00 Summary: some spelling fixes (cherry picked from commit 738d515b95f1ff94d7dfd265883237d247d1c153) 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...> - 2015-12-17 15:34:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f14d2901c64c/ Changeset: f14d2901c64c Branch: rel_0_9 User: zzzeek Date: 2015-12-17 15:33:59+00:00 Summary: Revert "some spelling fixes" - unfortunately dml.py got whacked / pushed by accident This reverts commit db706d92ef0e5ebb4c0ba5e7036dc6c0c8f06280. 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...> - 2015-12-17 15:03:01
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/30be49c157e6/ Changeset: 30be49c157e6 Branch: None User: jeffwidman Date: 2015-12-17 13:54:50+00:00 Summary: Make docs listing of param order for event.listen match the code Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/33536bf06e7b/ Changeset: 33536bf06e7b Branch: rel_1_0 User: jeffwidman Date: 2015-12-17 15:02:42+00:00 Summary: Make docs listing of param order for event.listen match the code (cherry picked from commit 30be49c157e6ebe47c32abb98a570a013418b1e6) 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...> - 2015-12-16 16:48:33
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/efca4af93603/ Changeset: efca4af93603 Branch: None User: jvanasco Date: 2014-10-17 23:37:47+00:00 Summary: Merged zzzeek/sqlalchemy into master Affected #: 59 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6de3d490a2ad/ Changeset: 6de3d490a2ad Branch: None User: jvanasco Date: 2015-04-02 17:30:26+00:00 Summary: Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemy Affected #: 390 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0a5dcdc2c411/ Changeset: 0a5dcdc2c411 Branch: None User: jvanasco Date: 2015-07-10 22:52:46+00:00 Summary: Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemy Affected #: 157 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ce25ac172d3b/ Changeset: ce25ac172d3b Branch: None User: jvanasco Date: 2015-12-16 16:04:25+00:00 Summary: Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemy Affected #: 187 files https://bitbucket.org/zzzeek/sqlalchemy/commits/738d515b95f1/ Changeset: 738d515b95f1 Branch: None User: jvanasco Date: 2015-12-16 16:12:07+00:00 Summary: some spelling fixes Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fe17ed136b89/ Changeset: fe17ed136b89 Branch: rel_1_0 User: jvanasco Date: 2015-12-16 16:47:39+00:00 Summary: some spelling fixes (cherry picked from commit 738d515b95f1ff94d7dfd265883237d247d1c153) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/db706d92ef0e/ Changeset: db706d92ef0e Branch: rel_0_9 User: jvanasco Date: 2015-12-16 16:48:11+00:00 Summary: some spelling fixes (cherry picked from commit 738d515b95f1ff94d7dfd265883237d247d1c153) 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...> - 2015-12-16 03:09:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03ee22f342bb/ Changeset: 03ee22f342bb Branch: None User: zzzeek Date: 2015-12-16 03:08:47+00:00 Summary: - remove errant pdb, references #3612 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a51a7d7ca5fb/ Changeset: a51a7d7ca5fb Branch: rel_1_0 User: zzzeek Date: 2015-12-16 03:09:14+00:00 Summary: - remove errant pdb, references #3612 (cherry picked from commit 03ee22f342bbef9b15bfc989edda6a4ac3910508) 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...> - 2015-12-16 02:44:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a22b2085068f/ Changeset: a22b2085068f Branch: None User: zzzeek Date: 2015-12-16 02:44:00+00:00 Summary: - Fixed bug in baked loader system where the systemwide monkeypatch for setting up baked lazy loaders would interfere with other loader strategies that rely on lazy loading as a fallback, e.g. joined and subquery eager loaders, leading to ``IndexError`` exceptions at mapper configuration time. fixes #3612 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c3876fe755e0/ Changeset: c3876fe755e0 Branch: rel_1_0 User: zzzeek Date: 2015-12-16 02:44:33+00:00 Summary: - Fixed bug in baked loader system where the systemwide monkeypatch for setting up baked lazy loaders would interfere with other loader strategies that rely on lazy loading as a fallback, e.g. joined and subquery eager loaders, leading to ``IndexError`` exceptions at mapper configuration time. fixes #3612 (cherry picked from commit a22b2085068f860d05dbb98631d2ac2079a12b39) 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...> - 2015-12-15 23:32:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f6f34bc8f04/ Changeset: 9f6f34bc8f04 Branch: rel_1_0 User: zzzeek Date: 2015-12-15 23:30:54+00:00 Summary: - hyperlink default-related parameters Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8a24da6c10e3/ Changeset: 8a24da6c10e3 Branch: None User: zzzeek Date: 2015-12-15 23:31:56+00:00 Summary: - hyperlink default-related parameters (cherry picked from commit 9f6f34bc8f04e30115e047d78b9db96995bdb898) 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...> - 2015-12-15 19:01:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a8ec3491983e/ Changeset: a8ec3491983e Branch: None User: zzzeek Date: 2015-12-15 19:00:50+00:00 Summary: - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where the check added for a polymorphic joinedload from a poly_subclass->class->poly_baseclass connection would fail for the scenario of class->poly_subclass->class. fixes #3611 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4765b33f80ad/ Changeset: 4765b33f80ad Branch: rel_1_0 User: zzzeek Date: 2015-12-15 19:01:34+00:00 Summary: - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where the check added for a polymorphic joinedload from a poly_subclass->class->poly_baseclass connection would fail for the scenario of class->poly_subclass->class. fixes #3611 (cherry picked from commit a8ec3491983ed5e68452514b4d52a4347377809f) 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...> - 2015-12-15 01:22:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c42725ed54a6/ Changeset: c42725ed54a6 Branch: None User: zzzeek Date: 2015-12-15 01:22:04+00:00 Summary: - add some more oracle skips Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7184e69e2781/ Changeset: 7184e69e2781 Branch: rel_1_0 User: zzzeek Date: 2015-12-15 01:22:21+00:00 Summary: - add some more oracle skips (cherry picked from commit c42725ed54a61d7e5a0931404ee83aa6b94d0aea) 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...> - 2015-12-14 22:41:55
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c59ea573e12e/ Changeset: c59ea573e12e Branch: None User: zzzeek Date: 2015-12-14 17:00:21+00:00 Summary: ref #3609 wip Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5adc08b42f98/ Changeset: 5adc08b42f98 Branch: None User: zzzeek Date: 2015-12-14 17:17:56+00:00 Summary: - wip Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c171224aa751/ Changeset: c171224aa751 Branch: None User: zzzeek Date: 2015-12-14 19:53:14+00:00 Summary: - add a few eager_defaults tests to versioning Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/92c35972c53c/ Changeset: 92c35972c53c Branch: None User: zzzeek Date: 2015-12-14 21:28:32+00:00 Summary: - add test for the update params part of this not including PK etc Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a49eafab3ac3/ Changeset: a49eafab3ac3 Branch: None User: zzzeek Date: 2015-12-14 21:48:06+00:00 Summary: - make sure value_params *are* included in the returning as well Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d69fe24df5a7/ Changeset: d69fe24df5a7 Branch: ticket_3609 User: zzzeek Date: 2015-12-14 22:13:21+00:00 Summary: - add tests to see that this is supported with bulk as well (it wasn't) - changelog 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...> - 2015-12-14 19:53:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c171224aa751/ Changeset: c171224aa751 Branch: ticket_3609 User: zzzeek Date: 2015-12-14 19:53:14+00:00 Summary: - add a few eager_defaults tests to versioning 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...> - 2015-12-14 17:18:20
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5adc08b42f98/ Changeset: 5adc08b42f98 Branch: ticket_3609 User: zzzeek Date: 2015-12-14 17:17:56+00:00 Summary: - wip 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...> - 2015-12-14 17:01:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c59ea573e12e/ Changeset: c59ea573e12e Branch: ticket_3609 User: zzzeek Date: 2015-12-14 17:00:21+00:00 Summary: ref #3609 wip 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...> - 2015-12-13 02:13:04
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7d96ad4d535d/ Changeset: 7d96ad4d535d Branch: None User: zzzeek Date: 2015-12-13 02:08:56+00:00 Summary: - Fixed bug where use of the :meth:`.Query.select_from` method would cause a subsequent call to the :meth:`.Query.with_parent` method to fail. fixes #3606 - add mark-as-fail test for #3607 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/609d7bf8fbad/ Changeset: 609d7bf8fbad Branch: None User: zzzeek Date: 2015-12-13 02:12:00+00:00 Summary: - Fixed bug where use of the :meth:`.Query.select_from` method would cause a subsequent call to the :meth:`.Query.with_parent` method to fail. fixes #3606 - add mark-as-fail test for #3607 (cherry picked from commit 7d96ad4d535dc02a8ab1384df1db94dea2a045b5) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cb24a4fcd798/ Changeset: cb24a4fcd798 Branch: rel_1_0 User: zzzeek Date: 2015-12-13 02:12:15+00:00 Summary: - 1.0.11 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...> - 2015-12-11 21:08:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b87e0b301f1/ Changeset: 6b87e0b301f1 Branch: rel_1_0 User: zzzeek Date: 2015-12-11 20:55:17+00:00 Summary: 1.0.10 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d67d04c70ac5/ Changeset: d67d04c70ac5 Branch: None User: zzzeek Date: 2015-12-11 21:05:41+00:00 Summary: 1.0.10 (cherry picked from commit 6b87e0b301f123359f8a32114a3e888d6dd05bfc) 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...> - 2015-12-11 16:25:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5710a1e88bf6/ Changeset: 5710a1e88bf6 Branch: None User: zzzeek Date: 2015-12-11 16:21:46+00:00 Summary: - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods to the :class:`.mutable.MutableDict` class. fixes #3605 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9b7870dd593e/ Changeset: 9b7870dd593e Branch: rel_1_0 User: zzzeek Date: 2015-12-11 16:24:58+00:00 Summary: - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods to the :class:`.mutable.MutableDict` class. fixes #3605 (cherry picked from commit 5710a1e88bf669227959ca950b56d1072520b255) 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...> - 2015-12-10 23:28:56
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/741b8af31bb4/ Changeset: 741b8af31bb4 Branch: None User: zzzeek Date: 2015-12-10 23:27:14+00:00 Summary: - convert ORM tutorial and basic_relationships to favor back_populates while still maintaining great familiarity w/ backref so as not to confuse people. fixes #3390 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/601e873045e8/ Changeset: 601e873045e8 Branch: rel_1_0 User: zzzeek Date: 2015-12-10 23:28:37+00:00 Summary: - convert ORM tutorial and basic_relationships to favor back_populates while still maintaining great familiarity w/ backref so as not to confuse people. fixes #3390 (cherry picked from commit 741b8af31bb436356b9e8950c045761a0e054fe0) 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...> - 2015-12-10 22:18:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d533b8e9223b/ Changeset: d533b8e9223b Branch: None User: zzzeek Date: 2015-12-10 22:09:47+00:00 Summary: - The ORM and Core tutorials, which have always been in doctest format, are now exercised within the normal unit test suite in both Python 2 and Python 3. - remove the old testdocs.py runner and replace with test/base/test_tutorials.py - use pytest's unicode fixer so that we can test for unicode strings in both py2k/3k - use py3k format overall for prints, exceptions - add other fixers to guarantee deterministic results - add skips and ellipses to outputs that aren't worth matching Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/89966db3e816/ Changeset: 89966db3e816 Branch: rel_1_0 User: zzzeek Date: 2015-12-10 22:18:06+00:00 Summary: - The ORM and Core tutorials, which have always been in doctest format, are now exercised within the normal unit test suite in both Python 2 and Python 3. - remove the old testdocs.py runner and replace with test/base/test_tutorials.py - use pytest's unicode fixer so that we can test for unicode strings in both py2k/3k - use py3k format overall for prints, exceptions - add other fixers to guarantee deterministic results - add skips and ellipses to outputs that aren't worth matching (cherry picked from commit d533b8e9223b9c938655e5b666fc928e2d996cd3) 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...> - 2015-12-10 19:25:48
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7e6f3312333d/ Changeset: 7e6f3312333d Branch: None User: nilsph Date: 2015-12-08 22:47:00+00:00 Summary: fix some typos Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fb443199c192/ Changeset: fb443199c192 Branch: None User: zzzeek Date: 2015-12-10 19:23:44+00:00 Summary: Merge remote-tracking branch 'origin/pr/220' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6314e73f9afa/ Changeset: 6314e73f9afa Branch: rel_1_0 User: nilsph Date: 2015-12-10 19:25:20+00:00 Summary: fix some typos (cherry picked from commit 7e6f3312333d09a051d01509d8c423708d3fbca3) 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...> - 2015-12-10 00:34:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a287cda53f01/ Changeset: a287cda53f01 Branch: ticket_3604 User: zzzeek Date: 2015-12-10 00:31:58+00:00 Summary: - dictlike wip 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...> - 2015-12-10 00:29:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b606e47ddc54/ Changeset: b606e47ddc54 Branch: None User: zzzeek Date: 2015-12-10 00:15:12+00:00 Summary: - refactor of adapt_like_to_iterable(), fixes #3457. Includes removal of adapt_like_to_iterable() as well as _set_iterable(), uses __slots__ for collectionadapter, does much less duck typing of collections. 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. |