<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/lisp/progmodes/python-tests.el, branch feature/soc-bytecode-in-traceback</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Use lexical-binding in most progmodes tests</title>
<updated>2020-04-28T11:54:00+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-04-28T11:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=771a6b68165b986b6bf9249c57ca11d310b0f0e4'/>
<id>771a6b68165b986b6bf9249c57ca11d310b0f0e4</id>
<content type='text'>
* test/lisp/progmodes/etags-tests.el:
* test/lisp/progmodes/f90-tests.el:
* test/lisp/progmodes/ps-mode-tests.el:
* test/lisp/progmodes/python-tests.el:
* test/lisp/progmodes/ruby-mode-tests.el:
* test/lisp/progmodes/subword-tests.el:
* test/lisp/progmodes/tcl-tests.el:
* test/lisp/progmodes/xref-tests.el: Use lexical-binding.

* test/lisp/progmodes/python-tests.el (python-tests-visible-string)
(python-tests-look-at-1, python-tests-look-at-2)
(python-shell-calculate-process-environment-2): Silence byte-compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/etags-tests.el:
* test/lisp/progmodes/f90-tests.el:
* test/lisp/progmodes/ps-mode-tests.el:
* test/lisp/progmodes/python-tests.el:
* test/lisp/progmodes/ruby-mode-tests.el:
* test/lisp/progmodes/subword-tests.el:
* test/lisp/progmodes/tcl-tests.el:
* test/lisp/progmodes/xref-tests.el: Use lexical-binding.

* test/lisp/progmodes/python-tests.el (python-tests-visible-string)
(python-tests-look-at-1, python-tests-look-at-2)
(python-shell-calculate-process-environment-2): Silence byte-compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-01-01T00:59:52+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-01-01T00:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=365e01cc9f64ce6ca947ccfd8612d60763280a37'/>
<id>365e01cc9f64ce6ca947ccfd8612d60763280a37</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fill-paragraph in python docstrings (Bug#36056)</title>
<updated>2019-09-13T00:25:30+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2019-09-08T14:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cbb8a8ad979ed7975bfc7e9fa6aeeb4d9d6b7084'/>
<id>cbb8a8ad979ed7975bfc7e9fa6aeeb4d9d6b7084</id>
<content type='text'>
* lisp/progmodes/python.el (python-do-auto-fill): New function.
(python-mode): Set it as normal-auto-fill-function, and don't set
fill-indent-according-to-mode.  Having the latter set during
fill-paragraph gives wrongs result, because python-indent-line doesn't
remove indentation added by filling.
* test/lisp/progmodes/python-tests.el (python-fill-docstring): New
test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/python.el (python-do-auto-fill): New function.
(python-mode): Set it as normal-auto-fill-function, and don't set
fill-indent-according-to-mode.  Having the latter set during
fill-paragraph gives wrongs result, because python-indent-line doesn't
remove indentation added by filling.
* test/lisp/progmodes/python-tests.el (python-fill-docstring): New
test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from emacs-26</title>
<updated>2019-06-26T02:04:13+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2019-06-26T02:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9552ee4df7d2ceebb8728a61d00598aa981b580c'/>
<id>9552ee4df7d2ceebb8728a61d00598aa981b580c</id>
<content type='text'>
e62ad04963 Fix sgml-mode handling of quotes within parens (Bug#36347)
06b35b2f92 ; * lisp/frame.el: Enhance add-variable-watcher commentary.
572e34bb6f Rename 'make-symbolic-link' argument NEWNAME to LINKNAME
04477adedc Check that length of data returned by sysctl is non-zero
81535eeadb * test/lisp/progmodes/python-tests.el (python-virt-bin): D...
9d48979ca8 Fix Python tests depending on system-type
fcf6cc3177 Fix problem with wdired test when symlinks cannot be created.
4701e0663e Improve wording of documentation of click events

# Conflicts:
#	lisp/textmodes/sgml-mode.el
#	test/lisp/textmodes/sgml-mode-tests.el
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e62ad04963 Fix sgml-mode handling of quotes within parens (Bug#36347)
06b35b2f92 ; * lisp/frame.el: Enhance add-variable-watcher commentary.
572e34bb6f Rename 'make-symbolic-link' argument NEWNAME to LINKNAME
04477adedc Check that length of data returned by sysctl is non-zero
81535eeadb * test/lisp/progmodes/python-tests.el (python-virt-bin): D...
9d48979ca8 Fix Python tests depending on system-type
fcf6cc3177 Fix problem with wdired test when symlinks cannot be created.
4701e0663e Improve wording of documentation of click events

# Conflicts:
#	lisp/textmodes/sgml-mode.el
#	test/lisp/textmodes/sgml-mode-tests.el
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python docstring auto-fill (Bug#36056)</title>
<updated>2019-06-22T23:25:44+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2019-06-21T11:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0f01a58c390faf30c33b369fc81b2a14ec5b7f2e'/>
<id>0f01a58c390faf30c33b369fc81b2a14ec5b7f2e</id>
<content type='text'>
* lisp/progmodes/python.el (python-mode): Set
fill-indent-according-to-mode locally to t.  This lets auto-fill do
the right thing when auto-filling inside a docstring.  The default was
to nil on 2001-11-25 "(fill-indent-according-to-mode): Default to nil"
with the comment that it "screws up CC-mode's filling tricks".  But
presumably it shouldn't be a problem for python-mode.
* test/lisp/progmodes/python-tests.el (python-auto-fill-docstring):
New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/python.el (python-mode): Set
fill-indent-according-to-mode locally to t.  This lets auto-fill do
the right thing when auto-filling inside a docstring.  The default was
to nil on 2001-11-25 "(fill-indent-according-to-mode): Default to nil"
with the comment that it "screws up CC-mode's filling tricks".  But
presumably it shouldn't be a problem for python-mode.
* test/lisp/progmodes/python-tests.el (python-auto-fill-docstring):
New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>* test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.</title>
<updated>2019-06-17T01:12:45+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2019-06-17T01:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=81535eeadb5b9b964dd195b2720de2b1fc432c6e'/>
<id>81535eeadb5b9b964dd195b2720de2b1fc432c6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python tests depending on system-type</title>
<updated>2019-06-17T00:48:21+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2019-06-17T00:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9d48979ca8000f4d29fdfcdfec63d3ee53024ac4'/>
<id>9d48979ca8000f4d29fdfcdfec63d3ee53024ac4</id>
<content type='text'>
* test/lisp/progmodes/python-tests.el (python-virt-bin): New function.
(python-shell-calculate-exec-path-2)
(python-shell-calculate-exec-path-3)
(python-shell-calculate-exec-path-4)
(python-shell-with-environment-1, python-shell-with-environment-2):
Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/python-tests.el (python-virt-bin): New function.
(python-shell-calculate-exec-path-2)
(python-shell-calculate-exec-path-3)
(python-shell-calculate-exec-path-4)
(python-shell-with-environment-1, python-shell-with-environment-2):
Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add test for previous change</title>
<updated>2019-04-28T20:45:13+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2019-04-20T19:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=caadbd94921b66fd6820dbc95783765837b931f7'/>
<id>caadbd94921b66fd6820dbc95783765837b931f7</id>
<content type='text'>
* test/lisp/progmodes/python-tests.el (python-indent-hanging-close-paren):
New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/python-tests.el (python-indent-hanging-close-paren):
New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace (skip-unless nil) by tag :unstable in test packages</title>
<updated>2019-04-13T08:58:17+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2019-04-13T08:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ae21fb3dbc1a596e5bc18a3b7f8a1460b9b0fca3'/>
<id>ae21fb3dbc1a596e5bc18a3b7f8a1460b9b0fca3</id>
<content type='text'>
* test/lisp/filenotify-tests.el (file-notify--deftest-remote):
Use tag :unstable if SKIP is non-nil.

* test/lisp/net/tramp-tests.el (tramp-test36-vc-registered):
Use ert-skip instead of (skip-unless nil).

* test/lisp/progmodes/python-tests.el
(python-tests--python-nav-end-of-statement--infloop): Use tag
:unstable instead of (skip-unless nil).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/filenotify-tests.el (file-notify--deftest-remote):
Use tag :unstable if SKIP is non-nil.

* test/lisp/net/tramp-tests.el (tramp-test36-vc-registered):
Use ert-skip instead of (skip-unless nil).

* test/lisp/progmodes/python-tests.el
(python-tests--python-nav-end-of-statement--infloop): Use tag
:unstable instead of (skip-unless nil).
</pre>
</div>
</content>
</entry>
<entry>
<title>* test/lisp/progmodes/python-tests.el: "Fix" failing test</title>
<updated>2019-04-10T14:39:50+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-04-10T14:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0cef057b02b088ded8b46e3453ac0d891888423a'/>
<id>0cef057b02b088ded8b46e3453ac0d891888423a</id>
<content type='text'>
(python-tests--python-nav-end-of-statement--infloop): Disable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(python-tests--python-nav-end-of-statement--infloop): Disable.
</pre>
</div>
</content>
</entry>
</feed>
