aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/python
AgeCommit message (Expand)Author
2026-05-18fix(python example): keep tdlib log callback alive to prevent ctypes GC crashgiorka
2026-01-01Update copyright year.levlam
2025-04-23Improve Python example.AYMENJD
2025-04-21Handle authorizationStateWaitPremiumPurchase in examples.levlam
2025-04-12Minor improvements.levlam
2025-04-12Update tdjson_example.py to a new clean structure. (#3276)Mr. Mahdi
2025-01-01Update copyright year.levlam
2024-05-31Add .gitignore to Python example.levlam
2024-01-11Remove setTdlibParameters.enable_storage_optimizer/ignore_file_names paramete...levlam
2024-01-01Update copyright year.levlam
2023-12-10Use tdjson.dll only on Windows.levlam
2023-12-10Use full path for tdjson.dll in Python example.levlam
2023-02-04Fix checkAuthenticationEmailCode in Python example.AYMENJD
2023-01-12Remove some getAuthorizationState usages.levlam
2023-01-02Improve punctuation.levlam
2023-01-01Update copyright year.levlam
2022-09-08Update Python example.levlam
2022-09-07Inline tdlibParameters in setTdlibParameters.levlam
2022-09-07Remove separate authorizationStateWaitEncryptionKey.levlam
2022-01-01Update copyright year.levlam
2021-12-28Use only basic ASCII in Python example.levlam
2021-12-28Use a decorator in the Python example instead of explicit cast.levlam
2021-12-27Set log message callback only for fatal messages in Python example.levlam
2021-11-18Update python example: Use sys.exit for quittingSebastian
2021-08-07Remove mentions of deprecated public interfaces from README.levlam
2021-05-18Python example: use td_set_log_message_callback instead of td_set_fatal_error...levlam
2021-01-01Update copyright year.levlam
2020-11-15Rename create_client to create_client_id.levlam
2020-11-15Fix fatal error handler in Python example.levlam
2020-11-13Python example: encode strings to UTF-8 before printing to mitigate possible ...levlam
2020-11-13Use new JSON interface in Python example.levlam
2020-06-19Automatically detect operating system version.levlam
2020-03-25Fix checkDatabaseEncryptionKey usage in examples.levlam
2020-01-01Update copyright year.levlam
2019-07-16Add separate authorizationStateWaitRegistration.levlam
2019-05-14Minor fixes.levlam
2019-05-23Fix spelling in the Python example.levlam
2019-04-30Remove deprecated functions for log managing from Python example.levlam
2019-04-30Fix Python example.levlam
2019-04-30Add events for signin processtallero
2018-10-31Static execute in JSON interface.levlam
2018-09-07"==" instead of "is"tallero
2018-04-28Fix python example license.levlam
2018-03-11Add license to examples.levlam
2018-03-09Improve README.md.levlam
2018-03-02Add Python example README.md and add more documentation.levlam
2018-01-28Return whether Log::set_file_path succeded or not.levlam
2018-01-24Add example of td_set_log_fatal_error_callback usage to Python example.levlam
2018-01-09Use td_set_log_max_file_size in python example.levlam
2017-12-31Project import generated by Copybara.Arseny Smirnov