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 |
|
Yury Selivanov
|
afe0ab6d24
|
Merge 3.5 (whatsnew)
|
2015-08-04 12:52:32 -04:00 |
|
Yury Selivanov
|
a5a0062627
|
whatsnew: Add pep 448 to new syntax features section
|
2015-08-04 12:52:16 -04:00 |
|
Yury Selivanov
|
480a770138
|
Merge 3.5 (whatsnew)
|
2015-08-04 12:47:12 -04:00 |
|
Yury Selivanov
|
5df36af8b7
|
whatsnew/3.5: Briefly mention PEP 484
|
2015-08-04 12:46:57 -04:00 |
|
Yury Selivanov
|
e8b086374b
|
Merge 3.5 (whatsnew)
|
2015-08-04 12:42:36 -04:00 |
|
Yury Selivanov
|
216d999345
|
whatsnew/3.5: Mention PEP 448
|
2015-08-04 12:42:20 -04: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 |
|
Yury Selivanov
|
62f27b5b98
|
whatsnew/3.5,3.6: Mention that 'async' is a bad name for modules
|
2015-08-03 14:57:21 -04:00 |
|
Yury Selivanov
|
13b74aef62
|
whatsnew/3.5: Mention that 'async' is a bad name for modules
|
2015-08-03 14:55:58 -04: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 |
|
Yury Selivanov
|
6a014d3494
|
Merge 3.5
|
2015-08-01 16:19:49 -04:00 |
|
Yury Selivanov
|
75b5ab5770
|
docs: Fix productionlist for async def functions
|
2015-08-01 16:19:36 -04: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 |
|
Berker Peksag
|
7e94e8ea4b
|
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:26:35 +03:00 |
|
Berker Peksag
|
41ca828580
|
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:26:10 +03:00 |
|
Berker Peksag
|
317ccf3cd4
|
Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.
Patch by Martin Panter.
|
2015-07-30 18:06:30 +03:00 |
|
Berker Peksag
|
4333d8bad7
|
Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.
Patch by Martin Panter.
|
2015-07-30 18:06:09 +03:00 |
|
Berker Peksag
|
eb2bdfe72c
|
Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation.
Patch by Keith Gray.
|
2015-07-30 00:04:11 +03:00 |
|
Berker Peksag
|
707deb9df4
|
Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation.
Patch by Keith Gray.
|
2015-07-30 00:03:48 +03:00 |
|
Jason R. Coombs
|
ada5578f95
|
Merge with 3.5 for Issue #24729
|
2015-07-29 14:29:47 -04:00 |
|
Jason R. Coombs
|
0598da39ec
|
Merge with 3.4 for Issue #24729
|
2015-07-29 14:29:26 -04:00 |
|
Jason R. Coombs
|
dcf841b78e
|
Merge
|
2015-07-29 14:25:58 -04:00 |
|
Robert Collins
|
8ed4818289
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
|
2015-07-30 06:20:21 +12:00 |
|
Robert Collins
|
f8d5063645
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
|
2015-07-30 06:16:46 +12:00 |
|
Robert Collins
|
bd4dd54737
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
|
2015-07-30 06:14:32 +12:00 |
|
Jason R. Coombs
|
842c07414e
|
Issue #24729: Correct reference to open function.
|
2015-07-29 14:04:36 -04:00 |
|
Robert Collins
|
d32a944037
|
Issue #23254: Document how to close the TCPServer listening socket.
Patch from Martin Panter.
|
2015-07-29 12:55:33 +12:00 |
|
Robert Collins
|
f7e3b5e153
|
Issue #23254: Document how to close the TCPServer listening socket.
Patch from Martin Panter.
|
2015-07-29 12:53:30 +12:00 |
|
Robert Collins
|
1ee9283254
|
Issue #23254: Document how to close the TCPServer listening socket.
Patch from Martin Panter.
|
2015-07-29 12:52:40 +12:00 |
|
Victor Stinner
|
9f0b5e7097
|
Merge 3.5 (doc)
|
2015-07-29 02:29:54 +02:00 |
|
Victor Stinner
|
ace8848df6
|
What's New in Python 3.5: document os.urandom() changes
|
2015-07-29 02:28:32 +02:00 |
|
Victor Stinner
|
a1d9fa326c
|
Merge 3.5 (doc)
|
2015-07-29 01:41:34 +02:00 |
|
Victor Stinner
|
988101364a
|
What's New in Python 3.5: document socket.sendall() change on timeout
|
2015-07-29 01:41:25 +02:00 |
|
Victor Stinner
|
5019d55b52
|
Merge 3.5 (doc)
|
2015-07-29 01:39:30 +02:00 |
|
Victor Stinner
|
287452eeaf
|
What's New in Python 3.5: Document ssl methods change on timeout
|
2015-07-29 01:39:13 +02:00 |
|
Victor Stinner
|
e036611aab
|
Merge 3.5 (doc)
|
2015-07-29 01:21:19 +02:00 |
|
Victor Stinner
|
6752d65daf
|
What's New in Python 3.5: move PEP 475 doc
|
2015-07-29 01:11:10 +02:00 |
|
Alessandro Cucci
|
d8de44b6b3
|
Issue #24729: Update tutorial to match implementation.
|
2015-07-28 21:00:10 +02:00 |
|