aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ob-python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ob-python: Wait for session initialization on slow machinesIhor Radchenko2022-11-151-2/+18
* ob-python: Handle newer version of python-mode.elIhor Radchenko2022-10-261-3/+2
* Assert all the Org files to load the same Org versionIhor Radchenko2022-09-041-0/+4
* ob-python: Fix Emacs bug#50514 when Python loads slowlyIhor Radchenko2022-08-281-2/+3
* Prefer "website" to "homepage"Stefan Kangas2022-06-261-1/+1
* Update copyright year to 2022Kyle Meyer2022-01-011-1/+1
* *el: Fix indentationBastien2021-09-291-2/+2
* ob-comint.el, ob-python.el: Async session evaluationJack Kamm2021-05-181-4/+52
* Merge branch 'maint'Kyle Meyer2021-01-011-1/+1
|\
| * Update copyright year to 2021Kyle Meyer2021-01-011-1/+1
| * ob-python: Rename exec tmpfile handle to prevent conflictAdrian Kummerlaender2020-10-241-7/+7
* | ob-python: Rename exec tmpfile handle to prevent conflictAdrian Kummerlaender2020-10-101-7/+7
* | ob-python: Improvements to :return header argumentJack Kamm2020-09-271-4/+7
|/
* ob-python: Fix hanging on emacs-26.3 by adding indicator tokenJack Kamm2020-09-091-16/+29
* ob-python: Replace session value format string with functionJack Kamm2020-09-071-14/+9
* ob-python: Improve robustness of session evaluationJack Kamm2020-09-061-32/+36
* ob-python: fix startup messages leaking into outputJack Kamm2020-09-061-9/+7
* ob-python: Add maintainer to headerJack Kamm2020-09-041-0/+1
* ob-python: Fix session blocks not waiting for value resultJack Kamm2020-09-041-20/+33
* ob-python: Refactor session evaluationJack Kamm2020-08-281-100/+75
* ob-python: Fix discrepancy of single/multi-line code blocksJack Kamm2020-08-281-8/+6
* ob-python.el: Fix issue with sessions on remote machinesChristian Vanderwall2020-08-201-2/+4
* ob-python.el: Fix multiline strings in non-session :results valueJack Kamm2020-06-091-5/+13
* ob-python.el: Revert fix for multiline varJack Kamm2020-05-281-7/+2
* ob-python.el: Assign variables in preamble instead of bodyJack Kamm2020-05-241-2/+7
* ob-python.el: Fix session initiation when using python-mode.elstardiviner2020-02-191-3/+3
* Tiny formatting fixesBastien2020-02-181-3/+2
* Revert "ob-python: Session returns empty string if no return value"Bastien2020-02-171-1/+1
* ob-python: Session returns empty string if no return valueJack Kamm2020-02-171-1/+1
* ob-python: Remove unused variableJack Kamm2020-02-041-1/+0
* ob-python: Fix several issues with :session :results valueJack Kamm2020-02-031-27/+41
* Update copyright year to 2020Kyle Meyer2020-01-011-1/+1
* Backport commit 114323226 from EmacsJuanma Barranquero2019-09-291-1/+1
* Update copyright yearBastien2019-01-011-1/+1
* ob-*: single armed “if” -> “when”Aaron Ecay2018-05-101-2/+2
* Update declare-function calls for functions that have moved.Aaron Ecay2018-05-101-2/+1
* ob-python: Small refactoringNicolas Goaziou2018-04-031-13/+13
* ob-python: Insert blank line when sending code to interpreterGong Qijian2018-04-031-1/+13
* Use https for links to orgmode.orgTim Landscheidt2018-01-191-1/+1
* Update copyright yearsKyle Meyer2018-01-071-1/+1
* ob-python: Fix :session :results output multiline behaviorJack Kamm2017-12-181-10/+26
* Backport commit bc511a64f from EmacsPaul Eggert2017-09-171-1/+1
* ob-python: Honor the :python header argument in python src blocksNathaniel Nicandro2017-04-291-3/+4
* Update copyright yearsKyle Meyer2017-01-051-1/+1
* Use ‘eq’ instead of ‘equal’ for symbolsAaron Ecay2016-09-251-2/+2
* Use assq instead of assoc for :keywordsAaron Ecay2016-09-231-10/+10
* Clean up string handling.Aaron Ecay2016-08-241-2/+3
* Silence byte-compilerNicolas Goaziou2016-07-251-23/+23
* Remove unnecessary (require 'cl)Nicolas Goaziou2016-07-251-1/+0
* Deprecate `org-babel-trim' in favor of `org-trim'Nicolas Goaziou2016-06-211-7/+7