Benjamin Peterson
daa491b6d7
merge 2.7.9 release branch
2014-12-05 22:02:33 -05:00
Benjamin Peterson
60766c47e7
allow ssl module to compile if openssl doesn't support SSL 3 ( closes #22935 )
...
Patch by Kurt Roeckx.
2014-12-05 21:59:35 -05:00
Benjamin Peterson
e4d2ba7e0b
merge 2.7.9 release branch
2014-12-05 21:09:58 -05:00
Benjamin Peterson
238afb796c
sync idle news from 2.7 branch
2014-12-05 21:09:47 -05:00
Terry Jan Reedy
f0ee672ccf
Update idlelib/NEWS.txt.
2014-12-05 20:49:23 -05:00
Terry Jan Reedy
bedaefc705
Issue #16893 : Update Idle doc chapter to match current Idle and add new
...
information.
2014-12-05 20:25:14 -05:00
Benjamin Peterson
af18b4cb55
merge 2.7.9 release branch
2014-12-05 20:16:53 -05:00
Benjamin Peterson
9e8f523c5b
add a default limit for the amount of data xmlrpclib.gzip_decode will return ( closes #16043 )
2014-12-05 20:15:15 -05:00
Benjamin Peterson
dabfc56b57
smtplib: limit amount read from the network ( closes #16042 )
2014-12-05 20:05:18 -05:00
Benjamin Peterson
faad6bbea6
in poplib, limit maximum line length that we read from the network ( closes #16041 )
...
Patch from Berker Peksag.
2014-12-05 20:02:38 -05:00
Terry Jan Reedy
bafef5ade3
Edit Menus section of Idle doc. Make menu entries match current Idle in order
...
and case. Edit some of the explanatory sentences and end all with a period.
2014-12-05 02:42:54 -05:00
Terry Jan Reedy
9e466cf122
Issue #3068 : Document the new Configure Extensions dialog and menu entry.
2014-12-04 01:22:41 -05:00
Terry Jan Reedy
eb40589324
Issue #16893 : Update 2.7 version of Idle doc to match 3.4 doc as of the just
...
committed 6db65ff985b6.
2014-12-04 00:55:46 -05:00
Antoine Pitrou
bf9eb35f96
Fix #22987 : update the compatibility matrix for a SSLv23 client.
2014-12-03 20:00:56 +01:00
Serhiy Storchaka
45aa771fe9
Issue #14099 : ZipFile.open() no longer reopen the underlying file. Objects
...
returned by ZipFile.open() can now operate independently of the ZipFile even
if the ZipFile was created by passing in a file-like object as the first
argument to the constructor.
2014-12-03 09:11:12 +02:00
Benjamin Peterson
2268c877c7
merge 2.7.9 release branch
2014-12-02 18:45:45 -05:00
Benjamin Peterson
91f04dd6fd
nuke ancient script with dubious license ( closes #12987 )
2014-12-02 18:45:23 -05:00
Terry Jan Reedy
53ab7583dd
Add NEWS items for Idle patches already in 2.7.9rc1.
2014-12-01 16:59:02 -05:00
Serhiy Storchaka
0f8f784a77
Removed duplicated words in in comments and docs.
2014-12-01 18:16:30 +02:00
Serhiy Storchaka
d862db0d09
Issue #21032 . Fixed socket leak if HTTPConnection.getresponse() fails.
...
Original patch by Martin Panter.
2014-12-01 13:07:28 +02:00
Serhiy Storchaka
169f195b66
Issue #22943 : bsddb tests are locale independend now.
...
This fixes tests on 8-bit locales (in particular on Windows).
2014-12-01 10:34:23 +02:00
Benjamin Peterson
d5355178ad
merge 2.7.9 release branch
2014-11-30 11:51:48 -05:00
Benjamin Peterson
f8c8d2e366
backout fac649bf2d10 ( #9179 ) for further consideration
2014-11-30 11:47:54 -05:00
Benjamin Peterson
ca9810a7f7
merge 2.7.9 release branch
2014-11-29 23:06:22 -05:00
Benjamin Peterson
ee44314f93
this is why tests are great
2014-11-29 23:06:06 -05:00
Benjamin Peterson
5a608c2e8b
merge 2.7.9 release branch
2014-11-29 22:57:15 -05:00
Benjamin Peterson
efa3cf84d2
add context parameter to xmlrpclib.ServerProxy ( #22960 )
...
Patch from Alex Gaynor.
2014-11-29 22:55:35 -05:00
Benjamin Peterson
54c5d84ba9
merge 2.7.9 release branch
2014-11-27 20:40:35 -06:00
Benjamin Peterson
209dd468fb
give a nice message when installer is launched w/o admin rights ( closes #16561 )
2014-11-27 20:39:02 -06:00
Serhiy Storchaka
c354285f2b
Issue #21280 : Fixed a bug in shutil.make_archive() when create an archive of
...
current directory in current directory.
2014-11-28 00:50:06 +02:00
Serhiy Storchaka
46e92503da
Issue #22314 : pydoc now works when the LINES environment variable is set.
2014-11-28 00:09:05 +02:00
Serhiy Storchaka
86ef95d3fb
Issue #18905 : "pydoc -p 0" now outputs actually used port. Based on patch by
...
Wieland Hoffmann.
2014-11-27 23:45:37 +02:00
Serhiy Storchaka
2c1f37667d
Issue #21514 : The documentation of the json module now refers to new JSON RFC
...
7159 instead of obsoleted RFC 4627.
2014-11-27 19:41:34 +02:00
Serhiy Storchaka
20994f1e27
Issue #22609 : Constructors and update methods of mapping classes in the
...
collections module now accept the self keyword argument.
2014-11-27 19:02:56 +02:00
Zachary Ware
6ac2b4db94
pydoc: Add a note about setting PAGER to affect console output pagination.
...
Suggested by James Lowden on docs@.
2014-11-26 23:44:25 -06:00
Benjamin Peterson
e2defc4132
remove tautological condition ( closes #22954 )
2014-11-26 23:03:11 -06:00
Benjamin Peterson
2e26a62363
use skipUnless
2014-11-26 14:35:56 -06:00
Steve Dower
0c3708a212
Adds missing revocation.crl test file to msi.py
2014-11-26 09:32:41 -08:00
Steve Dower
25b61201e0
Adds missing files to msi.py
2014-11-26 09:20:00 -08:00
Steve Dower
a6e6d0a621
Update msi.py and uuids.py for 2.7.9 releases
2014-11-25 22:43:06 -08:00
Benjamin Peterson
016487b54e
add 2.7.10 news section
2014-11-25 19:15:39 -06:00
Benjamin Peterson
eeab49a8a4
Added tag v2.7.9rc1 for changeset 40eada278702
2014-11-25 18:27:39 -06:00
Benjamin Peterson
af358ef399
2.7.9rc1
2014-11-25 18:27:24 -06:00
Benjamin Peterson
d58cec2a87
update pydoc-topics
2014-11-25 18:25:06 -06:00
Benjamin Peterson
0cb0b30a35
disable tests that always fail on windows ( #22943 )
2014-11-25 17:37:09 -06:00
Benjamin Peterson
f7363ed8ef
use more ugly but hopefully more robust method
2014-11-25 16:12:32 -06:00
Benjamin Peterson
69a64d3fc2
handle errors without a reason attribute
2014-11-25 15:43:58 -06:00
Benjamin Peterson
f671de4dd4
don't fail tests when www.python.org can't be validated by the system
2014-11-25 15:16:55 -06:00
Benjamin Peterson
72275ef7c3
remove incorrect plural
2014-11-25 14:54:45 -06:00
Benjamin Peterson
226fa562bf
debugging: print ca certs loaded into default ctx
2014-11-24 23:25:29 -06:00