Benjamin Peterson
|
acb3a4d88b
|
fix normalization example (closes #24610)
Patch by Chris Angelico
|
2015-07-11 16:32:55 -07:00 |
Zachary Ware
|
e36402a830
|
Fix usage of the default role.
The changes to Doc/library/unittest.mock.rst are almost entirely a
selective backport of the 3.5 page.
|
2015-07-06 23:58:12 -05:00 |
Zachary Ware
|
5c676f67d1
|
Fix suspicious markup
|
2015-07-06 23:27:15 -05:00 |
Benjamin Peterson
|
7dcbf900ac
|
'not' is very important here
|
2015-07-06 11:28:07 -05:00 |
Benjamin Peterson
|
b8fd26256e
|
tighten warning
|
2015-07-06 09:40:43 -05:00 |
Ned Deily
|
f1ce6deb41
|
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
on OS X. Original patch by André Freitas.
|
2015-07-04 15:05:07 -07:00 |
R David Murray
|
a1005ed1aa
|
#24584: replace dead link with pointer to archive.org.
|
2015-07-04 15:44:14 -04:00 |
Benjamin Peterson
|
3ef80587f0
|
remove stray '(' (closes #24547)
|
2015-07-01 22:36:21 -05:00 |
Berker Peksag
|
89584c97e4
|
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
Patch by Martin Panter.
|
2015-06-25 23:38:48 +03:00 |
Yury Selivanov
|
1096f761b6
|
Issue #24509: Clarify Handle.cancel() and loop.call_* methods.
|
2015-06-25 13:49:52 -04:00 |
Yury Selivanov
|
bb96134368
|
asyncio.docs: Use less confusing title
|
2015-06-25 11:54:34 -04:00 |
Serhiy Storchaka
|
03863d2b29
|
Fixed documentation of functions with const char* arguments.
|
2015-06-21 17:11:21 +03:00 |
Serhiy Storchaka
|
5fa22fc088
|
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
|
2015-06-21 16:26:28 +03:00 |
Senthil Kumaran
|
b4760efbad
|
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues:
#issue21528
#issue24453
|
2015-06-14 17:35:37 -07:00 |
Raymond Hettinger
|
1c90670bc2
|
Issue #24453: Fix doubled word.
|
2015-06-14 16:08:06 -07:00 |
Terry Jan Reedy
|
6ac5cc15ce
|
whitespace
|
2015-06-12 16:47:44 -04:00 |
Terry Jan Reedy
|
fe63c9a298
|
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
and set comparisions. Patch by Gareth Rees.
|
2015-06-12 16:38:57 -04:00 |
Terry Jan Reedy
|
f5d4523844
|
Closes issue #24405: mark set display as code.
|
2015-06-12 15:44:45 -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
|
f330d53691
|
#23891: correctly refer to PyPI as "Python Package Index"
|
2015-06-09 18:40:16 +03:00 |
Andrew Kuchling
|
d00407115d
|
#23891: remove extra words
|
2015-06-08 18:17:06 -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
|
4a75174fba
|
Add link to pyvideoorg
|
2015-06-07 03:00:58 -04:00 |
Andrew Kuchling
|
ecacfd80e3
|
#23891: rework discussion of python-list a bit
|
2015-06-06 20:25:21 -04:00 |
Andrew Kuchling
|
d71b170a4d
|
#23891: describe a few more modules in the tutorial
|
2015-04-09 22:20:01 -04:00 |
Benjamin Peterson
|
d9ede872cd
|
that this is "for Python" is obvious
|
2015-06-05 21:03:08 -05: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
|
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 |
Ned Deily
|
11cf4f6498
|
Issue #24357: use example.org instead
|
2015-06-01 21:19:30 -07:00 |
Ned Deily
|
834f029c74
|
Issue #24357: fix real typo
|
2015-06-01 19:37:40 -07:00 |
Ned Deily
|
9e2dc3f0b1
|
Issue #24357: fix typo
|
2015-06-01 19:17:44 -07:00 |
Ned Deily
|
1b79e2d7ee
|
Issue #24357: Change host in socket.getaddrinfo example to one that
does support IPv6 and IPv4; www.python.org currently does not.
|
2015-06-01 18:52:48 -07:00 |
Yury Selivanov
|
0339568753
|
Issue 22357: Document __qualname__ in inspect.rst
|
2015-05-30 13:53:49 -04:00 |
Benjamin Peterson
|
68fe9aa58c
|
update for 3.6 emerging
|
2015-05-27 18:32:25 -05:00 |
Ned Deily
|
72c24002b3
|
Issue 24304: Fix broken license link in FAQ.
|
2015-05-27 15:37:00 -07:00 |
Serhiy Storchaka
|
410d77f230
|
Remove UTF-8 BOMs.
|
2015-05-25 12:27:39 +03:00 |
Terry Jan Reedy
|
a6f6a68368
|
whitespace
|
2015-05-23 18:15:18 -04:00 |
Terry Jan Reedy
|
571164f96f
|
Add pointer to IDLE what's new file.
|
2015-05-23 18:13:14 -04:00 |
Terry Jan Reedy
|
43cba219d5
|
Make expression legal python by adding '1'.
|
2015-05-23 16:16:28 -04:00 |
Raymond Hettinger
|
9ecf9e2944
|
Issue #24219: Remove duplicate literal in docs.
|
2015-05-22 16:37:49 -07:00 |
Berker Peksag
|
315e104d11
|
Issue #24232: Fix typos. Patch by Ville Skyttä.
|
2015-05-19 01:36:55 +03:00 |
Berker Peksag
|
2a8baed833
|
Issue #24233: Add a proper link to socket.getfqdn() documentation.
Patch by Ville Skyttä.
|
2015-05-19 01:31:00 +03:00 |
Terry Jan Reedy
|
d986563a06
|
Issue #22155: Add File Handlers subsection with createfilehandler to tkinter
doc. Remove obsolete example from FAQ. Patch by Martin Panter.
|
2015-05-17 14:49:26 -04:00 |
R David Murray
|
0e8168c9e5
|
#24216: fix typo
|
2015-05-17 10:16:37 -04:00 |
Yury Selivanov
|
82796193f9
|
Issue 24191: Document BoundArguments.signature
|
2015-05-14 14:14:02 -04:00 |
R David Murray
|
2249d9f7d6
|
Make sentence correct English.
|
2015-05-14 08:50:38 -04:00 |
R David Murray
|
0a560a11af
|
#23088: Clarify null termination of bytes and strings in C API.
Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray.
|
2015-05-13 20:31:53 -04:00 |
Raymond Hettinger
|
3afdb2870f
|
Fix mangled wording
|
2015-05-13 14:39:04 -07:00 |
Raymond Hettinger
|
a3780259e4
|
Issue #19934: Document *None* as an acceptable input to Counter.most_common([n])
|
2015-05-13 02:47:57 -07:00 |
Benjamin Peterson
|
19a3f17cb3
|
use imperative
|
2015-05-12 19:15:53 -04:00 |