Commit graph

101860 commits

Author SHA1 Message Date
Serhiy Storchaka
391af751f2 Issue #14373: Other attempt to fix threaded test for lru_cache(). 2015-06-08 12:44:18 +03:00
Serhiy Storchaka
40e74006ad Issue #14373: C implementation of functools.lru_cache() now can be used with
methods.
2015-06-08 11:20:22 +03:00
Serhiy Storchaka
e7070f09bc Issue #14373: C implementation of functools.lru_cache() now can be used with
methods.
2015-06-08 11:19:24 +03:00
Serhiy Storchaka
df2cbbcb55 Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test. 2015-06-08 11:15:36 +03:00
Serhiy Storchaka
77cb197aaa Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test. 2015-06-08 11:14:31 +03:00
Steve Dower
7386235f13 Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam 2015-06-07 21:36:26 -07:00
Steve Dower
93cfeb93ac Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam 2015-06-07 21:35:39 -07:00
Guido van Rossum
79e434d9e5 Mapping key type is invariant. 2015-06-07 13:36:19 -07:00
Tal Einat
f8cd6632f6 merge 3.5 2015-06-07 19:27:51 +03:00
Tal Einat
988df6a365 added matmul and imatmul to operator.__all__ 2015-06-07 19:21:01 +03:00
Andrew Kuchling
4a75174fba Add link to pyvideoorg 2015-06-07 03:00:58 -04:00
Benjamin Peterson
239e90196e Merge 3.5 2015-06-07 00:00:48 -05:00
Benjamin Peterson
0718de9770 repair my irrational excuberance 2015-06-07 00:00:42 -05:00
Benjamin Peterson
4a931adef3 merge 3.5 2015-06-06 23:20:40 -05:00
Benjamin Peterson
99e96f2bb0 remove unnecessary braces and indentation 2015-06-06 23:20:32 -05:00
Andrew Kuchling
ecacfd80e3 #23891: rework discussion of python-list a bit 2015-06-06 20:25:21 -04:00
Benjamin Peterson
7da0658959 merge 3.5 2015-06-05 21:03:52 -05:00
Benjamin Peterson
277b975260 merge 3.4 2015-06-05 21:03:46 -05:00
Benjamin Peterson
d9ede872cd that this is "for Python" is obvious 2015-06-05 21:03:08 -05:00
Berker Peksag
2d15749684 Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Initial patch by Brandon Milam.
2015-06-05 15:18:38 +03:00
Berker Peksag
ab2f966f79 Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Initial patch by Brandon Milam.
2015-06-05 15:18:17 +03:00
Berker Peksag
12b50ce4cb Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Initial patch by Brandon Milam.
2015-06-05 15:17:51 +03:00
Berker Peksag
8a423323a9 Issue #24148: Fix incorrect Stats.sort_stats() example.
"cum" is not a valid argument.

Patch by Brandon Milam.
2015-06-05 14:49:22 +03:00
Berker Peksag
a5f62edbe3 Issue #24148: Fix incorrect Stats.sort_stats() example.
"cum" is not a valid argument.

Patch by Brandon Milam.
2015-06-05 14:48:55 +03:00
Berker Peksag
25587742f6 Issue #24148: Fix incorrect Stats.sort_stats() example.
"cum" is not a valid argument.

Patch by Brandon Milam.
2015-06-05 14:48:29 +03:00
Benjamin Peterson
9c474172cb merge 3.5 2015-06-04 14:34:43 -05:00
Benjamin Peterson
2ad80f53c1 fix refleak when keys() fails 2015-06-04 14:34:20 -05:00
Yury Selivanov
df43379c7d Merge 3.5 2015-06-04 11:10:36 -04:00
Yury Selivanov
4180e43c12 Docs: Fix typo 2015-06-04 11:10:24 -04:00
Yury Selivanov
0c9c4610cb Issue 24374: Plug refleak in set_coroutine_wrapper
(Merge 3.5)
2015-06-04 10:17:25 -04:00
Yury Selivanov
94c2263005 Issue 24374: Plug refleak in set_coroutine_wrapper 2015-06-04 10:16:51 -04:00
Nick Coghlan
e25baa8e89 Merge fix for issue #24373 from 3.5 2015-06-04 21:58:16 +10:00
Nick Coghlan
53f95024d7 Issue #24373: Eliminate PEP 489 test refleaks
_testmultiphase and xxlimited now use tp_traverse and
tp_finalize to avoid reference leaks encountered when
combining tp_dealloc with PyType_FromSpec (see
issue #16690 for details)
2015-06-04 21:52:57 +10:00
Eric Snow
f02dcc8803 Merge from 3.5. 2015-06-04 00:12:14 -06:00
Eric Snow
4fabf02633 Issue #24369: Defend against key-changes during iteration. 2015-06-04 00:09:56 -06:00
Guido van Rossum
43a79cc552 Update typing.py: remove isinstance() support (Mark struck it from the PEP). 2015-06-03 19:04:42 -07:00
Steve Dower
b980c05ef8 Issue #24376: Bumps xxlimited.vcxproj to use 3.6 limited ABI. 2015-06-03 11:05:57 -07:00
Steve Dower
405c7f0712 Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows 2015-06-03 11:04:44 -07:00
Steve Dower
b6c6a4dc04 Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows 2015-06-03 11:03:15 -07:00
Eric Snow
d8e5d6c4a5 Merge from 3.5. 2015-06-03 11:11:22 -06:00
Eric Snow
db4061cb9d Issue #24377: Fix a ref leak in OrderedDict.__repr__. 2015-06-03 11:09:48 -06:00
Eric Snow
cbdb17f681 Merge from 3.5. 2015-06-03 10:54:05 -06:00
Eric Snow
4c72918a59 Issue #24362: Simplify the C OrderedDict fast nodes resize logic. 2015-06-03 10:50:37 -06:00
Benjamin Peterson
459a398c55 merge 3.5 2015-06-03 00:04:52 -05:00
Benjamin Peterson
24ac877eed upgrade xxlimited abi to 3.5 2015-06-03 00:04:46 -05:00
Eric Snow
d14de5e22d Merge from 3.5. 2015-06-02 20:43:37 -06:00
Eric Snow
ac02ef373f Issue #24368: Support keyword arguments in OrderedDict methods. 2015-06-02 20:42:14 -06:00
Yury Selivanov
a641def110 Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
(Merge 3.5)
2015-06-02 22:30:51 -04:00
Yury Selivanov
eb698fe68c Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper 2015-06-02 22:30:31 -04:00
Yury Selivanov
47d5e15e50 Issue 24365: Merge 3.5 2015-06-02 19:07:17 -04:00