Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-20 | no log: pep8 fix | morpheus65535 | |
2024-04-20 | Additional fix for restart process. #2456 | morpheus65535 | |
2024-03-03 | Refactored Shutdown, Restart and exit status codes | JayZed | |
2024-01-10 | Fixed improper closing of resources on exit | morpheus65535 | |
2023-12-11 | Fixed function to prevent usage of Python 3.7v1.4.1-beta.5 | Michiel van Baak Jansen | |
2023-06-23 | Added experimental Python 3.11 support | morpheus65535 | |
2022-05-28 | Small fix when getting Python bundle path (#1854) | Alexander Regueiro | |
2022-05-08 | Prevent Python dock icon appearing on macOS | Alexander Regueiro | |
2022-05-01 | Reworked Bazarr file structure to improve support and optimizationv1.0.5-beta.0 | morpheus65535 | |
2021-12-29 | Added support for Python 3.10 in startup warning.v1.0.2-beta.15v1.0.2 | morpheus65535 | |
2021-12-01 | Upgraded some embedded dependencies to be ready for Python 3.10. This ↵ | morpheus65535 | |
doesn't mean that it's fully supported right now. | |||
2021-07-07 | Added an unsupported warning on startup if using Python 3.9 | morpheus65535 | |
2020-05-24 | Rework on child process management. | Smaarn | |
When receiving the SIGTERM signal, swallow it and terminate latest created child process Catch ChildProcessError (occurs when child process is terminated by the current python script on mac os x) | |||
2020-05-18 | WIP | Louis Vézina | |
2020-05-18 | WIP | Louis Vézina | |
2020-04-27 | Fix for #952. | Louis Vézina | |
2020-04-15 | Simplify daemon mechanism. | Louis Vézina | |
2020-04-14 | Simplify daemon mechanism. | Louis Vézina | |
2020-04-12 | Merge remote-tracking branch 'origin/development' into development | Louis Vézina | |
2020-04-12 | Bazarr won't start anymore when launched with Python ealier than 3.7. No ↵ | Louis Vézina | |
more compatibility with 2.7.x | |||
2020-04-11 | [Python 3 only] Changed SIGTERM signal handling. | Smaarn | |
Now the first SIGTERM will propagate a SIGINT to child processes. A second SIGTERM signal would send a SIGTERM to child processes and "interrupt" itself. A third SIGTERM signal would actually follow the default system behaviour. # Conflicts: # bazarr.py | |||
2020-04-11 | Increased minimal version of Python 3.x to 3.7 instead of 3.6. We have too ↵ | Louis Vézina | |
much trouble with 3.6 and some of our dependencies don't support it anymore. | |||
2020-02-16 | Fix for Python 2.7 compatibility regression. | Louis Vézina | |
2020-02-09 | change: log redirection mechanism | Smaarn | |
Rely on native output and error stream printing. Blocked input reading | |||
2020-01-31 | code cleanup: bazarr | ngosang | |
2020-01-19 | Fixed: when receiving a SIGTERM signal, a smooth shutdown procedure should ↵ | Smaarn | |
be performed on children processes. Reverted the change for Python 2 | |||
2020-01-14 | Fixed: when receiving a SIGTERM signal, a smooth shutdown procedure should ↵ | Smaarn | |
be performed on children processes. | |||
2019-12-14 | Added stdout flush even for Python 2.x. | Louis Vézina | |
2019-12-08 | Fix for stdout/stderr logging under Python 3.x. | Louis Vézina | |
2019-12-06 | Fix for restarting since Python 3. | Louis Vézina | |
2019-09-28 | WIP | Louis Vézina | |
2019-09-23 | WIP | Louis Vézina | |
2019-09-22 | WIP | Louis Vézina | |
2019-09-22 | Merge branch 'development' into python3 | Louis Vézina | |
# Conflicts: # bazarr.py # bazarr/get_subtitle.py | |||
2019-09-18 | Fix for Python minor version containing something else than digits. | Louis Vézina | |
2019-09-13 | WIP | Louis Vézina | |
2019-09-08 | Fix for Python version check when there's a "+" sign in revision number. | Louis Vézina | |
2019-09-05 | Added a check for Python version. | Louis Vézina | |
2019-06-11 | Reformat code | Halali | |
2019-06-01 | Reduce CPU, Disk and Memory usage | ngosang | |
2018-10-31 | rewrite get_argv to get_args; use in daemon and bazarr; fix os.path.join ↵ | panni | |
usage; PEPify most | |||
2018-10-31 | make bazarr a module; use centralized getopt in daemon; add --debug option ↵ | panni | |
for console handler; add logging dependencies | |||
2018-10-16 | Fix for arguments not passed correctly to child process. | Louis Vézina | |
2018-10-16 | Fix to create daemon stop and restart file in config_dir. Add a fix for ↵ | Louis Vézina | |
automatic reloading after restart when using a reverse proxy with SSL. | |||
2018-10-16 | Continuing development | Louis Vézina | |
2018-10-16 | Flushing stdout buffer | Louis Vézina | |
2018-10-14 | Add link to restart and manage KeyboardInterrupt | Louis Vézina | |
2018-10-11 | Cherrypy test | Louis Vézina | |
2018-10-10 | Continuing development | Louis Vézina | |
2018-10-10 | Auto reload after restart | morpheus65535 | |