Eric Snow
|
1edcb2242b
|
Merge from 3.5.
|
2015-05-30 12:06:26 -06:00 |
Eric Snow
|
d0a06455a5
|
Issue #16991: Drop Py_ODict_GetItemId.
|
2015-05-30 12:06:03 -06:00 |
Eric Snow
|
3ef8958e40
|
Merge from 3.5.
|
2015-05-30 12:00:05 -06:00 |
Eric Snow
|
82a94186c8
|
merge
|
2015-05-30 11:59:17 -06:00 |
Yury Selivanov
|
d1402acc09
|
Issue 22357: Merge from 3.5
|
2015-05-30 13:54:52 -04:00 |
Yury Selivanov
|
582b8c7629
|
Issue 22357: Merge from 3.4
|
2015-05-30 13:54:36 -04:00 |
Yury Selivanov
|
0339568753
|
Issue 22357: Document __qualname__ in inspect.rst
|
2015-05-30 13:53:49 -04:00 |
Yury Selivanov
|
b5379ed2b6
|
docs: Sync whatsnew/3.5.rst with 3.6
|
2015-05-30 13:47:57 -04:00 |
Eric Snow
|
67fb92e8c6
|
Issue #16991: Do not return None from OrderedDict.__reversed__.
|
2015-05-30 11:43:36 -06:00 |
Eric Snow
|
c5e59609ac
|
Issue #16991: Properly handle return values in several places.
|
2015-05-30 11:28:56 -06:00 |
Serhiy Storchaka
|
e971297c01
|
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Refactored timeit.__init__ for unified handling of stmt and setup parameters.
|
2015-05-30 19:45:36 +03:00 |
Serhiy Storchaka
|
1b560cbf85
|
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Refactored timeit.__init__ for unified handling of stmt and setup parameters.
|
2015-05-30 19:44:55 +03:00 |
Serhiy Storchaka
|
f28fa66351
|
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
|
2015-05-30 19:38:26 +03:00 |
Eric Snow
|
6e15fdfdec
|
Merge from 3.5.
|
2015-05-30 09:34:28 -06:00 |
Eric Snow
|
8c7ed012b8
|
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
|
2015-05-30 09:29:53 -06:00 |
Yury Selivanov
|
0521b28fc3
|
Null merge
|
2015-05-30 10:59:09 -04:00 |
Yury Selivanov
|
7aa5341164
|
Reverting my previous commit.
Something went horribly wrong when I was doing `hg rebase`.
|
2015-05-30 10:57:56 -04:00 |
Yury Selivanov
|
802d45b660
|
Merge 3.5
|
2015-05-30 10:49:27 -04:00 |
Yury Selivanov
|
5844436adf
|
docs/whatsnew: Mention OrderedDict C implementation
|
2015-05-30 10:49:09 -04:00 |
Serhiy Storchaka
|
e90982111a
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
|
2015-05-30 17:48:54 +03:00 |
Serhiy Storchaka
|
ac5569b1fa
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
|
2015-05-30 17:48:19 +03:00 |
Serhiy Storchaka
|
fa494fd883
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
|
2015-05-30 17:45:22 +03:00 |
Serhiy Storchaka
|
f49c42324f
|
Use test.support.start_threads() in threaded lru_cache tests.
|
2015-05-30 15:49:42 +03:00 |
Serhiy Storchaka
|
bf2b3b72d3
|
Use test.support.start_threads() in threaded lru_cache tests.
|
2015-05-30 15:49:17 +03:00 |
Serhiy Storchaka
|
2806518e0c
|
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
|
2015-05-30 11:32:58 +03:00 |
Serhiy Storchaka
|
8b2e8b6cce
|
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
|
2015-05-30 11:30:39 +03:00 |
Serhiy Storchaka
|
dcb591f8f3
|
Use converter names instead of format units in Argument Clinic descriptions
in builtin and _crypt modules.
|
2015-05-30 11:10:58 +03:00 |
Serhiy Storchaka
|
7e810a6e3d
|
Use converter names instead of format units in Argument Clinic descriptions
in builtin and _crypt modules.
|
2015-05-30 11:09:35 +03:00 |
Raymond Hettinger
|
b811b649ca
|
merge
|
2015-05-29 22:14:50 -07:00 |
Raymond Hettinger
|
4c97a62ae3
|
Issue #23509: Speed up Counter operators
(Based on patch by Serhiy Storchaka.)
|
2015-05-29 22:14:07 -07:00 |
Benjamin Peterson
|
e16f427243
|
Merge 3.5
|
2015-05-30 00:02:25 -05:00 |
Benjamin Peterson
|
3d1151d2c0
|
use assert method in another place
|
2015-05-30 00:02:17 -05:00 |
Eric Snow
|
c872d4e66a
|
Merge from 3.5
|
2015-05-29 22:34:01 -06:00 |
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 |
Zachary Ware
|
41a6a625d4
|
Update Windows build for 3.6
|
2015-05-28 17:30:03 -05:00 |
Yury Selivanov
|
7a219110e6
|
docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
|
2015-05-28 17:10:29 -04:00 |