summaryrefslogtreecommitdiff
path: root/scripting/source/pyprov
AgeCommit message (Expand)AuthorFilesLines
2018-05-05Fix typosAndrea Gelmini1-2/+2
2018-04-27tdf#117202 more pythonic and allow spaces as argumentLaurent Godard1-11/+13
2018-04-25tdf#117202 - parse function name to get argumentsLaurent Godard1-4/+30
2018-03-28Fix class name in debug messageTor Lillqvist1-1/+1
2018-03-27Bin some dead codeTor Lillqvist1-5/+0
2018-01-30tdf#63388: use SMTP_SSL for port 465Justin Luth1-2/+5
2018-01-24scripting: add missing vim modelines to python filesMiklos Vajna1-0/+2
2017-11-30mailmerge.py: Use strip in server nameXisco Fauli1-2/+2
2017-04-12tdf#92007 python scripts with tuple-assignments fails on access from GUIWerner Tietz1-1/+6
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2016-12-18tdf#103363: add unicodedata and import idna encoding for mailmergeJulien Nabet1-0/+1
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl2-2/+5
2016-08-09python macros aren't listed under scripting organizeCaolán McNamara1-3/+2
2016-01-10Fix typosAndrea Gelmini2-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-30Script: better way to detect WindowsAndrea Gelmini1-71/+72
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-5/+27
2015-03-02pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl2-0/+0
2014-12-02pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl1-84/+0
2014-09-17BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann1-1/+1
2013-08-21deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard1-1/+1
2013-08-20deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl1-1/+1
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-2/+2
2013-07-15Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2Caolán McNamara1-5/+11
2013-07-14Related: fdo#66761 we want the bytes, not a str representation of themCaolán McNamara1-1/+3
2013-07-13Resolves: fdo#66761 Macro controlled Python Mailmerge brokenCaolán McNamara1-1/+4
2013-07-12Resolves: #i120083# make python loglevel and log output changeable...Herbert Dürr1-8/+16
2013-06-18add python ver to debugging infoCaolán McNamara1-0/+1
2013-06-17Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issuesCaolán McNamara1-4/+7
2013-05-24Resolves: #i55055# Simplify pythonscript.py codePedro Giffuni1-41/+41
2013-05-11Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContextAriel Constenla-Haile1-5/+51
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-02-22scripting: s/pathes/paths and s/Pathes/PathsMiklos Vajna1-15/+15
2013-01-15make emailmerge work with python3 and python2 at the same timeCaolán McNamara1-5/+12
2013-01-15tidy mailmerge debuging messagesCaolán McNamara1-16/+16
2013-01-15make emailmerge work for me with python3Caolán McNamara2-10/+29
2013-01-15i118814 - Allow set connection timeout in Mail APIAriel Constenla-Haile1-6/+22
2013-01-15i118791 - Encode ReadableName in UTF-8 only when necessaryAriel Constenla-Haile1-1/+6
2013-01-15i118736 - i118787 : fix XMailMessage implementation in mailmerge.pyAriel Constenla-Haile1-24/+25
2013-01-14mailmerge.py: fix the debug strings againMichael Stahl1-3/+3
2013-01-14fdo#59249: mailmerge.py: adapt to changes in smtplib:Michael Stahl1-8/+17
2013-01-14Revert "fdo#59249: mailmerge.py: some more bytes vs. str mangling"Michael Stahl1-4/+4
2013-01-11fdo#59249: mailmerge.py: some more bytes vs. str manglingMichael Stahl1-4/+4
2013-01-11Can't convert 'Enum' resp. 'bytes' object to str implicitlyStephan Bergmann1-2/+2
2013-01-11fdo#59249: String literal needs a "b" prefix in Pyhton 3Stephan Bergmann1-2/+2
2013-01-07Fix type SMPT->SMTPJulien Nabet1-15/+15
2012-12-12officehelper.py: fix obvious Python 3 issuesMichael Stahl2-20/+20
2012-12-11mailmerge.py: fix obvious Python 3 issuesMichael Stahl2-59/+59
2012-12-09Python: fix deprecated + "== None" instead of "is None"Julien Nabet1-2/+2