EuroPython 2015: Your chance to sign up as a launch sponsor

2015-01-16 Thread M.-A. Lemburg
Companies who would like to sign up as a EuroPython 2015 launch sponsor are encouraged to contact the sponsor work group at: [email protected] Launch sponsors will get the additional benefit of being listed on the website when we launch - for free. You just need to

xlwings v0.3.1 released

2015-01-16 Thread Felix Zumstein
I am happy to announce the release of xlwings v0.3.1: This fixes a long-standing bug that caused Excel to close/reopen under certain circumstances. It also adds a Workbook.set_mock_caller() method that makes it a lot easier to call code from Excel and Python without changes. See the full Relea

[ANN] Pylint 1.4.1 / Astroid 1.3.3 released

2015-01-16 Thread Claudiu Popa
Hello, It's my pleasure to announce the release of both Pylint 1.4.1 and Astroid 1.3.3 respectively. The following bug fixes and features made their way into Astroid 1.3.3: * Restore file_stream to a property, but deprecate it in favour of the newly added method Module.stream. *