Barry Warsaw
|
97b6e98af3
|
- Issue #24351: Clarify what is meant by "identifier" in the context of
string.Template instances.
|
2015-06-09 14:24:30 -04:00 |
Barry Warsaw
|
9380acbbf7
|
- Issue #24351: Clarify what is meant by "identifier" in the context of
string.Template instances.
|
2015-06-09 14:22:44 -04:00 |
Barry Warsaw
|
17d5f47423
|
- Issue #24351: Clarify what is meant by "identifier" in the context of
string.Template instances.
|
2015-06-09 14:20:31 -04:00 |
Tal Einat
|
8203ba99cc
|
Merge from 3.5
|
2015-06-09 18:42:36 +03:00 |
Tal Einat
|
86a60bfb08
|
Merge from 3.4
|
2015-06-09 18:42:18 +03:00 |
Tal Einat
|
f330d53691
|
#23891: correctly refer to PyPI as "Python Package Index"
|
2015-06-09 18:40:16 +03:00 |
Serhiy Storchaka
|
ac6045be67
|
Issue #24408: Added more tkinter.Font tests.
|
2015-06-09 07:21:12 +03:00 |
Serhiy Storchaka
|
fabdc827a5
|
Issue #24408: Added more tkinter.Font tests.
|
2015-06-09 07:21:00 +03:00 |
Serhiy Storchaka
|
c0ed707b2f
|
Issue #24408: Added more tkinter.Font tests.
|
2015-06-09 07:18:54 +03:00 |
Andrew Kuchling
|
81a612c859
|
Merge from 3.5
|
2015-06-08 18:24:46 -04:00 |
Andrew Kuchling
|
6b84335ada
|
Merge from 3.4
|
2015-06-08 18:19:51 -04:00 |
Andrew Kuchling
|
d00407115d
|
#23891: remove extra words
|
2015-06-08 18:17:06 -04:00 |
Andrew Kuchling
|
3ae067d832
|
Merge from 3.5
|
2015-06-08 17:41:39 -04:00 |
Andrew Kuchling
|
21fd5a92de
|
Merge from 3.4
|
2015-06-08 17:40:18 -04:00 |
Andrew Kuchling
|
dd15b36c90
|
#23891: add a section to the Tutorial describing virtual environments and pip
|
2015-06-08 17:35:45 -04:00 |
Andrew Kuchling
|
1f49f8303a
|
Merge from 3.5
|
2015-06-08 17:19:05 -04:00 |
Andrew Kuchling
|
20f628ee08
|
Merge from 3.4
|
2015-06-08 17:14:13 -04:00 |
Steve Dower
|
f3ed926661
|
Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.
|
2015-06-08 09:55:59 -07:00 |
Steve Dower
|
9901856ac4
|
Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.
|
2015-06-08 09:55:43 -07:00 |
Serhiy Storchaka
|
c5d2d40238
|
Issue #24299: Fixed test__locale on Solaris.
|
2015-06-08 18:50:28 +03:00 |
Serhiy Storchaka
|
23e6109112
|
Issue #24299: Fixed test__locale on Solaris.
|
2015-06-08 18:50:18 +03:00 |
Serhiy Storchaka
|
07c002573a
|
Issue #24299: Fixed test__locale on Solaris.
|
2015-06-08 18:48:33 +03:00 |
Serhiy Storchaka
|
67ef7e7b5b
|
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
tkinter.Font.
|
2015-06-08 18:44:30 +03:00 |
Serhiy Storchaka
|
4fafda731a
|
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
tkinter.Font.
|
2015-06-08 18:43:55 +03:00 |
Serhiy Storchaka
|
29e26a72d7
|
Issue #14373: Other attempt to fix threaded test for lru_cache().
|
2015-06-08 12:44:43 +03:00 |
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 |