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 |
|
Berker Peksag
|
c2dd680115
|
Issue #23983: Update the pty module example.
Changes:
* Fixed a ResourceWarning warning
* Used argparse instead of getopt
|
2015-05-12 17:25:06 +03:00 |
|
Yury Selivanov
|
d7e19bb566
|
docs/asyncio: Document new ensure_future() and deprecated async()
|
2015-05-11 16:33:41 -04:00 |
|
Yury Selivanov
|
7185461897
|
docs/asyncio: Document set_task_factory/get_task_factory
|
2015-05-11 16:28:27 -04:00 |
|
Andrew Svetlov
|
b79e01248d
|
Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine
|
2015-05-08 14:13:41 +03:00 |
|
Benjamin Peterson
|
ad643b59ce
|
remove word we don't need
|
2015-05-06 21:29:14 -04:00 |
|
Zachary Ware
|
828946e561
|
Fix copy/paste errors.
Basically, s/thread/coroutine/.
|
2015-05-06 20:19:06 -05:00 |
|
Guido van Rossum
|
d0150ad59e
|
Issue 24088: Clarify semantics of yield expression.
|
2015-05-05 12:02:01 -07:00 |
|
Benjamin Peterson
|
ac87ed7e9f
|
update example, since python.org is HTTPS-only now (closes #24118)
|
2015-05-03 12:59:09 -04:00 |
|
R David Murray
|
4590c3d944
|
#24108: Update fnmatch.translate example to show correct output.
Patch by Merlijn van Deen.
|
2015-05-02 15:08:22 -04:00 |
|
R David Murray
|
6d877ef026
|
#24081: Remove obsolete caveat from import docs.
Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce,
but these docs were not updated.
Patch by Peter Viktorin.
|
2015-05-02 14:57:54 -04:00 |
|
Serhiy Storchaka
|
a7db0576ac
|
Fixed a typo.
|
2015-05-02 19:24:41 +03:00 |
|
Vinay Sajip
|
bbd95a9361
|
Issue #24060: Made logging.Formatter documentation a little clearer.
|
2015-05-02 09:46:05 +01:00 |
|
Berker Peksag
|
2034caa0c4
|
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
|
2015-04-27 13:53:28 +03:00 |
|
Berker Peksag
|
8c99a6d604
|
Issue #23356: Simplify convert_arg_line_to_args example.
Patch by py.user.
|
2015-04-26 12:09:54 +03:00 |
|
Benjamin Peterson
|
d87dd434c0
|
fix relative link (closes #24057)
|
2015-04-25 14:15:16 -04:00 |
|
Benjamin Peterson
|
9bdd61338d
|
remove dead *-import checking code (closes #24049)
|
2015-04-24 12:02:29 -04:00 |
|
Barry Warsaw
|
2097f53ec3
|
Issue #24029: Document the name binding behavior for submodule imports.
|
2015-04-22 18:29:16 -04:00 |
|
Andrew Kuchling
|
333518e01d
|
#15183: clarify timeit documentation to say that setup statement isn't timed
|
2015-04-21 19:43:33 -04:00 |
|
Benjamin Peterson
|
6de708fd46
|
recommend requests library (closes #23989)
Patch from Van Lindberg
|
2015-04-20 18:18:14 -04:00 |
|
Benjamin Peterson
|
cdbe29902e
|
fix grammar
|
2015-04-19 23:14:37 -04:00 |
|
Berker Peksag
|
37de910b52
|
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
|
2015-04-19 04:37:35 +03:00 |
|
Berker Peksag
|
e4dde50c78
|
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
Patch by Andy Holst.
|
2015-04-19 04:32:23 +03:00 |
|
Vinay Sajip
|
2d965c2555
|
Issue #23536: Clarified scope of fileConfig()'s API.
|
2015-04-18 13:14:10 +01:00 |
|
R David Murray
|
5be7f1513d
|
#23957: fix typo.
|
2015-04-14 16:42:08 -04:00 |
|
Gregory P. Smith
|
0f2f3bc9db
|
issue9014: Include more formatting on :c:type:PyObject etc.
|
2015-04-14 11:21:05 -07:00 |
|
Gregory P. Smith
|
1b24465c93
|
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
|
2015-04-14 11:12:53 -07:00 |
|
Gregory P. Smith
|
23a6a0daa1
|
remove trailing space :)
|
2015-04-14 10:04:30 -07:00 |
|
Gregory P. Smith
|
f2a448a66b
|
issue22046: mention that zipfile can raise NotImplementedError on unsupported
compression algorithms.
|
2015-04-14 10:02:20 -07:00 |
|
Berker Peksag
|
4882cacab6
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
|
2015-04-14 09:30:01 +03:00 |
|
Zachary Ware
|
ae9f0fede3
|
Issue #23730: Document the return value of ZipFile.extract
Patch by Stéphane Wirtel.
|
2015-04-13 16:40:49 -05:00 |
|
Antoine Pitrou
|
97aa953550
|
Fix duplicate doc entry for SSLContext.get_ca_certs()
(closes #18147)
|
2015-04-13 21:06:15 +02:00 |
|
Zachary Ware
|
4c9c848159
|
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Using LF can a script to fail if it tries to use a label that is
split across 512 byte blocks. Who knows why.
|
2015-04-13 11:59:54 -05:00 |
|
Zachary Ware
|
f3b990e48c
|
Issue #23932: Update the tutorial section on function annotations.
Patch by Juti Noppornpitak.
|
2015-04-13 11:30:47 -05:00 |
|