Serhiy Storchaka
|
f80e740b77
|
Fixed the documentation of the structure PyMethodDef.
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
|
2016-11-21 11:38:37 +02:00 |
|
Serhiy Storchaka
|
bb8fd5b1eb
|
Fixed the documentation of the structure PyMethodDef.
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
|
2016-11-21 11:38:14 +02:00 |
|
Serhiy Storchaka
|
06a8dea46d
|
Fixed the documentation of the structure PyMethodDef.
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
|
2016-11-21 11:37:18 +02:00 |
|
Gregory P. Smith
|
1fb1c998b2
|
replace --with-optimizations references with --enable-optimizations in docs.
|
2016-11-21 00:13:15 -08:00 |
|
Gregory P. Smith
|
2863c387b0
|
replace --with-optimizations references with --enable-optimizations in docs.
|
2016-11-21 00:12:40 -08:00 |
|
Martin Panter
|
1107a3e2ea
|
Merge doc fixups from 3.6
|
2016-11-21 04:22:43 +00:00 |
|
Martin Panter
|
28540183c9
|
Another en → em dash fix for 3.6
|
2016-11-21 04:10:45 +00:00 |
|
Martin Panter
|
99b6f28351
|
Merge doc fixups from 3.5
|
2016-11-21 04:22:22 +00:00 |
|
Gregory P. Smith
|
a9ef715b39
|
issue 20572: remove the deprecation notice for the deleted endtime parameter.
|
2016-11-20 16:35:30 -08:00 |
|
Martin Panter
|
357ed2e577
|
Change double hyphens (en dashes) to em (longer) dashes
|
2016-11-21 00:15:20 +00:00 |
|
Martin Panter
|
439f92ae3d
|
Merge typo fixes from 3.6
|
2016-11-20 22:18:08 +00:00 |
|
Larry Hastings
|
ac1cc83605
|
Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.
|
2016-11-20 11:30:36 -08:00 |
|
Serhiy Storchaka
|
f0a6d34f36
|
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Patch by Xiang Zhang.
|
2016-11-20 17:21:38 +02:00 |
|
Serhiy Storchaka
|
01452af645
|
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Patch by Xiang Zhang.
|
2016-11-20 17:21:04 +02:00 |
|
Serhiy Storchaka
|
cf36835fc5
|
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Patch by Xiang Zhang.
|
2016-11-20 17:20:19 +02:00 |
|
Serhiy Storchaka
|
6107f46bfb
|
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
C API functions.
|
2016-11-20 12:14:46 +02:00 |
|
Serhiy Storchaka
|
92b9a1f911
|
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
C API functions.
|
2016-11-20 12:14:08 +02:00 |
|
Serhiy Storchaka
|
f675a37ed3
|
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
C API functions.
|
2016-11-20 12:13:44 +02:00 |
|
Martin Panter
|
cf01441315
|
Fix typos in documentation
|
2016-11-20 08:37:21 +00:00 |
|
Serhiy Storchaka
|
52d0eb2dc0
|
Issue #27998: Documented bytes paths support on Windows.
|
2016-11-20 08:25:07 +02:00 |
|
Serhiy Storchaka
|
3c38e066b1
|
Issue #27998: Documented bytes paths support on Windows.
|
2016-11-20 08:23:07 +02:00 |
|
Brett Cannon
|
dc0e6f9ea3
|
Merge for issue #28705
|
2016-11-18 10:42:10 -08:00 |
|
Brett Cannon
|
78ffd6cffa
|
Issue #28705: greatly simplify the FAQ entry on transpiling.
This also eliminats a dead link to Weave in the process.
|
2016-11-18 10:41:28 -08:00 |
|
Zachary Ware
|
3d1caab7b9
|
Merge with 3.6
|
2016-11-17 23:31:29 -06:00 |
|
Zachary Ware
|
d23881e3a0
|
Ignore newly added suspicious line
|
2016-11-17 23:30:27 -06:00 |
|
Raymond Hettinger
|
f0cb7f4a7e
|
merge
|
2016-11-17 01:50:16 -08:00 |
|
Raymond Hettinger
|
a3950e42b0
|
Small edits to the docs for sample() and shuffle().
|
2016-11-17 01:49:54 -08:00 |
|
Raymond Hettinger
|
b2d6bd0fbd
|
merge
|
2016-11-17 00:45:51 -08:00 |
|
Raymond Hettinger
|
0a1a909fe2
|
Further refinements to the examples and recipes for the random module
|
2016-11-17 00:45:35 -08:00 |
|
Raymond Hettinger
|
b7a45d448e
|
merge
|
2016-11-16 22:56:37 -08:00 |
|
Raymond Hettinger
|
00305ade58
|
Add another example to the recipes section of the random docs
|
2016-11-16 22:56:11 -08:00 |
|
Raymond Hettinger
|
e92245b3df
|
merge
|
2016-11-16 21:34:39 -08:00 |
|
Raymond Hettinger
|
2589ee3e2b
|
Minor touch-ups to the random module examples
|
2016-11-16 21:34:17 -08:00 |
|
Yury Selivanov
|
6592dbd2a8
|
Merge 3.6 (issue #28720)
|
2016-11-16 18:25:48 -05:00 |
|
Yury Selivanov
|
22214ab0af
|
Issue #28720: Add collections.abc.AsyncGenerator.
|
2016-11-16 18:25:04 -05:00 |
|
Kushal Das
|
dfe2387e79
|
Closes #28713 uses OSError in the tutorial
|
2016-11-16 21:17:54 +05:30 |
|
Kushal Das
|
ecbca357c9
|
Closes #28713 uses OSError in the tutorial
|
2016-11-16 21:13:43 +05:30 |
|
Serhiy Storchaka
|
1a73bf365e
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
|
2016-11-16 10:19:57 +02:00 |
|
Serhiy Storchaka
|
3b73ea1278
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
|
2016-11-16 10:19:20 +02:00 |
|
Serhiy Storchaka
|
f4934ea77d
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
|
2016-11-16 10:17:58 +02:00 |
|
Yury Selivanov
|
63e6a7c3f4
|
Merge 3.6 (issue #28635)
|
2016-11-14 14:49:38 -05:00 |
|
Yury Selivanov
|
6bf87d3fce
|
Issue #28635: what's new in 3.6: add a few more notes on typing
Per suggestions by Ivan Levkivskyi.
Patch by Elvis Pranskevichus.
|
2016-11-14 14:49:18 -05:00 |
|
Martin Panter
|
bb0f8e6bba
|
Issue #28678: Merge parameter name from 3.6
|
2016-11-13 23:36:30 +00:00 |
|
Martin Panter
|
f8c25e3424
|
Issue #28678: Merge parameter name from 3.5 into 3.6
|
2016-11-13 23:36:07 +00:00 |
|
Martin Panter
|
efbf20f3a3
|
Issue #28678: Fix references to numeric_owner parameter
|
2016-11-13 23:25:06 +00:00 |
|
Serhiy Storchaka
|
a8f2f5ab0d
|
Fixed the documentation of parse_constant argument in json.load().
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
|
2016-11-12 22:48:50 +02:00 |
|
Serhiy Storchaka
|
58d3e54556
|
Fixed the documentation of parse_constant argument in json.load().
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
|
2016-11-12 22:48:33 +02:00 |
|
Serhiy Storchaka
|
022371ff94
|
Fixed the documentation of parse_constant argument in json.load().
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
|
2016-11-12 22:47:16 +02:00 |
|
Guido van Rossum
|
e42df24d72
|
Issue 28644: Document recent changes in typing.py (Ivan L) (3.6->3.7)
|
2016-11-11 15:58:03 -08:00 |
|
Guido van Rossum
|
2d6c17936e
|
Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6)
|
2016-11-11 15:57:09 -08:00 |
|