ANN: PyEnchant 0.9.0

2004-12-06 Thread Ryan Kelly
nt Version: 0.9.0 Licence: LGPL with exemptions, as per Enchant itself Cheers, Ryan -- Ryan Kelly http://www.rfk.id.au [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: PyEnchant 0.9.1

2004-12-30 Thread Ryan Kelly
PyEnchant version 0.9.1 has been released. Updates include: * Windows installer with self-contained copy of enchant library and ispell dictionaries * Confirmed to work with latest Enchant release Most importantly, it now provides a click-to-install spellchecking solution for python on the win

ANN: PyEnchant 1.0.0_rc1

2005-01-30 Thread Ryan Kelly
//www.rfk.id.au/software/projects/pyenchant/ Current Version: 1.0.0_rc1 Licence: LGPL with exemptions, as per Enchant itself -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ for details

ANN: PyEnchant 1.1.0

2005-03-08 Thread Ryan Kelly
er Enchant itself -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ for details signature.asc Description: This is a digitally signed message part -- http://mail.python.org/mailman/listi

ANN: PyEnchant 1.1.3

2005-06-16 Thread Ryan Kelly
rrent Version: 1.1.3 Licence: LGPL with exemptions, as per Enchant itself -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ for details signature.asc Description: This is a digitally signed m

ANN: PyEnchant 1.1.5

2006-01-19 Thread Ryan Kelly
n cleanups * bug fixes: * (1230151): count of live instances done by normalized key * Accept unicode strings as broker orderings -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ for

[ANN] filelike 0.1.1

2006-02-01 Thread Ryan Kelly
parently decrypting the file on-the-fly as it is read. -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ for details signature.asc Description: This is a digitally signed message part -- http:/

ANN: PyEnchant 1.2.0

2006-11-06 Thread Ryan Kelly
SpellCheckerDialog contributed by Fredrik Corneliusson * Removed deprecated functionality: * Dict.add_to_personal * All registry handling functionality from enchant.utils * enchant.utils.SpellChecker (use enchant.checker.SpellChecker) * Removed PyPWL, as native enchant PWLs can now su

ANN: PyEnchant 1.3.0

2006-12-30 Thread Ryan Kelly
tuation tokenization seperated from the language-specific parts. * Internal details of Filter classes expanded and generalized * English tokenization rules reverted to 1.1.5 version -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTE

ANN: PyEnchant 1.3.1

2007-09-19 Thread Ryan Kelly
pgrades of bundled components in Windows version * upgraded glib DLLs * latest dictionaries from OpenOffice.org * latest version of Hunspell -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ f

ANN: PyEnchant 1.4.0

2008-04-19 Thread Ryan Kelly
erface and dialogs for wxPython and GTK. Current Version: 1.4.0 Licence: LGPL with exemptions, as per Enchant itself -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ f

ANN: PyEnchant 1.4.2

2008-06-17 Thread Ryan Kelly
ns, as per Enchant itself -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ for details signature.asc Description: This is a digitally signed message part -- http://mail.python.org/mailman/listi

ANN: PyEnchant 1.5.0

2008-11-25 Thread Ryan Kelly
ptions, as per Enchant itself -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [EMAIL PROTECTED]| http://www.rfk.id.au/ramblings/gpg/ for details signature.asc Description: This is a digitally signed message part -- http://mail.python.org/mailma

filelike 0.3.0

2009-01-16 Thread Ryan Kelly
apper class: emulate seekability on streaming input/output Along with a host of small fixes and new test cases. All the details are available at the project website: http://www.rfk.id.au/software/projects/filelike/ Cheers, Ryan -- Ryan Kelly http://www.rfk.id.au | This messa

ANN: PyEnchant 1.5.2

2009-04-27 Thread Ryan Kelly
tended functionality including classes for tokenizing text and iterating over the spelling errors in it, as well as a ready-to-use text interface and wxPython dialog. Current Version: 1.5.2 Licence: LGPL with exemptions, as per Enchant itself -- Ryan Kelly http://www.rfk.id.au | This message

[ANN] regobj - Pythonic object-based access to the Windows Registry

2009-05-04 Thread Ryan Kelly
7;ShellNoRoam'] If a subkey is assigned a dictionary, the structure of that dictionary is copied into the subkey. Scalar values become key values, while nested dictionaries create subkeys: >>> HKCU.Software.MyTests = {"val1":7, "stuff":{"a":1,&quo

ANN: esky v0.4.0

2010-02-25 Thread Ryan Kelly
hangeLog for details) Downloads: http://pypi.python.org/pypi/esky/0.4.0/ Code, bugs, etc: http://github.com/rfk/esky/ Tutorial: http://github.com/rfk/esky/tree/master/tutorial/ -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [email protected]|

ANN: esky 0.5.0

2010-03-15 Thread Ryan Kelly
Code, bugs, etc: http://github.com/rfk/esky/ Tutorial: http://github.com/rfk/esky/tree/master/tutorial/ -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [email protected]| http://www.rfk.id.au/ramblings/gpg/ for details -- http://mail.python.org/m

ANN: esky 0.7.0

2010-05-29 Thread Ryan Kelly
nted "optimize" and "unbuffered" settings in the custom bootstrap code. * more robust support for the various bundle_files options. Downloads: http://pypi.python.org/pypi/esky/0.7.0/ Code, bugs, etc: http://github.com/rfk/esky/ Tutorial: http://github.com/rfk/esky/tree

[ANN] signedimp 0.1.3

2010-07-16 Thread Ryan Kelly
ntrusted sources (and yes, it's possible to embed a signed manifest inside an egg). Are you a crypto expert? No. No no no. You have been warned. -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [email protected]|

ANN: PyEnchant 1.6.3 - now with OSX!

2010-08-17 Thread Ryan Kelly
* Changed DLL loading logic for win32, to ensure that we don't accidentally load older versions of e.g. glib that may be on the DLL search path. * Added function get_enchant_version() to retreive the version string for the underlying enchant library. -- Ryan Kelly

PyCon Australia 2011: registrations now open

2011-04-20 Thread Ryan Kelly
Silver: Python Software Foundation<http://www.python.org/psf/> Thanks also to Linux Australia, who provide the overarching legal and organisational structure for PyCon Australia. Ryan Kelly PyCon Australia 2011 -- http://mail.python.org/mailman/listinfo/python-announ

PyCon Australia 2011: cfp closing soon!

2011-04-29 Thread Ryan Kelly
: Python Software Foundation<http://www.python.org/psf/> Thanks also to Linux Australia, who provide the overarching legal and organisational structure for PyCon Australia. Ryan Kelly PyCon Australia 2011 -- http://mail.python.org/mailman/listinfo/python-announce-list

PyCon Australia 2011: Early Bird Closing Soon

2011-05-28 Thread Ryan Kelly
d for the conference: Standard Talks: A Python on the Couch (Mark Rees) Behaviour Driven Development (Malcolm Tredinnick) Benchmarking stuff made ridiculously easy (Tennessee Leeuwenburg) Bytecode: What, Why, and How to Hack it (Ryan Kelly) Developing Scientific Software in

PyCon Australia 2011: Sprints

2011-06-29 Thread Ryan Kelly
WingWare <http://www.wingware.com/> Silver: Superior Recruitment <http://superiorrecruitment.com.au/> Thanks also to Linux Australia, who provide the overarching legal and organisational structure for PyCon Australia. Ryan Kelly PyCo

PyCon Australia 2011: Schedule Announced

2011-07-14 Thread Ryan Kelly
ehaviour Driven Development (Malcolm Tredinnick) Benchmarking stuff made ridiculously easy (Tennessee Leeuwenburg) Bytecode: What, Why, and How to Hack it (Ryan Kelly) Developing Scientific Software in Python (Duncan Gray) Fun with App Engine 1.5.0 (Greg Darke) Hosting Python W

PyCon Australia 2011: Registration Deadlines

2011-07-23 Thread Ryan Kelly
http://www.microsoft.com/> Thanks also to Linux Australia, who provide the overarching legal and organisational structure for PyCon Australia. Ryan Kelly PyCon Australia 2011 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

PyCon Australia 2011: Registration Back Online

2011-07-28 Thread Ryan Kelly
/www.wingware.com/> Silver: Arclight <http://www.arclight.com.au/> Silver: Bitbucket by Atlassian<http://bitbucket.org/> Silver: Microsoft <http://www.microsoft.com/> Thanks also to Linux Australia, who provide the overarching legal

Code War at PyCon Au 2011

2011-08-01 Thread Ryan Kelly
A huge hit at PyCon-Au last year, Code War is back! Eight teams, onstage knockout rounds of short programming bouts, loud crowd...mildly impressive prizes. Any language allowed, no holds bared. Think of it like cage fighting for coders. Originally based on an idea from the book PeopleWare,

PyCon Australia 2011: Registration Closing Soon!

2011-08-11 Thread Ryan Kelly
> Silver: Django Software Foundation <http://www.djangoproject.com> Silver: Ninefold <http://ninefold.com/> Internet: GitHub <http://github.com/> Thanks also to Linux Australia, who provide the overarching legal and organisational stru