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
Guido van Rossum
ae08687c3b
Issue 28644: Document recent changes in typing.py (Ivan L)
2016-11-11 15:54:04 -08:00
Yury Selivanov
7255edd3df
Merge 3.6 (issue #28635 )
2016-11-10 15:39:46 -05:00
Yury Selivanov
249ba5d02d
Issue #28635 : what's new in 3.6: remove mentions of backported fixes.
...
Patch by Elvis Pranskevichus.
2016-11-10 15:39:27 -05:00
Yury Selivanov
be9079ae68
Merge 3.6 (issue #28635 )
2016-11-10 13:28:03 -05:00
Yury Selivanov
c48ec2704b
Issue #28635 : What's New in Python 3.6 updates
...
Patch by Elvis Pranskevichus.
2016-11-10 13:27:22 -05:00
Yury Selivanov
69e0323ff2
Merge 3.6 (issue #28635 )
2016-11-10 13:26:06 -05:00
Yury Selivanov
3479b5f888
Issue #28635 : Fix a couple of missing/incorrect versionchanged tags
...
Patch by Elvis Pranskevichus.
2016-11-10 13:25:26 -05:00
Steve Dower
bb132fc34e
Issue #19717 : Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
2016-11-09 12:58:31 -08:00
Steve Dower
98eb360531
Issue #19717 : Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
2016-11-09 12:58:17 -08:00
Andrew Kuchling
211112a670
Merge 3.6
2016-11-08 22:53:59 -05:00
Andrew Kuchling
bafd4f2560
Merge from 3.5
2016-11-08 22:38:54 -05:00
Andrew Kuchling
58c534dd6c
Use http instead of https, due to certificate error
2016-11-08 22:33:31 -05:00
Andrew Kuchling
9a7aff521e
Merge from 3.5
2016-11-08 22:14:39 -05:00
Andrew Kuchling
d58fc8b89e
Update URL for requests documentation after IRC request
2016-11-08 22:07:43 -05:00
Yury Selivanov
d89ecb3d2a
Merge 3.6 (issue #28635 )
2016-11-07 16:44:27 -05:00
Yury Selivanov
f5df73025d
whatsnew: Inital pass on "What's New in Python 3.6"
...
Patch by Elvis Pranskevichus.
2016-11-07 16:40:20 -05:00
Yury Selivanov
abbbb88dc7
Merge 3.6 (issue #27392 )
2016-11-07 15:36:03 -05:00
Berker Peksag
cb0416f2d0
Issue #28088 : Merge from 3.6
2016-11-07 23:37:12 +03:00
Berker Peksag
9c8fb94a8d
Issue #28088 : Merge from 3.5
2016-11-07 23:36:50 +03:00
Berker Peksag
2ebd6feeae
Issue #28088 : Don't include self in method signature
...
Also update versionadded directive to 3.5.3.
2016-11-07 23:36:14 +03:00
Yury Selivanov
91aa5c12ea
Merge 3.5 (issue #27392 )
2016-11-07 15:35:45 -05:00
Yury Selivanov
3b3a141a83
Issue #27392 : Document loop.connect_accepted_socket()
...
Patch by Jim Fulton.
2016-11-07 15:35:25 -05:00
Steve Dower
257a4c1503
Closes #27781 : Removes special cases for the experimental aspect of PEP 529
2016-11-06 19:35:24 -08:00
Steve Dower
78057b4159
Closes #27781 : Removes special cases for the experimental aspect of PEP 529
2016-11-06 19:35:08 -08:00
Berker Peksag
5fce4b464a
Issue #21590 : Merge from 3.6
2016-11-06 21:45:45 +03:00
Berker Peksag
6b571e021a
Issue #21590 : Silence Sphinx warnings in instrumentation.rst
...
WARNING: Could not lex literal_block as "c". Highlighting skipped.
Patch by SilentGhost.
2016-11-06 21:45:16 +03:00
Berker Peksag
e2d933b46e
Issue #21864 : Merge from 3.6
2016-11-06 21:16:29 +03:00
Berker Peksag
87170d672a
Issue #21864 : Merge from 3.5
2016-11-06 21:15:48 +03:00
Berker Peksag
cea632ece5
Issue #21864 : Remove outdated section about exceptions from the tutorial
...
Move the still relevant parts of it to the previous
chapter, "Errors and Exceptions".
2016-11-06 21:15:01 +03:00
Jason R. Coombs
692b97c848
Merge with 3.6
2016-11-06 11:27:50 -05:00
Jason R. Coombs
f66f03bd35
Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498.
2016-11-06 11:27:17 -05:00
Martin Panter
873305b28c
Merge doc fixup from 3.5 into 3.6
2016-11-05 02:46:30 +00:00
Martin Panter
04b3d8b697
Fix spacing after C++ in documentation
2016-11-05 02:40:31 +00:00
INADA Naoki
4b8eb7b8b4
Issue #28088 : Document Transport.set_protocol and get_protocol.
...
Patch by Mariatta Wijaya.
2016-11-04 16:34:46 +09:00
INADA Naoki
1ea023e523
Issue #28088 : Document Transport.set_protocol and get_protocol
2016-11-04 16:33:47 +09:00
Brett Cannon
1d8f755e67
Issue #28605 : Fix the help and What's New entry for --with-optimizations.
2016-11-03 16:20:00 -07:00
Guido van Rossum
4948a462e8
Issue #26980 : Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)
2016-11-03 14:18:04 -07:00
Guido van Rossum
9e80eeb22d
Issue #26980 : Improve docs for create_unix_connection(). By Mariatta.
2016-11-03 14:17:25 -07:00
Serhiy Storchaka
dcb9077a7c
Fixed hyperlinks for tarfile CLI options.
2016-11-02 21:05:49 +02:00
Serhiy Storchaka
72b34439bc
Fixed hyperlinks for tarfile CLI options.
2016-11-02 21:04:45 +02:00
Serhiy Storchaka
d8d9da04b7
Issue #28513 : Documented command-line interface of zipfile.
2016-11-02 12:11:32 +02:00
Serhiy Storchaka
92c1a90462
Issue #28513 : Documented command-line interface of zipfile.
2016-11-02 12:06:15 +02:00
Raymond Hettinger
16ef5d4ae1
Add cum_weights example (simulation of a cumulative binomial distribution).
2016-10-31 22:53:52 -07:00
INADA Naoki
f9cb5593e3
Issue #28553 : Fix logic error in example code of int.to_bytes doc.
2016-10-31 17:42:10 +09:00
INADA Naoki
3e3e9f3667
Issue #28553 : Fix logic error in example code of int.to_bytes doc.
2016-10-31 17:41:47 +09:00
Martin Panter
9440787867
Issue #26638 : Merge option warning fixes from 3.5 into 3.6
2016-10-30 04:21:23 +00:00
Martin Panter
b8c5f54248
Issue #26638 : Work around more CLI options that can’t be linked
...
* Cannot seem to link directly to main options from the “unittest” module,
because that module has its own set of options
* Mask out linking for options that no longer exist in Python 3
2016-10-30 04:20:23 +00:00
Martin Panter
5c67933940
Issue #26638 : Mask undefined CLI options to defeat new Sphinx warnings
2016-10-30 04:20:17 +00:00
Martin Panter
b0bbaa854e
Merge doc fixup from 3.6
2016-11-05 02:49:11 +00:00
INADA Naoki
2f6d201ea3
Issue #28088 : Document Transport.set_protocol and get_protocol.
...
Patch by Mariatta Wijaya.
2016-11-04 16:35:31 +09:00
Brett Cannon
d4ef9d3feb
Merge for issue #28605
2016-11-03 16:21:11 -07:00
Guido van Rossum
7229f33ef3
Issue #26980 : Improve docs for create_unix_connection(). By Mariatta. (3.6->3.7)
2016-11-03 14:18:32 -07:00
Serhiy Storchaka
339dff39e5
Fixed hyperlinks for tarfile CLI options.
2016-11-02 21:06:13 +02:00
Serhiy Storchaka
5a97bf7dec
Issue #28513 : Documented command-line interface of zipfile.
2016-11-02 12:13:48 +02:00
INADA Naoki
a99cdb21a7
Issue #28553 : Fix logic error in example code of int.to_bytes doc.
2016-10-31 17:42:25 +09:00
Martin Panter
92b6154911
Issue #26638 : Merge option warning fixes from 3.6
2016-10-30 04:30:36 +00:00
Serhiy Storchaka
bc6830c948
Issue #22949 : Documented that fnmatch.translate() is for use with re.match().
2016-10-27 22:50:29 +03:00
Serhiy Storchaka
e45ef4e54c
Issue #22949 : Documented that fnmatch.translate() is for use with re.match().
2016-10-27 22:50:15 +03:00
Serhiy Storchaka
a65a474e19
Issue #22949 : Documented that fnmatch.translate() is for use with re.match().
2016-10-27 22:47:08 +03:00
Serhiy Storchaka
df12b7f1c5
Issue #22493 : Updated an example for fnmatch.translate().
2016-10-27 22:45:03 +03:00
Serhiy Storchaka
e0a220e9e2
Issue #22493 : Updated an example for fnmatch.translate().
2016-10-27 22:44:03 +03:00
Serhiy Storchaka
f526e7ef7a
Issue #28496 : Mark up constants 0, 1 and -1 that denote return values or
...
special input values as literal text.
2016-10-27 21:42:49 +03:00
Serhiy Storchaka
159f97b2d7
Issue #28496 : Mark up constants 0, 1 and -1 that denote return values or
...
special input values as literal text.
2016-10-27 21:42:15 +03:00
Serhiy Storchaka
1ecf7d204d
Issue #28496 : Mark up constants 0, 1 and -1 that denote return values or
...
special input values as literal text.
2016-10-27 21:41:19 +03:00
Serhiy Storchaka
2edcd1cba4
Issue #28426 : Deprecated undocumented functions PyUnicode_AsEncodedObject(),
...
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
PyUnicode_AsEncodedUnicode().
2016-10-27 21:08:00 +03:00
Serhiy Storchaka
0093907f0e
Issue #28426 : Deprecated undocumented functions PyUnicode_AsEncodedObject(),
...
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
PyUnicode_AsEncodedUnicode().
2016-10-27 21:05:49 +03:00
Zachary Ware
6743999d74
Remove unused suspicious rules
2016-10-25 21:49:19 -05:00
Zachary Ware
52e41fdc26
Merge from 3.6
2016-10-25 21:48:29 -05:00
Zachary Ware
ec9357b90c
Ignore harmless suspicious markup
2016-10-25 21:43:41 -05:00
Zachary Ware
f97167ceda
Merge from 3.6
2016-10-25 21:36:48 -05:00
Zachary Ware
d9aa4d3308
Merge from 3.5
2016-10-25 21:36:13 -05:00
Zachary Ware
bb444772d9
Fix default role usage
2016-10-25 21:35:22 -05:00
Guido van Rossum
398134d50c
Issue #28107 : Update typing module documentation for NamedTuple (Ivan) (3.6->3.7)
2016-10-25 09:54:11 -07:00
Guido van Rossum
5ec24314cd
Issue #28107 : Update typing module documentation for NamedTuple (Ivan)
2016-10-25 09:53:11 -07:00
Guido van Rossum
ec648f63fc
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. (3.6->3.7)
2016-10-25 08:49:48 -07:00
Guido van Rossum
16591f440d
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
2016-10-25 08:49:13 -07:00
Benjamin Peterson
0af16b4a56
merge 3.6 ( #28525 )
2016-10-24 23:00:27 -07:00
Benjamin Peterson
802883a386
merge 3.5 ( #28525 )
2016-10-24 23:00:18 -07:00
Benjamin Peterson
bc51a8af25
fix name of keyword parameter to gc.collect() ( closes #28525 )
...
Patch from vierja.
2016-10-24 23:00:03 -07:00
Serhiy Storchaka
d3ff784f2d
Issue #28469 : timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead
...
of 1, 10, 100,... for autoranging.
2016-10-23 15:17:05 +03:00
Martin Panter
4e946792d7
Issue #23214 : Fix formatting of -1
2016-10-21 23:00:10 +00:00
Yury Selivanov
c69d952109
Merge 3.6 (issue #26796 )
2016-10-21 17:42:00 -04:00
Yury Selivanov
6330f2a5ce
Merge 3.5 (issue #26796 )
2016-10-21 17:41:23 -04:00
Yury Selivanov
e8a6045fea
Issue #26796 : Don't configure the number of workers for default threadpool executor.
...
Initial patch by Hans Lawrenz.
2016-10-21 17:40:42 -04:00
Brett Cannon
1f489a3a33
Merge (issue #25152 )
2016-10-21 12:54:31 -07:00
Brett Cannon
68adfa3b3e
Merge (issue #25152 )
2016-10-21 12:54:02 -07:00
Brett Cannon
f8c1505736
Issue #25152 : Mention the deprecation of pyvenv
2016-10-21 12:53:40 -07:00
INADA Naoki
fdf6418630
Issue #18219 : Optimize csv.DictWriter for large number of columns.
...
Patch by Mariatta Wijaya.
2016-10-21 19:53:30 +09:00
INADA Naoki
0a421a28f8
Issue #18219 : Optimize csv.DictWriter for large number of columns.
...
Patch by Mariatta Wijaya.
2016-10-21 19:47:57 +09:00
Martin Panter
ccb2c0e310
Issue #23214 : Implement optional BufferedReader, BytesIO read1() argument
2016-10-20 23:48:14 +00:00
Yury Selivanov
b7c1dfe52a
Merge 3.6 (issue #26010 )
2016-10-20 16:31:15 -04:00
Yury Selivanov
b738a1f8a4
Issue #26010 : fix typos; rewording
2016-10-20 16:30:51 -04:00
Yury Selivanov
5246f6227a
Merge 3.6 (issue #26010 )
2016-10-20 13:11:48 -04:00
Yury Selivanov
e20fed9182
Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010
2016-10-20 13:11:34 -04:00
Yury Selivanov
ea75a513df
Issue #26010 : Document CO_* constants
2016-10-20 13:06:30 -04:00
Raymond Hettinger
24f33b5bb5
Add cum_weights example (simulation of a cumulative binomial distribution).
2016-10-20 01:36:52 -07:00
Victor Stinner
25a1924758
Merge 3.6
2016-10-20 00:46:38 +02:00
Victor Stinner
c6b1e15788
Close #28479 : Fix reST syntax in windows.rst
...
Patch written by Julien Palard.
2016-10-20 00:45:50 +02:00
Serhiy Storchaka
9f2ac18a27
Issue #19795 : Fixed formatting a table.
2016-10-19 19:38:22 +03:00
Serhiy Storchaka
69d3de644b
Issue #19795 : Fixed formatting a table.
2016-10-19 19:37:44 +03:00
Serhiy Storchaka
807e2f3459
Issue #19795 : Fixed formatting a table.
2016-10-19 19:37:20 +03:00
Serhiy Storchaka
43a259ff18
Issue #19795 : Improved more markups of True/False.
2016-10-19 18:37:07 +03:00
Serhiy Storchaka
7d6dda4b78
Issue #19795 : Improved more markups of True/False.
2016-10-19 18:36:51 +03:00
Serhiy Storchaka
4adf01caae
Issue #19795 : Improved more markups of True/False.
2016-10-19 18:30:05 +03:00
Serhiy Storchaka
6d0b19f1e8
Issue #19795 : Fixed markup errors.
2016-10-19 18:12:24 +03:00
Serhiy Storchaka
3f561b7911
Issue #19795 : Fixed markup errors.
2016-10-19 18:12:05 +03:00
Serhiy Storchaka
1883542eb9
Issue #19795 : Fixed markup errors.
2016-10-19 18:11:24 +03:00
Serhiy Storchaka
7f4e40e1e0
Issue #19795 : Mark up True and False as literal text instead of bold.
2016-10-19 16:45:05 +03:00
Serhiy Storchaka
0bbf8c08ab
Issue #19795 : Mark up True and False as literal text instead of bold.
2016-10-19 16:44:47 +03:00
Serhiy Storchaka
a97cd2eb17
Issue #19795 : Mark up True and False as literal text instead of bold.
2016-10-19 16:43:42 +03:00
Serhiy Storchaka
c2e9983060
Issue #19795 : Mark up None as literal text.
2016-10-19 16:39:36 +03:00
Serhiy Storchaka
989db5c880
Issue #19795 : Mark up None as literal text.
2016-10-19 16:37:13 +03:00
Serhiy Storchaka
ecf41da83e
Issue #19795 : Mark up None as literal text.
2016-10-19 16:29:26 +03:00
Benjamin Peterson
26d0ccd51b
merge 3.6 ( #28472 )
2016-10-18 23:33:24 -07:00
Benjamin Peterson
8166a5db5b
always use double quotes for SystemTap string literals ( closes #28472 )
...
Patch by Roman Podoliaka.
2016-10-18 23:33:03 -07:00
Benjamin Peterson
bb7d15c4f3
merge 3.6
2016-10-18 23:14:16 -07:00
Benjamin Peterson
b17ba095f2
bold arguments
2016-10-18 23:14:08 -07:00
Victor Stinner
c3e40f8c5b
timeit: add nsec (nanosecond) unit for format timings
...
Issue #28240 .
2016-10-18 17:42:48 +02:00
Victor Stinner
3d7feb9ac2
timeit: remove --clock and --time options
...
Issue #28240 : timeit: remove -c/--clock and -t/--time command line options
which were deprecated since Python 3.3.
2016-10-18 17:18:21 +02:00
Victor Stinner
33bb64fb30
Merge 3.5
2016-10-18 15:48:14 +02:00
Berker Peksag
4a5d87ab26
Merge from 3.6
2016-10-18 00:35:31 +03:00
Berker Peksag
80b618bffd
Merge from 3.5
2016-10-18 00:35:09 +03:00
Berker Peksag
e5b0bd1ba2
Fix default value of StreamReader.readuntil()
...
Reported by Sam Lunt on docs@p.o.
2016-10-18 00:34:46 +03:00
Berker Peksag
83903bb8cc
Issue #28455 : Merge from 3.6
2016-10-17 06:15:28 +03:00
Berker Peksag
066b1217af
Issue #28455 : Merge from 3.5
2016-10-17 06:14:48 +03:00
Berker Peksag
5493e4723a
Issue #28455 : Clarify example of overriding the convert_arg_line_to_args method
...
Patch by Mariatta Wijaya.
2016-10-17 06:14:17 +03:00
Berker Peksag
6849313ac3
Issue #28432 : Merge from 3.6
2016-10-17 00:47:03 +03:00
Berker Peksag
b8bddec4e0
Issue #28432 : Merge from 3.5
2016-10-17 00:46:37 +03:00
Berker Peksag
90e028970a
Issue #28432 : Fix first parameter name in PyUnicode_EncodeLocale documentation
...
Patch by Xiang Zhang.
2016-10-17 00:45:56 +03:00
Victor Stinner
9f2e377beb
Issue #27896 : Allow passing sphinx options to Doc/Makefile
...
Patch written by Julien Palard.
2016-10-16 19:14:23 +02:00
Victor Stinner
57acb82d27
Issue #27896 : Allow passing sphinx options to Doc/Makefile
...
Patch written by Julien Palard.
2016-10-16 19:14:23 +02:00
Ned Deily
7d6dd05d85
Remove spurious article.
2016-10-15 15:14:54 -04:00
Ned Deily
bf7dcb9cd0
Remove spurious article.
2016-10-15 15:13:20 -04:00
Ned Deily
11194f7e0f
Remove spurious article.
2016-10-15 15:12:03 -04:00
Martin Panter
20e086efc7
Issue #27800 : Merge RE repetition doc from 3.6
2016-10-15 01:39:21 +00:00
Martin Panter
479eb760f4
Issue #27800 : Merge RE repetition doc from 3.5 into 3.6
2016-10-15 01:39:01 +00:00
Martin Panter
684340ede5
Issue #27800 : Document limitation and workaround for multiple RE repetitions
2016-10-15 01:18:16 +00:00
Martin Panter
8a42581bc2
Issue #23231 : Merge codecs doc from 3.6
2016-10-15 01:04:36 +00:00
Martin Panter
36700e4578
Issue #23231 : Merge codecs doc from 3.5 into 3.6
2016-10-15 01:04:08 +00:00
Martin Panter
c73e9d844f
Issue #23231 : Document codecs.iterencode(), iterdecode() shortcomings
2016-10-15 00:56:47 +00:00
Senthil Kumaran
a1cc98bb8f
[merge from 3.6] Issue28438 - Fix the link for pkgutil.get_data doc.
...
Patch contributed by Xiang Zhang.
2016-10-13 23:00:37 -07:00
Senthil Kumaran
c972d1c76f
[merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.
...
Patch contributed by Xiang Zhang.
2016-10-13 22:59:36 -07:00
Senthil Kumaran
1cea56b597
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang.
2016-10-13 22:58:47 -07:00
Guido van Rossum
174d79a284
Issue #18789 : Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (3.6->3.7)
2016-10-13 14:32:55 -07:00
Guido van Rossum
a0ef768ddf
Issue #18789 : Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (3.5->3.6)
2016-10-13 14:32:33 -07:00
Guido van Rossum
e1478e4ae2
Issue #18789 : Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes.
2016-10-13 14:31:50 -07:00
Guido van Rossum
54aced7175
Issue #26869 : Document unittest.TestCase.longMessage. (Mariatta) (3.6->3.7)
2016-10-13 14:24:47 -07:00
Guido van Rossum
5236ac600e
Issue #26869 : Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6)
2016-10-13 14:24:23 -07:00
Guido van Rossum
4a4523523e
Issue #26869 : Document unittest.TestCase.longMessage. (Mariatta)
2016-10-13 14:23:01 -07:00
Guido van Rossum
0b2304786b
Issue #21443 : Show how to change log level for asyncio. (Merge 3.6->3.7)
2016-10-13 13:57:39 -07:00
Guido van Rossum
a03b1ea411
Issue #21443 : Show how to change log level for asyncio. (Merge 3.5->3.6)
2016-10-13 13:57:17 -07:00
Guido van Rossum
ba29a4fd82
Issue #21443 : Show how to change log level for asyncio.
2016-10-13 13:56:40 -07:00
Raymond Hettinger
22e25cb1db
merge
2016-10-12 01:42:40 -04:00
Raymond Hettinger
1c3a121bb0
Issue #18844 : Fix-up examples for random.choices(). Remove over-specified test.
2016-10-12 01:42:10 -04:00
Martin Panter
dd21cc3516
Issue #28394 : Merge typo fixes from 3.6
2016-10-10 00:42:50 +00:00
Martin Panter
b1321fba53
Issue #28394 : More typo fixes for 3.6+
2016-10-10 00:38:21 +00:00
Berker Peksag
f3fc3b06c4
Issue #28389 : Merge from 3.6
2016-10-09 18:19:12 +03:00
Berker Peksag
75907bc5b5
Issue #28389 : Merge from 3.5
2016-10-09 18:18:55 +03:00
Berker Peksag
0aa7887f43
Issue #28389 : Fix ProxiedTransport example in xmlrpc.client documentation
2016-10-09 18:18:21 +03:00
Guido van Rossum
7b2aa2e87c
Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388 )
2016-10-08 20:12:54 -07:00
Guido van Rossum
a659be046a
Issue #28388 : update typing module documentation. (merge 3.6->3.7)
2016-10-08 20:10:27 -07:00
Guido van Rossum
b258db9840
Issue #28388 : update typing module documentation. (merge 3.5->3.6)
2016-10-08 20:09:56 -07:00
Guido van Rossum
deed0c797c
Issue #28388 : update typing module documentation.
2016-10-08 20:06:56 -07:00
Serhiy Storchaka
74a7e3b981
Merge from 3.6.
2016-10-08 22:48:07 +03:00
Serhiy Storchaka
21d9f10c94
Merge from 3.5.
2016-10-08 22:46:01 +03:00
Serhiy Storchaka
9c0e1f83af
Issue #28379 : Added sanity checks and tests for PyUnicode_CopyCharacters().
...
Patch by Xiang Zhang.
2016-10-08 22:45:38 +03:00
Berker Peksag
bbc638cd55
Issue #28390 : Merge from 3.6
2016-10-08 16:15:38 +03:00
Berker Peksag
3e49264dfb
Issue #28390 : Fix header levels in whatsnew/3.6.rst
...
Patch by SilentGhost.
2016-10-08 16:15:15 +03:00
Serhiy Storchaka
52597d91e2
Issue #18287 : PyType_Ready() now checks that tp_name is not NULL.
...
Original patch by Niklas Koep.
2016-10-07 23:26:16 +03:00
Serhiy Storchaka
e45b7c09ec
Issue #18287 : PyType_Ready() now checks that tp_name is not NULL.
...
Original patch by Niklas Koep.
2016-10-07 23:25:46 +03:00
Serhiy Storchaka
de0574bdab
Issue #18287 : PyType_Ready() now checks that tp_name is not NULL.
...
Original patch by Niklas Koep.
2016-10-07 23:24:35 +03:00
Berker Peksag
ea1f9b934c
Issue #28348 : Merge from 3.6
2016-10-04 20:46:43 +03:00
Berker Peksag
5cb63ae3ca
Issue #28348 : Merge from 3.5
2016-10-04 20:46:22 +03:00
Berker Peksag
002b0a7ecd
Issue #28348 : Fix typo in asyncio.Task() documentation
...
Patch by Mariatta Wijaya.
2016-10-04 20:45:47 +03:00
Berker Peksag
d7f47ed28c
Issue #28229 : Merge from 3.6
2016-10-04 20:41:56 +03:00
Berker Peksag
5f59ddddcd
Issue #28229 : lzma module now supports pathlib
2016-10-04 20:41:20 +03:00
Steven D'Aprano
fae2829c7a
Issue #27181 remove geometric_mean and defer for 3.7.
2016-10-05 03:24:45 +11:00
Steven D'Aprano
fb315dbe82
Issue #27181 remove geometric_mean and defer for 3.7.
2016-10-05 03:24:45 +11:00
Steve Dower
44cfd3f3fc
Merge from 3.6
2016-10-03 09:15:39 -07:00
Steve Dower
fb12ce1cb3
Issue #28218 : Fixes versionadded description in using/windows.rst
2016-10-03 09:15:27 -07:00
Serhiy Storchaka
ad72467bef
Issue #28295 : Fixed the documentation and added tests for PyUnicode_AsUCS4().
...
Original patch by Xiang Zhang.
2016-10-02 21:30:59 +03:00
Serhiy Storchaka
b3648576cd
Issue #28295 : Fixed the documentation and added tests for PyUnicode_AsUCS4().
...
Original patch by Xiang Zhang.
2016-10-02 21:30:35 +03:00
Serhiy Storchaka
cc164232aa
Issue #28295 : Fixed the documentation and added tests for PyUnicode_AsUCS4().
...
Original patch by Xiang Zhang.
2016-10-02 21:29:26 +03:00
Berker Peksag
f63f12b479
Issue #28225 : Merge from 3.6
2016-10-02 20:07:38 +03:00
Berker Peksag
8bdd4480c4
Issue #28225 : bz2 module now supports pathlib
...
Initial patch by Ethan Furman.
2016-10-02 20:07:06 +03:00
Berker Peksag
c8ce8434e0
Issue #28227 : Merge from 3.6
2016-10-02 13:49:05 +03:00
Berker Peksag
03020cfa97
Issue #28227 : gzip now supports pathlib
...
Patch by Ethan Furman.
2016-10-02 13:47:58 +03:00
Serhiy Storchaka
6a7d3480fc
Issue #28332 : Deprecated silent truncations in socket.htons and socket.ntohs.
...
Original patch by Oren Milman.
2016-10-02 12:34:40 +03:00
Berker Peksag
c4bd96cce2
Issue #28228 : Merge from 3.6
2016-10-01 05:02:22 +03:00
Berker Peksag
ef223a19f7
Issue #28228 : imghdr now supports pathlib
2016-10-01 05:01:54 +03:00
Berker Peksag
c5caf3a5e6
Issue #28319 : Merge from 3.6
2016-10-01 01:19:57 +03:00
Berker Peksag
41937bcea5
Issue #28319 : Merge from 3.5
2016-10-01 01:19:35 +03:00
Berker Peksag
b334ee0063
Issue #28319 : Fix typo in lzma.rst
...
Reported by Vladimir Rutsky.
2016-10-01 01:19:04 +03:00
Berker Peksag
2d57d0a7a5
Merge from 3.6
2016-10-01 01:07:42 +03:00
Berker Peksag
009bc05fdc
Merge from 3.5
2016-10-01 01:07:17 +03:00
Berker Peksag
5e3677d7af
Fix markup in pathlib.rst
2016-10-01 01:06:52 +03:00
Berker Peksag
f58d4548a3
Merge from 3.6
2016-10-01 01:03:20 +03:00
Berker Peksag
50bb940ab8
Merge from 3.5
2016-10-01 01:03:01 +03:00
Berker Peksag
06a8ac0f26
Fix Path.glob() link, reported by SilentGhost
2016-10-01 01:02:39 +03:00
Berker Peksag
31f63da2e8
Issue #28226 : Merge from 3.6
2016-10-01 00:54:55 +03:00
Berker Peksag
812a2b65af
Issue #28226 : compileall now supports pathlib
2016-10-01 00:54:18 +03:00
Terry Jan Reedy
36925001e6
Merge with 3.6
2016-09-30 15:39:22 -04:00
Terry Jan Reedy
b4b55eb582
Merge with 3.5
2016-09-30 15:39:05 -04:00
Terry Jan Reedy
30eee4deec
Issue #28815 : Change '?' to '<module>' in some doc examples.
...
Patch by Mariatta Wijaya.
2016-09-30 15:38:48 -04:00
Berker Peksag
e5ccf3d699
Issue #28306 : Merge from 3.5
2016-09-28 22:49:27 +03:00
Berker Peksag
cf79cdb79d
Issue #28306 : Update exception message of ZeroDivisionError
2016-09-28 22:48:57 +03:00
Berker Peksag
db83f72a7f
Issue #27740 : Merge from 3.5
2016-09-28 19:35:55 +03:00
Berker Peksag
ab39b09958
Issue #27740 : Fix typo in Py_CompileStringExFlags
2016-09-28 19:35:25 +03:00
Berker Peksag
fa4a305883
Issue #21903 : Merge from 3.5
2016-09-28 17:07:40 +03:00
Berker Peksag
de55c612fb
Issue #21903 : Update ctypes example to use MessageBoxW
2016-09-28 17:07:01 +03:00
Berker Peksag
e0083e2b86
Issue #28306 : Merge from 3.6
2016-09-28 22:49:46 +03:00
Berker Peksag
282df37365
Issue #27740 : Merge from 3.6
2016-09-28 19:36:23 +03:00
Berker Peksag
5c7c8a3420
Issue #21903 : Merge from 3.6
2016-09-28 17:08:06 +03:00
Martin Panter
2f63faefdf
Issue #26439 : Merge ctypes doc from 3.6
2016-09-27 05:26:49 +00:00
Martin Panter
19f2327e7e
Issue #26439 : Merge ctypes doc from 3.5 into 3.6
2016-09-27 05:26:12 +00:00
Martin Panter
f18a5daadd
Issue #26439 : Document that RTLD_NOW is always added
2016-09-27 05:10:40 +00:00
Raymond Hettinger
b87e8f7d0a
merge
2016-09-26 21:46:26 -07:00
Raymond Hettinger
9016f2864a
Issue #18844 : Make the number of selections a keyword-only argument for random.choices().
2016-09-26 21:45:57 -07:00
Berker Peksag
1849d894d5
Issue #10673 : Merge from 3.6
2016-09-26 23:23:01 +03:00
Berker Peksag
de10dbec77
Issue #10673 : Merge from 3.5
2016-09-26 23:22:44 +03:00
Berker Peksag
a24d2d8274
Issue #10673 : Document that Process.exitcode can be used to determine timeout
...
Patch by Tom Clark.
2016-09-26 23:22:22 +03:00
Berker Peksag
c53ffcea6a
Merge from 3.6
2016-09-26 22:50:53 +03:00
Berker Peksag
8d08265f5e
Merge from 3.5
2016-09-26 22:50:32 +03:00
Berker Peksag
6129e14b21
Document that os.mknod() is not available on Windows
...
Reported by Regina Ochotzki on docs@p.o.
2016-09-26 22:50:11 +03:00
Berker Peksag
0ff400fd0a
Merge from 3.6
2016-09-26 22:44:51 +03:00
Berker Peksag
20d458fad6
Merge from 3.5
2016-09-26 22:44:32 +03:00
Berker Peksag
996e5f94d2
os.genenvb() is not availabnle under Windows
2016-09-26 22:44:07 +03:00
Serhiy Storchaka
4e3aab7c73
Issues #25909 , #28211 : Restored correct documentation of PyMapping_Items,
...
PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
2016-09-26 20:54:24 +03:00
Serhiy Storchaka
4781b59185
Issues #25909 , #28211 : Restored correct documentation of PyMapping_Items,
...
PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
2016-09-26 20:53:27 +03:00
Serhiy Storchaka
1d480bea9c
Issues #25909 , #28211 : Restored correct documentation of PyMapping_Items,
...
PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
2016-09-26 20:52:41 +03:00
Guido van Rossum
b5a744a99e
Remove mention of asyncio.timeout context manager (it was removed) (merge 3.6->3.7)
2016-09-24 09:32:10 -07:00
Guido van Rossum
a653196585
Remove mention of asyncio.timeout context manager (it was removed)
2016-09-24 09:31:23 -07:00
Steve Dower
3e7d93dc70
Issue #28251 : Improvements to help manuals on Windows.
2016-09-22 17:11:53 -07:00
Steve Dower
765285337a
Issue #28251 : Improvements to help manuals on Windows.
2016-09-22 17:09:56 -07:00
Steve Dower
fb4a96a58f
Issue #28251 : Improvements to help manuals on Windows.
2016-09-22 17:07:56 -07:00
Ned Deily
8f13f83f58
Make 3.7 the current dev version in the html version of the docs.
2016-09-20 15:01:06 -04:00
Ned Deily
7582bcaa8f
Make 3.7 the current dev version in the html version of the docs.
2016-09-20 15:00:53 -04:00
Ned Deily
a327331cec
Make 3.7 the current dev version in the html version of the docs.
2016-09-20 15:00:07 -04:00
Jesus Cea
8bf66ca598
MERGE: Docs: Correctly link to the methods
2016-09-20 00:03:09 +02:00
Jesus Cea
1daf6da2c8
MERGE: Docs: Correctly link to the methods
2016-09-20 00:02:44 +02:00
Jesus Cea
647680ec2c
Docs: Correctly link to the methods
2016-09-20 00:01:53 +02:00
Ethan Furman
475b405a54
issue23591: fix flag decomposition and repr
2016-09-18 13:16:04 -07:00
Ethan Furman
3515dcce80
issue23591: fix flag decomposition and repr
2016-09-18 13:15:41 -07:00
Steve Dower
5f9c3926cc
Issue #27932 : Prevent memory leak in win32_ver().
2016-09-17 17:28:45 -07:00
Steve Dower
74f4af7ac3
Issue #27932 : Prevent memory leak in win32_ver().
2016-09-17 17:27:48 -07:00
Steve Dower
64566db065
Merge with 3.6
2016-09-17 12:57:03 -07:00
Steve Dower
ed51b26858
Issue #28137 : Renames Windows path file to ._pth
...
Issue #28138 : Windows ._pth file should allow import site
2016-09-17 12:54:06 -07:00
Zachary Ware
f40d4ddff3
Closes #27979 : Remove bundled copy of libffi
...
An installed copy of libffi is now required for building _ctypes on
any platform but OSX and Windows.
2016-09-17 01:25:24 -05:00
Ned Deily
4712dc879a
Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.
2016-09-16 15:48:00 -04:00
Ned Deily
8761e59f36
Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.
2016-09-16 15:46:55 -04:00