]> granicus.if.org Git - python/log
python
9 years agoEntries for idlelib/NEWS.txt
Terry Jan Reedy [Mon, 17 Aug 2015 03:22:32 +0000 (23:22 -0400)]
Entries for idlelib/NEWS.txt

9 years agoIdle NEWS entries.
Terry Jan Reedy [Mon, 17 Aug 2015 02:11:43 +0000 (22:11 -0400)]
Idle NEWS entries.

9 years agoIssue #23672: ACKS
Terry Jan Reedy [Mon, 17 Aug 2015 01:54:35 +0000 (21:54 -0400)]
Issue #23672: ACKS

9 years agoIssue #24833: Add attribute reference needed for 3.x, but optional for 2.7,
Terry Jan Reedy [Fri, 14 Aug 2015 20:59:36 +0000 (16:59 -0400)]
Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7,
to keep synchronized.

9 years agoadd missing NULL checks to get_coding_spec (closes #24854)
Benjamin Peterson [Fri, 14 Aug 2015 04:52:56 +0000 (21:52 -0700)]
add missing NULL checks to get_coding_spec (closes #24854)

9 years ago#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray [Thu, 13 Aug 2015 13:48:35 +0000 (09:48 -0400)]
#21167: Fix definition of NAN when ICC used without -fp-model strict.

Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.

9 years agoFixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:07:06 +0000 (13:07 +0300)]
Fixed doubled spaces in Misc/NEWS.

9 years agoIssue #24751: Fix running regrtest with '-w' flag in case of test failures.
Zachary Ware [Sun, 9 Aug 2015 03:01:20 +0000 (22:01 -0500)]
Issue #24751: Fix running regrtest with '-w' flag in case of test failures.

Also fixes reporting of tests that change environment when there are no test
failures.

10 years agoIssue #24634: Importing uuid should not try to load libc on Windows
Steve Dower [Tue, 14 Jul 2015 20:25:03 +0000 (13:25 -0700)]
Issue #24634: Importing uuid should not try to load libc on Windows

9 years agoIssue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
Steve Dower [Sat, 8 Aug 2015 02:47:36 +0000 (19:47 -0700)]
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py

9 years agoIssue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins [Thu, 6 Aug 2015 09:08:44 +0000 (21:08 +1200)]
Issue #24531: Document that encoding lines cannot follow non-comment lines.

Patch from Terry Reedy

9 years agoIssue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
Zachary Ware [Wed, 5 Aug 2015 02:53:21 +0000 (21:53 -0500)]
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.

9 years agoDon't left shift negative values. Use an unsigned value instead to avoid
Gregory P. Smith [Tue, 4 Aug 2015 23:29:00 +0000 (16:29 -0700)]
Don't left shift negative values.  Use an unsigned value instead to avoid
undefined behavior.

9 years agoIssue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins [Tue, 4 Aug 2015 20:16:41 +0000 (08:16 +1200)]
Issue #20769: Improve reload() docs. Patch by Dorian Pula.

9 years agoIssue #24759: Revert 8203fc75b3d2.
Terry Jan Reedy [Mon, 3 Aug 2015 22:34:07 +0000 (18:34 -0400)]
Issue #24759: Revert 8203fc75b3d2.

9 years agoinclude fcntl.h on all *nix platforms (closes #24217)
Benjamin Peterson [Sun, 2 Aug 2015 19:15:30 +0000 (12:15 -0700)]
include fcntl.h on all *nix platforms (closes #24217)

Patch by Jeffrey Armstrong.

9 years agoIssue #20557: Use specific asserts in io tests.
Serhiy Storchaka [Sun, 2 Aug 2015 12:19:04 +0000 (15:19 +0300)]
Issue #20557: Use specific asserts in io tests.

9 years agoIssue #23652: Make the select module compile against LSB headers.
Zachary Ware [Sun, 2 Aug 2015 02:30:11 +0000 (21:30 -0500)]
Issue #23652: Make the select module compile against LSB headers.
Initial patch by Matt Frank.

9 years agoIssue 24745: Add ACKS entry.
Terry Jan Reedy [Sat, 1 Aug 2015 23:15:37 +0000 (19:15 -0400)]
Issue 24745: Add ACKS entry.

9 years agoIssue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
Terry Jan Reedy [Sat, 1 Aug 2015 22:57:27 +0000 (18:57 -0400)]
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
editor font.  This should not affect current customized font selections.
Patch by Mark Roseman.

9 years agoIssue #21192: acks for 2.7
Terry Jan Reedy [Sat, 1 Aug 2015 20:32:27 +0000 (16:32 -0400)]
Issue #21192: acks for 2.7

9 years agoIssue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Terry Jan Reedy [Sat, 1 Aug 2015 02:34:31 +0000 (22:34 -0400)]
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Do not print false prompts. Original patch by Adnan Umer.

9 years agoIssue 24759: Gracefull exit Idle if ttk import fails.
Terry Jan Reedy [Fri, 31 Jul 2015 01:16:09 +0000 (21:16 -0400)]
Issue 24759: Gracefull exit Idle if ttk import fails.

9 years agoIssue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
Terry Jan Reedy [Thu, 30 Jul 2015 20:44:09 +0000 (16:44 -0400)]
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.

9 years agoIssue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode...
Berker Peksag [Thu, 30 Jul 2015 20:27:13 +0000 (23:27 +0300)]
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.

It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode().

Patch by Nick Weinhold.

9 years agoIssue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).
Guido van Rossum [Thu, 30 Jul 2015 14:50:25 +0000 (16:50 +0200)]
Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).

9 years agomake comment not lie about the size of SMALL_REQUEST_THRESHOLD
Benjamin Peterson [Thu, 30 Jul 2015 05:18:16 +0000 (22:18 -0700)]
make comment not lie about the size of SMALL_REQUEST_THRESHOLD

9 years agoIssue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins [Wed, 29 Jul 2015 18:14:32 +0000 (06:14 +1200)]
Issue #23589: Remove duplicate sentence from the FAQ.  Patch by Yongzhi Pan.

9 years agoIssue #23319: Add Matthieu Gautier to Misc/ACKS
Victor Stinner [Wed, 29 Jul 2015 12:40:27 +0000 (14:40 +0200)]
Issue #23319: Add Matthieu Gautier to Misc/ACKS

9 years agoIssue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
Victor Stinner [Wed, 29 Jul 2015 12:37:17 +0000 (14:37 +0200)]
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
written by Matthieu Gautier.

9 years agoIssue #23254: Document how to close the TCPServer listening socket.
Robert Collins [Wed, 29 Jul 2015 00:48:42 +0000 (12:48 +1200)]
Issue #23254: Document how to close the TCPServer listening socket.

Patch from Martin Panter.

9 years agoSet a default BasePlatformToolset to allow the ICC buildbot to build.
Zachary Ware [Tue, 28 Jul 2015 05:00:47 +0000 (00:00 -0500)]
Set a default BasePlatformToolset to allow the ICC buildbot to build.

9 years agocheck return value of PyString_FromStringAndSize for NULL (closes #24734)
Benjamin Peterson [Mon, 27 Jul 2015 14:47:21 +0000 (07:47 -0700)]
check return value of PyString_FromStringAndSize for NULL (closes #24734)

Patch by Pankaj Sharma.

9 years agoIssue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
Robert Collins [Sun, 26 Jul 2015 22:40:15 +0000 (10:40 +1200)]
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.

9 years agoIssue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument.
Serhiy Storchaka [Sun, 26 Jul 2015 06:07:53 +0000 (09:07 +0300)]
Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument.

9 years agoIssue #24613: Calling array.fromstring() with self is no longer allowed
Serhiy Storchaka [Sun, 26 Jul 2015 05:49:37 +0000 (08:49 +0300)]
Issue #24613: Calling array.fromstring() with self is no longer allowed
to prevent the use-after-free error.  Patch by John Leitch.

9 years agopossible memory leak in error case (closes #24719)
Benjamin Peterson [Sat, 25 Jul 2015 17:20:13 +0000 (10:20 -0700)]
possible memory leak in error case (closes #24719)

Patch by Pankaj Sharma.

9 years agoproper overflow checks for mymemreplace (closes #24708)
Benjamin Peterson [Sat, 25 Jul 2015 06:25:35 +0000 (23:25 -0700)]
proper overflow checks for mymemreplace (closes #24708)

9 years agoIssue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
Ned Deily [Fri, 24 Jul 2015 23:19:00 +0000 (16:19 -0700)]
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.

9 years agoIssue #24704: Fixed possible NULL pointer dereferencing in the _json module
Serhiy Storchaka [Fri, 24 Jul 2015 09:58:25 +0000 (12:58 +0300)]
Issue #24704: Fixed possible NULL pointer dereferencing in the _json module
initialization.  Patch by Pankaj Sharma.

9 years agoIssue #24620: Random.setstate() now validates the value of state last element.
Serhiy Storchaka [Fri, 24 Jul 2015 06:02:53 +0000 (09:02 +0300)]
Issue #24620: Random.setstate() now validates the value of state last element.

9 years agoIssue #24703: Fixed resource leak on error in bsddb.verify().
Serhiy Storchaka [Fri, 24 Jul 2015 05:05:45 +0000 (08:05 +0300)]
Issue #24703: Fixed resource leak on error in bsddb.verify().
Original patch by Pankaj Sharma.

9 years agoInitialize buf.outobj in multibyte encoder (closes issue #24702).
Serhiy Storchaka [Fri, 24 Jul 2015 04:44:42 +0000 (07:44 +0300)]
Initialize buf.outobj in multibyte encoder (closes issue #24702).
Patch by pankaj.s01.

9 years agoIssue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
Robert Collins [Wed, 22 Jul 2015 18:19:18 +0000 (06:19 +1200)]
Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.

9 years agowe don't care about python 1.5.2
Benjamin Peterson [Wed, 22 Jul 2015 06:17:16 +0000 (23:17 -0700)]
we don't care about python 1.5.2

9 years agoIssue #24603: Update Windows build to use OpenSSL 1.0.2d
Zachary Ware [Wed, 22 Jul 2015 04:16:51 +0000 (23:16 -0500)]
Issue #24603: Update Windows build to use OpenSSL 1.0.2d

9 years agoIssue #24680: Remove random backslash. Patch by cdz.
Zachary Ware [Wed, 22 Jul 2015 03:33:16 +0000 (22:33 -0500)]
Issue #24680: Remove random backslash.  Patch by cdz.

9 years agoIssue #20792: Expand idle_test.test_pathbowser. Tweak file.
Terry Jan Reedy [Mon, 20 Jul 2015 21:44:55 +0000 (17:44 -0400)]
Issue #20792: Expand idle_test.test_pathbowser. Tweak file.
Original patch by Saimadhav Heblikar.

9 years agoIssue #19663: Improve error message for defaultdict.
Raymond Hettinger [Mon, 20 Jul 2015 07:08:09 +0000 (03:08 -0400)]
Issue #19663: Improve error message for defaultdict.

9 years agoIssue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.
Terry Jan Reedy [Sun, 19 Jul 2015 22:32:06 +0000 (18:32 -0400)]
Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.

9 years agoFixes OpenSSL directory reference
Steve Dower [Sun, 19 Jul 2015 04:47:51 +0000 (21:47 -0700)]
Fixes OpenSSL directory reference

9 years agoIssue #24568: fix typo.
Raymond Hettinger [Sat, 18 Jul 2015 23:31:29 +0000 (16:31 -0700)]
Issue #24568: fix typo.

9 years agoimprove style of the convert macro (#24655)
Benjamin Peterson [Sat, 18 Jul 2015 17:59:13 +0000 (10:59 -0700)]
improve style of the convert macro (#24655)

Patch by Brian Cain.

10 years agoClose #24508: Backport the 3.5 MSBuild project files.
Zachary Ware [Thu, 16 Jul 2015 05:24:48 +0000 (00:24 -0500)]
Close #24508: Backport the 3.5 MSBuild project files.

The old project files move to PC/VS9.0 and remain supported.

VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1)
is *also* required to use the new project files.

10 years agoClose #23963: Fix building with original OpenSSL sources.
Zachary Ware [Thu, 16 Jul 2015 04:33:15 +0000 (23:33 -0500)]
Close #23963: Fix building with original OpenSSL sources.

Backport of bcf93e3766e8.

10 years agoBackport b80d141a044e
Zachary Ware [Mon, 13 Jul 2015 19:27:29 +0000 (14:27 -0500)]
Backport b80d141a044e

10 years agoIssue #24611: Fixed compiling the posix module on non-Windows platforms
Serhiy Storchaka [Sun, 12 Jul 2015 13:41:29 +0000 (16:41 +0300)]
Issue #24611: Fixed compiling the posix module on non-Windows platforms
without mknod() or makedev() (e.g. on Unixware).

10 years agoAdded regression test for issue24581.
Serhiy Storchaka [Wed, 8 Jul 2015 19:58:55 +0000 (22:58 +0300)]
Added regression test for issue24581.

10 years agoCorrected empty lines and removed BOM in Misc/NEWS.
Serhiy Storchaka [Mon, 6 Jul 2015 16:47:12 +0000 (19:47 +0300)]
Corrected empty lines and removed BOM in Misc/NEWS.

10 years ago'not' is very important here
Benjamin Peterson [Mon, 6 Jul 2015 16:28:07 +0000 (11:28 -0500)]
'not' is very important here

10 years agotighten warning
Benjamin Peterson [Mon, 6 Jul 2015 14:40:43 +0000 (09:40 -0500)]
tighten warning

10 years agoIssue #18684: Fixed reading out of the buffer in the re module.
Serhiy Storchaka [Mon, 6 Jul 2015 10:58:24 +0000 (13:58 +0300)]
Issue #18684: Fixed reading out of the buffer in the re module.

10 years agoIssue #24259: tarfile now raises a ReadError if an archive is truncated inside a...
Lars Gustäbel [Mon, 6 Jul 2015 07:23:04 +0000 (09:23 +0200)]
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.

10 years agoUpdate Docs/tools/susp-ignored.csv
Zachary Ware [Mon, 6 Jul 2015 05:08:15 +0000 (00:08 -0500)]
Update Docs/tools/susp-ignored.csv

10 years agoIssue #24540: fix typo in json.dumps docstring
Ned Deily [Sun, 5 Jul 2015 18:43:59 +0000 (11:43 -0700)]
Issue #24540: fix typo in json.dumps docstring

10 years agoMerge heads
Benjamin Peterson [Sun, 5 Jul 2015 15:39:53 +0000 (10:39 -0500)]
Merge heads

10 years ago'free-after-use' is not a bug :) (closes #24568)
Benjamin Peterson [Sun, 5 Jul 2015 15:39:47 +0000 (10:39 -0500)]
'free-after-use' is not a bug :) (closes #24568)

10 years agoIssue #24330: Update IDLE doc and help to note "Configure IDLE" difference
Ned Deily [Sat, 4 Jul 2015 22:04:42 +0000 (15:04 -0700)]
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
on OS X.  Original patch by André Freitas.

10 years ago#24548: replace dead link with pointer to archive.org.
R David Murray [Sat, 4 Jul 2015 19:50:30 +0000 (15:50 -0400)]
#24548: replace dead link with pointer to archive.org.

10 years agoIssue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
Ned Deily [Sat, 4 Jul 2015 06:32:44 +0000 (23:32 -0700)]
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.

10 years agoIssue #24525: Add missing word. Patch by Vincent Legoll.
Terry Jan Reedy [Fri, 3 Jul 2015 23:10:14 +0000 (19:10 -0400)]
Issue #24525: Add missing word. Patch by Vincent Legoll.

10 years agoIssue #24432: Update Windows builds to use OpenSSL 1.0.2c.
Steve Dower [Fri, 3 Jul 2015 22:19:38 +0000 (15:19 -0700)]
Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.

10 years agoIssue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
Stefan Krah [Fri, 3 Jul 2015 13:30:54 +0000 (15:30 +0200)]
Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
positives with the -flto option (gcc >= 4.9.0 and clang).

10 years agoIssue #24514: tarfile now tolerates number fields consisting of only whitespace.
Lars Gustäbel [Thu, 2 Jul 2015 17:37:08 +0000 (19:37 +0200)]
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.

10 years agoUpdate setuptools to 18.0.1 and pip to 7.1.0
Donald Stufft [Wed, 1 Jul 2015 15:29:34 +0000 (11:29 -0400)]
Update setuptools to 18.0.1 and pip to 7.1.0

10 years agoIssue #24467: Fixed possible buffer over-read in bytearray. The bytearray
Serhiy Storchaka [Mon, 29 Jun 2015 18:13:54 +0000 (21:13 +0300)]
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
object now always allocates place for trailing null byte and it's buffer now
is always null-terminated.

10 years agoIssue #20387: Backport fix from Python 3.4
Jason R. Coombs [Sun, 28 Jun 2015 17:05:19 +0000 (13:05 -0400)]
Issue #20387: Backport fix from Python 3.4

10 years agoIssue #20387: Backport test from Python 3.4
Jason R. Coombs [Sun, 28 Jun 2015 17:03:26 +0000 (13:03 -0400)]
Issue #20387: Backport test from Python 3.4

10 years agoIssue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka [Sun, 28 Jun 2015 14:51:40 +0000 (17:51 +0300)]
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
functions of the audioop module.  Fixed SystemError when the state is not a
tuple.  Fixed possible memory leak.

10 years agoIssue #24336: Backported test for contextmanager. Patch by Martin Panter.
Serhiy Storchaka [Sun, 28 Jun 2015 14:11:51 +0000 (17:11 +0300)]
Issue #24336: Backported test for contextmanager.  Patch by Martin Panter.

10 years agoensure internal buffer is large enough for string after flushing (closes #24481)
Benjamin Peterson [Sat, 27 Jun 2015 19:52:41 +0000 (14:52 -0500)]
ensure internal buffer is large enough for string after flushing (closes #24481)

10 years agoIssue #24496: Backport gzip examples to Python 2.
Berker Peksag [Thu, 25 Jun 2015 20:57:42 +0000 (23:57 +0300)]
Issue #24496: Backport gzip examples to Python 2.

gzip.open() supports context management protocol in Python 2, so it's better to
use it in the examples section.

Patch by Jakub Kadlčík.

10 years agoIssue #23684: Clarify the return value of the scheme attribute of ParseResult and...
Berker Peksag [Thu, 25 Jun 2015 20:47:43 +0000 (23:47 +0300)]
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.

Patch by Martin Panter.

10 years agoIssue #24497: update link in test_decimal comments
Ned Deily [Wed, 24 Jun 2015 20:36:53 +0000 (13:36 -0700)]
Issue #24497: update link in test_decimal comments

10 years agoIssue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou [Tue, 23 Jun 2015 12:31:11 +0000 (14:31 +0200)]
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().

10 years agoIssue #24408: Prevent test_font failures with non-ascii font names.
Ned Deily [Sun, 21 Jun 2015 20:57:30 +0000 (13:57 -0700)]
Issue #24408: Prevent test_font failures with non-ascii font names.

10 years agoAdded the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka [Sun, 21 Jun 2015 13:26:28 +0000 (16:26 +0300)]
Added the const qualifier for char* argument of Py_EnterRecursiveCall().

10 years agoIssue #24408: Fixed test for tkinter.Font on OS X.
Serhiy Storchaka [Sun, 21 Jun 2015 11:41:36 +0000 (14:41 +0300)]
Issue #24408: Fixed test for tkinter.Font on OS X.
Based on patch by Martin Panter.

10 years agoDeprecate unused scripts in Tools/buildbot.
Zachary Ware [Tue, 16 Jun 2015 15:56:14 +0000 (10:56 -0500)]
Deprecate unused scripts in Tools/buildbot.

I would just outright delete them, but the readme in PCbuild recommended
their use, so I figure it would be nice to leave them there for a while.

10 years agoUpdate PCbuild/readme.txt
Zachary Ware [Tue, 16 Jun 2015 15:54:48 +0000 (10:54 -0500)]
Update PCbuild/readme.txt

It now recommends PCbuild/get_externals.bat instead of the scripts in
Tools/buildbot.

10 years agoIssue #24443: Fix links for Event.clear() and Event.wait() methods.
Berker Peksag [Sat, 13 Jun 2015 08:05:31 +0000 (11:05 +0300)]
Issue #24443: Fix links for Event.clear() and Event.wait() methods.

Patch by Jaivish Kothari.

10 years agowhitespace
Terry Jan Reedy [Fri, 12 Jun 2015 20:47:03 +0000 (16:47 -0400)]
whitespace

10 years agoIssue #24406: Add sentences on dict comparisons, similar to those for Sequence
Terry Jan Reedy [Fri, 12 Jun 2015 20:38:51 +0000 (16:38 -0400)]
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
and set comparisions.  Patch by Gareth Rees.

10 years agoFixed indentation of Python examples in C comments.
Serhiy Storchaka [Wed, 10 Jun 2015 21:06:27 +0000 (00:06 +0300)]
Fixed indentation of Python examples in C comments.

10 years agoClean up/refactor the batch scripts used for building on Windows.
Zachary Ware [Tue, 9 Jun 2015 20:21:39 +0000 (15:21 -0500)]
Clean up/refactor the batch scripts used for building on Windows.

This is mostly a backport of issue #21907, but also includes a few
extras necessary to make the bulidbot scripts as thin as possible.

10 years agoIssue #24408: Added more tkinter.Font tests.
Serhiy Storchaka [Tue, 9 Jun 2015 04:21:31 +0000 (07:21 +0300)]
Issue #24408: Added more tkinter.Font tests.

10 years agoIssue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.
Steve Dower [Mon, 8 Jun 2015 16:57:04 +0000 (09:57 -0700)]
Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.

10 years agoIssue #24299: Fixed test__locale on Solaris.
Serhiy Storchaka [Mon, 8 Jun 2015 15:48:33 +0000 (18:48 +0300)]
Issue #24299: Fixed test__locale on Solaris.

10 years agothat this is "for Python" is obvious
Benjamin Peterson [Sat, 6 Jun 2015 02:03:08 +0000 (21:03 -0500)]
that this is "for Python" is obvious

10 years agoGenerates installer product codes for future releases.
Steve Dower [Wed, 3 Jun 2015 15:58:14 +0000 (08:58 -0700)]
Generates installer product codes for future releases.