| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
(cherry picked from commit 70cb1875bb5343e31d7268f4b2d231a5fecdf989)
|
|
|
|
| |
Skip the file if it has bad encoding.
(cherry picked from commit 58f3c9dc8f5626abe09ac9738c34f6ba99ce2972)
|
|
|
|
|
| |
The original attempted fix missed an `isdir()` call in
`get_base_branch()`.
(cherry picked from commit 2abfdf5a81383d3b1ed6b7321903a9a168c373c5)
|
|
|
|
|
| |
In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090612dd7deaac2bc0399fad743e5e2db606)
|
|
|
| |
(cherry picked from commit 482f7a274fa52b7ba34ff308cd9acdcac9f41ba5)
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
with specified exception type. Original patch by Ramchandra Apte.
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
pmoore)
|
|\ \
| |/ |
|
| |\ |
|
| | |\ |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
|
| | | |
| | | |
| | | |
| | | | |
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
pydoc.gui was removed over 3 years ago (#10818), this script has been
utterly bereft of worth since then.
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
Patch by Zachary Ware.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The user-facing scripts in PCbuild have been updated to be easier to use
and the buildbot scripts in Tools\buildbot have been updated to use the
user-facing scripts in PCbuild wherever possible.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Patch by David Bolen.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
when building in a separate object tree. More people should build this way.
This may still fail if the source is unwritable, I haven't tested that yet.
|
|/ / /
| | |
| | |
| | |
| | | |
It includes required changes in Makefile.pre.in and configure.ac
among other files.
|
|\ \ \
| |/ /
| | |
| | | |
Patch by Arfrever Frehtes Taifersar Arahesis.
|
| | |
| | |
| | |
| | | |
Patch by Arfrever Frehtes Taifersar Arahesis.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface. Fixed
shebang lines in the unittestgui and checkpip scripts.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface. Fixed
shebang line to use python3 executable in the unittestgui script.
|
|\ \ \
| |/ /
| | |
| | | |
The application object must return an iterable yielding bytestrings.
|
| | |
| | |
| | |
| | | |
The application object must return an iterable yielding bytestrings.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* The first line of Python script could be executed twice when the source
encoding (not equal to 'utf-8') was specified on the second line.
* Now the source encoding declaration on the second line isn't effective if
the first line contains anything except a comment.
* As a consequence, 'python -x' works now again with files with the source
encoding declarations specified on the second file, and can be used again
to make Python batch files on Windows.
* The tokenize module now ignore the source encoding declaration on the second
line if the first line contains anything except a comment.
* IDLE now ignores the source encoding declaration on the second line if the
first line contains anything except a comment.
* 2to3 and the findnocoding.py script now ignore the source encoding
declaration on the second line if the first line contains anything except
a comment.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* The first line of Python script could be executed twice when the source
encoding (not equal to 'utf-8') was specified on the second line.
* Now the source encoding declaration on the second line isn't effective if
the first line contains anything except a comment.
* As a consequence, 'python -x' works now again with files with the source
encoding declarations specified on the second file, and can be used again
to make Python batch files on Windows.
* The tokenize module now ignore the source encoding declaration on the second
line if the first line contains anything except a comment.
* IDLE now ignores the source encoding declaration on the second line if the
first line contains anything except a comment.
* 2to3 and the findnocoding.py script now ignore the source encoding
declaration on the second line if the first line contains anything except
a comment.
|
| | | |
|
| | |
| | |
| | |
| | | |
Patch by Donald Stufft and Nick Coghlan
|
|\ \ \
| |/ /
| | |
| | | |
now detect Python source code encoding only in comment lines.
|
| | |
| | |
| | |
| | | |
now detect Python source code encoding only in comment lines.
|
|\ \ \
| |/ / |
|