Donald Stufft
|
d01b516e9f
|
pip 9.0 works fine without the ssl module
|
2016-11-02 16:20:20 -04:00 |
Donald Stufft
|
c6c0aa4a3b
|
Update pip to 9.0.0 and setuptools to 28.7.1
|
2016-11-02 16:01:17 -04:00 |
Serhiy Storchaka
|
5396257be2
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression. Otherwise
it had 50% chance failed with ignore_zeros=True.
|
2016-10-30 20:52:55 +02:00 |
Martin Panter
|
5e5af961b8
|
Issue #26240: Clean up the subprocess module doc string
Patch by Tim Mitchell.
|
2016-10-26 00:44:31 +00:00 |
Serhiy Storchaka
|
f8cc2870f1
|
Issue #28515: Fixed py3k warnings.
|
2016-10-25 09:51:38 +03:00 |
Serhiy Storchaka
|
f10006cdb8
|
Issue #25464: Fixed HList.header_exists() in Tix module by adding
a workaround to Tix library bug.
|
2016-10-24 23:47:08 +03:00 |
Serhiy Storchaka
|
59addd608c
|
Some distutils tests require zlib for creating tar.gz source distribution.
|
2016-10-23 22:54:43 +03:00 |
Serhiy Storchaka
|
abcd5d5fbd
|
Issue #28115: ZIP creation test requires zlib.
|
2016-10-23 22:32:18 +03:00 |
Serhiy Storchaka
|
ef5c24a72e
|
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
|
2016-10-23 15:52:01 +03:00 |
Serhiy Storchaka
|
e2a3c77546
|
Issue #28115: Added tests for CLI of the zipfile module.
|
2016-10-23 13:07:48 +03:00 |
Martin Panter
|
58bd36b987
|
Issue #28435: Avoid no_proxy environment variable interfering with tests
Patch by Piotr Szczepaniak.
|
2016-10-22 03:00:32 +00:00 |
Berker Peksag
|
05b84439a3
|
Issue #21720: Improve exception message when the type of fromlist is unicode
|
2016-10-17 01:05:04 +03:00 |
Guido van Rossum
|
5e2486b159
|
Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7)
|
2016-10-13 13:29:55 -07:00 |
Martin Panter
|
829d4fbbf9
|
Issue #28394: Typo fixes in code comments and changelog
Includes patch by Ville Skyttä.
|
2016-10-10 01:00:00 +00:00 |
Serhiy Storchaka
|
58ab4b57da
|
Issue #26293: Fixed writing ZIP files that starts not from the start of the
file. Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.
|
2016-10-07 23:12:53 +03:00 |
Benjamin Peterson
|
46550fffa7
|
skip test on windows
|
2016-10-05 22:09:31 -07:00 |
Benjamin Peterson
|
d7cfae994b
|
fix bug in 48797808a302
|
2016-10-05 22:00:24 -07:00 |
Benjamin Peterson
|
38297d7de6
|
skip test if resizing is not supported
|
2016-10-05 22:00:05 -07:00 |
Benjamin Peterson
|
1df2cbed76
|
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
|
2016-10-05 21:45:48 -07:00 |
Serhiy Storchaka
|
ab8b75a56e
|
Issue #28350: String constants with null character no longer interned.
|
2016-10-04 18:17:08 +03:00 |
Serhiy Storchaka
|
317d350f9c
|
Moved Unicode C API related tests to separate test class.
|
2016-10-02 21:16:28 +03:00 |
Serhiy Storchaka
|
b8a1a2707b
|
Issue #27358: Backported tests.
|
2016-10-02 11:10:18 +03:00 |
Serhiy Storchaka
|
78b634d226
|
Issue #28257: Backported a test.
|
2016-10-02 10:36:33 +03:00 |
Serhiy Storchaka
|
67edf73183
|
Issue #27942: String constants now interned recursively in tuples and frozensets.
|
2016-09-30 10:38:08 +03:00 |
Terry Jan Reedy
|
8d7fa40cb3
|
Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
Also, make idlelib.idle.main() work after import idlelib.idle.
|
2016-09-30 02:53:33 -04:00 |
Benjamin Peterson
|
846466d2a6
|
build_ext: correctly parse the link_objects user option (closes #1703178)
Patch by Valerie Lambert.
|
2016-09-28 23:13:58 -07:00 |
Martin Panter
|
32d74e1d73
|
Remove disabled ctypes test
The test was commented out in 2005 before ctypes was added to Python, because
the “cdll” attribute loading feature “will no longer work this way”:
http://svn.python.org/view?view=revision&revision=49102
|
2016-09-29 02:50:20 +00:00 |
Terry Jan Reedy
|
ad7a9eab0e
|
IDLE NEWS item and ack.
|
2016-09-28 21:55:33 -04:00 |
Alexander Belopolsky
|
8cab419624
|
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Methods itermonthdays() and itermonthdays2() are reimplemented so that they
don't call itermonthdates() which can cause datetime.date under/overflow.
|
2016-09-27 22:45:20 -04:00 |
Serhiy Storchaka
|
c8120092dd
|
Issue #27897: Backported tests.
|
2016-09-27 00:27:15 +03:00 |
Serhiy Storchaka
|
2b91fadc7f
|
Issue #27611: Fixed support of default root window in the Tix module.
|
2016-09-25 16:44:32 +03:00 |
Martin Panter
|
0259c66368
|
Issue #28221: Remove unused assignment from test_asyncore_server()
The later value of FOO is fine. The test just needs to verify that the server
converted it to lowercase.
|
2016-09-23 23:45:56 +00:00 |
Christian Heimes
|
cae643022f
|
merge
|
2016-09-22 16:54:06 +02:00 |
Christian Heimes
|
e56fb8f62f
|
Add Lib/test/ssltests.py for faster testing of OpenSSL
|
2016-09-22 16:53:15 +02:00 |
Steve Dower
|
1de99f7afa
|
Issue #26513: Use winver.product_type instead of .product
|
2016-09-21 09:10:21 -07:00 |
Steve Dower
|
db01b3e069
|
Issue #27932: Prevent memory leak in win32_ver().
|
2016-09-17 16:43:01 -07:00 |
Martin Panter
|
75b2c5f82d
|
Issue #24363: Continue parsing HTTP header in spite of invalid lines
|
2016-09-16 02:54:11 +00:00 |
Serhiy Storchaka
|
12c8855d09
|
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
|
2016-09-14 16:36:15 +03:00 |
Terry Jan Reedy
|
87bcc1d646
|
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
|
2016-09-12 01:49:55 -04:00 |
Martin Panter
|
8f7d36ba9a
|
Issue #27952: Get fixcid.py working with the re module
|
2016-09-11 09:48:57 +00:00 |
Serhiy Storchaka
|
0b5f22d371
|
Backported tests for issue #28070.
|
2016-09-11 01:39:51 +03:00 |
Terry Jan Reedy
|
8b7aff8135
|
IDLE newx items.
|
2016-09-10 16:24:31 -04:00 |
Martin Panter
|
fcc8a0f0f5
|
Correct spelling in documentation and code comments
|
2016-09-10 10:38:28 +00:00 |
Martin Panter
|
ad6a99c011
|
Correct print() calls to print a blank line in various test cases
|
2016-09-10 10:38:22 +00:00 |
Serhiy Storchaka
|
7f8ce85947
|
Issue #28019: Backported additional tests for itertools.count().
|
2016-09-10 09:53:29 +03:00 |
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
|
13b56efa81
|
remove fix_callable, callable() was readded long ago in 3.x.
|
2016-09-09 18:33:32 -07:00 |
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
|
88c00132cc
|
Issue #25969: Update the lib2to3 grammar to handle the unpacking
generalizations added in 3.5.
|
2016-09-09 18:32:52 -07:00 |
Raymond Hettinger
|
019a2e225b
|
Issue #22450: Use "Accept: */*" in the default headers for urllib
|
2016-09-09 16:23:06 -07:00 |
Donald Stufft
|
6ddd92730b
|
Upgrade setuptools to 27.1.2
|
2016-09-09 12:16:12 -04:00 |
Gregory P. Smith
|
77ba5969d6
|
Disable test_gdb.PrettyPrintTests when compiled with optimizations,
these often fail on PGO builds.
|
2016-09-08 21:50:44 -07:00 |