Victor Stinner
|
c0b1e0f868
|
Issue #24675: Avoid DeprecationWarning in test_os
Patch written by Martin Panter. I replace tearDown() with addCleanup().
|
2015-07-20 17:12:57 +02:00 |
Raymond Hettinger
|
239aba7874
|
Issue #19663: Improve error message for defaultdict.
|
2015-07-20 03:09:22 -04:00 |
Serhiy Storchaka
|
3018cc49e8
|
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
|
2015-07-18 23:19:05 +03:00 |
Benjamin Peterson
|
d113c967b4
|
improve style of the convert macro (#24655)
Patch by Brian Cain.
|
2015-07-18 10:59:13 -07:00 |
Robert Collins
|
92b3e06517
|
Typo fix in mock.patch.
Patch from https://github.com/testing-cabal/mock/issues/215
|
2015-07-17 21:58:36 +12:00 |
Robert Collins
|
5329aaa74b
|
Issue #21750: mock_open.read_data can now be read from each instance, as it
could in Python 3.3.
|
2015-07-17 20:08:45 +12:00 |
Victor Stinner
|
579db160b3
|
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
|
2015-07-16 22:17:31 +02:00 |
Robert Collins
|
b37f43f94b
|
- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
Patch from Nicola Palumbo and Laurent De Buyst.
|
2015-07-15 11:42:28 +12:00 |
Steve Dower
|
71a36f735b
|
Issue #24634: Importing uuid should not try to load libc on Windows
|
2015-07-14 13:25:03 -07:00 |
Steve Dower
|
eb3c16d38c
|
Adds documentation for the new Windows embedded package.
|
2015-08-08 09:09:01 -07:00 |
Stefan Krah
|
70e543b266
|
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Patch by Martin Panter.
|
2015-08-08 14:33:28 +02:00 |
Stefan Krah
|
0c51595a78
|
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Original patch by Martin Panter.
|
2015-08-08 13:38:10 +02:00 |
Steve Dower
|
917c2c3654
|
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
|
2015-08-07 19:48:26 -07:00 |
Eric Snow
|
8c7f9558eb
|
Issue #24667: Resize odict in all cases that the underlying dict resizes.
|
2015-08-07 17:45:12 -06:00 |
Steve Dower
|
31202eaa5c
|
Issue #24798: _msvccompiler.py doesn't properly support manifests
|
2015-08-05 11:39:19 -07:00 |
Robert Collins
|
00cf3c394a
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:32:15 +12:00 |
Yury Selivanov
|
e03f42717c
|
Merge 3.4 (issue #23812)
|
2015-08-06 14:04:12 -04:00 |
Berker Peksag
|
abfaecdfdd
|
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
Initial patch by Aaron Hill.
|
2015-08-06 13:16:52 +03:00 |
Robert Collins
|
888a6729da
|
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Patch from Terry Reedy
|
2015-08-06 21:14:34 +12:00 |
Zachary Ware
|
d987a81d29
|
Issue #21279: Merge with 3.4
|
2015-08-06 00:04:23 -05:00 |
Terry Jan Reedy
|
0901d84e35
|
Issue #23672:Merge with 3.4
|
2015-08-06 00:54:45 -04:00 |
Yury Selivanov
|
7d6adab716
|
whatsnew/3.5: Mention new ssl memory bio
|
2015-08-05 19:01:51 -04:00 |
Yury Selivanov
|
50a2614786
|
Issue #24791: More tests in test_parser
|
2015-08-05 17:59:45 -04:00 |
Yury Selivanov
|
14acf5f41d
|
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
|
2015-08-05 17:54:10 -04:00 |
Steve Dower
|
cedef652fa
|
Rebuild wininst-14.0[-amd64].exe with updated tools.
|
2015-08-05 11:48:14 -07:00 |
Yury Selivanov
|
6d0c4c38d1
|
asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction
|
2015-08-05 14:47:33 -04:00 |
Steve Dower
|
315b748cfc
|
Fixes make_zip.py to create temporary .pyc files in a separate directory. This avoids polluting tests that run code from TEMP.
|
2015-08-05 11:34:50 -07:00 |
Yury Selivanov
|
6703d032a5
|
Merge 3.4 (asyncio)
|
2015-08-05 14:06:38 -04:00 |
Yury Selivanov
|
22506d24ee
|
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
|
2015-08-05 13:55:54 -04:00 |
Yury Selivanov
|
40c0ce472e
|
whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484
|
2015-08-05 12:46:29 -04:00 |
Nick Coghlan
|
73c6f64a5e
|
Merge issue #24129 from 3.4
|
2015-08-05 23:23:24 +10:00 |
Guido van Rossum
|
9db397c5c1
|
Fix trailing ws.
|
2015-08-05 12:26:07 +02:00 |
Guido van Rossum
|
cd2ac97dfd
|
Merge docs for typing.py from accidental branch.
|
2015-08-05 12:21:40 +02:00 |
Guido van Rossum
|
d70fe639c1
|
Issue #23973: Update typing.py from GitHub repo.
|
2015-08-05 12:11:06 +02:00 |
Zachary Ware
|
eae43f0df7
|
Null merge
|
2015-08-04 22:51:27 -05:00 |
Zachary Ware
|
40648838b2
|
Issue #24751: Merge with 3.4
|
2015-08-04 21:58:00 -05:00 |
Steve Dower
|
08b1817fd8
|
Puts compiled pyc files into embedded library ZIP file instead of sources.
|
2015-08-04 16:02:40 -07:00 |
Robert Collins
|
b3ca31f5f1
|
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
|
2015-08-05 08:28:53 +12:00 |
Yury Selivanov
|
78c89eb0ac
|
Merge 3.4
|
2015-08-04 15:56:53 -04:00 |
Yury Selivanov
|
3563ccc9a0
|
Merge 3.4
|
2015-08-04 15:37:45 -04:00 |
Yury Selivanov
|
a5a0062627
|
whatsnew: Add pep 448 to new syntax features section
|
2015-08-04 12:52:16 -04:00 |
Yury Selivanov
|
5df36af8b7
|
whatsnew/3.5: Briefly mention PEP 484
|
2015-08-04 12:46:57 -04:00 |
Yury Selivanov
|
216d999345
|
whatsnew/3.5: Mention PEP 448
|
2015-08-04 12:42:20 -04:00 |
Robert Collins
|
1f9a29f31b
|
Issue #24021: docstring for urllib.urlcleanup.
Patch from Daniel Andrade Groppe and Peter Lovett
|
2015-08-04 12:52:43 +12:00 |
Steve Dower
|
132aecb142
|
Issue #24771: Adds vcruntime DLL to tcltk package
|
2015-08-03 16:21:12 -07:00 |
Terry Jan Reedy
|
0b64354e14
|
Merge with 3.4
|
2015-08-03 18:43:50 -04:00 |
Terry Jan Reedy
|
d6dabe01eb
|
Merge
|
2015-08-03 18:41:57 -04:00 |
Terry Jan Reedy
|
f71a79cb72
|
Issue #24759: Merge with 3.4
|
2015-08-03 18:34:45 -04:00 |
Robert Collins
|
f3d9c315b6
|
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
|
2015-08-04 10:07:06 +12:00 |
Guido van Rossum
|
eb184e0106
|
Issue #24272: Initial docs for typing.py (PEP 484).
By Daniel Andrade Groppe and Ivan Levkivskyi.
|
2015-08-03 22:35:46 +02:00 |