]> granicus.if.org Git - python/log
python
11 years agoIssue #19743: fix test_gdb on some optimized Python builds
Antoine Pitrou [Sun, 24 Nov 2013 13:58:17 +0000 (14:58 +0100)]
Issue #19743: fix test_gdb on some optimized Python builds

11 years agoFix make distclean for out-of-tree builds
Christian Heimes [Sun, 24 Nov 2013 02:32:40 +0000 (03:32 +0100)]
Fix make distclean for out-of-tree builds

11 years agoUndo (hopefully) buildbot failures
Antoine Pitrou [Sat, 23 Nov 2013 17:20:42 +0000 (18:20 +0100)]
Undo (hopefully) buildbot failures

11 years agoIssue #19308: fix the gdb plugin on gdbs linked with Python 3
Antoine Pitrou [Sat, 23 Nov 2013 16:40:36 +0000 (17:40 +0100)]
Issue #19308: fix the gdb plugin on gdbs linked with Python 3

11 years agoIssue #19733: Temporary disable test_image on MacOSX.
Serhiy Storchaka [Sat, 23 Nov 2013 13:21:33 +0000 (15:21 +0200)]
Issue #19733: Temporary disable test_image on MacOSX.

11 years agoUpdate Itamar's name
Andrew Kuchling [Sat, 23 Nov 2013 01:17:24 +0000 (20:17 -0500)]
Update Itamar's name

11 years agoIssue #18326: Clarify that list.sort's arguments are keyword-only.
Zachary Ware [Fri, 22 Nov 2013 19:58:34 +0000 (13:58 -0600)]
Issue #18326: Clarify that list.sort's arguments are keyword-only.

Also, attempt to reduce confusion in the glossary by not saying there are
different "types" of arguments and parameters.

11 years agoPrint Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
Serhiy Storchaka [Thu, 21 Nov 2013 17:23:19 +0000 (19:23 +0200)]
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).

11 years agoIssue #19633: Fixed writing not compressed 16- and 32-bit wave files on
Serhiy Storchaka [Thu, 21 Nov 2013 09:02:30 +0000 (11:02 +0200)]
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.

Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file  on big-endian platforms.

11 years agoPrint Tk patchlevel in test_tcl in verbose mode (issue19654).
Serhiy Storchaka [Wed, 20 Nov 2013 15:43:49 +0000 (17:43 +0200)]
Print Tk patchlevel in test_tcl in verbose mode (issue19654).

11 years agoconfigure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null.
Christian Heimes [Wed, 20 Nov 2013 00:11:18 +0000 (01:11 +0100)]
configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null.

11 years agoAdd workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake...
Christian Heimes [Tue, 19 Nov 2013 23:41:29 +0000 (00:41 +0100)]
Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly.

11 years ago#19449: Handle non-string keys when generating 'fieldnames' error.
R David Murray [Tue, 19 Nov 2013 18:16:20 +0000 (13:16 -0500)]
#19449: Handle non-string keys when generating 'fieldnames' error.

csv was handling non-string keys fine except for the error message
generated when a non-string key was not in 'fieldnames'.

Fix by Tomas Grahn, full patch-with-test by Vajrasky Kok (tweaked slightly).

11 years ago#1098749: re-word gettext docs to not encourage using pygettext so much.
Andrew Kuchling [Tue, 19 Nov 2013 16:05:20 +0000 (11:05 -0500)]
#1098749: re-word gettext docs to not encourage using pygettext so much.

Also, add a link to the Babel package.

11 years ago- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com [Tue, 19 Nov 2013 08:12:28 +0000 (09:12 +0100)]
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py

11 years ago- Update config.{guess,sub} for new ports.
doko@ubuntu.com [Tue, 19 Nov 2013 07:54:38 +0000 (08:54 +0100)]
- Update config.{guess,sub} for new ports.

11 years agoIssue #19596: Set untestable tests in test_importlib to None
Zachary Ware [Tue, 19 Nov 2013 03:44:38 +0000 (21:44 -0600)]
Issue #19596: Set untestable tests in test_importlib to None
to avoid reporting success on empty tests.

11 years agoCleanup this test's modification of os.environ in teardown (this already
Gregory P. Smith [Mon, 18 Nov 2013 21:10:04 +0000 (21:10 +0000)]
Cleanup this test's modification of os.environ in teardown (this already
exists in 3.4 but apparently wasn't done for 3.3).

11 years agoFix test.support.bind_port() to not cause an error when Python was compiled
Gregory P. Smith [Sun, 17 Nov 2013 22:19:32 +0000 (22:19 +0000)]
Fix test.support.bind_port() to not cause an error when Python was compiled
on a system with SO_REUSEPORT defined in the headers but run on a system
with an OS kernel that does not support that reasonably new socket option.

11 years agoFix compilation error under gcc of the ctypes module bundled libffi for arm.
Gregory P. Smith [Sun, 17 Nov 2013 21:56:07 +0000 (21:56 +0000)]
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
A variable was declared below the top of a block and one function was using
a K&R C style function declaration!

11 years agoIssue #19603: Use specific asserts in test_decr.
Serhiy Storchaka [Sun, 17 Nov 2013 21:38:50 +0000 (23:38 +0200)]
Issue #19603: Use specific asserts in test_decr.

11 years agoFix indentation in doc example.
Ezio Melotti [Sun, 17 Nov 2013 20:07:48 +0000 (22:07 +0200)]
Fix indentation in doc example.

11 years agoIssue #19599: Increase sleep period.
Richard Oudkerk [Sun, 17 Nov 2013 17:45:16 +0000 (17:45 +0000)]
Issue #19599: Increase sleep period.

11 years agoFix handling of SystemExit and exit code. Patch by Brodie Rao.
Richard Oudkerk [Sun, 17 Nov 2013 17:24:11 +0000 (17:24 +0000)]
Fix handling of SystemExit and exit code.  Patch by Brodie Rao.

11 years agoIssue 16998: Clarify that += on a shared value is not atomic.
Richard Oudkerk [Sun, 17 Nov 2013 17:00:38 +0000 (17:00 +0000)]
Issue 16998: Clarify that += on a shared value is not atomic.

11 years agoIssue #19508: direct the user to read the security considerations for the ssl module
Antoine Pitrou [Sun, 17 Nov 2013 14:35:33 +0000 (15:35 +0100)]
Issue #19508: direct the user to read the security considerations for the ssl module

11 years agoIssue #19606: Use specific asserts in http.cookiejar tests.
Serhiy Storchaka [Sun, 17 Nov 2013 11:45:02 +0000 (13:45 +0200)]
Issue #19606: Use specific asserts in http.cookiejar tests.

11 years agoIssue #19607: Use specific asserts in weakref tests.
Serhiy Storchaka [Sun, 17 Nov 2013 11:20:09 +0000 (13:20 +0200)]
Issue #19607: Use specific asserts in weakref tests.

11 years agoIssue #19605: Use specific asserts in datetime tests
Serhiy Storchaka [Sun, 17 Nov 2013 10:52:33 +0000 (12:52 +0200)]
Issue #19605: Use specific asserts in datetime tests

11 years agoMerge heads
Serhiy Storchaka [Sun, 17 Nov 2013 10:30:29 +0000 (12:30 +0200)]
Merge heads

11 years agoPost-release bump.
Georg Brandl [Sun, 17 Nov 2013 08:17:40 +0000 (09:17 +0100)]
Post-release bump.

11 years agomerge with 3.3.3 release clone
Georg Brandl [Sun, 17 Nov 2013 08:17:18 +0000 (09:17 +0100)]
merge with 3.3.3 release clone

11 years agoAdded tag v3.3.3 for changeset c3896275c0f6
Georg Brandl [Sun, 17 Nov 2013 06:59:06 +0000 (07:59 +0100)]
Added tag v3.3.3 for changeset c3896275c0f6

11 years agoBump to 3.3.3 final. v3.3.3
Georg Brandl [Sun, 17 Nov 2013 06:58:22 +0000 (07:58 +0100)]
Bump to 3.3.3 final.

11 years ago#19238: fix typo in documentation.
Ezio Melotti [Sun, 17 Nov 2013 00:47:12 +0000 (02:47 +0200)]
#19238: fix typo in documentation.

11 years agoIssue #19604: Use specific asserts in array tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:45:17 +0000 (00:45 +0200)]
Issue #19604: Use specific asserts in array tests.

11 years agoIssue #19602: Use specific asserts in tkinter tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:42:25 +0000 (00:42 +0200)]
Issue #19602: Use specific asserts in tkinter tests.

11 years agoIssue #19601: Use specific asserts in sqlite3 tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:39:12 +0000 (00:39 +0200)]
Issue #19601: Use specific asserts in sqlite3 tests.

11 years agoIssue #19600: Use specific asserts in distutils tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:17:46 +0000 (00:17 +0200)]
Issue #19600: Use specific asserts in distutils tests.

11 years agoIssue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:12:21 +0000 (00:12 +0200)]
Issue #19594: Use specific asserts in unittest tests.

11 years agoIssue #19591: Use specific asserts in ctype tests.
Serhiy Storchaka [Sat, 16 Nov 2013 21:51:26 +0000 (23:51 +0200)]
Issue #19591: Use specific asserts in ctype tests.

11 years agoIssue #19590: Use specific asserts in email tests.
Serhiy Storchaka [Sat, 16 Nov 2013 10:56:23 +0000 (12:56 +0200)]
Issue #19590: Use specific asserts in email tests.

11 years agoIssue #19504: Used American spelling for 'customize'.
Vinay Sajip [Fri, 15 Nov 2013 20:58:13 +0000 (20:58 +0000)]
Issue #19504: Used American spelling for 'customize'.

11 years agoIssue #19523: Closed FileHandler leak which occurred when delay was set.
Vinay Sajip [Fri, 15 Nov 2013 20:40:27 +0000 (20:40 +0000)]
Issue #19523: Closed FileHandler leak which occurred when delay was set.

11 years agofileutils.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner [Fri, 15 Nov 2013 17:14:11 +0000 (18:14 +0100)]
fileutils.c: use MAXPATHLEN instead of PATH_MAX

PATH_MAX is not declared on IRIX nor Windows.

11 years agosysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner [Fri, 15 Nov 2013 16:33:43 +0000 (17:33 +0100)]
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
the fullpath buffer, not PATH_MAX. fullpath is declared using MAXPATHLEN or
MAX_PATH depending on the OS, and PATH_MAX is not declared on IRIX.

11 years agopythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner [Fri, 15 Nov 2013 16:09:24 +0000 (17:09 +0100)]
pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
the env_home buffer, not PATH_MAX+1. env_home is declared using MAXPATHLEN+1,
and PATH_MAX is not declared on IRIX.

11 years agoIssue #19592: Use specific asserts in lib2to3 tests.
Serhiy Storchaka [Thu, 14 Nov 2013 21:49:58 +0000 (23:49 +0200)]
Issue #19592: Use specific asserts in lib2to3 tests.

11 years agoCloses #12828: add docstring text noting this is an internal-only module
Andrew Kuchling [Tue, 12 Nov 2013 15:25:15 +0000 (10:25 -0500)]
Closes #12828: add docstring text noting this is an internal-only module

11 years agoUpdate e-mail address
Andrew Kuchling [Tue, 12 Nov 2013 15:02:35 +0000 (10:02 -0500)]
Update e-mail address

11 years agoIssue #13674 Updated NEWS
Tim Golden [Tue, 12 Nov 2013 13:24:03 +0000 (13:24 +0000)]
Issue #13674 Updated NEWS

11 years agoIssue13674 Correct crash with strftime %y format under Windows
Tim Golden [Tue, 12 Nov 2013 12:36:54 +0000 (12:36 +0000)]
Issue13674 Correct crash with strftime %y format under Windows

11 years agoIssue #19440: Clean up test_capi
Zachary Ware [Tue, 12 Nov 2013 04:47:04 +0000 (22:47 -0600)]
Issue #19440: Clean up test_capi

11 years agoCorrect a merge error in Misc/NEWS
Zachary Ware [Tue, 12 Nov 2013 04:30:47 +0000 (22:30 -0600)]
Correct a merge error in Misc/NEWS

11 years agoRemove outdated comment
Tim Golden [Mon, 11 Nov 2013 15:08:04 +0000 (15:08 +0000)]
Remove outdated comment

11 years agoAdded tag v3.3.3rc2 for changeset d32442c0e60d
Georg Brandl [Mon, 11 Nov 2013 05:16:15 +0000 (06:16 +0100)]
Added tag v3.3.3rc2 for changeset d32442c0e60d

11 years agoBump to 3.3.3rc2. v3.3.3rc2
Georg Brandl [Mon, 11 Nov 2013 05:13:54 +0000 (06:13 +0100)]
Bump to 3.3.3rc2.

11 years agoIssue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_pr...
Jason R. Coombs [Sun, 10 Nov 2013 23:50:10 +0000 (18:50 -0500)]
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.

11 years agoIssue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.Distr...
Jason R. Coombs [Sun, 10 Nov 2013 23:15:03 +0000 (18:15 -0500)]
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.

11 years agoIssue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka [Sat, 9 Nov 2013 21:12:06 +0000 (23:12 +0200)]
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.

11 years agoFix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).
Serhiy Storchaka [Sat, 9 Nov 2013 19:16:19 +0000 (21:16 +0200)]
Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).

11 years agoValgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
Stefan Krah [Fri, 8 Nov 2013 19:18:09 +0000 (20:18 +0100)]
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
of size 8: wcscmp (wcscmp.S:464))

11 years agoMove PyErr_NoMemory() closer to the failure.
Stefan Krah [Fri, 8 Nov 2013 17:05:02 +0000 (18:05 +0100)]
Move PyErr_NoMemory() closer to the failure.

11 years agoChange style to match the surrounding code (no early returns).
Stefan Krah [Fri, 8 Nov 2013 16:48:58 +0000 (17:48 +0100)]
Change style to match the surrounding code (no early returns).

11 years agoIssue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re...
Christian Heimes [Tue, 29 Oct 2013 19:50:01 +0000 (20:50 +0100)]
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding
It is causing trouble like e.g. hanging processes.

11 years agoTransplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler.
Georg Brandl [Mon, 11 Nov 2013 05:10:23 +0000 (06:10 +0100)]
Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler.

11 years agoIssue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Ned Deily [Tue, 5 Nov 2013 10:44:17 +0000 (02:44 -0800)]
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Some third-party projects, such as matplotlib and PIL/Pillow,
depended on being able to build with Tcl and Tk frameworks in
/Library/Frameworks.  They were unable to build with the built-in
Tcl/Tk and/or execute correctly.

11 years agoIssue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
Victor Stinner [Tue, 29 Oct 2013 19:33:14 +0000 (20:33 +0100)]
Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
failure (memory allocation failure): raise a MemoryError exception

11 years agoIssue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
Victor Stinner [Tue, 29 Oct 2013 18:26:11 +0000 (19:26 +0100)]
Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
PyObject_IsInstance() failure

11 years ago#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5...
Ezio Melotti [Thu, 7 Nov 2013 16:33:24 +0000 (18:33 +0200)]
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.

11 years ago#18985: Improve fcntl documentation.
R David Murray [Thu, 7 Nov 2013 15:51:07 +0000 (10:51 -0500)]
#18985: Improve fcntl documentation.

Original patch by Vajrasky Kok, further improved (I hope) by me.

11 years agoRevert wrong change in previous commit (issue #19085).
Serhiy Storchaka [Tue, 5 Nov 2013 20:01:46 +0000 (22:01 +0200)]
Revert wrong change in previous commit (issue #19085).

11 years agoFix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085).
Serhiy Storchaka [Tue, 5 Nov 2013 19:05:10 +0000 (21:05 +0200)]
Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085).

11 years agoFix typo in tkinter tests (issue #19085).
Serhiy Storchaka [Tue, 5 Nov 2013 18:17:50 +0000 (20:17 +0200)]
Fix typo in tkinter tests (issue #19085).

11 years agoIssue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Ned Deily [Tue, 5 Nov 2013 10:44:17 +0000 (02:44 -0800)]
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Some third-party projects, such as matplotlib and PIL/Pillow,
depended on being able to build with Tcl and Tk frameworks in
/Library/Frameworks.  They were unable to build with the built-in
Tcl/Tk and/or execute correctly.

11 years agoIssue #18345: Added cookbook example illustrating handler customisation.
Vinay Sajip [Tue, 5 Nov 2013 10:02:21 +0000 (10:02 +0000)]
Issue #18345: Added cookbook example illustrating handler customisation.

11 years agoIssue #19397: test_pydoc now works with -S (help not added to builtins).
Terry Jan Reedy [Tue, 5 Nov 2013 02:43:26 +0000 (21:43 -0500)]
Issue #19397: test_pydoc now works with -S (help not added to builtins).
Patch by Serhiy Storchaka and Vajrasky Kok.

11 years agoIssue #19085: Fix running test_ttk_textonly on displayless host.
Serhiy Storchaka [Mon, 4 Nov 2013 21:05:37 +0000 (23:05 +0200)]
Issue #19085: Fix running test_ttk_textonly on displayless host.

11 years agoIssue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.
Serhiy Storchaka [Mon, 4 Nov 2013 20:11:12 +0000 (22:11 +0200)]
Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.

11 years agonull-merge 3.2 backouts
Georg Brandl [Mon, 4 Nov 2013 06:46:02 +0000 (07:46 +0100)]
null-merge 3.2 backouts

11 years agoBackout 7d399099334d.
Georg Brandl [Mon, 4 Nov 2013 06:44:29 +0000 (07:44 +0100)]
Backout 7d399099334d.

11 years agoBackout 265d369ad3b9.
Georg Brandl [Mon, 4 Nov 2013 06:43:41 +0000 (07:43 +0100)]
Backout 265d369ad3b9.

11 years agoBackout d80207d15294.
Georg Brandl [Mon, 4 Nov 2013 06:43:32 +0000 (07:43 +0100)]
Backout d80207d15294.

11 years agoIssue #15392: Install idlelib/idle_test.
Ned Deily [Mon, 4 Nov 2013 04:08:53 +0000 (20:08 -0800)]
Issue #15392: Install idlelib/idle_test.

11 years agoIssue #19391: Clean up PCbuild/readme.txt
Zachary Ware [Mon, 4 Nov 2013 03:48:54 +0000 (21:48 -0600)]
Issue #19391: Clean up PCbuild/readme.txt

11 years agoIssue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka [Sun, 3 Nov 2013 19:31:18 +0000 (21:31 +0200)]
Issue #18702: All skipped tests now reported as skipped.

11 years agoMerge
Tim Golden [Sun, 3 Nov 2013 18:27:40 +0000 (18:27 +0000)]
Merge

11 years agoIssue #10197: Indicate availability of subprocess.get[status]output on Windows and...
Tim Golden [Sun, 3 Nov 2013 18:24:50 +0000 (18:24 +0000)]
Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines

11 years ago#19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray [Sun, 3 Nov 2013 18:21:38 +0000 (13:21 -0500)]
#19411: Clarify that b2a_hex/hexlify returns a bytes object.

Initial patch by Vajrasky Kok.

11 years ago#19485: clarify get_param example.
R David Murray [Sun, 3 Nov 2013 17:23:23 +0000 (12:23 -0500)]
#19485: clarify get_param example.

Patch by Vajrasky Kok.

11 years agoIssue #19085: Fixed pixels rounding for last Tk patchlevels.
Serhiy Storchaka [Sun, 3 Nov 2013 16:24:31 +0000 (18:24 +0200)]
Issue #19085: Fixed pixels rounding for last Tk patchlevels.

11 years agoIssue #10197: merge heads
Tim Golden [Sun, 3 Nov 2013 14:20:23 +0000 (14:20 +0000)]
Issue #10197: merge heads

11 years agoIssue #10197 Rework subprocess.get[status]output to use subprocess functionality...
Tim Golden [Sun, 3 Nov 2013 12:53:17 +0000 (12:53 +0000)]
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.

11 years agoIssue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.
Serhiy Storchaka [Sun, 3 Nov 2013 12:29:35 +0000 (14:29 +0200)]
Issue #6157: Fixed tkinter.Text.debug().  Original patch by Guilherme Polo.

11 years agoIssue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
Serhiy Storchaka [Sun, 3 Nov 2013 12:13:34 +0000 (14:13 +0200)]
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
integers instead of a string.  Based on patch by Guilherme Polo.

11 years agoIssue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.
Tim Golden [Sun, 3 Nov 2013 11:58:02 +0000 (11:58 +0000)]
Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.

11 years agoMerge with 3.2 for Issue #19286.
Jason R. Coombs [Sat, 2 Nov 2013 17:01:46 +0000 (13:01 -0400)]
Merge with 3.2 for Issue #19286.

11 years agoUpdate NEWS for 265d369ad3b9.
Jason R. Coombs [Sat, 2 Nov 2013 17:00:01 +0000 (13:00 -0400)]
Update NEWS for 265d369ad3b9.

11 years agoMerge heads
Serhiy Storchaka [Sat, 2 Nov 2013 16:53:06 +0000 (18:53 +0200)]
Merge heads

11 years agoIssue #19085: Fixed some Tkinter tests on Windows.
Serhiy Storchaka [Sat, 2 Nov 2013 16:50:42 +0000 (18:50 +0200)]
Issue #19085: Fixed some Tkinter tests on Windows.