[issue19464] Remove warnings from Windows buildbot clean script

2013-11-03 Thread Roundup Robot

Roundup Robot added the comment:

New changeset dbff708e393f by Tim Golden in branch '3.3':
Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.
http://hg.python.org/cpython/rev/dbff708e393f

New changeset 6e592d972b86 by Tim Golden in branch 'default':
Issue #19464 Null merge with 3.3
http://hg.python.org/cpython/rev/6e592d972b86

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19464
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19464] Remove warnings from Windows buildbot clean script

2013-11-03 Thread Tim Golden

Tim Golden added the comment:

Applied to 3.3  3.4. Thanks for the patch.

--
resolution:  - fixed
stage:  - committed/rejected

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19464
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19464] Remove warnings from Windows buildbot clean script

2013-11-03 Thread Tim Golden

Changes by Tim Golden m...@timgolden.me.uk:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19464
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19464] Remove warnings from Windows buildbot clean script

2013-11-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 599b5200ad51 by Tim Golden in branch 'default':
Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.
http://hg.python.org/cpython/rev/599b5200ad51

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19464
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19464] Remove warnings from Windows buildbot clean script

2013-10-31 Thread Zachary Ware

New submission from Zachary Ware:

Here's a patch to remove the compiler warning raised during the clean step on 
the Windows buildbots.  The warning is about the fact that ssl.vcxproj doesn't 
have an NMakeCleanCommandLine command; the patch adds such a command that 
simply echos OpenSSL must be cleaned manually if you want to rebuild it.

Since Tools/buildbot/clean.bat is also called by Tools/buildbot/build.bat, this 
also removes 4 warnings from the compile step as well.

--
components: Build, Windows
files: mask_ssl_clean_warnings.diff
keywords: patch
messages: 201844
nosy: brian.curtin, pitrou, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Remove warnings from Windows buildbot clean script
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32439/mask_ssl_clean_warnings.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19464
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19464] Remove warnings from Windows buildbot clean script

2013-10-31 Thread Tim Golden

Changes by Tim Golden m...@timgolden.me.uk:


--
assignee:  - tim.golden

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19464
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com