Eric Snow
|
96c6af9b20
|
Issue #16991: Add a C implementation of collections.OrderedDict.
|
2015-05-29 22:21:39 -06:00 |
|
Eric Snow
|
47db71756d
|
Issue #16991: Add a C implementation of collections.OrderedDict.
|
2015-05-29 22:21:39 -06:00 |
|
Benjamin Peterson
|
3979323ca3
|
merge 3.5
|
2015-05-29 18:44:50 -05:00 |
|
Benjamin Peterson
|
0a3297d7d4
|
use assert method (#24328)
|
2015-05-29 18:44:45 -05:00 |
|
Benjamin Peterson
|
0c70ca9aac
|
merge 3.5 (#24328)
|
2015-05-29 17:11:36 -05:00 |
|
Benjamin Peterson
|
e20056c8f7
|
fix importing one char extension modules (closes #24328)
|
2015-05-29 17:10:30 -05:00 |
|
Serhiy Storchaka
|
07739f3555
|
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
|
2015-05-30 00:58:09 +03: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
|
38bc0a7f97
|
Issue 24316: Wrap gen objects returned from callables in types.coroutine
(Merge 3.5)
|
2015-05-29 16:19:34 -04: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
|
7ad0419c4d
|
Issue 24316: Fix types.coroutine() to accept objects from Cython
(Merge 3.5)
|
2015-05-29 09:06:24 -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
|
a24fcfdf23
|
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
(Merge 3.5)
|
2015-05-29 09:01:47 -04:00 |
|
Yury Selivanov
|
56fc614025
|
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
|
2015-05-29 09:01:29 -04:00 |
|
Benjamin Peterson
|
0938d98bcc
|
merge 3.5
|
2015-05-28 14:40:15 -05:00 |
|
Benjamin Peterson
|
264be6f48f
|
remove STORE_MAP, since it's unused
|
2015-05-28 14:40:08 -05:00 |
|
Benjamin Peterson
|
2ec8f9bffc
|
merge 3.5 (#11205)
|
2015-05-28 14:31:14 -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 |
|
Yury Selivanov
|
26f7057b36
|
Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar
|
2015-05-28 14:06:12 -04:00 |
|
Serhiy Storchaka
|
6e6883f11a
|
Issue #24309: Removed Python 2 idioms.
|
2015-05-28 20:45:29 +03:00 |
|
Yury Selivanov
|
ee941b0278
|
asyncio: Drop some useless code from tasks.py.
See also issue 24017.
|
2015-05-28 10:53:04 -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
|
72f389fed0
|
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
|
2015-05-27 21:59:27 -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 |
|
Yury Selivanov
|
8544e2584d
|
Issue 24297: Update symbol.py. See also issue 24017.
|
2015-05-27 11:08:46 -04:00 |
|
Yury Selivanov
|
0109812040
|
Issue 24297: Update symbol.py. See also issue 24017.
|
2015-05-27 11:08:19 -04:00 |
|
Lars Gustäbel
|
572183eaab
|
Merge with 3.5: tarfile.open() with mode 'x' created files without an end of archive marker.
|
2015-05-27 13:05:30 +02: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 |
|
Raymond Hettinger
|
944db38cb7
|
Issue #23509: Speed up Counter operators
(Based on patch by Serhiy Storchaka.)
|
2015-05-26 10:35:15 -07:00 |
|
Nick Coghlan
|
06f155f488
|
Merge fix for issue #24285 from 3.5
|
2015-05-26 21:57:16 +10:00 |
|
Nick Coghlan
|
55871f04bf
|
Issue #24285: fix importing extensions from packages
|
2015-05-26 21:48:17 +10:00 |
|
Raymond Hettinger
|
c074e9d765
|
Issue #24286: Forward port dict view abstract base class tests.
|
2015-05-26 01:47:58 -07: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 |
|
Larry Hastings
|
aca575cb25
|
Merge.
|
2015-05-24 16:41:42 -07:00 |
|
Serhiy Storchaka
|
46c5611948
|
Backed out changeset: b0a0b9b59012
|
2015-05-24 21:53:49 +03:00 |
|
Larry Hastings
|
205acde55e
|
Version bump for 3.5.0b1.
|
2015-05-23 17:43:05 -07:00 |
|
Larry Hastings
|
0482af4269
|
Updated topics (and susp-ignored) for Python 3.5.0b1.
|
2015-05-23 17:39:42 -07:00 |
|
Larry Hastings
|
d68ec172d1
|
Merge backout of 57776eee74f2.
|
2015-05-23 14:57:12 -07:00 |
|
Larry Hastings
|
8252cc9832
|
Backed out changeset 57776eee74f2
|
2015-05-23 14:56:23 -07:00 |
|
Terry Jan Reedy
|
b888d61320
|
Update idlelib/NEWS.txt
|
2015-05-23 17:24:22 -04:00 |
|
Terry Jan Reedy
|
c4dc43eaf4
|
Update idlelib/NEWS.txt.
|
2015-05-23 17:23:30 -04:00 |
|
Serhiy Storchaka
|
1c858c352b
|
Issue #14373: Added C implementation of functools.lru_cache(). Based on
patches by Matt Joiner and Alexey Kachayev.
|
2015-05-23 22:42:49 +03:00 |
|