Andrew Svetlov
|
f158d86074
|
Issue #14167: Document return statement in finally blocks.
Patch by Yury Selivanov.
|
2012-08-14 15:38:15 +03:00 |
Richard Oudkerk
|
3165a75e45
|
Merge 3.2
|
2012-08-14 12:51:14 +01:00 |
Richard Oudkerk
|
e88a2445bc
|
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
on Windows without the "if __name__ == '__main__'" idiom.
|
2012-08-14 11:41:32 +01:00 |
Georg Brandl
|
e471772fff
|
Review of signature docs.
|
2012-08-14 09:45:28 +02:00 |
Georg Brandl
|
1487c931cb
|
merge with 3.2
|
2012-08-14 09:40:26 +02:00 |
Georg Brandl
|
296d1bea6a
|
Restore original line lengths.
|
2012-08-14 09:39:07 +02:00 |
Eli Bendersky
|
9c7e100ccd
|
Add Daniel Ellis to Misc/ACKS
|
2012-08-14 07:20:06 +03:00 |
Eli Bendersky
|
0f4e934174
|
Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis.
|
2012-08-14 07:19:33 +03:00 |
Brian Curtin
|
2fbe7622e2
|
errant merge problem committed
|
2012-08-13 17:20:00 -05:00 |
Brian Curtin
|
835df52471
|
Merge 3.2
|
2012-08-13 17:12:02 -05:00 |
Brian Curtin
|
6f5c5cb75b
|
Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth
|
2012-08-13 17:05:57 -05:00 |
Andrew Svetlov
|
f334f740e4
|
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
Patch by Chris Jerdonek.
|
2012-08-13 23:23:02 +03:00 |
Andrew Svetlov
|
59db401667
|
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
Patch by Chris Jerdonek.
|
2012-08-13 23:22:23 +03:00 |
Andrew Svetlov
|
a86565465a
|
Push importlib ABC hierarchy chart.
|
2012-08-13 22:19:01 +03:00 |
Andrew Svetlov
|
4805fa862e
|
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
Patch by Chris Jerdonek.
|
2012-08-13 22:11:14 +03:00 |
Andrew Svetlov
|
50be452e0f
|
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
Patch by Chris Jerdonek.
|
2012-08-13 22:09:04 +03:00 |
Andrew Svetlov
|
ac23c9ea7f
|
Mention PEP 362: Function Signature Object in whatsnew.
|
2012-08-13 21:27:56 +03:00 |
Andrew Svetlov
|
eed1808dec
|
Minor update of docs for inspect module.
|
2012-08-13 18:23:54 +03:00 |
Andrew Svetlov
|
4e48bf929b
|
Issue #15151: PEP 362 — document signature and related classes for inspect.py
Initial patch by Yury Selivanov
|
2012-08-13 17:10:28 +03:00 |
Andrew Svetlov
|
4e9e9c1c44
|
Issue #15571: comment the fact what python impl of TextIOWrapper always works in write_throuth mode
|
2012-08-13 16:09:54 +03:00 |
Andrew Svetlov
|
e4b1a189a7
|
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
Thanks to Chris Jerdonek
|
2012-08-13 12:59:00 +03:00 |
Andrew Svetlov
|
ecd78feb78
|
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
Thanks to Chris Jerdonek
|
2012-08-13 12:58:02 +03:00 |
Senthil Kumaran
|
b2d8502485
|
merge from 3.2
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Daniel Ellis.
|
2012-08-12 12:13:38 -07:00 |
Senthil Kumaran
|
1ef9caa2a1
|
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Daniel Ellis.
|
2012-08-12 12:01:47 -07:00 |
Sandro Tosi
|
2e64a0b6ff
|
merge with 3.2
|
2012-08-12 17:34:13 +02:00 |
Sandro Tosi
|
c7b0e217e2
|
add usage example from cli; thanks to Christian Clauss from docs@
|
2012-08-12 17:34:00 +02:00 |
Georg Brandl
|
a026db907f
|
Post-release updates.
|
2012-08-12 16:58:55 +02:00 |
Sandro Tosi
|
c254f640a7
|
merge with 3.2
|
2012-08-12 15:35:43 +02:00 |
Sandro Tosi
|
6cbe405a20
|
escape '\'; thanks to Steve Holden from docs@
|
2012-08-12 15:35:25 +02:00 |
Sandro Tosi
|
5bb665f00c
|
merge with 3.2
|
2012-08-12 15:12:32 +02:00 |
Sandro Tosi
|
985104a20c
|
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
|
2012-08-12 15:12:15 +02:00 |
Andrew Svetlov
|
439e17fb0b
|
update doctests
|
2012-08-12 15:16:42 +03:00 |
Andrew Svetlov
|
199b78d41a
|
fix doctest for email.header docs
|
2012-08-12 14:49:59 +03:00 |
Sandro Tosi
|
5a5e8dd931
|
merge with 3.2
|
2012-08-12 12:35:31 +02:00 |
Sandro Tosi
|
82a509ca75
|
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@
|
2012-08-12 12:35:14 +02:00 |
Sandro Tosi
|
9e095aa6a4
|
merge with 3.2
|
2012-08-12 11:02:17 +02:00 |
Sandro Tosi
|
8b2c71a125
|
update Geany URL; thanks to Karl Tarbet from docs@
|
2012-08-12 11:02:03 +02:00 |
Sandro Tosi
|
effb43bc38
|
merge with 3.2
|
2012-08-12 10:49:40 +02:00 |
Sandro Tosi
|
ee903c5125
|
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
|
2012-08-12 10:49:26 +02:00 |
Sandro Tosi
|
ea47530e14
|
update CodeTools link; thanks to Robert Kern from docs@
|
2012-08-12 10:37:23 +02:00 |
Sandro Tosi
|
131160c5cc
|
merge with 3.2
|
2012-08-12 10:25:10 +02:00 |
Sandro Tosi
|
0a90a82b8a
|
zip() returns an iterator, make a list() of it; thanks to Martin from docs@
|
2012-08-12 10:24:50 +02:00 |
Brett Cannon
|
b428f47cf6
|
Don't overwrite a __path__ value from extension modules if already
set.
|
2012-08-11 19:43:29 -04:00 |
Brett Cannon
|
a6e8581449
|
Minor doc formatting cleanup.
|
2012-08-11 19:41:27 -04:00 |
Andrew Svetlov
|
a2fe334081
|
Issue #15527: fix docs, remove double parens by changing markup.
Patch by Serhiy Storchaka.
|
2012-08-11 21:14:08 +03:00 |
Antoine Pitrou
|
b79be95dac
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
|
2012-08-11 16:54:27 +02:00 |
Antoine Pitrou
|
fbd4f80979
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
|
2012-08-11 16:51:50 +02:00 |
Georg Brandl
|
01cac33620
|
Merge with 3.2.
|
2012-08-11 11:16:26 +02:00 |
Georg Brandl
|
cc98887e45
|
Remove unused variables in parsetok().
|
2012-08-11 11:16:18 +02:00 |
Georg Brandl
|
826d570779
|
Merge with 3.2.
|
2012-08-11 11:02:23 +02:00 |