Eric Snow
|
96c6af9b20
|
Issue #16991: Add a C implementation of collections.OrderedDict.
|
2015-05-29 22:21:39 -06:00 |
Benjamin Peterson
|
0a3297d7d4
|
use assert method (#24328)
|
2015-05-29 18:44:45 -05:00 |
Benjamin Peterson
|
e20056c8f7
|
fix importing one char extension modules (closes #24328)
|
2015-05-29 17:10:30 -05:00 |
Serhiy Storchaka
|
a663121e10
|
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
|
2015-05-30 00:57:21 +03:00 |
Serhiy Storchaka
|
50451eb912
|
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
|
2015-05-30 00:53:26 +03:00 |
Yury Selivanov
|
13f7723d81
|
Issue 24316: Wrap gen objects returned from callables in types.coroutine
|
2015-05-29 16:19:18 -04:00 |
Yury Selivanov
|
c565cd5d1b
|
Issue 24316: Fix types.coroutine() to accept objects from Cython
|
2015-05-29 09:06:05 -04:00 |
Yury Selivanov
|
56fc614025
|
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
|
2015-05-29 09:01:29 -04:00 |
Yury Selivanov
|
8fa6d4f753
|
docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
|
2015-05-28 17:09:14 -04:00 |
Benjamin Peterson
|
264be6f48f
|
remove STORE_MAP, since it's unused
|
2015-05-28 14:40:08 -05:00 |
Benjamin Peterson
|
ee85339cc6
|
in dict displays, evaluate the key before the value (closes #11205)
Patch partially by Steve Dougherty.
|
2015-05-28 14:30:26 -05:00 |
Steve Dower
|
44e625860b
|
Fixes text in installer.
|
2015-05-28 10:28:40 -07:00 |
Yury Selivanov
|
6ef059097c
|
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
|
2015-05-28 11:21:31 -04:00 |
Yury Selivanov
|
6076a385e3
|
asyncio: Drop some useless code from tasks.py.
See also issue 24017.
|
2015-05-28 10:52:46 -04:00 |
Yury Selivanov
|
1ad08a5555
|
asyncio: Drop some useless code from tasks.py.
See also issue 24017.
|
2015-05-28 10:52:19 -04:00 |
Yury Selivanov
|
507cd3cf91
|
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
|
2015-05-27 21:59:03 -04:00 |
Yury Selivanov
|
46c759d76d
|
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
|
2015-05-27 21:56:53 -04:00 |
Benjamin Peterson
|
d663cc4848
|
merge 3.4
|
2015-05-27 18:32:41 -05:00 |
Benjamin Peterson
|
68fe9aa58c
|
update for 3.6 emerging
|
2015-05-27 18:32:25 -05:00 |
Ned Deily
|
6f05a20507
|
Issue 24304: Fix broken license link in FAQ.
|
2015-05-27 15:37:32 -07:00 |
Ned Deily
|
72c24002b3
|
Issue 24304: Fix broken license link in FAQ.
|
2015-05-27 15:37:00 -07:00 |
Serhiy Storchaka
|
3028c955fa
|
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
|
2015-05-27 21:31:33 +03:00 |
Yury Selivanov
|
0109812040
|
Issue 24297: Update symbol.py. See also issue 24017.
|
2015-05-27 11:08:19 -04:00 |
Lars Gustäbel
|
20703c6969
|
tarfile.open() with mode 'x' created files without an end of archive marker.
|
2015-05-27 12:53:44 +02:00 |
Steve Dower
|
c30a6ce59d
|
Issue #24293: Fixes installer colors to use system settings throughout.
|
2015-05-26 20:46:11 -07:00 |
Benjamin Peterson
|
e328323cf7
|
rephrase
|
2015-05-26 21:40:28 -05:00 |
Nick Coghlan
|
55871f04bf
|
Issue #24285: fix importing extensions from packages
|
2015-05-26 21:48:17 +10:00 |
Serhiy Storchaka
|
6f68314b2a
|
Moved Misc/NEWS entries to correct section and fix formatting.
|
2015-05-26 10:25:48 +03:00 |
Serhiy Storchaka
|
ca208a03f9
|
Moved Misc/NEWS entries to correct section and fix formatting.
|
2015-05-26 10:20:32 +03:00 |
Benjamin Peterson
|
09479d0b94
|
merge 3.4
|
2015-05-25 21:25:09 -05:00 |
Benjamin Peterson
|
82d8f06fcd
|
merge 3.3
|
2015-05-25 21:24:48 -05:00 |
Benjamin Peterson
|
86c3a3b0b7
|
merge 3.2
|
2015-05-25 21:24:26 -05:00 |
Benjamin Peterson
|
b03856ab66
|
keep distutils version in sync with python version automatically
|
2015-05-25 21:24:00 -05:00 |
Victor Stinner
|
24d262af0b
|
(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
on error to fix a resource warning.
|
2015-05-26 00:46:44 +02:00 |
Victor Stinner
|
387729e183
|
Issue #23840: tokenize.open() now closes the temporary binary file on error to
fix a resource warning.
|
2015-05-26 00:43:58 +02:00 |
Serhiy Storchaka
|
e6efbdc947
|
Remove UTF-8 BOMs.
|
2015-05-25 12:29:53 +03:00 |
Serhiy Storchaka
|
410d77f230
|
Remove UTF-8 BOMs.
|
2015-05-25 12:27:39 +03:00 |
Larry Hastings
|
e91829c7ce
|
Create 3.5 branch.
|
2015-05-24 16:42:42 -07:00 |
Larry Hastings
|
aca575cb25
|
Merge.
|
2015-05-24 16:41:42 -07:00 |
Larry Hastings
|
f46aa8e2d1
|
Post-release fixes for 3.5.0b1.
|
2015-05-24 16:40:45 -07:00 |
Serhiy Storchaka
|
46c5611948
|
Backed out changeset: b0a0b9b59012
|
2015-05-24 21:53:49 +03:00 |
Serhiy Storchaka
|
a7a0ad6f73
|
Issue #24276: Fixed optimization of property descriptor getter.
|
2015-05-24 21:38:06 +03:00 |
Steve Dower
|
3805019c58
|
Exclude _testmultiphase.pyd from embeddable ZIP file.
|
2015-05-23 18:08:55 -07:00 |
Steve Dower
|
2446e2e76d
|
Prevents attempt to sign ZIP file when building embeddable version.
|
2015-05-23 17:52:20 -07:00 |
Steve Dower
|
42a059b632
|
Issue #24268: Adds PCBuild project to build _testmultiphase module.
|
2015-05-23 17:51:54 -07:00 |
Larry Hastings
|
f772409343
|
Added tag v3.5.0b1 for changeset 071fefbb5e3d
|
2015-05-23 17:43:19 -07:00 |
Larry Hastings
|
205acde55e
|
Version bump for 3.5.0b1.
|
2015-05-23 17:43:05 -07:00 |
Larry Hastings
|
40040dfc4b
|
Update SOURCE_URI to reflect that we're branching 3.5 now.
|
2015-05-23 17:41:13 -07:00 |
Larry Hastings
|
0482af4269
|
Updated topics (and susp-ignored) for Python 3.5.0b1.
|
2015-05-23 17:39:42 -07:00 |
Steve Dower
|
f64b9d5c71
|
Fixes handling of long values of PYTHONPATH on Windows.
|
2015-05-23 17:34:50 -07:00 |