]> git.lyx.org Git - lyx.git/history - lib/scripts/lyxpak.py
Update Python scripts to Python 3+
[lyx.git] / lib / scripts / lyxpak.py
2024-06-10 José MatosUpdate Python scripts to Python 3+
2024-02-09 Enrico ForestieriAdapt lyxpak.py to work with Python 3 on Windows
2023-12-06 Scott KostyshakPython fixes for export to LyX Archive
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-31 Pavel Sandapyupgrade related fixes to python scripts #2.
2020-12-05 Richard Kimberly... Change name and email in some other files
2017-04-14 Enrico Forestierilyxpak.py: Python 3 compatibility
2015-07-28 Guy Rutenberglyxpak.py: Use `subprocess` for spawning scripts.
2015-07-05 Enrico ForestieriFix a couple of issues with filename encodings.
2015-07-05 Guy Rutenberglyxpak: Fix the common path prefix calculation.
2015-05-14 Enrico ForestieriTake into account compressed documents when creating...
2014-04-21 Richard HeckPatch from Enrico fixing a problem with the lyxpak...
2014-01-28 Richard HeckRemove the shebang line from our python scripts, per...
2012-11-28 Richard HeckFix bug reported on user list: the path variable here...
2012-10-20 Enrico ForestieriFix bug #8379: LyX Archive fails to include BibTeX...
2012-05-20 Enrico ForestieriFix bug #8164: lyxpak.py fails to include filenames...
2011-12-24 Enrico ForestieriFix bug #7933 (lyx2lyx error while running lyxpak.py)
2011-09-16 Enrico ForestieriAlso include in the archive the files referenced in...
2011-09-16 Enrico ForestieriUse the normalized path for checking whether it has...
2011-09-16 Enrico ForestieriCheck whether the filename is really a file. Also prote...
2011-04-16 Enrico ForestieriFix correct operation of lyxpak.py when using the ...
2011-02-14 Richard HeckMore has_key replacements.
2011-02-08 Richard HeckFix up some comments, and change the recursive call...
2011-02-08 Richard HeckGet rid of the global lyx2lyx variable.
2011-02-08 Richard HeckFactor out the routine that finds lyx2lyx.
2011-02-07 Richard HeckIntroduce options for the lyxpak script, allowing the...
2011-02-06 Enrico ForestieriDon't rely on external utilities and use python modules...
2011-02-06 Enrico ForestieriProtect against multiple occurrences of the common...
2011-02-06 Richard HeckAdd lyxpak.py to the distribution, and configure it...