Victor Stinner
|
07b16159b8
|
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support.
Patch written by Brad Aylsworth.
|
2014-05-14 17:07:08 +02:00 |
|
R David Murray
|
0eb9ee97b8
|
#21347: use string not list in shell=True example.
Patch by Akira.
|
2014-05-14 10:09:21 -04:00 |
|
Benjamin Peterson
|
629026aecc
|
backport hmac.compare_digest to partially implement PEP 466 (closes #21306)
Backport from Alex Gaynor.
|
2014-05-11 16:11:44 -07:00 |
|
Benjamin Peterson
|
e9314e4a3c
|
remove confusing delete indexing (closes #21466)
|
2014-05-11 11:18:51 -07:00 |
|
Zachary Ware
|
4773b908b1
|
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
|
1512143ef0
|
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 |
|
Tim Golden
|
e9864c5e30
|
Issue #19630 Emphasise that the file parameter to marshal.dump must be a real file object
|
2014-04-29 16:11:18 +01:00 |
|
Terry Jan Reedy
|
f3ae10e7ca
|
Closes #21055: Index (augmented) assignment symbols.
|
2014-04-29 01:19:05 -04:00 |
|
Terry Jan Reedy
|
cd3d741451
|
Closes 21048: Index 'as' in import and with statements.
|
2014-04-29 00:58:48 -04:00 |
|
Terry Jan Reedy
|
0fe1d0a597
|
Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.
|
2014-04-29 00:31:46 -04:00 |
|
R David Murray
|
9b244ad12d
|
#18243: Remove obsolete cautionary note from email mktime_tz docs.
|
2014-04-26 19:05:03 -04:00 |
|
Stefan Krah
|
32ae4378b9
|
Issue #17145: Document array.array buffer interface limitations.
|
2014-04-26 22:50:25 +02:00 |
|
Benjamin Peterson
|
10c7781b90
|
fix off-by-one error (closes #21330)
|
2014-04-22 21:54:10 -04:00 |
|
R David Murray
|
dd967efae9
|
#18628: clarify index entry for source file encoding declaration.
|
2014-04-16 21:57:38 -04:00 |
|
Terry Jan Reedy
|
0d1e44b61e
|
#18566: Whitespace
|
2014-04-15 23:44:10 -04:00 |
|
Terry Jan Reedy
|
e804efa6bb
|
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
|
2014-04-15 23:38:11 -04:00 |
|
Vinay Sajip
|
51f80c12a4
|
Issue #21245: updated documentation on exception() method and function.
|
2014-04-15 23:11:15 +01:00 |
|
Gregory P. Smith
|
49bf4ce563
|
whitespace chaps my hide
|
2014-04-15 08:01:27 -07:00 |
|
Gregory P. Smith
|
8f813fe2f2
|
Some cleanup of the subprocess docs in 2.7. Adds a reference to the
subprocess32 project in PyPI for posix users.
|
2014-04-15 07:59:44 -07:00 |
|
Benjamin Peterson
|
5c863bf938
|
when an exception is raised in fdopen, never close the fd (changing on my mind on #21191)
|
2014-04-14 19:45:46 -04:00 |
|
Terry Jan Reedy
|
f7568e0a8a
|
Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.
|
2014-04-14 16:17:09 -04:00 |
|
Mark Dickinson
|
f10cc46ad7
|
Issue #20624: Merge exception docs tweak from 3.4 branch.
|
2014-04-14 11:33:46 -04:00 |
|
Ned Deily
|
4624b00d67
|
Remove references to the obsolete Mac Carbon modules in the GUI
section of the FAQ.
|
2014-04-12 09:31:28 -07:00 |
|
Terry Jan Reedy
|
94fb85e765
|
Issue #21170: Removed invalid parameter names from unittest doc.
Patch by Kushal Das.
|
2014-04-11 14:11:00 -04:00 |
|
Benjamin Peterson
|
02ab7a84ef
|
make sure fdopen always closes the fd in error cases (closes #21191)
|
2014-04-09 15:40:18 -04:00 |
|