Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.7
/
Tools
tag
4e8d49cc1ca430a11c479a9ab833a751fe0e8a75
tagger
Larry Hastings <larry@hastings.org>
Wed Aug 09 07:09:08 2017
object
7dc38385ce78c5c04637531c4325a83b57fbeb3a
Tag 3.4.7 final.
ba27014
Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading.
by Steve Dower
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
a05e7f6
Issue #25505: Remove unused buggy method.
by Terry Jan Reedy
· 10 years ago
dcc13ef
fix usage of undefined name (#25504)
by Benjamin Peterson
· 10 years ago
9fe1643
Deprecate unused scripts in Tools/buildbot.
by Zachary Ware
· 10 years ago
6250df8
Clean up/refactor the batch scripts used for building on Windows.
by Zachary Ware
· 10 years ago
b9c04db
Issue #23330: h2py now supports arbitrary filenames in #include.
by Serhiy Storchaka
· 10 years ago
d98c677
Issue #24031: make patchcheck now supports git checkouts, too.
by Christian Heimes
· 10 years ago
bbbbe7e
Make Argument Clinic's '--make' option work on Windows.
by Zachary Ware
· 10 years ago
4c9c848
Issue #17202: Add .bat to .hgeol to force them to CRLF.
by Zachary Ware
· 10 years ago
89c057a
Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source.
by Zachary Ware
· 10 years ago
5065792
Refresh OpenSSL sources on the buildbots
by Zachary Ware
· 10 years ago
9f3109c
Issue #23686: Update Windows build to use OpenSSL 1.0.2a.
by Zachary Ware
· 10 years ago
a60c2fe
Issue #23641: Cleaned out legacy dunder names from tests and docs.
by Serhiy Storchaka
· 10 years ago
cf4a2f2
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
by Serhiy Storchaka
· 10 years ago
39abba4
Issue #17896: Update msi.py to new externals dir.
by Martin v. Löwis
· 11 years ago
6b89973
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
by Steve Dower
· 11 years ago
173ad83
Issue #23248: Update ssl error codes from latest OpenSSL git master.
by Antoine Pitrou
· 11 years ago
d3faf43
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 11 years ago
cbd3bd5
Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis)
by Steve Dower
· 11 years ago
3cd1af5
merge 3.3 (#23130)
by Benjamin Peterson
· 11 years ago
9582b33
merge 3.2 (#23130)
by Benjamin Peterson
· 11 years ago
44e4b98
delete old ftpmirror script, which now has security bugs (closes #23130)
by Benjamin Peterson
· 11 years ago
7a1104d
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
by Serhiy Storchaka
· 11 years ago
4b2b1de
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 11 years ago
aa3ea7e
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
by Zachary Ware
· 11 years ago
f23530f
Issue #22186: Fix typos in Lib/.
by Berker Peksag
· 11 years ago
24f0717
Closes #22663: patchcheck: only modify text files under Doc/
by Georg Brandl
· 11 years ago
baa6d3a
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
by Zachary Ware
· 11 years ago
5f16f90
#18176: Change generic UCD PropList link to version specific link.
by R David Murray
· 11 years ago
5bd6242
#18176: fix another reference and add it to the makeunicodedata comment.
by R David Murray
· 11 years ago
7445a38
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
by R David Murray
· 11 years ago
e796b9e
Drop pydocgui.pyw from the distribution.
by Martin v. Löwis
· 11 years ago
22f2d2e
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
by Zachary Ware
· 11 years ago
2b0a610
Issue #21918: Convert test_tools.py to a sub-package of test.
by Zachary Ware
· 11 years ago
52b2bc0
Remove Tools/scripts/pydocgui.pyw.
by Zachary Ware
· 11 years ago
7aee3ec
Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.
by Berker Peksag
· 11 years ago
cd95e18
Issue #10747: Use versioned labels in the Windows start menu.
by Martin v. Löwis
· 11 years ago
f150378
Issue #21629: Fix Argument Clinic's "--converters" feature.
by Larry Hastings
· 11 years ago
9789185
Issue #21683: Add Tix build to the Windows buildbot scripts.
by Zachary Ware
· 11 years ago
7d55da4
Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h
by Zachary Ware
· 11 years ago
60cc211
Revert Tools/buildbot/external-common.bat to normal (with updated versions).
by Zachary Ware
· 11 years ago
6d602c0
Force a clean pull-and-build of Tcl/Tk on Windows buildbots.
by Zachary Ware
· 11 years ago
4a01fd2
Clean up Tcl/Tk building in the Windows buildbot scripts.
by Zachary Ware
· 11 years ago
3d5c9e2
Update to 1.0.1g
by Martin v. Löwis
· 11 years ago
3da9fbb
Add test case for freeze.
by Martin v. Löwis
· 11 years ago
c00d39e
Issue #16047: Fix module exception list and __file__ handling in freeze.
by Martin v. Löwis
· 11 years ago
a7fcd92
Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
by Martin v. Löwis
· 11 years ago
e46abb4
hgtouch: remove meta-variable from option spec
by Georg Brandl
· 11 years ago
6507814
merge with 3.3
by Georg Brandl
· 11 years ago
2b4b377
Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.
by Martin v. Löwis
· 11 years ago
09257f7
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
by Martin v. Löwis
· 11 years ago
5e6faf7
Issue #20748: Uninstalling pip does not leave behind the pyc of
by Martin v. Löwis
· 11 years ago
ceb0467
Issue #20568: Fix typo in pip option.
by Martin v. Löwis
· 11 years ago
f808df3
Close #20568: install unversioned pip command on Windows
by Nick Coghlan
· 11 years ago
eb44b2d
Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
by Serhiy Storchaka
· 11 years ago
20f8728
Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
by Serhiy Storchaka
· 11 years ago
1db0eac
Issue #20641: Run custom actions with the NoImpersonate flag to support UAC.
by Martin v. Löwis
· 11 years ago
e8ebe15
Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat
by Victor Stinner
· 11 years ago
2623c8c
Issue #20530: Argument Clinic's signature format has been revised again.
by Larry Hastings
· 12 years ago
7726ac9
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
by Larry Hastings
· 12 years ago
20b017e
Windows buildbot: use --timeout feature in Tools/buildbot/test.bat
by Victor Stinner
· 12 years ago
581ee36
Issue #20326: Argument Clinic now uses a simple, unique signature to
by Larry Hastings
· 12 years ago
f1b1418
Closes #19966: allow hgtouch to operate on a base dir that is != the repo root.
by Georg Brandl
· 12 years ago
a814533
Closes #19966: allow hgtouch to operate on a base dir that is != the repo root.
by Georg Brandl
· 12 years ago
f0537e8
Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls.
by Larry Hastings
· 12 years ago
f256c22
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
by Larry Hastings
· 12 years ago
c204726
Issue #20390: Small fixes and improvements for Argument Clinic.
by Larry Hastings
· 12 years ago
9d7849f
Issue #20376: Argument Clinic now escapes backslashes in docstrings.
by Zachary Ware
· 12 years ago
021bb87
Issue #20381: Fix sanity checking on default arguments when c_default is
by Zachary Ware
· 12 years ago
5c66189
Issue #20189: Four additional builtin types (PyTypeObject,
by Larry Hastings
· 12 years ago
4625826
Two minor Argument Clinic bugfixes: use the name of the class in the
by Larry Hastings
· 12 years ago
071baa6
Argument Clinic: make 'destination' directive work.
by Zachary Ware
· 12 years ago
6657578
Improve fix for issue #20300.
by Larry Hastings
· 12 years ago
c4fe092
Issue #20300: Fix exception when setting conversion class member "default"
by Larry Hastings
· 12 years ago
b7ccb20
Issue #20294: Argument Clinic now supports argument parsing for __new__ and
by Larry Hastings
· 12 years ago
b470575
Issue #20299: Argument Clinic custom converters may now change the default
by Larry Hastings
· 12 years ago
49776ef
Use correct C type in byte_converter.
by Serhiy Storchaka
· 12 years ago
4903e00
Issue #20292: Small bug fix for Argument Clinic supporting format units
by Larry Hastings
· 12 years ago
bebf735
Issue #20287: Argument Clinic's output is now configurable, allowing
by Larry Hastings
· 12 years ago
1abd708
Issue #20226: Added tests for new features and regressions.
by Larry Hastings
· 12 years ago
2a72791
Issue #20226: Major improvements to Argument Clinic.
by Larry Hastings
· 12 years ago
18cc3da
Issue #19936: Remove executable bits from C source files and several forgotten
by Serhiy Storchaka
· 12 years ago
7f470d0
Issue #19936: Remove executable bits from C source files and several forgotten
by Serhiy Storchaka
· 12 years ago
8f8ec92
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
b992a0e
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
aabebde
Closes #20235: Report file and line on unexpected exceptions in Argument Clinic.
by Georg Brandl
· 12 years ago
4a714d4
Issue #20268: Argument Clinic now supports cloning the parameters
by Larry Hastings
· 12 years ago
d7fb791
Replace assert with a proper error
by Antoine Pitrou
· 12 years ago
cc1d31e
improve an error message in clinic
by Antoine Pitrou
· 12 years ago
8666e65
Issue #20228: Argument Clinic now has special support for class special methods.
by Larry Hastings
· 12 years ago
4a55fc5
Issue #20214: Fixed a number of small issues and documentation errors in
by Larry Hastings
· 12 years ago
583baa8
Issue #20196: Fixed a bug where Argument Clinic did not generate correct
by Larry Hastings
· 12 years ago
f4c9664
Fixed the serve.py script.
by Serhiy Storchaka
· 12 years ago
02d5db2
Fixed the serve.py script.
by Serhiy Storchaka
· 12 years ago
7282ff6
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 12 years ago
768c16c
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 12 years ago
61272b7
Issue #19273: The marker comments Argument Clinic uses have been changed
by Larry Hastings
· 12 years ago
9026113
Issue #20157: When Argument Clinic renames a parameter because its name
by Larry Hastings
· 12 years ago
77561cc
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
by Larry Hastings
· 12 years ago
Next »