[Python-announce] SQLObject 3.11.0

2023-11-11 Thread Oleg Broytman
ohn' >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname=="Doe").count

[Python-announce] SQLObject 3.10.3

2023-10-25 Thread Oleg Broytman
#x27; >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname=="Doe").count() >>> pc 1 Oleg. -- Oleg

[Python-announce] Cheetah 3.3.3

2023-10-22 Thread Oleg Broytman
}] How are you feeling? #for $person in $people $person['name'] is $person['mood'] #end for Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name Programmers don

[Python-announce] SQLObject 3.10.2

2023-08-09 Thread Oleg Broytman
;>> p >>> p.fname 'John' >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>>

[Python-announce] Cheetah 3.3.2

2023-08-08 Thread Oleg Broytman
27;}, {'name' : 'Dick', 'mood' : 'Sad'}, {'name' : 'Harry', 'mood' : 'Hairy'}] How are you feeling? #for $person in $people $

[Python-announce] CheetahTemplate 3.3.1

2022-12-25 Thread Oleg Broytman
eople = [{'name' : 'Tom', 'mood' : 'Happy'}, {'name' : 'Dick', 'mood' : 'Sad'}, {'name' : 'Harry', 'mood' : 'Hairy'}] How are you feeling?

[Python-announce] SQLObject 3.10.1

2022-12-22 Thread Oleg Broytman
>>> p.fname 'John' >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>

[Python-announce] Cheetah 3.3.0.post1

2022-11-26 Thread Oleg Broytman
How are you feeling? #for $person in $people $person['name'] is $person['mood'] #end for Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name Programmers don

[Python-announce] Re: Cheetah 3.3.0

2022-10-10 Thread Oleg Broytman
'Harry', 'mood' : 'Hairy'}] How are you feeling? #for $person in $people $person['name'] is $person['mood'] #end for Oleg. -- Oleg Broytmanhttps://phdru.name/

[Python-announce] SQLObject 3.10.0

2022-09-20 Thread Oleg Broytman
ot;) >>> p >>> p.fname 'John' >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>>

mimedecode 3.1.0

2021-05-23 Thread Oleg Broytman
base. Documentation: https://phdru.name/Software/Python/mimedecode.html (also included in the package in html, man and txt formats). AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2001-2021 PhiloSoft Design. LICENSE GPL Oleg. -- Oleg Broytmanhttps://phdru.na

SQLObject 3.9.1

2021-02-27 Thread Oleg Broytman via Python-announce-list
= 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname=="Doe").count() >>> pc 1 Oleg. --

Cheetah3 3.2.6.post1

2021-02-22 Thread Oleg Broytman
;mood' : 'Hairy'}] How are you feeling? #for $person in $people $person['name'] is $person['mood'] #end for Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phd

SQLObject 3.9.0

2020-12-15 Thread Oleg Broytman
= Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname=="Doe").count() >>> pc 1 Oleg. -- Oleg Broytmanhttps

SQLObject 3.8.1

2020-10-01 Thread Oleg Broytman
'John' >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>>

CheetahTemplate 3.2.5

2020-05-16 Thread Oleg Broytman
;}, {'name' : 'Harry', 'mood' : 'Hairy'}] How are you feeling? #for $person in $people $person['name'] is $person['mood'] #end for Oleg. -- Oleg Broytmanhttps://phdru.name/

SQLObject 3.8.0

2019-12-07 Thread Oleg Broytman
createTable() Use the object:: >>> p = Person(fname="John", lname="Doe") >>> p >>> p.fname 'John' >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Querie

Cheetah 3.2.4

2019-09-22 Thread Oleg Broytman
'Hairy'}] How are you feeling? #for $person in $people $person['name'] is $person['mood'] #end for Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name

SQLObject 3.7.3

2019-09-22 Thread Oleg Broytman
gt;>> p >>> p.fname 'John' >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.sel

CheetahTemplate 3.2.3

2019-05-19 Thread Oleg Broytman
d' : 'Hairy'}] How are you feeling? #for $person in $people $person['name'] is $person['mood'] #end for Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name Program

CheetahTemplate 3.2.2

2019-05-06 Thread Oleg Broytman
Tom', 'mood' : 'Happy'}, {'name' : 'Dick', 'mood' : 'Sad'}, {'name' : 'Harry', 'mood' : 'Hairy'}] How are you feeling? #for $person in $people

SQLObject 3.7.2

2019-05-06 Thread Oleg Broytman
>> p.fname 'John' >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname==&q

CheetahTemplate 3.2.1

2019-03-27 Thread Oleg Broytman
#x27;name' : 'Tom', 'mood' : 'Happy'}, {'name' : 'Dick', 'mood' : 'Sad'}, {'name' : 'Harry', 'mood' : 'Hairy'}] How are you feeling? #

CheetahTemplate 3.2.0

2019-02-18 Thread Oleg Broytman
'Hairy'}] How are you feeling? #for $person in $people $person['name'] is $person['mood'] #end for Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name Pro

SQLObject 3.7.0

2018-06-07 Thread Oleg Broytman
7; >>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname=="Doe").count() >&

Cheetah 3.1.0

2018-03-06 Thread Oleg Broytman
27;}, {'name' : 'Dick', 'mood' : 'Sad'}, {'name' : 'Harry', 'mood' : 'Hairy'}] How are you feeling? #for $person in $people $person[&#x

Cheetah 3.0.1

2018-02-28 Thread Oleg Broytman
x27;, 'mood' : 'Sad'}, {'name' : 'Harry', 'mood' : 'Hairy' How are you feeling? #for $person in $people $person['name'] is $person['mood']

SQLObject 3.6.0

2018-02-24 Thread Oleg Broytman
>>> p.mi = 'Q' >>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname=="Doe").count() >>> pc

Django-CheetahTemplate 0.2

2018-02-06 Thread Oleg Broytman
1.11 and 2+, CheetahTemplate3. WHAT'S NEW Version 0.2.0 (2018-02-05) The first public release. WHERE TO GET Home Page: https://github.com/CheetahTemplate3/django-cheetahtemplate PyPI: https://pypi.python.org/pypi/django-cheetahtemplate AUTHOR Oleg Broytman

mimedecode 2.9

2017-12-12 Thread Oleg Broytman
s: configured mailcap database. Documentation: http://phdru.name/Software/Python/mimedecode.html (also included in the package in html, man and txt formats). AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2001-2017 PhiloSoft Design. LICENSE GPL Oleg. -- Oleg Broytma

SQLObject 3.5.0

2017-11-15 Thread Oleg Broytman
gt;>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname=="Doe").count() >>> pc 1 Oleg. -- Oleg Broytmanhttp://phdru.name/

mimedecode 2.8.0

2017-11-05 Thread Oleg Broytman
l, man and txt formats). AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2001-2017 PhiloSoft Design. LICENSE GPL Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- https://mail.pyt

SQLObject 3.4.0

2017-08-06 Thread Oleg Broytman
t;>> p2 = Person.get(1) >>> p2 >>> p is p2 True Queries:: >>> p3 = Person.selectBy(lname="Doe")[0] >>> p3 >>> pc = Person.select(Person.q.lname=="Doe").count() >>> pc 1 Oleg. -- Oleg Br

Cheetah 3.0

2017-05-07 Thread Oleg Broytman
virtual environments. Bug fixes: - Fix a bug in multiple inheritance (#extend Parent1, Parent2). Pull request by Jonathan Ross Rogers. - Fix bugs in pure-python NameMapper.py. Bugs reported by Noah Ingham, patches by Adam Karpierz, tests by Oleg Broytman. Tests: - Run tests at Travis

SQLObject 3.3.0

2017-05-07 Thread Oleg Broytman
Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Download: https://pypi.python.org/pypi/SQLObject/3.3.0 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don&#x

Cheetah 3.0.0a1

2017-04-05 Thread Oleg Broytman
/cheetahtemplate.org/news.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

SQLObject 3.2.0

2017-03-11 Thread Oleg Broytman
=== Site: http://sqlobject.org Development: http://sqlobject.org/devel/ Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/3.2.0 News and changes: http://

SQLObject 3.1.0

2016-08-22 Thread Oleg Broytman
lobject Download: https://pypi.python.org/pypi/SQLObject/3.1.0 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- https://mail.pytho

SQLObject 3.0.0

2016-06-02 Thread Oleg Broytman
/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

SQLObject 2.2

2016-05-08 Thread Oleg Broytman
sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation:

SQLObject 3.0.0a1

2015-03-27 Thread Oleg Broytman
v-20150327 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- https://mail.python.org/mailman/listinfo/python-announce-list Suppor

SQLObject 2.1.2 and 1.7.5

2015-03-16 Thread Oleg Broytman
ct-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/2.1.2 https://pypi.python.org/pypi/SQLObject/1.7.5 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@

SQLObject 2.1.1 and 1.7.4

2015-03-10 Thread Oleg Broytman
ist: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/2.1.1 https://pypi.python.org/pypi/SQLObject/1.7.4 News and changes: http://sqlobject.org/News.html Oleg. -- Ole

SQLObject 2.1.0

2015-01-06 Thread Oleg Broytman
rceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/2.1.0 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/

SQLObject 2.0

2014-12-22 Thread Oleg Broytman
evel/ Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/2.0.0 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhtt

SQLObject 1.7.3

2014-12-18 Thread Oleg Broytman
ct-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/1.7.3 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die,

SQLObject 1.7.2

2014-12-14 Thread Oleg Broytman
Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/1.7.2 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they jus

SQLObject 1.7.0

2014-12-08 Thread Oleg Broytman
ect.org Development: http://sqlobject.org/devel/ Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/1.7.0 News and changes: http://sqlobject.org/News.html

SQLObject 1.6.1

2014-10-27 Thread Oleg Broytman
cuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/1.6.1 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they

mimedecode.py version 2.6.0

2014-06-11 Thread Oleg Broytman
Recommends: configured mailcap database. Documentation: http://phdru.name/Software/Python/mimedecode.html (also included in the package in html, man and txt formats). AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2001-2014 PhiloSoft Design. LICENSE GPL Oleg. -- Oleg Br

SQLObject 1.6.0

2014-05-19 Thread Oleg Broytman
thon.sqlobject Download: https://pypi.python.org/pypi/SQLObject/1.6.0 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- https://mail

SQLObject 1.5.2

2014-04-14 Thread Oleg Broytman
Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/1.5.2 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die,

mimedecode.py version 2.5.0

2014-03-20 Thread Oleg Broytman
hdru.name/Software/Python/mimedecode.html (also included in the package in html, man and txt formats). AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2001-2014 PhiloSoft Design. LICENSE GPL Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Pr

mimedecode.py version 2.4.0

2014-03-10 Thread Oleg Broytman
Documentation: http://phdru.name/Software/Python/mimedecode.html (also included in the package in html, man and txt formats). AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2001-2014 PhiloSoft Design. LICENSE GPL Oleg. -- Oleg Broytmanhttp://phdru.name/

mimedecode.py version 2.3.6

2014-02-20 Thread Oleg Broytman
.2+, m_lib 2.0+. Recommends: configured mailcap database. Documentation (also included in the package): http://phdru.name/Software/Python/mimedecode.txt AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2001-2014 PhiloSoft Design. LICENSE GPL Oleg. -- Oleg Broyt

mimedecode.py version 2.3.3

2014-02-03 Thread Oleg Broytman
http://phdru.name/Software/Python/mimedecode.txt AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2001-2014 PhiloSoft Design. LICENSE GPL Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB w

SQLObject 1.5.1

2013-12-18 Thread Oleg Broytman
eforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/1.5.1 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@

XML VFS 1.0.1 for Midnight Commander

2013-11-26 Thread Oleg Broytman
s especially convenient to extract text values from tags. One can get, for example, a base64-encoded image - just walk down the VFS to the tag's directory and copy its text file to a real file. The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs AUTHOR Oleg Broytman COPY

SQLObject 1.3.3 and 1.4.1

2013-05-28 Thread Oleg Broytman
object.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http:/

SQLObject 1.4.0

2013-05-19 Thread Oleg Broytman
el/ Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: https://pypi.python.org/pypi/SQLObject/1.4.0 News and changes: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://

SQLObject 1.3.2 and 1.2.4

2012-10-20 Thread Oleg Broytman
ixed a bug in sqlbuilder.Select.filter - removed comparison with SQLTrueClause. * Neil Muller fixed a number of tests. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name P

SQLObject 1.3.1

2012-05-26 Thread Oleg Broytman
rospection: VIEWs don't have PRIMARY KEYs - use sqlmeta.idName as the key. * Fixed a bug in cache handling while unpickling. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/

SQLObject 1.2.2

2012-03-01 Thread Oleg Broytman
eadPool on close(). For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/

SQLObject 1.2.1

2011-12-04 Thread Oleg Broytman
` operator - SQLite implements only ``%``, MySQL - only ``MOD()``, PostgreSQL implements both. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die,

SQLObject 1.2.0

2011-11-20 Thread Oleg Broytman
f the string contains characters escaped with backslash. * A bug caused by psycopg2 recently added a new boolean not callable autocommit attribute was fixed. * sqlobject.__doc__ and main.__doc__ no longer contain version number. Use sqlobject.version or version_info. For a more complete lis

SQLObject 1.1.3

2011-08-31 Thread Oleg Broytman
* Fixed a bug with Postgres - add quotes in "SET client_encoding" query. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just G

SQLObject 1.1.2

2011-08-08 Thread Oleg Broytman
bug was fixed in SelectResults slicing that prevented to slice a slice (my_results[:20][1:5]). For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't d

SQLObject 1.1.0

2011-06-20 Thread Oleg Broytman
ee the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

SQLObject 1.0.1

2011-05-30 Thread Oleg Broytman
s fixed in SQLiteConnection that prevented SQLObject to be used with Python 2.4. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without R

SQLObject 1.0.0

2011-03-28 Thread Oleg Broytman
.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http:/

SQLObject 0.15.1

2011-03-23 Thread Oleg Broytman
* A minor bug was fixed in sqlbuilder.Union. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- http://mail.pyt

SQLObject 0.15.0

2010-12-06 Thread Oleg Broytman
gnals were changed: RowUpdatedSignal, RowDestroySignal, RowDestroyedSignal. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without R

Torrent VFS for Midnight Commander

2010-11-12 Thread Oleg Broytman
rrors: http://phd.by.ru/Software/mc/ http://phd.webhost.ru/Software/mc/ AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 2010 PhiloSoft Design LICENSE GPL Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die,

SQLObject 0.14.1

2010-10-15 Thread Oleg Broytman
A bug was fixed in a subtle case when a per-instance connection is not passed to validators. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die,

SQLObject 0.13.1

2010-10-15 Thread Oleg Broytman
A bug was fixed in a subtle case when a per-instance connection is not passed to validators. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die,

SQLObject 0.14.0

2010-10-10 Thread Oleg Broytman
sqlmeta. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/listinfo/python-announc

Bookmarks database and Internet robot v4.2

2010-08-13 Thread Oleg Broytman
db AUTHOR Oleg Broytman COPYRIGHT Copyright (C) 1997-2010 PhiloSoft Design LICENSE GPL Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/listinfo/

SQLObject 0.13.0

2010-08-11 Thread Oleg Broytman
ncoding to dbEncoding in UnicodeStringValidator. * A new parameter 'sslmode' was added to PostgresConnection. * Removed SQLValidator - its attemptConvert was never called because in FormEncode it's named attempt_convert. For a more complete list, please see the news: http://sqlob

SQLObject 0.12.4

2010-05-06 Thread Oleg Broytman
er parsing of column details. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/list

SQLObject 0.11.6

2010-05-06 Thread Oleg Broytman
list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/listinfo/python-announce-list Su

SQLObject 0.12.3

2010-04-12 Thread Oleg Broytman
- * Fixed a bug in replacing _connection in a case when no previous _connection has been set. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die,

SQLObject 0.11.5

2010-04-12 Thread Oleg Broytman
- * Fixed a bug in replacing _connection in a case when no previous _connection has been set. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die,

SQLObject 0.11.4

2010-03-04 Thread Oleg Broytman
plete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/listinfo/python-announce-list Sup

SQLObject 0.12.2

2010-03-04 Thread Oleg Broytman
plete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman/listinfo/python-announce-list Support the

SQLObject 0.12.1

2010-01-08 Thread Oleg Broytman
ugs in PostgresConnection. * Fixed a bug in FirebirdConnection. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. --

SQLObject 0.11.3

2010-01-08 Thread Oleg Broytman
bug in FirebirdConnection. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. -- http://mail.python.org/mailman

SQLObject 0.12.0

2009-10-21 Thread Oleg Broytman
s are stored as connection instance variables, not in global variables; this allows to use different DB API drivers at the same time; for example, PySQLite2 and sqlite3. * Removed all deprecated attribute and functions. * Removed the last remained string exceptions. For a more complete list, pl

SQLObject 0.11.2

2009-09-30 Thread Oleg Broytman
- * Fixed a bug in logging to console - convert unicode to str. * Fixed an obscure bug in ConnectionHub triggered by an SQLObject class whose instances can be coerced to boolean False. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Ole

SQLObject 0.10.8

2009-09-30 Thread Oleg Broytman
- * Fixed a bug in logging to console - convert unicode to str. * Fixed an obscure bug in ConnectionHub triggered by an SQLObject class whose instances can be coerced to boolean False. For a more complete list, please see the news: http://sqlobject.org/News.html Oleg. -- Ole