Serhiy Storchaka
|
7ece150395
|
test_spwd skipping is expected on win32.
|
2015-01-31 10:20:31 +02:00 |
Serhiy Storchaka
|
d484605c10
|
Restored test_xpickle compatibility with Python 2.5.
Python 2.5 has no unittest.skipUnless.
|
2015-01-31 09:25:16 +02:00 |
Serhiy Storchaka
|
b84e5daf91
|
Use float division to avoid deprecation warning in test_timeit (issue #11578).
|
2015-01-31 02:12:17 +02:00 |
Donald Stufft
|
61ec71d7bd
|
Upgrade setuptools to 12.0.5 and pip to 6.0.7
|
2015-01-28 17:58:53 -05:00 |
Serhiy Storchaka
|
0d8fe3b90b
|
Issue #19949: The test_xpickle test now tests compatibility with installed
Python 2.7 and reports skipped tests. Based on patch by Zachary Ware.
|
2015-01-27 22:44:45 +02:00 |
Serhiy Storchaka
|
0e0282eb14
|
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
and fix by Guido Vranken.
|
2015-01-27 22:17:56 +02:00 |
Serhiy Storchaka
|
3ce465ab56
|
Issue #23191: fnmatch functions that use caching are now threadsafe.
|
2015-01-27 11:40:51 +02:00 |
Serhiy Storchaka
|
c328d11ef1
|
Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).
|
2015-01-26 13:45:04 +02:00 |
Serhiy Storchaka
|
09d7e7ec0e
|
Use test.test_support instead of test.support.
|
2015-01-26 12:30:56 +02:00 |
Serhiy Storchaka
|
73c086389a
|
Issue #18518: timeit now rejects statements which can't be compiled outside
a function or a loop (e.g. "return" or "break").
|
2015-01-26 12:08:37 +02:00 |
Serhiy Storchaka
|
0013207200
|
Issue #11578: Backported test for the timeit module.
|
2015-01-26 11:54:32 +02:00 |
Serhiy Storchaka
|
5f1909a4ca
|
Merge heads
|
2015-01-26 10:27:31 +02:00 |
Serhiy Storchaka
|
38a33ec44c
|
Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the
directory containing a backslash.
|
2015-01-26 10:26:00 +02:00 |
Benjamin Peterson
|
bfd976fc17
|
simply ignore headers with no name (#19996)
Patch by Cory Benfield.
|
2015-01-25 23:34:42 -05:00 |
Senthil Kumaran
|
812b9756a0
|
Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport
instead of (non-existing) _set_hostport. (Fix the regression introduced in
568041fd8090 )
|
2015-01-24 12:58:10 -08:00 |
Benjamin Peterson
|
aa7075845c
|
prefer server alpn ordering over the client's
|
2015-01-23 17:30:26 -05:00 |
Benjamin Peterson
|
b10bfbe036
|
pep 466 backport of alpn (#20188)
|
2015-01-23 16:35:37 -05:00 |
Serhiy Storchaka
|
e8c9e14af9
|
Issue #23181: More "codepoint" -> "code point".
|
2015-01-18 11:42:50 +02:00 |
Ned Deily
|
b5daa3d6db
|
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
|
2015-01-17 21:03:41 -08:00 |
Benjamin Peterson
|
95ee9c7175
|
fix parsing reST with code or code-block directives (closes #23063)
Patch by Marc Abramowitz.
|
2015-01-14 23:56:35 -05:00 |
Benjamin Peterson
|
07f90476b9
|
fix instances of consecutive articles (closes #23221)
Patch by Karan Goel.
|
2015-01-13 09:17:24 -05:00 |
Donald Stufft
|
6022f38dd8
|
Bump setuptools to 11.3.1
|
2015-01-11 15:49:22 -05:00 |
Terry Jan Reedy
|
22a041f8e4
|
Issue #23184: delete unused idlelib file.
|
2015-01-07 23:48:28 -05:00 |
Victor Stinner
|
7c90667f74
|
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
availability of the function is checked during the compilation. Patch written
by Bernard Spil.
|
2015-01-06 13:53:37 +01:00 |
Victor Stinner
|
7ba8cdc31c
|
Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY
|
2015-01-06 12:39:45 +01:00 |
Benjamin Peterson
|
7b4b28469b
|
allow a SSLContext to be given to ftplib.FTP_TLS
|
2015-01-04 15:36:31 -06:00 |
Benjamin Peterson
|
9fe67ceebf
|
make SSLv23 the default version in ftplib (closes #23111)
|
2015-01-04 10:20:16 -06:00 |
Donald Stufft
|
c1edb585a2
|
Update bundled pip and setuptools to 6.0.6 and 11.0
|
2015-01-03 05:23:39 -05:00 |
Benjamin Peterson
|
27c269a1fe
|
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
|
2014-12-26 11:09:00 -06:00 |
Benjamin Peterson
|
a71cfc5cf3
|
fix behavior of trailing slash redirection when a query string is involved (closes #23112)
|
2014-12-26 10:53:43 -06:00 |
Donald Stufft
|
a7516ed9b4
|
Upgrade pip to 6.0.2 and setuptools to 8.2.1
|
2014-12-23 09:08:47 -05:00 |
Benjamin Peterson
|
53ae6145a0
|
allow more operations to work on detached streams (closes #23093)
Patch by Martin Panter.
|
2014-12-21 20:51:50 -06:00 |
Benjamin Peterson
|
4e9dbfba21
|
explicitly close files (closes #23090)
Patch by Brian Kearns.
|
2014-12-20 13:41:14 -06:00 |
Serhiy Storchaka
|
74a651b4e6
|
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
|
2014-12-20 17:42:24 +02:00 |
Terry Jan Reedy
|
16e093db98
|
Issue #20577: move configuration of FormatParagraph extension to new extension
configuration dialog. Patch by Tal Einat.
|
2014-12-16 03:21:19 -05:00 |
Benjamin Peterson
|
3004b40993
|
remove extra ssl imports (closes #23053)
Patch from Jan Matejek.
|
2014-12-15 10:04:13 -05:00 |
Serhiy Storchaka
|
655720e275
|
Issue #22777: Test pickling with all protocols.
|
2014-12-15 14:02:43 +02:00 |
Serhiy Storchaka
|
c3741a067b
|
Issue #23015: Improved testing of the uuid module.
|
2014-12-15 12:03:33 +02:00 |
Benjamin Peterson
|
7a6a97352d
|
pop the loop block even for infinite while loops (closes #23048)
|
2014-12-13 16:06:19 -05:00 |
Terry Jan Reedy
|
78cf9a56a3
|
Issue 22823: Use set literal in idlelib.
|
2014-12-11 05:33:25 -05:00 |
Serhiy Storchaka
|
e6b42438fa
|
Issue #23016: A warning no longer produces an AttributeError when sys.stderr
is None.
|
2014-12-10 23:05:33 +02:00 |
Benjamin Peterson
|
e57af0f61f
|
merge 2.7.9 release branch
|
2014-12-10 10:58:13 -05:00 |
Benjamin Peterson
|
a5f49f5bb4
|
bump to 2.7.9 final
|
2014-12-10 10:57:00 -05:00 |
Benjamin Peterson
|
8e836facb0
|
merge 2.7.9 release branch
|
2014-12-07 14:19:24 -05:00 |
Benjamin Peterson
|
4cf4991232
|
restore test data README
|
2014-12-07 14:19:15 -05:00 |
Benjamin Peterson
|
204a0eca5a
|
merge 2.7.9 release branch
|
2014-12-07 13:41:52 -05:00 |
Benjamin Peterson
|
227f6e0dc5
|
remove HTTPSConnection's check_hostname parameter (#22959)
|
2014-12-07 13:41:26 -05:00 |
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
|
238afb796c
|
sync idle news from 2.7 branch
|
2014-12-05 21:09:47 -05:00 |