summaryrefslogtreecommitdiffhomepage
path: root/bazarr.py
AgeCommit message (Expand)Author
2023-12-11Fixed function to prevent usage of Python 3.7v1.4.1-beta.5Michiel van Baak Jansen
2023-06-23Added experimental Python 3.11 supportmorpheus65535
2022-05-28Small fix when getting Python bundle path (#1854)Alexander Regueiro
2022-05-08Prevent Python dock icon appearing on macOSAlexander Regueiro
2022-05-01Reworked Bazarr file structure to improve support and optimizationv1.0.5-beta.0morpheus65535
2021-12-29Added support for Python 3.10 in startup warning.v1.0.2-beta.15v1.0.2morpheus65535
2021-12-01Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't...morpheus65535
2021-07-07Added an unsupported warning on startup if using Python 3.9morpheus65535
2020-05-24Rework on child process management.Smaarn
2020-05-18WIPLouis Vézina
2020-05-18WIPLouis Vézina
2020-04-27Fix for #952.Louis Vézina
2020-04-15Simplify daemon mechanism.Louis Vézina
2020-04-14Simplify daemon mechanism.Louis Vézina
2020-04-12Merge remote-tracking branch 'origin/development' into developmentLouis Vézina
2020-04-12Bazarr won't start anymore when launched with Python ealier than 3.7. No more...Louis Vézina
2020-04-11[Python 3 only] Changed SIGTERM signal handling.Smaarn
2020-04-11Increased minimal version of Python 3.x to 3.7 instead of 3.6. We have too mu...Louis Vézina
2020-02-16Fix for Python 2.7 compatibility regression.Louis Vézina
2020-02-09change: log redirection mechanismSmaarn
2020-01-31code cleanup: bazarrngosang
2020-01-19Fixed: when receiving a SIGTERM signal, a smooth shutdown procedure should be...Smaarn
2020-01-14Fixed: when receiving a SIGTERM signal, a smooth shutdown procedure should be...Smaarn
2019-12-14Added stdout flush even for Python 2.x.Louis Vézina
2019-12-08Fix for stdout/stderr logging under Python 3.x.Louis Vézina
2019-12-06Fix for restarting since Python 3.Louis Vézina
2019-09-28WIPLouis Vézina
2019-09-23WIPLouis Vézina
2019-09-22WIPLouis Vézina
2019-09-22Merge branch 'development' into python3Louis Vézina
2019-09-18Fix for Python minor version containing something else than digits.Louis Vézina
2019-09-13WIPLouis Vézina
2019-09-08Fix for Python version check when there's a "+" sign in revision number.Louis Vézina
2019-09-05Added a check for Python version.Louis Vézina
2019-06-11Reformat codeHalali
2019-06-01Reduce CPU, Disk and Memory usagengosang
2018-10-31rewrite get_argv to get_args; use in daemon and bazarr; fix os.path.join usag...panni
2018-10-31make bazarr a module; use centralized getopt in daemon; add --debug option fo...panni
2018-10-16Fix for arguments not passed correctly to child process.Louis Vézina
2018-10-16Fix to create daemon stop and restart file in config_dir. Add a fix for autom...Louis Vézina
2018-10-16Continuing developmentLouis Vézina
2018-10-16Flushing stdout bufferLouis Vézina
2018-10-14Add link to restart and manage KeyboardInterruptLouis Vézina
2018-10-11Cherrypy testLouis Vézina
2018-10-10Continuing developmentLouis Vézina
2018-10-10Auto reload after restartmorpheus65535
2018-10-09Fix for main.py not foundmorpheus65535
2018-10-04Moving everything else bazarr.py to a bazarr subdirectory.Louis Vézina
2018-10-03More developmentLouis Vézina
2018-10-03Renamed bazarr.py in main.py and daemon.py in bazarr.pymorpheus65535