Victor Stinner
|
ef5b4e3dc3
|
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support.
Patch written by Brad Aylsworth.
|
2014-05-14 17:08:45 +02:00 |
R David Murray
|
ae9d193dc4
|
#21347: use string not list in shell=True example.
Patch by Akira.
|
2014-05-14 10:09:52 -04:00 |
Jason R. Coombs
|
73308d6869
|
Merge doc change from 3.3
|
2014-05-12 22:41:15 -04:00 |
Jason R. Coombs
|
13266fb5c8
|
Update docs to reflect resurrection of Setuptools over Distribute
|
2014-05-12 22:40:49 -04:00 |
Eric Snow
|
08197a4616
|
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
|
2014-05-12 17:54:55 -06:00 |
Victor Stinner
|
b0539b27d9
|
Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code
example
|
2014-05-12 23:25:09 +02:00 |
Gregory P. Smith
|
8e0aa051e6
|
Change all references to Unix to POSIX in the subprocess docs. It's
more accurate and sounds less like a strange tale of yore.
|
2014-05-11 13:28:35 -07:00 |
Gregory P. Smith
|
6436cba9db
|
Remove the warning-soup from the subprocess documentation by adding
a Security Considerations section as preferred by both the devguide
and documentation users who do not wish to go insane.
|
2014-05-11 13:26:21 -07:00 |
Benjamin Peterson
|
5c8ce188ee
|
remove confusing delete indexing (closes #21466)
|
2014-05-11 11:18:51 -07:00 |
Brett Cannon
|
062fcac9a4
|
Issue #21438: Document what loaders don't require a module name for
load_module().
|
2014-05-09 11:55:49 -04:00 |
Brett Cannon
|
f26702b86e
|
Issue #21157: Touch up imp docs to be more explicit about importlib
alternatives.
|
2014-05-09 10:37:31 -04:00 |
R David Murray
|
a83ade1d60
|
#21300: fix typo
|
2014-05-08 10:05:47 -04:00 |
R David Murray
|
e25244657c
|
#21300: Clean up the docs for the email "policy" arguments.
|
2014-05-06 21:33:18 -04:00 |
Zachary Ware
|
9fafc9f79a
|
Add prompts to interactive example.
This makes it match the new example below, and allows Sphinx's
"hide the prompts and output" feature to work.
|
2014-05-06 09:18:17 -05:00 |
Zachary Ware
|
8edd532026
|
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
overrides a ``return`` in the ``try`` suite.
|
2014-05-06 09:07:13 -05:00 |
Guido van Rossum
|
5280d2e399
|
asyncio docs: ProactorEventLoop does not support SSL.
|
2014-05-05 07:34:56 -07:00 |
Gregory P. Smith
|
d8ea56d26d
|
Document the subprocess Popen.args attribute (issue21353)
|
2014-04-29 11:33:56 -07:00 |
Gregory P. Smith
|
024c5eecbc
|
Document the subprocess Popen.args attribute (issue21353)
|
2014-04-29 11:33:23 -07:00 |
Zachary Ware
|
a67b97f438
|
Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile
|
2014-04-29 09:45:33 -05:00 |
Zachary Ware
|
1de519c60d
|
Issue #17386: Update Doc/README.txt to list all targets
supported by Doc/Makefile, as well as a bit of modernization,
cleanup, and notes about the difference between Unix and Windows.
|
2014-04-29 09:26:56 -05:00 |
Zachary Ware
|
9393fffa5f
|
Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.
|
2014-04-29 09:24:40 -05:00 |
Terry Jan Reedy
|
9cc9026294
|
Issue #21055: Index (augmented) assignment symbols.
|
2014-04-29 01:19:17 -04:00 |
Terry Jan Reedy
|
7c895edabc
|
Closes 21048: Index 'as' in import and with statements.
|
2014-04-29 00:58:56 -04:00 |
Terry Jan Reedy
|
43e7cd38e5
|
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
|
2014-04-29 00:31:53 -04:00 |
Antoine Pitrou
|
f9f54a2f5f
|
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev.
|
2014-04-29 01:39:03 +02:00 |
R David Murray
|
ae25f46706
|
#18243: Remove obsolete cautionary note from email mktime_tz docs.
|
2014-04-26 19:01:18 -04:00 |
Benjamin Peterson
|
9e599673b4
|
fix off-by-one error (closes #21330)
|
2014-04-22 21:54:10 -04:00 |
Terry Jan Reedy
|
bddecc3861
|
Issue #21232: Replace .splitlines arg '1' with 'keepends=True'.
|
2014-04-18 17:00:19 -04:00 |
Zachary Ware
|
a37ff0fb80
|
Issue #21289: Fix documentation building on Windows using Doc/make.bat.
Also fixes a long-standing typo in Doc/README.txt.
Initial patch by Dave Sawyer.
|
2014-04-18 15:10:40 -05:00 |
Benjamin Peterson
|
d065c48991
|
fix ref count annotations on sphinx >= 1.2.1 (closes #21286)
|
2014-04-17 18:29:01 -04:00 |
Senthil Kumaran
|
aad7cc9dba
|
Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Closes #21248
|
2014-04-16 23:43:34 -04:00 |
Senthil Kumaran
|
8b4a272c98
|
Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229
|
2014-04-16 23:33:02 -04:00 |
R David Murray
|
f7f981829b
|
#18628: clarify index entry for source file encoding declaration.
Patch by Sam Lucidi.
|
2014-04-16 21:48:04 -04:00 |
Senthil Kumaran
|
cad2bf20c3
|
Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers attribute further.
Initial patch by Caelyn McAulay.
|
2014-04-16 13:56:19 -04:00 |
Terry Jan Reedy
|
7f84d1eb63
|
#18566: Whitespace
|
2014-04-15 23:44:14 -04:00 |
Terry Jan Reedy
|
6ac4240b6c
|
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
|
2014-04-15 23:38:18 -04:00 |
R David Murray
|
fc1020d396
|
#20874: reflow paragraph.
|
2014-04-15 20:26:54 -04:00 |
R David Murray
|
0e0e391fa3
|
#20874: update tutorial wording: sophisticated line editing is now standard.
Patch by Rafael Mejia.
|
2014-04-15 20:25:18 -04:00 |
Vinay Sajip
|
65425b4bc6
|
Issue #21245: updated documentation on exception() method and function.
|
2014-04-15 23:13:12 +01:00 |
R David Murray
|
fe0e1082aa
|
#15104: add backtick code markup.
|
2014-04-14 18:53:51 -04:00 |
R David Murray
|
061cb3b04d
|
#15104: improve the discussion of __main__.
Patch by Sam Lucidi.
|
2014-04-14 15:04:47 -04:00 |
Andrew Kuchling
|
44da19a63d
|
#18518: mention that including a return statement changes/breaks the behaviour
|
2014-04-14 13:39:43 -04:00 |
Mark Dickinson
|
abf079de25
|
Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception.
|
2014-04-14 11:20:12 -04:00 |
R David Murray
|
604453c9ce
|
#21169: add comment and doc update for getpass change.
|
2014-04-14 10:28:58 -04:00 |
Eric V. Smith
|
04d8a245f1
|
Fix faq example with division.
|
2014-04-14 07:52:53 -04:00 |
Eric V. Smith
|
fc9a4d828e
|
Fix text about int() with octal numbers. Closes #21212.
|
2014-04-14 07:41:52 -04:00 |
Ned Deily
|
ecd9e8ac67
|
Remove references to the obsolete Mac Carbon modules in the GUI
section of the FAQ.
|
2014-04-12 09:32:04 -07:00 |
Terry Jan Reedy
|
f98021cff2
|
Issue #21170: Removed invalid parameter names from unittest doc.
Patch by Kushal Das.
|
2014-04-11 14:11:11 -04:00 |
Senthil Kumaran
|
f3ddcc9ba7
|
issue #21190: Fix the broken docs download link
|
2014-04-09 11:44:34 -04:00 |
Yury Selivanov
|
af8a4dfb04
|
docs: Better wording for __objclass__ docs. Issue #19281
|
2014-04-08 14:00:35 -04:00 |