Terry Jan Reedy
a1ea893334
Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
...
under test.regrtest on 2.7.
2013-11-03 23:37:54 -05:00
Zachary Ware
14b38f58c2
Issue #17883 : Backport test.test_support._is_gui_available()
...
This should stop the Windows buildbots from hanging on test_ttk_guionly.
2013-11-03 22:27:04 -06:00
Serhiy Storchaka
d412b495da
Fix test_os (issue #18702 ).
2013-11-03 23:25:42 +02:00
Serhiy Storchaka
32e23e739f
Issue #18702 : All skipped tests now reported as skipped.
2013-11-03 23:15:46 +02:00
Serhiy Storchaka
68f518ce4a
Issue #19085 : Fixed pixels rounding for last Tk patchlevels.
2013-11-03 18:24:04 +02:00
Serhiy Storchaka
31b9c845d3
Issue #6157 : Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo.
2013-11-03 14:28:29 +02:00
Serhiy Storchaka
8630f16eb7
Issue #6160 : The bbox() method of Tkinter.Spinbox now returns a tuple of
...
integers instead of a string. Based on patch by Guilherme Polo.
2013-11-03 14:13:08 +02:00
Serhiy Storchaka
6bf15d10a6
Issue #19085 : Fixed some Tkinter tests on Windows.
2013-11-02 18:50:53 +02:00
Jason R. Coombs
0af7d1eefe
Merge
2013-11-02 11:57:54 -04:00
Serhiy Storchaka
4a21726fe6
Issue #19085 : Fix Tkinter tests with Tcl/Tk 8.4.
2013-11-02 17:27:59 +02:00
Jason R. Coombs
3c0713550e
Issue #19286 : [distutils] Only match files in build_py.find_data_files.
2013-11-02 11:07:35 -04:00
Jason R. Coombs
83aafda575
Issue #19286 : Adding test demonstrating the failure when a directory is found in the package_data globs.
2013-11-02 11:29:33 -04:00
Serhiy Storchaka
090b6b1baf
Issue #10734 : Fix and re-enable test_ttk test_heading_callback.
2013-11-02 10:54:17 +02:00
Serhiy Storchaka
dd80816973
Issue #19085 : Added basic tests for all tkinter widget options.
2013-11-02 10:46:21 +02:00
Serhiy Storchaka
1fdc702861
Issue #19457 : Fixed xmlcharrefreplace tests on wide build when tests are
...
loaded from .py[co] files.
2013-10-31 17:06:03 +02:00
Benjamin Peterson
ae7894c953
merge 2.7.6 release branch
2013-10-30 12:43:44 -04:00
Benjamin Peterson
1ef959ac3d
use the collapsed path in the run_cgi method ( closes #19435 )
2013-10-30 12:43:09 -04:00
Serhiy Storchaka
1c760cab1d
Issue #19426 : Fixed the opening of Python source file with specified encoding.
2013-10-29 10:15:09 +02:00
Richard Oudkerk
21aad9792f
Issue #19425 -- a pickling error should not cause pool to hang.
2013-10-28 23:02:22 +00:00
Raymond Hettinger
9a2325fac8
Fix unintended switch from a constant to a global in 56a3c0bc4634
2013-10-28 02:39:04 -06:00
Benjamin Peterson
e18b82d996
backport #19426
2013-10-29 15:27:14 -04:00
Serhiy Storchaka
fdb73ed486
Issue #19405 : Fixed outdated comments in the _sre module.
2013-10-27 08:00:57 +02:00
Benjamin Peterson
07ffc78c9a
2.7.6rc1
2013-10-26 14:57:21 -04:00
Benjamin Peterson
bcf2fa7ea9
update pydoc-topics
2013-10-26 13:44:54 -04:00
Benjamin Peterson
657d06b13e
just return toplevel symbol table rather than all blocks ( closes #19393 )
2013-10-26 13:13:51 -04:00
Ned Deily
7c5ba45fd8
Issue #19400 : Prevent extension module build failures with Xcode 5 on OS X
...
10.8+ when using a universal Python that included a PPC architecture,
such as with a python.org 32-bit-only binary installer.
2013-10-25 16:01:42 -07:00
Serhiy Storchaka
22fb0dec30
Issue #19327 : Fixed the working of regular expressions with too big charset.
2013-10-24 22:02:42 +03:00
Senthil Kumaran
2147857db3
Increase macurl2path test coverage
2013-10-23 21:45:58 -07:00
Antoine Pitrou
5d791802c9
Issue #19352 : Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
2013-10-23 19:11:29 +02:00
Tim Golden
17934856dc
Issue #15207 : Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
2013-10-22 20:45:13 +01:00
Ezio Melotti
bc38548145
#8964 : fix platform._sys_version to handle IronPython 2.6+.
2013-10-21 03:03:32 +03:00
Serhiy Storchaka
2585e1e48a
Issue #16038 : CVE-2013-1752: ftplib: Limit amount of data read by
...
limiting the call to readline(). Original patch by Michał
Jastrzębski and Giampaolo Rodola.
2013-10-20 16:57:07 +03:00
Serhiy Storchaka
f105672332
Issue #19279 : UTF-7 decoder no more produces illegal unicode strings.
2013-10-19 20:37:49 +03:00
Serhiy Storchaka
7137803238
Issue #19276 : Fixed the wave module on 64-bit big-endian platforms.
2013-10-17 23:03:48 +03:00
Serhiy Storchaka
2235648b86
Issue 19276: Fix tests for wave files on big-endian platforms.
...
Skip tests for 24-bit wave file on big-endian platforms.
2013-10-17 12:45:45 +03:00
Victor Stinner
a5cd255a7c
Close #19267 : Fix support of multibyte encoding (ex: UTF-16) in the logging
...
module.
2013-10-15 23:36:56 +02:00
Serhiy Storchaka
e1a8a40d1d
Issue #18919 : Fixed resource leaks in audio tests.
2013-10-14 20:09:30 +03:00
Serhiy Storchaka
c72105c06d
Issue #18919 : Catch and check warnings in the aifc module tests.
2013-10-14 20:03:06 +03:00
Georg Brandl
62e9580219
Closes #19258 : close WSGI server after handling request in demo code.
2013-10-14 16:52:13 +02:00
Georg Brandl
e206e49172
Closes #16657 : fix docstring of traceback.format_tb().
2013-10-13 23:31:38 +02:00
Serhiy Storchaka
0fa0173893
Issue #18919 : Added tests for the sunau module. Unified and extended tests
...
for audio modules: aifc, sunau and wave.
2013-10-13 17:47:22 +03:00
Mark Dickinson
36f6e2c9e0
Issue #18739 : Fix inconsistent results from math.log(n) and math.log(long(n))
2013-10-13 10:55:15 +01:00
Serhiy Storchaka
499d82136d
Issue #18919 : If the close() method of a writer in the sunau or wave module
...
failed, second invocation of close() and destructor no more raise an
exception. Second invocation of close() on sunau writer now has no effects.
The aifc module now accepts lower case of names of the 'ulaw' and 'alaw'
codecs.
2013-10-12 21:35:33 +03:00
Serhiy Storchaka
986b5ee4d9
Issue #19131 : The aifc module now correctly reads and writes sampwidth of
...
compressed streams.
2013-10-12 18:21:12 +03:00
Tim Peters
b563d4b7c8
LOL - 2.7 requires very different code. Annoying ;-)
2013-10-08 21:51:06 -05:00
Tim Peters
641d6217a8
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
...
(grafted from e06edc0c7a4951327f0c95ebeebccba6879a6063)
2013-10-08 20:55:51 -05:00
Serhiy Storchaka
6f2ec18b4e
Issue #18037 : Do not escape '\u' and '\U' in raw strings.
2013-10-08 21:07:21 +03:00
Raymond Hettinger
8dc1692337
Issue 14927: Minor clean-up of function parameters in random().
2013-10-05 21:34:48 -07:00
Ezio Melotti
256735ce00
#19166 : use an unused var in a test. Patch by Vajrasky Kok.
2013-10-05 03:01:37 +03:00
Serhiy Storchaka
0189a46ec5
Issue #18037 : 2to3 now escapes '\u' and '\U' in native strings.
2013-10-03 12:08:22 +03:00