<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Tools/scripts/patchcheck.py, branch enum-lost-fixes</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)</title>
<updated>2021-05-13T18:42:31+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-05-13T18:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=336dc523a4180f99955b0fdb65e86059a1abac32'/>
<id>336dc523a4180f99955b0fdb65e86059a1abac32</id>
<content type='text'>
The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text.

Automerge-Triggered-By: GH:pitrou
(cherry picked from commit 1aa3530314d339725519f4ad95b7dea4b00b657e)

Co-authored-by: Antoine Pitrou &lt;antoine@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text.

Automerge-Triggered-By: GH:pitrou
(cherry picked from commit 1aa3530314d339725519f4ad95b7dea4b00b657e)

Co-authored-by: Antoine Pitrou &lt;antoine@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44074: let patchcheck infer the base branch name (GH-25991)</title>
<updated>2021-05-10T18:58:42+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-05-10T18:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4cc836983ecc643be776026049bd1bcc826c7a0e'/>
<id>4cc836983ecc643be776026049bd1bcc826c7a0e</id>
<content type='text'>
(cherry picked from commit 21fbbb98bac8bfe56f8b931258c36750e84f9285)

Co-authored-by: Leonardo Lai &lt;leonardo.lai@live.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 21fbbb98bac8bfe56f8b931258c36750e84f9285)

Co-authored-by: Leonardo Lai &lt;leonardo.lai@live.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)</title>
<updated>2018-10-20T00:49:41+00:00</updated>
<author>
<name>Alexey Izbyshev</name>
<email>izbyshev@ispras.ru</email>
</author>
<published>2018-10-20T00:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aa95bfb5fee366aa58c90b7e1c77fc7e183dbf3a'/>
<id>aa95bfb5fee366aa58c90b7e1c77fc7e183dbf3a</id>
<content type='text'>
Set SRCDIR as the current directory for git.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set SRCDIR as the current directory for git.</pre>
</div>
</content>
</entry>
<entry>
<title>remove hg support from patchcheck (GH-7440)</title>
<updated>2018-06-06T05:40:12+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-06-06T05:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b8c0845fee9277b1106ceecbf7592f8806c73ec8'/>
<id>b8c0845fee9277b1106ceecbf7592f8806c73ec8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31221: patchcheck ignores external libraries (#3109)</title>
<updated>2017-08-17T14:29:15+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-08-17T14:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4a347ce426fe7381885703d9074d7a6b3aeb2f2b'/>
<id>4a347ce426fe7381885703d9074d7a6b3aeb2f2b</id>
<content type='text'>
Tools/scripts/patchcheck.py now ignores changes in directories which
are copies of external libraries:

* Modules/_ctypes/libffi_msvc/
* Modules/_ctypes/libffi_osx/
* Modules/_decimal/libmpdec/
* Modules/expat/
* Modules/zlib/

Drop also support for Mercurial, since CPython migrated to Git.

Exclude also libmpdec

patchcheck: exclude also libffi_osx and libffi_msvc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tools/scripts/patchcheck.py now ignores changes in directories which
are copies of external libraries:

* Modules/_ctypes/libffi_msvc/
* Modules/_ctypes/libffi_osx/
* Modules/_decimal/libmpdec/
* Modules/expat/
* Modules/zlib/

Drop also support for Mercurial, since CPython migrated to Git.

Exclude also libmpdec

patchcheck: exclude also libffi_osx and libffi_msvc</pre>
</div>
</content>
</entry>
<entry>
<title>Update `make patchcheck` for blurb and NEWS.d (#2381)</title>
<updated>2017-06-25T01:21:49+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>pitrou@free.fr</email>
</author>
<published>2017-06-25T01:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1ba9469e9fdff0c52ba19b1e13a9c4b7235fc9eb'/>
<id>1ba9469e9fdff0c52ba19b1e13a9c4b7235fc9eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the whitespace of pull requests on Travis (GH-2367)</title>
<updated>2017-06-24T23:51:23+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brettcannon@users.noreply.github.com</email>
</author>
<published>2017-06-24T23:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=70cb1875bb5343e31d7268f4b2d231a5fecdf989'/>
<id>70cb1875bb5343e31d7268f4b2d231a5fecdf989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #29798: Handle git worktree in patchcheck (#1058)</title>
<updated>2017-04-09T08:33:03+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2017-04-09T08:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2abfdf5a81383d3b1ed6b7321903a9a168c373c5'/>
<id>2abfdf5a81383d3b1ed6b7321903a9a168c373c5</id>
<content type='text'>
The original attempted fix missed an `isdir()` call in
`get_base_branch()`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original attempted fix missed an `isdir()` call in
`get_base_branch()`.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29798: Handle git worktree in `make patchcheck` (#629)</title>
<updated>2017-03-12T09:37:09+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2017-03-12T09:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6a6d090612dd7deaac2bc0399fad743e5e2db606'/>
<id>6a6d090612dd7deaac2bc0399fad743e5e2db606</id>
<content type='text'>
In git worktree directories, `.git` is a configuration
file rather than a subdirectory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In git worktree directories, `.git` is a configuration
file rather than a subdirectory</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29656: Handle PR branches in 'make patchcheck' (#302)</title>
<updated>2017-03-12T03:19:08+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2017-03-12T03:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=482f7a274fa52b7ba34ff308cd9acdcac9f41ba5'/>
<id>482f7a274fa52b7ba34ff308cd9acdcac9f41ba5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
