Ezio Melotti
|
062d2b52f3
|
#7388: "python".capitalize() in the Doc
|
2009-12-19 22:41:49 +00:00 |
Mark Dickinson
|
6b87f117ca
|
Fix some documentation examples involving the repr of a float.
|
2009-11-24 14:27:02 +00:00 |
Mark Dickinson
|
f058d2dc08
|
Issue #7369: Fibonacci series should start at 0 in tutorial example.
|
2009-11-23 16:39:05 +00:00 |
Ezio Melotti
|
c4cd6d3765
|
fix highlight in the datetime example
|
2009-11-12 09:10:02 +00:00 |
Georg Brandl
|
07de4fc978
|
Add proper references.
|
2009-10-22 16:17:05 +00:00 |
Georg Brandl
|
4d94d31b6d
|
#6936: for interactive use, quit() is just fine.
|
2009-09-18 07:22:41 +00:00 |
Ezio Melotti
|
2e85f503b1
|
#6879 - fix misstatement about exceptions
|
2009-09-16 13:14:05 +00:00 |
Georg Brandl
|
49bb9b7f0a
|
#6880: add reference to classes section in exceptions section, which comes earlier.
|
2009-09-16 09:23:04 +00:00 |
Michael Foord
|
ee2df03009
|
Tutorial tweaks. Issue 6849.
|
2009-09-13 17:07:46 +00:00 |
Michael Foord
|
60931a5a58
|
Change to tutorial wording for reading text / binary files on Windows. Issue #6301.
|
2009-09-13 16:13:36 +00:00 |
Georg Brandl
|
7d4f8fda49
|
#6777: dont discourage usage of Exception.args or promote usage of Exception.message.
|
2009-09-04 11:32:18 +00:00 |
Georg Brandl
|
bf58d80123
|
#6828: fix wrongly highlighted blocks.
|
2009-09-03 07:27:26 +00:00 |
Georg Brandl
|
a88fd7603b
|
#6808: clarification.
|
2009-09-01 07:46:26 +00:00 |
Georg Brandl
|
254c17c758
|
#6813: better documentation for numberless string formats.
|
2009-09-01 07:40:54 +00:00 |
Georg Brandl
|
0cfbd65975
|
#6725: spell "namespace" consistently.
|
2009-08-24 17:20:40 +00:00 |
Georg Brandl
|
aa66a968d4
|
Remove potentially confusing sentence in __mangling description.
|
2009-08-13 12:57:25 +00:00 |
Georg Brandl
|
fb69631af7
|
Use locale.format_string() for more than one specifier.
|
2009-08-13 12:05:52 +00:00 |
Georg Brandl
|
4938fefce8
|
Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better.
|
2009-07-29 17:50:25 +00:00 |
Georg Brandl
|
14bb28aa62
|
Fix a few markup glitches.
|
2009-07-29 17:15:20 +00:00 |
Georg Brandl
|
ffefd5a8bb
|
Fix some markup and small factual glitches found by M. Markert.
|
2009-07-29 17:07:21 +00:00 |
Georg Brandl
|
07e20f8729
|
Add a link to readline, and mention IPython and bpython.
|
2009-07-29 16:57:05 +00:00 |
Georg Brandl
|
e2d2704017
|
#6564: fix section about the two raise syntaxes.
|
2009-07-24 20:09:46 +00:00 |
Georg Brandl
|
a1a4bdb30c
|
#6505: fix typos.
|
2009-07-18 09:06:31 +00:00 |
Mark Dickinson
|
11c4941b54
|
More Decimal quote fixing; backport of r73642
|
2009-06-28 21:48:15 +00:00 |
Georg Brandl
|
e3b9b5e4ed
|
#6204: use a real reference instead of "see later".
|
2009-06-06 17:51:31 +00:00 |
Georg Brandl
|
4c324b9801
|
#6211: elaborate a bit on ways to call the function.
|
2009-06-06 17:50:05 +00:00 |
Georg Brandl
|
7be493a86c
|
Use preferred form of raising exceptions.
|
2009-05-30 07:31:25 +00:00 |
Georg Brandl
|
5a8d7eb7f1
|
Use raise X(y).
|
2009-05-22 07:23:32 +00:00 |
Georg Brandl
|
5e88eea994
|
part of #4144: fix exception message in console session.
|
2009-05-17 08:10:27 +00:00 |
Antoine Pitrou
|
789be0c0a0
|
Issue #2396: backport the memoryview object.
|
2009-04-02 21:18:34 +00:00 |
Georg Brandl
|
a08867d8a1
|
Dont shout to users.
|
2009-03-31 23:01:27 +00:00 |
Georg Brandl
|
354e4cbb1c
|
#5018: remove confusing paragraph.
|
2009-03-31 22:40:16 +00:00 |
Georg Brandl
|
186188d89d
|
#1530012: move TQS section before raw strings.
|
2009-03-31 20:56:32 +00:00 |
Georg Brandl
|
a0eea590c7
|
Add section numbering to some of the larger subdocuments.
|
2009-03-28 19:57:36 +00:00 |
Mark Dickinson
|
3e4caeb3bf
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
Benjamin Peterson
|
a7b55a33f8
|
revert r69777 since all the experts agree that extra import lines distract from the code
|
2009-02-20 03:31:23 +00:00 |
Jeroen Ruigrok van der Werven
|
5149742e8b
|
Since we recommend one module per import line, reflect this also in the
documentation.
|
2009-02-19 18:52:21 +00:00 |
David Goodger
|
a528dc507c
|
markup fix
|
2009-01-31 22:53:46 +00:00 |
Georg Brandl
|
7044b11818
|
Remove tabs from the documentation.
|
2009-01-03 21:04:55 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
fc29f27c16
|
#4811: fix markup glitches (mostly remains of the conversion),
found by Gabriel Genellina.
|
2009-01-02 20:25:14 +00:00 |
Benjamin Peterson
|
42d19e6a2c
|
pretend exceptions don't exist a while longer
|
2008-12-24 16:10:05 +00:00 |
Georg Brandl
|
34196c851a
|
Add reference to enumerate() to indices example.
|
2008-12-04 18:54:05 +00:00 |
Andrew M. Kuchling
|
fcdc80bfd2
|
Fix grammar error; reword two paragraphs
|
2008-11-06 19:23:02 +00:00 |
Georg Brandl
|
a8bb5506a6
|
#4247: add "pass" examples to tutorial.
|
2008-11-06 18:49:15 +00:00 |
Georg Brandl
|
c8fd1bc4db
|
Fix typo.
|
2008-09-16 10:17:45 +00:00 |
Georg Brandl
|
9af9498c6e
|
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
|
2008-09-13 17:41:16 +00:00 |
Benjamin Peterson
|
f2a2c796e3
|
remove duplicate target
|
2008-09-13 17:31:08 +00:00 |
Georg Brandl
|
3ce0dee9a3
|
Incorporate some suggestions by Tait Stevens.
|
2008-09-13 17:18:11 +00:00 |
Andrew M. Kuchling
|
54bdbadf76
|
Use title case
|
2008-09-13 02:14:15 +00:00 |
Georg Brandl
|
b04d4853a7
|
Remove mention of backquotes in the tutorial.
|
2008-08-08 15:34:34 +00:00 |
Benjamin Peterson
|
80790287ab
|
revert last revision; code was right
|
2008-08-02 03:05:11 +00:00 |
Benjamin Peterson
|
1af6fb5298
|
fix indentation that caused logic bug
|
2008-08-02 02:57:17 +00:00 |
Georg Brandl
|
4b99e9b479
|
Shorten some overlong lines.
|
2008-07-26 22:13:29 +00:00 |
Georg Brandl
|
be44991baa
|
nonlocal is not in 2.6.
|
2008-07-21 18:26:21 +00:00 |
Georg Brandl
|
a66bb0a741
|
#3388: add a paragraph about using "with" for file objects.
|
2008-07-16 23:35:54 +00:00 |
Benjamin Peterson
|
90f36730e2
|
fix various doc typos #3320
|
2008-07-12 20:16:19 +00:00 |
Georg Brandl
|
c5a235bb55
|
Better quote with single quotes.
|
2008-05-30 19:17:29 +00:00 |
Benjamin Peterson
|
dee01d8af8
|
fix spelling
|
2008-05-28 11:51:41 +00:00 |
Benjamin Peterson
|
a436878419
|
update tutorial function with more appropiate one from Eric Smith
|
2008-05-28 01:12:35 +00:00 |
Benjamin Peterson
|
f9ef9881d7
|
update the tutorial to use str.format
|
2008-05-26 00:54:22 +00:00 |
Georg Brandl
|
a6168f9e0a
|
Queue renaming reversal part 3: move module into place and
change imports and other references. Closes #2925.
|
2008-05-25 07:20:14 +00:00 |
Brett Cannon
|
2ee0e8eaec
|
Revert the renaming of repr to reprlib.
|
2008-05-23 05:03:59 +00:00 |
Alexandre Vassalotti
|
50a1acb2ab
|
Changed references to the reprlib module to use its new name.
|
2008-05-16 06:58:49 +00:00 |
Georg Brandl
|
7a148c2357
|
Fix-up docs for socketserver and queue renaming.
|
2008-05-12 10:03:16 +00:00 |
Georg Brandl
|
605a0c6f7f
|
reload() takes the module itself.
|
2008-05-11 07:02:17 +00:00 |
Georg Brandl
|
68fd63ba9a
|
Add a note about using reload().
|
2008-05-09 06:39:58 +00:00 |
Andrew M. Kuchling
|
8c65b1ed78
|
Typo fix
|
2008-04-15 13:10:41 +00:00 |
Andrew M. Kuchling
|
3822af6d3a
|
Add *,**,@ to index, as suggested by
http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/
The right entry type to use isn't clear; operator seems wrong, because *,**,@
aren't being used in expressions here. I put them as 'statement'; 'syntax'
might be better.
|
2008-04-15 13:10:07 +00:00 |
Georg Brandl
|
751a0362aa
|
Don't offend snake lovers.
|
2008-04-12 19:05:37 +00:00 |
Georg Brandl
|
8ca6c84b6f
|
Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.
|
2008-03-28 12:22:12 +00:00 |
Georg Brandl
|
9c6c47bf4b
|
Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don't link to them.
|
2008-03-21 14:32:33 +00:00 |
Georg Brandl
|
0267781742
|
Fix lots of broken links in the docs, found by Sphinx' external link checker.
|
2008-03-15 00:20:19 +00:00 |
Georg Brandl
|
6c45dc12b3
|
Add isinstance/issubclass to tutorial.
|
2008-03-06 07:31:34 +00:00 |
Georg Brandl
|
26bab5f92a
|
Little clarification of assignments.
|
2008-03-06 07:22:09 +00:00 |
Georg Brandl
|
db9ff5f565
|
It's 2.6 now.
|
2008-03-02 06:28:16 +00:00 |
Georg Brandl
|
3ef2063ec8
|
#2194: fix some typos.
|
2008-02-26 19:13:45 +00:00 |
Georg Brandl
|
4e37c66262
|
Don't reference pyshell.
|
2008-02-22 12:56:34 +00:00 |
Raymond Hettinger
|
7d5fbaee42
|
Demonstrate new except/as syntax.
|
2008-01-30 00:51:58 +00:00 |
Georg Brandl
|
2a7d991c6c
|
Clarify "b" mode under Unix.
|
2008-01-26 14:02:38 +00:00 |
Gregory P. Smith
|
7b7ce7854c
|
Fix issue1789: The tutorial contained a misuse of the struct module.
(also remove an unneeded import struct from test_largefile)
|
2008-01-24 09:38:26 +00:00 |
Georg Brandl
|
aa0de3f130
|
#997912: acknowledge nested scopes in tutorial.
|
2008-01-21 16:51:51 +00:00 |
Georg Brandl
|
23bf837a37
|
Add blurb about executable scripts on Windows. #760657.
|
2008-01-20 19:40:58 +00:00 |
Georg Brandl
|
35f8861386
|
Add tutorial section about coding style.
|
2008-01-06 22:05:40 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
4257ca7afb
|
Argh, wrong version.
|
2007-12-15 09:36:37 +00:00 |
Georg Brandl
|
07b55eadc2
|
Add note about future import needed for with statement.
|
2007-12-15 09:34:59 +00:00 |
Georg Brandl
|
adbda844d0
|
Add a section about nested listcomps to the tutorial.
Thanks to Ian Bruntlett and Robert Lehmann.
|
2007-12-14 19:03:36 +00:00 |
Georg Brandl
|
584265b001
|
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
|
2007-12-02 14:58:50 +00:00 |
Neal Norwitz
|
76e4d62822
|
Use a slightly more recent version than 1.5.2b2.
|
2007-11-19 01:46:20 +00:00 |
Georg Brandl
|
87426cb151
|
Fix misleading example.
|
2007-11-09 13:08:48 +00:00 |
Georg Brandl
|
706132bbae
|
Make example about hiding None return values at the prompt clearer.
|
2007-10-30 17:57:12 +00:00 |
Georg Brandl
|
a739503881
|
Add :term:s for "new-style class".
|
2007-10-21 12:15:05 +00:00 |
Georg Brandl
|
cf3fb25932
|
Add :term: for generators.
|
2007-10-21 10:52:38 +00:00 |
Georg Brandl
|
5e52db035d
|
Add :term:s for descriptors.
|
2007-10-21 10:45:46 +00:00 |
Georg Brandl
|
e36a652d0c
|
Make a path more Unix-standardy.
|
2007-10-20 15:21:22 +00:00 |
Georg Brandl
|
5d242eef74
|
alternate -> alternative.
|
2007-09-20 08:44:59 +00:00 |
Georg Brandl
|
437e6a3b15
|
Move the glossary from the tutorial to toplevel.
Prepare for cross-linking with the new .. glossary:: directive.
|
2007-08-17 06:27:11 +00:00 |
Georg Brandl
|
690b97c005
|
Note that smtplib example needs a mailserver.
|
2007-08-17 05:58:36 +00:00 |
Georg Brandl
|
ee354b1e96
|
Fix problem reported by Andre Roberge.
|
2007-08-17 05:52:24 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |