Ezio Melotti
|
4645bb61fa
|
Fix indentation in doc example.
|
2013-11-17 22:07:48 +02:00 |
|
Serhiy Storchaka
|
972788088d
|
Issue #19193: Improved cross-references in the tutorial.
|
2013-10-09 09:54:32 +03:00 |
|
Georg Brandl
|
3456d4746d
|
Fix typo in example file name. Found by John Bokma on docs@.
|
2013-10-06 19:21:14 +02:00 |
|
Georg Brandl
|
b3d6fe336d
|
Small logical fix in filter() example description.
|
2013-10-06 11:41:36 +02:00 |
|
Georg Brandl
|
96426886ec
|
Clarify section about source code encoding.
|
2013-10-06 11:24:48 +02:00 |
|
Georg Brandl
|
76834a1a27
|
Fix merging mistake: wrong Python version.
|
2013-10-06 11:08:57 +02:00 |
|
Georg Brandl
|
15d9fe7ecf
|
Fix wrong Python highlighting in directory hierarchy code block.
|
2013-10-06 11:08:24 +02:00 |
|
Georg Brandl
|
cff39b0120
|
Use "lambda expression" as preferred to "lambda form".
|
2013-10-06 10:26:58 +02:00 |
|
Georg Brandl
|
d6d26ec908
|
Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy.
|
2013-10-06 10:22:45 +02:00 |
|
Raymond Hettinger
|
668b0058a3
|
Issue #18031: %-formatting isn't dead yet and might pull through.
|
2013-05-23 00:12:14 -07:00 |
|
R David Murray
|
240a2fd46f
|
#15575: Clarify tutorial description of when modules are executed.
|
2013-04-21 17:14:40 -04:00 |
|
Ezio Melotti
|
1b33206596
|
#13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti.
|
2013-04-15 19:08:31 +03:00 |
|
Georg Brandl
|
d4c45a91b7
|
Clarify that the function *definition* creates the function and the binding in the module globals.
|
2013-04-14 11:47:46 +02:00 |
|
Raymond Hettinger
|
4507274139
|
Modernize unittest example
|
2013-03-22 07:17:38 -07:00 |
|
Petri Lehtinen
|
0b785036ef
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:24:31 +01:00 |
|
Andrew Svetlov
|
bd5279ea24
|
Drop double newlines printed in some file iteration examples.
Patch by Steven Kryskalla.
|
2012-12-08 18:01:27 +02:00 |
|
Ezio Melotti
|
820f2bdaf9
|
Update section about dir() in the tutorial.
|
2012-11-17 12:46:40 +02:00 |
|
Ezio Melotti
|
9236a4e99d
|
#16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan.
|
2012-11-17 12:02:30 +02:00 |
|
Georg Brandl
|
526b553608
|
Remove versionadded from the tutorial, at a location where it produces more questions than it answers.
|
2012-11-15 07:10:27 +01:00 |
|
Georg Brandl
|
8a0d58bb3d
|
Use 2.x "print" syntax for this example.
|
2012-11-12 19:25:55 +01:00 |
|
Chris Jerdonek
|
8523db71d7
|
Backport from 3.2: improve FAQ link in documentation (for issue #16435).
|
2012-11-09 18:04:00 -08:00 |
|
Chris Jerdonek
|
64c0b2ca3d
|
Backport from 3.2: remove "Release" and "Date" markers from index pages.
|
2012-10-28 11:16:36 -07:00 |
|
Jesus Cea
|
3dd8cbea9b
|
Closes #16294: 8 space indent in tutorial
|
2012-10-22 13:14:20 +02:00 |
|
Chris Jerdonek
|
0cffd6be56
|
Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.
|
2012-10-15 20:01:38 -07:00 |
|
Chris Jerdonek
|
3dec449a7c
|
Issue #16015: Fix NameError doctest example in tutorial introduction.
|
2012-09-24 19:33:32 -07:00 |
|