Gregory P. Smith
60889d1238
Issue #11072 : change the incorrect "deprecation" of ftplib dir() and nlst()
...
APIs into a note that mlsd() is a nicer API if the server supports
it. They aren't deprecated, they are all different server commands.
Not all servers support all commands.
2015-12-13 22:10:58 -08:00
Gregory P. Smith
f1b3134d28
Issue #11072 : change the incorrect "deprecation" of ftplib dir() and nlst()
...
APIs into a note that mlsd() is a nicer API if the server supports
it. They aren't deprecated, they are all different server commands.
Not all servers support all commands.
2015-12-13 22:10:28 -08:00
R David Murray
d991963a9d
Merge: #25495 : Clarify b2a_base64 documentation vis 57 bytes.
...
In 3.6 the parameter to control the appending of the newline was finally
added, so I dropped the historical note about why a new line was always
appended.
2015-12-13 18:11:07 -05:00
R David Murray
51a4b22f99
Merge: #25495 : Clarify b2a_base64 documentation vis 57 bytes.
2015-12-13 18:04:56 -05:00
R David Murray
2b4f47ee35
#25495 : Clarify b2a_base64 documentation vis 57 bytes.
2015-12-13 18:04:27 -05:00
Martin Panter
70fe09bc67
Issue #22341 : Merge CRC doc from 3.5
2015-12-11 05:41:48 +00:00
Martin Panter
b82032f935
Issue #22341 : Drop Python 2 workaround and document CRC initial value
...
Also align the parameter naming in binascii to be consistent with zlib.
2015-12-11 05:19:29 +00:00
Martin Panter
8c0b5b998a
Issue #14285 : Merge runpy fix from 3.5
2015-12-11 03:35:31 +00:00
Martin Panter
7dda421bff
Issue #14285 : Do not catch exceptions initializing any ancestor package
...
The previous fix only handled the case of the parent package of __main__
failing to initialize.
Also make the "Error while finding spec" formatting slightly more appealing,
and document and test that the module name must be absolute.
2015-12-10 06:47:06 +00:00
Berker Peksag
2e7fca8e48
Issue #21240 : Add an abstractmethod directive to mark abstract methods in the docs more explicitly
2015-12-08 12:15:19 +02:00
Berker Peksag
6e9d2e687b
Issue #21240 : Add an abstractmethod directive to mark abstract methods in the docs more explicitly
2015-12-08 12:14:50 +02:00
Brett Cannon
aa3e69e57f
Merge for issue #23936
2015-12-04 15:46:43 -08:00
Brett Cannon
ccddbb186b
Issue #23936 : Clarify what finders are.
...
Thanks to Raúl Cumplido for the bug report and Thomas Kluyver for the
patch.
2015-12-04 15:46:21 -08:00
Zachary Ware
df144092a3
Closes #25767 : Merge with 3.5
2015-11-30 22:57:22 -06:00
Zachary Ware
ee1a0e4b8c
Issue #25767 : Merge with 3.4
2015-11-30 22:57:01 -06:00
Zachary Ware
992bfe093e
Issue #25767 : Link to English Wikipedia instead of French.
2015-11-30 22:56:17 -06:00
Martin Panter
b4ce1fc31b
Issue #5319 : New Py_FinalizeEx() API to exit with status 120 on failure
2015-11-30 03:18:29 +00:00
R David Murray
4f09806e66
#25485 : Add context manager support to Telnet class.
...
Patch by Stéphane Wirtel.
2015-11-28 12:24:52 -05:00
Martin Panter
2ed41f305e
Issue #22989 , #21228 : Merge urlopen() doc from 3.5
2015-11-26 11:04:06 +00:00
Martin Panter
9e87f3d79f
Issue #22989 , #21228 : Merge urlopen() doc from 3.4 into 3.5
2015-11-26 11:03:50 +00:00
Martin Panter
747d48cf27
Issues #22989 , #21228 : Document HTTP response object for urlopen()
...
Previous documentation was not clear if the geturl(), info() and getcode()
were valid for HTTP responses. The “msg” attribute is different to the usual
HTTPResponse.msg attribute. Based on patch by Evens Fortuné.
2015-11-26 11:01:58 +00:00
Vinay Sajip
e5beb3da00
Closes #25508 : Merged documentation fix from 3.5.
2015-11-24 23:24:17 +00:00
Vinay Sajip
46cc4a8f32
Issue #25508 : Merged documentation fix from 3.4.
2015-11-24 23:22:48 +00:00
Vinay Sajip
4f44d53770
Issue #25508 : Clarify documentation on LogRecord args attribute.
2015-11-24 23:21:15 +00:00
Martin Panter
a561c038ab
Issue #25576 : Merge www-form-urlencoded doc from 3.5
2015-11-24 22:59:28 +00:00
Martin Panter
f7e8d07538
Issue #25576 : Merge www-form-urlencoded doc from 3.4 into 3.5
2015-11-24 22:57:46 +00:00
Martin Panter
cda85a0d1c
Issue #25576 : Remove application/x-www-form-urlencoded charset advice
...
No charset parameter is standardized for this Content-Type value. Also
clarify that urlencode() outputs ASCII.
2015-11-24 22:33:18 +00:00
Raymond Hettinger
c880ef8d30
merge
2015-11-23 22:19:12 -08:00
Raymond Hettinger
6e701310d1
Issue #25700 : Clarify that namedtuple property docstrings became writeable in 3.5
2015-11-23 22:18:55 -08:00
Serhiy Storchaka
f50fe724de
Issue #25706 : Fixed markup in the documentation.
2015-11-23 16:44:30 +02:00
Serhiy Storchaka
1f847659f3
Issue #25706 : Fixed markup in the documentation.
2015-11-23 16:43:54 +02:00
Serhiy Storchaka
bf7b9ede1a
Issue #25706 : Fixed markup in the documentation.
2015-11-23 16:43:05 +02:00
Martin Panter
d6a59bacd8
Issue #25689 : Merge ftplib and nntplib docs from 3.5
2015-11-21 22:49:06 +00:00
Martin Panter
23244e5787
Issue #25689 : Merge ftplib and nntplib docs from 3.4 into 3.5
2015-11-21 22:48:54 +00:00
Martin Panter
828123ce4e
Issue #25689 : Fix language in ftplib and nntplib docs
...
Original patch by Silent Ghost.
2015-11-21 22:03:08 +00:00
Ethan Furman
748dad5b6a
Close 25594: advise against accessing Enum members from other members
2015-11-20 13:12:26 -08:00
Ethan Furman
92e5d2f0eb
Close issue25594: advise against accessing Enum members from other members
2015-11-20 13:17:27 -08:00
Guido van Rossum
13d9b86d46
Issue #25593 : Change semantics of EventLoop.stop(). (Merge 3.5->3.6)
2015-11-19 13:34:24 -08:00
Guido van Rossum
82f9feaf10
Issue #25593 : Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
2015-11-19 13:33:34 -08:00
Guido van Rossum
41f69f4cc7
Issue #25593 : Change semantics of EventLoop.stop().
2015-11-19 13:28:47 -08:00
Yury Selivanov
255230595f
Merge 3.5
2015-11-18 12:44:59 -05:00
Yury Selivanov
6efc7e726f
Merge 3.4
2015-11-18 12:44:49 -05:00
Yury Selivanov
01a65af4a1
asyncio.docs: Fix versionadded
2015-11-18 12:44:31 -05:00
Martin Panter
b62226ccc4
Issue #23200 : Merge zlib doc from 3.5
2015-11-18 02:46:16 +00:00
Martin Panter
1535311edc
Issue #23200 : Merge zlib doc from 3.4 into 3.5
2015-11-18 02:45:51 +00:00
Martin Panter
38fe4dc400
Issue #23200 : Document that max_length=0 is not supported
2015-11-18 00:59:17 +00:00
Martin Panter
acec450bfd
Issue #20468 : Merge getpagesize doc from 3.5
2015-11-17 22:26:23 +00:00
Martin Panter
ce19839961
Issue #20468 : Merge getpagesize doc from 3.4 into 3.5
2015-11-17 22:23:21 +00:00
Martin Panter
f8f66eb985
Issue #20468 : Remove incorrect information about maxrss and page size
...
Extract of patch by Ronald Oussoren.
2015-11-17 22:13:47 +00:00
Martin Panter
27b735ab0f
Issue #25615 : Merge glob doc from 3.5
2015-11-17 00:19:27 +00:00
Martin Panter
4eccf4b1ac
Issue #25615 : Merge glob doc from 3.4 into 3.5
2015-11-17 00:19:10 +00:00
Martin Panter
9f3c094e68
Issue #25615 : Document unsorted behaviour of glob; patch by Dave Jones
2015-11-16 23:46:22 +00:00
Yury Selivanov
caf6452af2
Merge 3.5
2015-11-16 12:47:25 -05:00
Yury Selivanov
344904cf1f
asyncio.docs: Document Transport.is_closing (merge 3.4)
2015-11-16 12:47:15 -05:00
Yury Selivanov
1744d53930
asyncio.docs: Document Transport.is_closing
2015-11-16 12:46:41 -05:00
Martin Panter
d226d308a3
Issue #23883 : Add test.support.check__all__() and test gettext.__all__
...
Patches by Jacek Kołodziej.
2015-11-14 11:47:00 +00:00
Martin Panter
22fd1c262a
Merge typo and grammar fixes from 3.5
2015-11-14 01:29:13 +00:00
Martin Panter
97ce0faa4d
Fix grammar in whatsnew/3.5.rst and elsewhere
...
Mainly missing grammatical articles (the, a).
2015-11-14 01:14:54 +00:00
Martin Panter
32acc16cda
Merge typo and grammar fixes from 3.4 into 3.5
2015-11-14 01:14:25 +00:00
Martin Panter
2e4571a456
Fix a few grammar problems in the documentation and comments
2015-11-14 01:07:43 +00:00
Martin Panter
ac34e09bbf
Correct Content-Type syntax in documentation
2015-11-14 00:58:32 +00:00
Victor Stinner
b129007f1c
Merge 3.5 (issue #25605 )
2015-11-13 09:14:26 +01:00
Victor Stinner
33be3e3d5b
Merge 3.4 (issue #25605 )
2015-11-13 09:14:05 +01:00
Victor Stinner
9cccfcecc8
Issue #25605 : Document exceptions raised by fcntl.ioctl() and fcntl.flock()
2015-11-13 09:13:48 +01:00
Zachary Ware
fe6d54bf5d
Merge with 3.5
2015-11-11 23:34:00 -06:00
Zachary Ware
a99ab63d06
Merge with 3.4
2015-11-11 23:33:50 -06:00
Zachary Ware
71a0b43854
Rewrite re.VERBOSE section.
...
It now has slightly better rationale and a less awkward wording in the
explanation.
Inspired by a report of a neither/or conflict by 'animalize' on docs@.
2015-11-11 23:32:14 -06:00
Zachary Ware
6e6ee30aad
Closes #25603 : Merge with 3.5
2015-11-11 23:00:01 -06:00
Zachary Ware
c730931fa1
Issue #25603 : Add missing parenthesis.
2015-11-11 22:59:44 -06:00
Raymond Hettinger
349718a20a
merge
2015-11-10 00:09:49 -08:00
Raymond Hettinger
d2f6974240
Improve appearance of example code
2015-11-10 00:09:34 -08:00
Raymond Hettinger
5bfb9f0b1f
merge
2015-11-10 00:00:17 -08:00
Raymond Hettinger
549e34cc7b
Remove confusing section from named tuple recipes.
2015-11-10 00:00:00 -08:00
Raymond Hettinger
2fbde51e2f
merge
2015-11-09 08:26:28 -08:00
Raymond Hettinger
850be0fb18
Improve namedtuple doc string examples
2015-11-09 08:24:53 -08:00
Martin Panter
eb1d89abdd
Issue #25064 : Merge tempfile doc from 3.5
2015-11-07 00:56:56 +00:00
Martin Panter
9b566c324d
Issue #25064 : Adjust documentation according to new mkstemp signature
...
The mkstemp() and mkdtemp() signatures have already been updated, but the
higher-level functions still suggest that the default values are forced to
text strings. Also merged some paragraphs describing the "suffix" and
"prefix" parameters, and pointed out that mktemp() does not support the new
changes.
2015-11-07 00:32:50 +00:00
Serhiy Storchaka
501c16d1df
Fixed merging error in 3ebeeed1eb28.
...
Thanks Марк Коренберг.
2015-11-06 11:21:02 +02:00
Serhiy Storchaka
4981dd2cb8
Fixed merging error in 3ebeeed1eb28.
...
Thanks Марк Коренберг.
2015-11-06 11:19:42 +02:00
Eric V. Smith
a3a3d732ec
For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is pushed on the stack.
2015-11-04 07:11:13 -05:00
Eric V. Smith
9ce52e3bda
Issue 25483: Fix doc typo and added versionadded. Thanks, Berker Peksag.
2015-11-03 16:30:49 -05:00
Eric V. Smith
281d5321a3
Issue 25483: Update dis.rst with FORMAT_VALUE opcode description.
2015-11-03 13:09:01 -05:00
Guido van Rossum
bbfcb3895a
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.5->3.6)
2015-11-02 09:17:08 -08:00
Guido van Rossum
26825bcb8d
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5)
2015-11-02 09:16:37 -08:00
Guido van Rossum
8778c6b77e
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li.
2015-11-02 09:15:47 -08:00
Serhiy Storchaka
4a7c03aab4
Issue #25523 : Merge a-to-an corrections from 3.5.
2015-11-02 14:44:29 +02:00
Serhiy Storchaka
f51d715845
Issue #25523 : Further a-to-an corrections new in 3.5.
2015-11-02 14:40:41 +02:00
Serhiy Storchaka
a84f6c3dd3
Issue #25523 : Merge a-to-an corrections from 3.4.
2015-11-02 14:39:05 +02:00
Serhiy Storchaka
d65c9496da
Issue #25523 : Further a-to-an corrections.
2015-11-02 14:10:23 +02:00
Raymond Hettinger
a1fc949b5a
Issue #24379 : Revert the operator.subscript patch (dccc4e63aef5) pending resolution of the related refcnt leak.
2015-11-02 00:39:56 -05:00
Martin Panter
e56a919100
Issue #25523 : Merge a-to-an corrections from 3.5
2015-11-02 04:27:17 +00:00
Martin Panter
d2ad5718ad
Issue #25523 : Further a-to-an corrections new in 3.5
2015-11-02 04:20:33 +00:00
Martin Panter
2eb819f7a8
Issue #25523 : Merge "a" to "an" fixes from 3.4 into 3.5
2015-11-02 04:04:57 +00:00
Martin Panter
7462b64911
Issue #25523 : Correct "a" article to "an" article
...
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
2015-11-02 03:37:02 +00:00
Berker Peksag
75a81409c5
Fix typo noticed by Alec Nunn
2015-11-01 00:55:31 +03:00
Berker Peksag
964ec8b2f3
Fix typo noticed by Alec Nunn
2015-11-01 00:55:12 +03:00
Yury Selivanov
05a4a9cbaa
Merge 3.5
2015-10-31 13:29:35 -04:00
Yury Selivanov
c62162d5fd
docs/inspect: Document __annotations__
2015-10-31 13:29:15 -04:00
Martin Panter
ff99988397
Merge typo fixes from 3.5
2015-10-31 12:23:03 +00:00
Martin Panter
4827e488a4
Merge spelling fixes from 3.4 into 3.5
2015-10-31 12:16:18 +00:00
Martin Panter
1f1177d69a
Fix some spelling errors in documentation and code comments
2015-10-31 11:48:53 +00:00
Terry Jan Reedy
7003696d5d
Merge with 3.5
2015-10-30 19:41:41 -04:00
Terry Jan Reedy
c02948126c
Merge with 3.4
2015-10-30 19:41:28 -04:00
Terry Jan Reedy
3e8a7ad7fc
Issue #25519 : Mark difflib.ndiff as a functions where not already.
2015-10-30 19:41:16 -04:00
Terry Jan Reedy
549edcfa05
Merge with 3.5
2015-10-28 03:15:38 -04:00
Terry Jan Reedy
44b1020c12
Merge with 3.4
2015-10-28 03:15:20 -04:00
Terry Jan Reedy
68b6874f59
Issue #25432 : Explain isinstance behaviour when type is a tuple.
2015-10-28 03:14:56 -04:00
Martin Panter
d7475fb3c8
Issue #23391 : Merge OSError doc from 3.5
2015-10-26 23:35:43 +00:00
Martin Panter
084b368825
Issue #23391 : Merge OSError doc from 3.4 into 3.5
2015-10-26 23:35:07 +00:00
Martin Panter
5487c13e44
Issue #23391 : Restore OSError constructor argument documentation
...
This restores details lost in revision 097f4fda61a4 (since Python 3.3,
related to the new OSError subclasses). Further additions:
* Markup for attributes and constructor signature
* Explain "winerror" and "filename2"
* Extend test to check for filename2 defaulting to None
* Clarify that the constructor can return a subclass
I have intentionally left out any details of allowing more than five
arguments, or how the "args" attribute is set for four or more arguments.
These details seem to be dependent on the Python version and platform.
2015-10-26 11:05:42 +00:00
Victor Stinner
4487a46727
Merge 3.4 (Issue #25461 )
2015-10-23 12:39:20 +02:00
Victor Stinner
de6e800f45
Merge 3.4 (Issue #25461 )
2015-10-23 12:39:01 +02:00
Victor Stinner
0e316f688e
Issue #25461 : Rephrase os.walk() doc
...
Patch written by Bernt Røskar Brenna.
2015-10-23 12:38:11 +02:00
Guido van Rossum
77b3d48497
Issue #24885 : Update note in docs about stream convenience functions. (Merge 3.5->3.6)
2015-10-19 13:19:08 -07:00
Guido van Rossum
460b38151f
Issue #24885 : Update note in docs about stream convenience functions. (Merge 3.4->3.5)
2015-10-19 13:18:40 -07:00
Guido van Rossum
19ff6977a7
Issue #24885 : Update note in docs about stream convenience functions.
2015-10-19 13:18:04 -07:00
Brett Cannon
aa15ea4b4e
Merge for issue #25407
2015-10-16 12:09:56 -07:00
Brett Cannon
5ad5a7d31f
Issue #25407 : Drop the mention of the formatter module being removed
...
in Python 3.6.
The new PEP 4 policy of any module existing in both 2.7 and 3.5
applies here, hence the module will be with us for a bit longer.
2015-10-16 12:09:33 -07:00
Victor Stinner
91108f049f
Issue #25210 : Change error message of do_richcompare()
...
Don't add parenthesis to type names. Add also quotes around the type names.
Before:
TypeError: unorderable types: int() < NoneType()
After:
TypeError: '<' not supported between instances of 'int' and 'NoneType'
2015-10-14 18:25:31 +02:00
Terry Jan Reedy
8533a21117
Merge with 3.5
2015-10-13 22:04:22 -04:00
Terry Jan Reedy
447169f6da
Merge with 3.4
2015-10-13 22:04:07 -04:00
Terry Jan Reedy
93f3542ae4
Issue #24782 : Finish converting the Configure Extension dialog into a new
...
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
2015-10-13 22:03:51 -04:00
Serhiy Storchaka
b6d84832bf
Issue #24164 : Document changes to __getnewargs__ and __getnewargs_ex__.
2015-10-13 21:26:35 +03:00
Victor Stinner
f7d2471260
Merge 3.5 (sys.setrecursionlimit)
2015-10-13 00:16:07 +02:00
Victor Stinner
50856d5ae7
sys.setrecursionlimit() now raises RecursionError
...
Issue #25274 : sys.setrecursionlimit() now raises a RecursionError if the new
recursion limit is too low depending at the current recursion depth. Modify
also the "lower-water mark" formula to make it monotonic. This mark is used to
decide when the overflowed flag of the thread state is reset.
2015-10-13 00:11:21 +02:00
Victor Stinner
e84c976568
Issue #25357 : Add an optional newline paramer to binascii.b2a_base64().
...
base64.b64encode() uses it to avoid a memory copy.
2015-10-11 11:01:02 +02:00
Martin Panter
430f657c67
Issue #25161 : Merge full stops from 3.5
2015-10-10 10:45:00 +00:00
Martin Panter
84835ab1cb
Issue #25161 : Merge full stops from 3.4 into 3.5
2015-10-10 10:44:25 +00:00
Martin Panter
d21e0b52f1
Issue #25161 : Add full stops in documentation; patch by Takase Arihiro
2015-10-10 10:36:22 +00:00
Martin Panter
a6d5038226
Issue #22413 : Merge StringIO doc from 3.5
2015-10-10 10:20:25 +00:00
Martin Panter
994815e1d7
Issue #22413 : Merge StringIO doc from 3.4 into 3.5
2015-10-10 10:15:21 +00:00
Martin Panter
cfad54344f
Issue #22413 : Document newline effect on StringIO initializer and getvalue
...
Also add to comment in the C code.
2015-10-10 03:01:20 +00:00
Berker Peksag
960e848f0d
Issue #16099 : RobotFileParser now supports Crawl-delay and Request-rate
...
extensions.
Patch by Nikolay Bogoychev.
2015-10-08 12:27:06 +03:00
Berker Peksag
2137dc1573
Issue #16802 : Document fileno parameter of socket.socket()
...
Patch by Henrik Heimbuerger and Bar Harel.
2015-10-08 06:34:57 +03:00
Berker Peksag
ce88d82ec2
Issue #16802 : Document fileno parameter of socket.socket()
...
Patch by Henrik Heimbuerger and Bar Harel.
2015-10-08 06:34:31 +03:00
Berker Peksag
24a610984d
Issue #16802 : Document fileno parameter of socket.socket()
...
Patch by Henrik Heimbuerger and Bar Harel.
2015-10-08 06:34:01 +03:00
Martin Panter
585a6acfef
Merge typo fixes from 3.5
2015-10-07 11:13:55 +00:00
Martin Panter
3f930dcd87
Merge typo fixes from 3.4 into 3.5
2015-10-07 11:01:47 +00:00
Martin Panter
9955a373a8
Various minor typos in documentation and comments
2015-10-07 10:26:23 +00:00
Martin Panter
6568714366
Issue #25286 : Merge dictionary view glossary from 3.5
2015-10-07 10:04:49 +00:00
Martin Panter
397625e432
Issue #25286 : Update dictionary view link; patch by Akira Li
2015-10-07 10:03:20 +00:00
Martin Panter
446977c080
Issue #25286 : Merge dictionary view glossary from 3.4 into 3.5
2015-10-07 10:01:04 +00:00
Martin Panter
85b8f45515
Issue #25286 : Dictionary views are not sequences
...
Also change glossary heading from view
2015-10-07 09:56:46 +00:00
Berker Peksag
6f038ada5b
Add a versionadded directive for reopenIfNeeded()
2015-10-07 07:54:23 +03:00
Alexander Belopolsky
68713e41a5
Closes issue #12006 : Add ISO 8601 year, week, and day directives to strptime.
...
This commit adds %G, %V, and %u directives to strptime. Thanks Ashley Anderson
for the implementation.
2015-10-06 13:29:56 -04:00
Guido van Rossum
8ab4169f5a
Docs and one small improvement for issue #25304 , by Vincent Michel. (Merge 3.5->3.6.)
2015-10-05 16:26:00 -07:00
Guido van Rossum
5db034acfa
Docs and one small improvement for issue #25304 , by Vincent Michel. (Merge 3.4->3.5.)
2015-10-05 16:23:13 -07:00
Guido van Rossum
601953b679
Docs and one small improvement for issue #25304 , by Vincent Michel.
2015-10-05 16:20:00 -07:00
Guido van Rossum
3074c134a9
Issue #23972 : updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.)
2015-10-05 09:29:32 -07:00
Guido van Rossum
eda1955d82
Issue #23972 : updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)
2015-10-05 09:19:11 -07:00
Guido van Rossum
b9bf913ab3
Issue #23972 : updates to asyncio datagram API. By Chris Laws.
2015-10-05 09:15:28 -07:00
Martin Panter
9846187bec
Issue #16701 : Merge sequence docs from 3.5
2015-10-03 07:54:08 +00:00
Martin Panter
2b8cbf04df
Issue #16701 : Merge sequence docs from 3.4 into 3.5
2015-10-03 07:53:49 +00:00
Martin Panter
3795d12a0d
Issue #16701 : Document += and *= for mutable sequences
2015-10-03 07:46:04 +00:00
Terry Jan Reedy
bfc01028bb
Merge with 3.5
2015-10-02 23:25:54 -04:00
Terry Jan Reedy
103d06c81e
Merge with 3.4
2015-10-02 23:25:14 -04:00
Terry Jan Reedy
d470527aec
Issue #25224 : README.txt is now an idlelib index for IDLE developers and
...
curious users. The previous user content is now in the IDLE doc and is
redundant. IDLE now means 'Integrated Development and Learning Environment'.
2015-10-02 23:22:59 -04:00
Victor Stinner
6661d885a3
Issue #25287 : Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
...
supported. Check if it is supported, it may not be supported on OpenBSD for
example.
2015-10-02 23:00:39 +02:00
Vinay Sajip
29a1445136
Closes #24884 : refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban.
2015-10-01 20:54:41 +01:00
Andrew Svetlov
a91b7e0dc7
Merge 3.5 -> default
2015-10-01 09:49:03 +03:00
Andrew Svetlov
313242aa03
Merge 3.4 -> 3.5
2015-10-01 09:48:36 +03:00
Andrew Svetlov
1c62b52c3f
Reflect parameter name change in the doc
2015-10-01 09:48:08 +03:00
Terry Jan Reedy
5fbeabcbb6
Merge with 3.5, Issue #24028 : Add subsection about Idle calltips.
2015-09-29 01:56:54 -04:00
Terry Jan Reedy
e471ab3434
Merge with 3.4, Issue #24028 : Add subsection about Idle calltips.
2015-09-29 01:56:35 -04:00
Terry Jan Reedy
37f81355b0
Issue #24028 : Add subsection about Idle calltips.
2015-09-29 01:55:57 -04:00
R David Murray
ace12ee11e
Merge: Fix English phrasing.
2015-09-27 12:37:20 -04:00
R David Murray
c944e34959
Merge: Fix English phrasing.
2015-09-27 12:36:50 -04:00
R David Murray
87d0066f1a
Fix English phrasing.
2015-09-27 12:36:19 -04:00
Benjamin Peterson
81520b0bed
merge 3.5
2015-09-27 02:05:18 -07:00
Benjamin Peterson
e0daa86ce9
merge 3.4
2015-09-27 02:05:12 -07:00
Benjamin Peterson
1dd72e6bc5
make wikipedia link https
2015-09-27 02:05:01 -07:00
Benjamin Peterson
feb8b62847
merge 3.5
2015-09-27 01:23:40 -07:00
Benjamin Peterson
16b5708471
merge 3.4
2015-09-27 01:23:35 -07:00
Benjamin Peterson
c402d8dcea
shorten and fix casing of title
2015-09-27 01:23:10 -07:00
Terry Jan Reedy
b8aca4e491
Merge with 3.5
2015-09-24 23:14:15 -04:00
Terry Jan Reedy
0588e1ab39
Merge with 3.4
2015-09-24 23:14:02 -04:00
Terry Jan Reedy
f660ce2363
Issue #25225 : Condense and rewrite Idle doc section on text colors.
2015-09-24 23:13:49 -04:00
Andrew Svetlov
038b61fbb5
Merge 3.5 -> default
2015-09-24 14:36:00 +03:00
Andrew Svetlov
1c99e529dd
Merge 3.4 -> 3.5
2015-09-24 14:35:16 +03:00
Andrew Svetlov
4919907774
Fix #25208 : Improve "Develop with asyncio" doc page.
...
Patch by Benjamin Hodgson.
2015-09-24 14:32:39 +03:00
Terry Jan Reedy
ac2d87a157
Merge with 3.5
2015-09-24 03:10:07 -04:00
Terry Jan Reedy
5901b00124
Merge with 3.4
2015-09-24 03:09:56 -04:00
Terry Jan Reedy
0053c47785
Issue 21995: Explain some differences between IDLE and console Python.
2015-09-24 03:09:43 -04:00
Victor Stinner
63c8907498
Merge 3.5 (codecs, issue #24894 )
2015-09-24 09:04:44 +02:00
Victor Stinner
0ec69a6a41
Merge 3.4 (codecs, issue #24894 )
2015-09-24 09:04:26 +02:00
Victor Stinner
bfd9767e0f
Issue #24894 : Document the codec iso8859_11
...
Patch written by Prashant Tyagi.
2015-09-24 09:04:05 +02:00
Terry Jan Reedy
51c0f3e451
Merge with 3.5
2015-09-24 01:40:07 -04:00
Terry Jan Reedy
1749ce7542
Merge with 3.4
2015-09-24 01:39:48 -04:00
Terry Jan Reedy
8b5a981e02
Issue #22820 : Explain need for *print* when running file from Idle editor.
2015-09-24 01:39:30 -04:00
Terry Jan Reedy
e39b57b41a
Merge with 3.5
2015-09-23 20:01:09 -04:00
Terry Jan Reedy
0389fccbd0
Merge with 3.4
2015-09-23 20:00:55 -04:00
Terry Jan Reedy
6e10ec5367
Issue 25224: Augment Idle doc feature list and no-subprocess section
...
to finish making current README.txt obsolete.
2015-09-23 20:00:33 -04:00
Terry Jan Reedy
54afac325c
Merge with 3.5
2015-09-23 03:52:50 -04:00
Terry Jan Reedy
30d0433451
Merge with 3.4
2015-09-23 03:52:36 -04:00
Terry Jan Reedy
968e285a8c
Issue #25219 : Update doc for Idle command line options.
...
Some were missing and notes were not correct.
2015-09-23 03:52:23 -04:00
Victor Stinner
996572ca3f
Merge 3.5 (asyncio)
2015-09-21 18:41:46 +02:00
Victor Stinner
7b58a2bb1d
Merge 3.4 (asyncio)
2015-09-21 18:41:05 +02:00
Victor Stinner
5e4a7d8dc7
Issue #23630 , asyncio: host parameter of loop.create_server() can now be a
...
sequence of strings. Patch written by Yann Sionneau.
2015-09-21 18:33:43 +02:00
Victor Stinner
a6d5130c4d
Merge 3.5 (asyncio doc)
2015-09-21 18:28:04 +02:00
Victor Stinner
04ce06b612
Issue #25114 : Adjust versionchanged in the doc
2015-09-21 18:27:52 +02:00
Victor Stinner
385c75f8d4
Merge 3.5 (asyncio)
2015-09-21 18:08:27 +02:00
Victor Stinner
d1fcca8ada
Merge 3.4 (asyncio)
2015-09-21 18:08:06 +02:00
Victor Stinner
f7dc7fb74d
Issue #25114 , asyncio: add ssl_object extra info to SSL transports
...
This info is required on Python 3.5 and newer to get specific information on
the SSL object, like getting the binary peer certificate (instead of getting
it as text).
2015-09-21 18:06:17 +02:00
Berker Peksag
33ffc055c8
Issue #23484 : Document differences between synchronization primitives of
...
threading and multiprocessing modules.
In multiprocessing, the name of the first parameter of the acquire methods is
"block", but "blocking" in threading.
This commit also improves documentation of Lock and RLock.
Patch by Davin Potts.
2015-09-21 06:52:11 +03:00
Berker Peksag
64c8befaed
Issue #23484 : Document differences between synchronization primitives of
...
threading and multiprocessing modules.
In multiprocessing, the name of the first parameter of the acquire methods is
"block", but "blocking" in threading.
This commit also improves documentation of Lock and RLock.
Patch by Davin Potts.
2015-09-21 06:51:45 +03:00
Berker Peksag
407c497e83
Issue #23484 : Document differences between synchronization primitives of
...
threading and multiprocessing modules.
In multiprocessing, the name of the first parameter of the acquire methods is
"block", but "blocking" in threading.
This commit also improves documentation of Lock and RLock.
Patch by Davin Potts.
2015-09-21 06:50:55 +03:00
Berker Peksag
ad8dcb703e
Issue #25169 : os.getppid() is available on Windows since Python 3.2.
...
Patch by Bar Harel.
2015-09-21 06:13:36 +03:00
Berker Peksag
b216896df4
Issue #25169 : os.getppid() is available on Windows since Python 3.2.
...
Patch by Bar Harel.
2015-09-21 06:13:14 +03:00
Berker Peksag
44e4b11dd8
Issue #25169 : os.getppid() is available on Windows since Python 3.2.
...
Patch by Bar Harel.
2015-09-21 06:12:50 +03:00
Martin Panter
b7d276e647
Issue #25176 : Merge cgi.parse_qsl link from 3.5
2015-09-20 01:11:50 +00:00
Martin Panter
926be1b0ec
Issue #25176 : Merge cgi.parse_qsl link from 3.4 into 3.5
2015-09-20 01:07:41 +00:00
Martin Panter
cebfdac32c
Issue #25176 : Correct link for cgi.parse_qsl; patch from Ville Skyttä
2015-09-20 00:28:50 +00:00
Brett Cannon
6631b550d6
Merge for issue #25133
2015-09-18 15:21:22 -07:00
Brett Cannon
aa00324f73
Make it clearer that the constants in the selectors docs are module-level
2015-09-18 15:21:02 -07:00
Ethan Furman
b134a2a5ae
Close issue24756: clarify usage of run_docstring_examples()
2015-09-17 22:22:20 -07:00
Ethan Furman
7b51a55ecd
Issue24756: clarify usage of run_docstring_examples()
2015-09-17 22:21:36 -07:00
Ethan Furman
2a5f9da56c
Issue24756: clarify usage of run_docstring_examples()
2015-09-17 22:20:41 -07:00
Victor Stinner
334536fb60
Merge 3.5 (asyncio doc)
2015-09-15 22:43:05 +02:00
Victor Stinner
60208a161d
Issue #25134 : Update asyncio doc for SSL on Windows
...
ProactorEventLoop now supports SSL.
2015-09-15 22:41:52 +02:00
Berker Peksag
768e0c129d
Issue #25127 : Fix typo in concurrent.futures.rst
...
Reported by Jakub Wilk.
2015-09-15 19:59:46 +03:00
Berker Peksag
61ea0aadee
Issue #25127 : Fix typo in concurrent.futures.rst
...
Reported by Jakub Wilk.
2015-09-15 19:59:26 +03:00
Berker Peksag
0b0c3b6624
Issue #25127 : Fix typo in concurrent.futures.rst
...
Reported by Jakub Wilk.
2015-09-15 19:59:03 +03:00
Serhiy Storchaka
5593804f76
Fixed a typo in the -b option.
2015-09-13 21:09:36 +03:00
Serhiy Storchaka
2446eab230
Fixed a typo in the -b option.
2015-09-13 21:09:17 +03:00
Serhiy Storchaka
233cdb3e9c
Marked keystrokes with the :kbd: role.
...
Fixed the case of the "Ctrl-" prefixes.
2015-09-12 17:46:56 +03:00
Serhiy Storchaka
153627c111
Marked keystrokes with the :kbd: role.
...
Fixed the case of the "Ctrl-" prefixes.
2015-09-12 17:46:20 +03:00
Serhiy Storchaka
0424eaf753
Marked keystrokes with the :kbd: role.
...
Fixed the case of the "Ctrl-" prefixes.
2015-09-12 17:45:25 +03:00
Martin Panter
6d66b8b019
Issue #16473 : Merge codecs doc and test from 3.5
2015-09-12 01:24:33 +00:00
Martin Panter
9ab96946ee
Issue #16473 : Merge codecs doc and test from 3.4 into 3.5
2015-09-12 01:22:17 +00:00
Martin Panter
06171bd52a
Issue #16473 : Fix byte transform codec documentation; test quotetabs=True
...
This changes the equivalent functions listed for the Base-64, hex and Quoted-
Printable codecs to reflect the functions actually used. Also mention and
test the "quotetabs" setting for Quoted-Printable encoding.
2015-09-12 00:34:28 +00:00
Martin Panter
3286031481
Merge sendfile() doc fixes from 3.5
2015-09-11 23:54:58 +00:00
Martin Panter
3133a9f5ab
socket.sendfile() is a method not a module
2015-09-11 23:44:18 +00:00
Martin Panter
f9b6875259
Issue #25063 : socket.sendfile() does not exist in 3.4
...
Remove notice that was backported in revision 50527a1b769c.
2015-09-11 23:39:34 +00:00
Martin Panter
c47d32caaa
Issue #25043 : Merge Bluetooth doc from 3.5
2015-09-11 23:19:30 +00:00
Martin Panter
ba1125246c
Issue #25043 : Merge Bluetooth doc from 3.4 into 3.5
2015-09-11 23:19:10 +00:00
Martin Panter
ea7266d7c6
Issue #25043 : Document BDADDR_ and HCI_ Bluetooth socket constants
...
Patch from Tim Tisdall.
2015-09-11 23:14:57 +00:00
Zachary Ware
3619e12a4f
Merge with 3.5
2015-09-11 10:52:51 -05:00
Zachary Ware
f505165d00
Merge with 3.4
2015-09-11 10:52:36 -05:00
Zachary Ware
79e5088a60
Fix grammatical error in csv docs.
...
Reported by Nat Dunn on docs@
2015-09-11 10:51:47 -05:00
Yury Selivanov
f3d9ef9ba6
Merge 3.5
2015-09-11 00:48:45 -04:00
Yury Selivanov
4dde587405
whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags
2015-09-11 00:48:21 -04:00
Martin Panter
b26cbf9636
Issue #25030 : Merge seek() doc fixes from 3.5
2015-09-11 04:39:42 +00:00
Martin Panter
0e8e78e15d
Issue #25030 : Merge seek() doc fixes from 3.4 into 3.5
2015-09-11 04:39:31 +00:00
Martin Panter
db4220ea09
Issue #25030 : Do not document seek() as if it accepts keyword arguments
...
Patch from Shiyao Ma.
2015-09-11 03:58:30 +00:00
Martin Panter
52233a01ed
Issue #24984 : Merge BTPROTO_SCO doc fix from 3.5
2015-09-11 02:30:08 +00:00
Martin Panter
daabed5d49
Issue #24984 : Merge BTPROTO_SCO doc fix from 3.4 into 3.5
2015-09-11 02:29:35 +00:00
Martin Panter
d8302624c9
Issue #24984 : BTPROTO_SCO supports only bytes objects
2015-09-11 02:23:41 +00:00
Yury Selivanov
c545f1ce8f
Merge 3.5
2015-09-10 21:27:04 -04:00
Yury Selivanov
a88cd646d1
whatsnew/3.5: Another editing pass
...
Patch by Elvis Pranskevichus.
2015-09-10 21:26:54 -04:00
Guido van Rossum
7466e6bf66
Add the original author of profile.py back to the docs, at his request. (Merge)
2015-09-10 12:12:23 -07:00
Guido van Rossum
6eb740b12a
Add the original author of profile.py back to the docs, at his request.
2015-09-10 12:12:01 -07:00
Berker Peksag
91c4e603af
Fix typos and improve markup in typing.rst.
2015-09-10 21:56:11 +03:00
Berker Peksag
573e2cd383
Fix typos and improve markup in typing.rst.
2015-09-10 21:55:50 +03:00
Berker Peksag
4b2d7f0bd0
Use print function in mock docs.
2015-09-10 21:42:18 +03:00
Berker Peksag
619b283d85
Use print function in mock docs.
2015-09-10 21:41:52 +03:00
Berker Peksag
920f6db10b
Use print function in mock docs.
2015-09-10 21:41:15 +03:00
Guido van Rossum
06ea309ea7
Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.
2015-09-10 10:54:10 -07:00
Guido van Rossum
2a19d956ab
Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.
2015-09-10 10:52:11 -07:00
Yury Selivanov
cbed49550a
Merge 3.5
2015-09-09 12:23:18 -04:00
Yury Selivanov
336b37b1dd
whatsnew/3.5: First pass over NEWS is done.
2015-09-09 12:23:01 -04:00
Berker Peksag
df326eb1bb
Fix versionchanged directive in datetime.rst
2015-09-09 18:32:50 +03:00
Yury Selivanov
1030c10c88
Merge 3.5
2015-09-09 09:32:17 -04:00
Yury Selivanov
f03d50c5da
docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)
2015-09-09 09:32:07 -04:00
Martin Panter
98b30cb18a
Issue #24984 : Merge 3.5 into 3.6
2015-09-09 06:50:07 +00:00
Martin Panter
24a9bd0d39
Issue #24984 : Merge 3.4 into 3.5
2015-09-09 06:48:55 +00:00
Martin Panter
d1a98587fe
Issue #24984 : Document AF_BLUETOOTH socket address formats
...
Patch from Tim Tisdall.
2015-09-09 06:47:58 +00:00
Martin Panter
3f560c16e5
Merge 3.5 into 3.6
2015-09-09 06:28:08 +00:00
Martin Panter
6088b7bd49
Merge 3.4 into 3.5
2015-09-09 06:27:43 +00:00
Martin Panter
9499413508
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
...
Needs to be tested on a BSD.
2015-09-09 05:29:24 +00:00
Martin Panter
a122b5a1fd
Issue #23738 : Merge 3.5 into 3.6
2015-09-09 03:01:17 +00:00
Martin Panter
5127cdea05
Merge 3.5 branches
2015-09-09 02:51:53 +00:00
Yury Selivanov
9b82a99a64
Merge 3.5
2015-09-08 22:40:45 -04:00
Yury Selivanov
100fc3fbc2
whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.
2015-09-08 22:40:30 -04:00
Martin Panter
0ff89099c7
Issue #23738 : Merge 3.4 into 3.5
2015-09-09 01:56:53 +00:00
Martin Panter
bf19d16950
Issue #23738 : Document and test actual keyword parameter names
...
Also fix signature because os.utime(..., ns=None) is not allowed.
2015-09-09 01:01:13 +00:00
Martin Panter
3368eb7c25
Issue #23406 : Merge 3.5 into 3.6
2015-09-07 02:12:08 +00:00
Martin Panter
06dc2fa3f6
Issue #23406 : Merge 3.4 into 3.5
2015-09-07 02:10:59 +00:00
Martin Panter
7f02d6d0d9
Issue #23406 : Clarify documentation on multiplying a sequence
...
Patch from Matheus Vieira Portela.
2015-09-07 02:08:55 +00:00
Alexander Belopolsky
7827a5b7c2
Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.
2015-09-06 13:07:21 -04:00
R David Murray
d3639dc21a
Merge: #24998 : fix cut and paste error in subprocess example.
2015-09-04 10:03:03 -04:00
R David Murray
d529ebb438
Merge: #24998 : fix cut and paste error in subprocess example.
2015-09-04 10:02:27 -04:00
R David Murray
17227a7334
#24998 : fix cut and paste error in subprocess example.
2015-09-04 10:01:19 -04:00
Victor Stinner
1101c58737
Merge 3.5 (asyncio doc)
2015-09-02 15:41:08 +02:00
Victor Stinner
44a25faf7c
Merge 3.4 (asyncio doc)
2015-09-02 15:40:56 +02:00
Victor Stinner
5492d358e4
asyncio doc: fix subprocess sections
2015-09-02 15:39:01 +02:00
Yury Selivanov
c994cd21de
Merge 3.5
2015-08-31 11:45:11 -04:00
Yury Selivanov
c52e41d6b9
Make asyncio provisional
2015-08-31 11:42:31 -04:00
Martin Panter
81174d749a
Issue #24952 : Merge 3.5 into 3.6
2015-08-31 03:26:46 +00:00
Martin Panter
e721b7cb8b
Issue #24952 : Merge 3.4 into 3.5
2015-08-31 03:25:34 +00:00
Martin Panter
31e7f50d4c
Issue #24952 : Clarify default argument of stack_size() in threading, _thread
...
Patch from Mattip.
2015-08-31 03:15:52 +00:00
Benjamin Peterson
902adbb393
merge 3.5 ( #24963 )
2015-08-30 14:42:59 -07:00
Benjamin Peterson
1498461a7a
merge 3.4 ( #24963 )
2015-08-30 14:42:49 -07:00
Benjamin Peterson
0612ffe8c8
fix spelling that was a bit confused ( closes #24963 )
2015-08-30 14:42:38 -07:00
Raymond Hettinger
7f9f27d767
merge
2015-08-30 09:17:02 -07:00
Raymond Hettinger
9157545c11
merge
2015-08-30 09:15:36 -07:00
Raymond Hettinger
7a3602e7cf
Issue #24931 : Resolve __dict__ conflict in namedtuple subclasses.
2015-08-30 09:13:48 -07:00
Zachary Ware
46c9c0d61c
Issue #24272 : Merge with 3.5
2015-08-29 22:40:37 -05:00
Zachary Ware
ce50802679
Issue #24272 : Remove usage of default reST role from typing docs
2015-08-29 22:39:47 -05:00
Alexander Belopolsky
357cb986b2
Fixed typos in TZ format description
2015-08-28 16:56:45 -04:00
Zachary Ware
a51ffd3099
Closes #24947 : Merge with 3.5
2015-08-27 15:55:48 -05:00
Zachary Ware
dcc47c6064
Issue #24947 : Merge 3.4
2015-08-27 15:55:24 -05:00
Zachary Ware
5e580da0b6
Issue #24947 : Fix grammar in asyncio doc
...
Patch by tagatac
2015-08-27 15:54:39 -05:00
R David Murray
4c4cfad2df
Merge: #24926 : Fix typo in example.
2015-08-24 12:56:24 -04:00
R David Murray
7d9376f2d8
Merge: #24926 : Fix typo in example.
2015-08-24 12:55:47 -04:00
R David Murray
87cbfb20fb
#24926 : Fix typo in example.
2015-08-24 12:55:03 -04:00
Robert Collins
d949e5b057
Issue #22812 : Fix unittest discovery examples.
...
Patch from Pam McA'Nulty.
2015-08-24 12:15:49 +12:00
Robert Collins
478eadc5f3
Issue #22812 : Fix unittest discovery examples.
...
Patch from Pam McA'Nulty.
2015-08-24 12:15:05 +12:00
Robert Collins
a2b0055396
Issue #22812 : Fix unittest discovery examples.
...
Patch from Pam McA'Nulty.
2015-08-24 12:14:28 +12:00
Yury Selivanov
df6f8bf47b
Merge 3.5
2015-08-19 09:53:41 -04:00
Yury Selivanov
de11561862
Further improve os.path.commonprefix() docs.
...
Patch by Serhiy Storchaka.
2015-08-19 09:53:28 -04:00
Yury Selivanov
02aa3426d3
Merge 3.5
2015-08-17 23:43:54 -04:00
Yury Selivanov
80ac11f95f
docs: Improve docs for os.path.commonprefix
2015-08-17 23:43:43 -04:00
Ned Deily
84086acb47
Issue #24079 : merge from 3.5
2015-08-17 22:15:54 -04:00
Ned Deily
d61714d236
Issue #24079 : merge from 3.4
2015-08-17 22:11:57 -04:00
Ned Deily
eca0445733
Issue #24079 : Improve description of the text and tail attributes for
...
ElementTree Element objects. Initial patch by Martin Panter.
2015-08-17 22:11:17 -04:00
Yury Selivanov
d11223e0d6
Merge 3.5
2015-08-17 13:04:49 -04:00
Yury Selivanov
5fbad3c9f2
docs: Clarify that gi_yieldfrom was first added in 3.5
2015-08-17 13:04:41 -04:00
Yury Selivanov
9e35cac3a1
Merge 3.5
2015-08-17 13:02:53 -04:00
Yury Selivanov
c135f0a850
docs: Fix inspect docs re gi_yieldfrom
2015-08-17 13:02:42 -04:00
Raymond Hettinger
47d159f522
Issue #24379 : Add operator.subscript() as a convenience for building slices.
2015-08-16 19:43:34 -07:00
Raymond Hettinger
2a75e8f958
Issue #24842 : Cross-reference types.SimpleNamespace from the namedtuple docs
2015-08-16 08:32:01 -07:00
Antoine Pitrou
aa525d0cae
Issue #16554 : fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
2015-08-13 20:37:40 +02:00
Antoine Pitrou
5e8d47f6ab
Issue #16554 : fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
2015-08-13 20:37:28 +02:00
Antoine Pitrou
4ce4f974da
Issue #16554 : fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
2015-08-13 20:37:08 +02:00
Robert Collins
3286718708
Issue #23725 : Overhaul tempfile docs.
...
Patch from Zbigniew Jędrzejewski-Szmek.
2015-08-13 11:38:44 +12:00
Robert Collins
2ebdc13d11
Issue #23725 : Overhaul tempfile docs.
...
Patch from Zbigniew Jędrzejewski-Szmek.
2015-08-13 11:38:02 +12:00
Robert Collins
dfa95c9a8f
Issue #20059 : urllib.parse raises ValueError on all invalid ports.
...
Patch by Martin Panter.
2015-08-10 09:53:30 +12:00
Stefan Krah
67c3c5c90f
Merge #23756 .
2015-08-08 14:34:17 +02:00
Stefan Krah
70e543b266
Issue #23756 : Clarify the terms "contiguous" and "bytes-like object".
...
Patch by Martin Panter.
2015-08-08 14:33:28 +02:00
Stefan Krah
5f35725fb8
Merge #15944 .
2015-08-08 13:38:59 +02:00
Stefan Krah
0c51595a78
Issue #15944 : memoryview: Allow arbitrary formats when casting to bytes.
...
Original patch by Martin Panter.
2015-08-08 13:38:10 +02:00
Zachary Ware
070bd62cfa
Closes #21279 : Merge with 3.5
2015-08-06 00:05:13 -05:00
Zachary Ware
d987a81d29
Issue #21279 : Merge with 3.4
2015-08-06 00:04:23 -05:00
Zachary Ware
79b98df023
Issue #21279 : Flesh out str.translate docs
...
Initial patch by Kinga Farkas, Martin Panter, and John Posner.
2015-08-05 23:54:15 -05:00
Guido van Rossum
a8e870c720
Fix trailing ws (merge from 3.5).
2015-08-05 12:26:28 +02:00
Guido van Rossum
9db397c5c1
Fix trailing ws.
2015-08-05 12:26:07 +02:00
Guido van Rossum
a910cff84e
Merge docs for typing.py from 3.5 into default branch.
2015-08-05 12:24:21 +02:00
Guido van Rossum
cd2ac97dfd
Merge docs for typing.py from accidental branch.
2015-08-05 12:21:40 +02:00
Robert Collins
8c81711d6c
Issue #20769 : Improve reload() docs. Patch by Dorian Pula.
2015-08-05 08:32:11 +12:00
Robert Collins
b3ca31f5f1
Issue #20769 : Improve reload() docs. Patch by Dorian Pula.
2015-08-05 08:28:53 +12:00
Robert Collins
1ae28d2ff3
Issue #20769 : Improve reload() docs. Patch by Dorian Pula.
2015-08-05 08:20:53 +12:00
Guido van Rossum
69afdda3a5
Issue #24272 : Initial docs for typing.py (PEP 484). (Merge from 3.5.)
...
By Daniel Andrade Groppe and Ivan Levkivskyi.
2015-08-03 22:39:12 +02:00
Guido van Rossum
eb184e0106
Issue #24272 : Initial docs for typing.py (PEP 484).
...
By Daniel Andrade Groppe and Ivan Levkivskyi.
2015-08-03 22:35:46 +02:00
Guido van Rossum
96860ee8d0
Remove warning about asyncio being provisional (it's not in 3.5 and up; merge from 3.5).
2015-08-02 15:51:46 +02:00
Guido van Rossum
75ead2b578
Remove warning about asyncio being provisional (it's not in 3.5 and up).
2015-08-02 15:50:27 +02:00
Berker Peksag
fa3922cfd0
Issue #13248 : Delete remaining references of inspect.getargspec().
...
Noticed by Yaroslav Halchenko.
2015-07-31 04:11:29 +03:00
Terry Jan Reedy
cd111d5af8
Merge with 3.5
2015-07-30 16:44:55 -04:00
Terry Jan Reedy
659fcb0a8d
Merge with 3.4
2015-07-30 16:44:41 -04:00
Terry Jan Reedy
30f1f67248
Issue #13884 : Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
2015-07-30 16:44:22 -04:00
Berker Peksag
4de1c1a9df
Issue #12160 : Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
...
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode().
Patch by Nick Weinhold.
2015-07-30 18:27:04 +03:00