Serhiy Storchaka
e75a555073
Issue #21605 : Added tests for Tkinter images.
2014-06-01 12:34:42 +03:00
Serhiy Storchaka
adad50c8fb
Added missed calls of splitlist().
2014-06-01 11:21:34 +03:00
Terry Jan Reedy
f74805b2cb
Issue #21477 : Update htest docstring and remove extraneous differences between
...
2.7 and 3.4. Original patch by Saimadhav Heblikar.
2014-06-01 00:30:28 -04:00
Benjamin Peterson
e047f56bbd
post 2.7.7 version bump
2014-05-31 15:25:38 -07:00
Benjamin Peterson
48f2e99808
backport hashlib.pbkdf2_hmac per PEP 466 ( closes #21304 )
...
Backport by Alex Gaynor.
2014-05-31 13:26:22 -07:00
Benjamin Peterson
d2058fb5b2
give the correct fixer name ( closes #21604 )
2014-05-31 13:16:49 -07:00
Benjamin Peterson
15e5a165d0
merge 2.7.7 release branch
2014-05-31 11:24:25 -07:00
Benjamin Peterson
253b7c8dda
Added tag v2.7.7 for changeset f89216059edf
2014-05-31 11:22:51 -07:00
Benjamin Peterson
de50cdfcf9
fix news header
2014-05-31 11:22:47 -07:00
Benjamin Peterson
9c70397ea3
bump to 2.7.7 final
2014-05-31 11:17:34 -07:00
Benjamin Peterson
4e33a86b67
openssl requires nasm ( #21462 )
2014-05-31 11:01:37 -07:00
Benjamin Peterson
5458ce0733
openssl requires nasm ( #21462 )
2014-05-31 11:01:37 -07:00
Ned Deily
3f45303954
Issue #21572 : Change license command to fallback to generic license URL.
2014-05-30 23:45:32 -07:00
Terry Jan Reedy
9f7f62f06d
Issue #21593 : (from StackOverflow) minor doc clarification for re.search.
2014-05-30 16:19:50 -04:00
Vinay Sajip
9d5a05faac
Merged upstream changes.
2014-05-30 19:05:02 +01:00
Steve Dower
577f8cb8aa
Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
2014-05-30 11:01:15 -07:00
Steve Dower
ee310bc2b7
Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
2014-05-30 11:01:15 -07:00
Vinay Sajip
ab2db5815c
Issue #21608 : Updated HTTPHandler documentation.
2014-05-30 18:46:02 +01:00
Serhiy Storchaka
529a639669
Fixed possible integer overflow in getint, getdouble and getboolean too (issue #21552 ).
2014-05-30 14:28:21 +03:00
Serhiy Storchaka
2a0220b18a
Issue #21552 : Fixed possible integer overflow of too long string lengths in
...
the Tkinter module on 64-bit platforms.
2014-05-30 14:23:52 +03:00
Serhiy Storchaka
d11e8b6af7
Add tests for getint, getdouble and getboolean methods of the tkapp object.
2014-05-30 14:07:20 +03:00
Gregory P. Smith
0344a0643d
Fix issue #14315 : The zipfile module now ignores extra fields in the central
...
directory that are too short to be parsed instead of letting a struct.unpack
error bubble up as this "bad data" appears in many real world zip files in the
wild and is ignored by other zip tools.
2014-05-29 23:41:52 -07:00
Terry Jan Reedy
76916e8404
Issue #21477 : Add htests for GrepDialog, UndoDelegator, and configDialog.
...
Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
2014-05-29 01:46:16 -04:00
Serhiy Storchaka
edb6428e43
Issue #21402 : tkinter.ttk now works when default root window is not set.
2014-05-28 18:38:15 +03:00
Serhiy Storchaka
49b2086a2e
Issue #21493 : Added test for ntpath.expanduser(). Original patch by
...
Claudiu Popa.
2014-05-28 18:11:08 +03:00
Serhiy Storchaka
30080fd63d
Issue #10203 : sqlite3.Row now truly supports sequence protocol. In particular
...
it supports reverse() and negative indices. Original patch by Claudiu Popa.
2014-05-28 12:57:38 +03:00
Terry Jan Reedy
d0d4f2d0c6
Issue #21477 : Add htests for Search and Replace dialogs.
...
Patch by Saimadhav Heblikar.
2014-05-27 03:30:44 -04:00
Terry Jan Reedy
985ef28054
Issue #21477 : Idle htest: modify run; add more tests.
...
Patch by Saimadhav Heblikar. 2.7 backport of 90829, d7eea8f608c2.
2014-05-27 02:47:38 -04:00
Raymond Hettinger
7e19b60dae
Issue 21575: Show list.sort() arguments in the tutorial.
2014-05-26 18:49:25 -07:00
Benjamin Peterson
3690d41c48
remove list of example incompatibilities ( closes #21434 )
2014-05-26 15:38:52 -07:00
Benjamin Peterson
dfc1b4bebe
remove tab ( closes #21587 )
2014-05-26 15:12:28 -07:00
Benjamin Peterson
2eff14d333
fix typo in variable name ( closes #21586 )
2014-05-26 15:10:42 -07:00
Raymond Hettinger
fb8899a597
Issue #21481 : Teach argparse equality tests to return NotImplemented when comparing to unknown types.
2014-05-26 00:40:09 -07:00
Raymond Hettinger
f643b9a9c7
Issue 8743: Improve interoperability between sets and the collections.Set abstract base class.
2014-05-25 22:13:41 -07:00
Raymond Hettinger
92df7529cb
Issue 13355: Make random.triangular degrade gracefully when low == high.
2014-05-25 17:40:25 -07:00
Serhiy Storchaka
1f94efc626
Issue #19925 : Added tests for the spwd module. Original patch by Vajrasky Kok.
2014-05-25 16:21:32 +03:00
Terry Jan Reedy
62012fc719
Issue #21477 : Idle htest: merge and modify run and runall; add many tests.
...
Patch by Saimadhav Heblikar
2014-05-24 18:48:03 -04:00
Benjamin Peterson
d383bafa55
allow doc archives to be built for versions in the rc stage
2014-05-24 15:15:26 -07:00
Ned Deily
47e4b0bedb
Issue #18604 : Skip the Tk instantiation test on OS X because it can
...
cause GUI tests to segfault in Cocoa Tk when run under regrtest -j
(multiple threads running subprocesses).
2014-05-23 21:28:02 -07:00
Serhiy Storchaka
65994395ce
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
2014-05-23 23:57:46 +03:00
Serhiy Storchaka
4f0e167414
Issue #21522 : Added Tkinter tests for Listbox.itemconfigure(),
...
PanedWindow.paneconfigure(), and Menu.entryconfigure().
2014-05-23 14:08:31 +03:00
Serhiy Storchaka
f19771f831
Issue #20635 : Added tests for Tk geometry managers.
2014-05-23 13:54:35 +03:00
Antoine Pitrou
ab4a69158b
Issue #21523 : Fix over-pessimistic computation of the stack effect of some opcodes in the compiler.
...
This also fixes a quadratic compilation time issue noticeable when compiling
code with a large number of "and" and "or" operators.
2014-05-23 11:46:03 +02:00
Terry Jan Reedy
cc798377b7
Issue #21545 : Add .pop example and tweak comment about pure mutation methods.
...
Patch prepared by David Harrigan.
2014-05-23 00:34:02 -04:00
Raymond Hettinger
fd61349848
Issue 21479: Fix markup for the TarFile.open() classmethod.
2014-05-23 03:43:29 +01:00
Raymond Hettinger
198123c607
Issue 21198: Minor tarfile documentation bug.
2014-05-23 00:05:48 +01:00
Ned Deily
fbb60d562c
Issue #21383 : OS X installer builds now use "make touch".
2014-05-22 15:27:01 -07:00
Ned Deily
ac1bb81732
Issue #21383 : Allow "make touch" to work when building outside of the
...
source directory.
2014-05-22 15:26:34 -07:00
Benjamin Peterson
56032ce373
2.7.8 news section
2014-05-22 14:08:14 -07:00
Terry Jan Reedy
4345846161
Issue #21477 : idle htests - lower case function names, other cleanups.
2014-05-19 00:12:00 -04:00