summaryrefslogtreecommitdiff
path: root/lisp/ob-python.el
AgeCommit message (Expand)Author
2024-02-10org-babel: New babel backend API function org-babel-session-buffer:<lang>Ihor Radchenko
2024-02-01org-babel: Declare :async header argument in the backends that support itIhor Radchenko
2024-01-29ob-python: Set Python shell in Org edit bufferIhor Radchenko
2024-01-06Merge branch 'bugfix'Kyle Meyer
2024-01-06Backport commit 8e1c56ae4 from EmacsPo Lu
2023-12-31ob-python: Remove :version from variables with :package-versionJack Kamm
2023-12-31ob-python: Changed options for default Python commandJack Kamm
2023-12-29fixup! ob-python: Test and improve robustness for externally started pythonJack Kamm
2023-12-29ob-python: Test and improve robustness for externally started pythonJack Kamm
2023-12-23lisp/ob-python.el (org-babel-python-table-or-string): Small fixSébastien Miquel
2023-10-21Fix obsolete `sleep-for' usageGerard Vermeulen
2023-10-17* lisp/ob-python.el: Fix misspelled constant nameIhor Radchenko
2023-10-15ob-python: Check for end of output in org-babel-python-send-stringJack Kamm
2023-10-07org-babel-python-read-string: Upcase function argument in the docstringIhor Radchenko
2023-10-01* lisp/ob-python.el: Document some missing function argumentsIhor Radchenko
2023-09-17* lisp/ob-python.el: Declare non-standard header argsIhor Radchenko
2023-08-30Merge branch 'bugfix'Jack Kamm
2023-08-30ob-python: Fix hanging on second startJack Kamm
2023-08-22ob-python: Results handling for dicts, dataframes, arrays, plotsJack Kamm
2023-07-13ob-python: Fix async evaluationLiu Hui
2023-03-31ob-python: Allow working with externally started sessions againJack Kamm
2023-03-22ob-R.el/ob-python: Update `md5' calls to `org-id-uuid'Matthew Trzcinski
2023-02-11ob-python: Remove debugging print statementJack Kamm
2023-01-27ob-python: Remove python-mode.el supportJack Kamm
2023-01-01Merge branch 'bugfix'Kyle Meyer
2023-01-01Backport commit cae528457 from EmacsEli Zaretskii
2022-12-29* lisp/ob-python.el: Mark python-mode support for removalIhor Radchenko
2022-11-15ob-python: Wait for session initialization on slow machinesIhor Radchenko
2022-10-26ob-python: Handle newer version of python-mode.elIhor Radchenko
2022-09-04Assert all the Org files to load the same Org versionIhor Radchenko
2022-08-28ob-python: Fix Emacs bug#50514 when Python loads slowlyIhor Radchenko
2022-06-26Prefer "website" to "homepage"Stefan Kangas
2022-01-01Update copyright year to 2022Kyle Meyer
2021-09-29*el: Fix indentationBastien
2021-05-18ob-comint.el, ob-python.el: Async session evaluationJack Kamm
2021-01-01Merge branch 'maint'Kyle Meyer
2021-01-01Update copyright year to 2021Kyle Meyer
2020-10-24ob-python: Rename exec tmpfile handle to prevent conflictAdrian Kummerlaender
2020-10-10ob-python: Rename exec tmpfile handle to prevent conflictAdrian Kummerlaender
2020-09-27ob-python: Improvements to :return header argumentJack Kamm
2020-09-09ob-python: Fix hanging on emacs-26.3 by adding indicator tokenJack Kamm
2020-09-07ob-python: Replace session value format string with functionJack Kamm
2020-09-06ob-python: Improve robustness of session evaluationJack Kamm
2020-09-06ob-python: fix startup messages leaking into outputJack Kamm
2020-09-04ob-python: Add maintainer to headerJack Kamm
2020-09-04ob-python: Fix session blocks not waiting for value resultJack Kamm
2020-08-28ob-python: Refactor session evaluationJack Kamm
2020-08-28ob-python: Fix discrepancy of single/multi-line code blocksJack Kamm
2020-08-20ob-python.el: Fix issue with sessions on remote machinesChristian Vanderwall
2020-06-09ob-python.el: Fix multiline strings in non-session :results valueJack Kamm