<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/scripts, branch 3.2.7</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s encoding argument.</title>
<updated>2019-11-04T10:21:25+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-02T15:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e0e88ceaaae4b27913cc9d3b48bf79c681605fba'/>
<id>e0e88ceaaae4b27913cc9d3b48bf79c681605fba</id>
<content type='text'>
The encoding argument has been available since Python 3.6.
https://docs.python.org/3/library/subprocess.html#subprocess.run
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The encoding argument has been available since Python 3.6.
https://docs.python.org/3/library/subprocess.html#subprocess.run
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted subprocess.run() calls to use arg list, rather than string. </title>
<updated>2019-08-28T08:19:30+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-28T08:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a44d80f88e22eda24dacef48e368895ebea96635'/>
<id>a44d80f88e22eda24dacef48e368895ebea96635</id>
<content type='text'>
The Python docs recommend passing a sequence to subprocess.run() when
possible. Doing so allows for automatic escaping and quoting of
arguments.

https://docs.python.org/3/library/subprocess.html#frequently-used-arguments

&gt; args is required for all calls and should be a string, or a sequence
&gt; of program arguments. Providing a sequence of arguments is generally
&gt; preferred, as it allows the module to take care of any required
&gt; escaping and quoting of arguments (e.g. to permit spaces in file
&gt; names).

Also removed `shell=True` where unnecessary. </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Python docs recommend passing a sequence to subprocess.run() when
possible. Doing so allows for automatic escaping and quoting of
arguments.

https://docs.python.org/3/library/subprocess.html#frequently-used-arguments

&gt; args is required for all calls and should be a string, or a sequence
&gt; of program arguments. Providing a sequence of arguments is generally
&gt; preferred, as it allows the module to take care of any required
&gt; escaping and quoting of arguments (e.g. to permit spaces in file
&gt; names).

Also removed `shell=True` where unnecessary. </pre>
</div>
</content>
</entry>
<entry>
<title>Replaced subprocess commands by run() wherever possible.</title>
<updated>2019-08-23T08:53:36+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-08-23T08:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9386586f31b8a0bccf59a1bff647cd829d4e79aa'/>
<id>9386586f31b8a0bccf59a1bff647cd829d4e79aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capitalized "Python" in docs and comments.</title>
<updated>2018-10-09T13:26:07+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-10-09T13:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e90af8bad44341cf8ebd469dac57b61a95667c1d'/>
<id>e90af8bad44341cf8ebd469dac57b61a95667c1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated language statistics script to not use the shell</title>
<updated>2018-08-31T12:18:55+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-08-31T12:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=b679b5b8f29cd4047a623e81999488043733d370'/>
<id>b679b5b8f29cd4047a623e81999488043733d370</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.</title>
<updated>2017-06-01T23:08:59+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-06-01T23:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2c69824e5ab5ddf4b9964c4cf9f9e16ff3bb7929'/>
<id>2c69824e5ab5ddf4b9964c4cf9f9e16ff3bb7929</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."</title>
<updated>2017-03-07T15:10:32+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-03-07T15:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=784a53beef0ff4fb593bb6c4643924830b29e1bd'/>
<id>784a53beef0ff4fb593bb6c4643924830b29e1bd</id>
<content type='text'>
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #27878, refs #23919 -- Used python3 shebangs.</title>
<updated>2017-02-23T18:41:10+00:00</updated>
<author>
<name>Chris Lamb</name>
<email>chris@chris-lamb.co.uk</email>
</author>
<published>2017-02-23T15:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229'/>
<id>4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>makemessages now requires a configured Django</title>
<updated>2016-08-25T21:11:51+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-08-25T21:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ebdfd656b482ecb503c481bfba8579d40a1f1809'/>
<id>ebdfd656b482ecb503c481bfba8579d40a1f1809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed E128 flake8 warnings in django/.</title>
<updated>2016-04-08T13:51:06+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-03-28T22:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=df8d8d4292684d6ffa7474f1e201aed486f02b53'/>
<id>df8d8d4292684d6ffa7474f1e201aed486f02b53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
