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 |
Georg Brandl
|
fb69631af7
|
Use locale.format_string() for more than one specifier.
|
2009-08-13 12:05:52 +00:00 |
Georg Brandl
|
ffefd5a8bb
|
Fix some markup and small factual glitches found by M. Markert.
|
2009-07-29 17:07:21 +00:00 |
Mark Dickinson
|
11c4941b54
|
More Decimal quote fixing; backport of r73642
|
2009-06-28 21:48:15 +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 |
Georg Brandl
|
7044b11818
|
Remove tabs from the documentation.
|
2009-01-03 21:04:55 +00:00 |
Benjamin Peterson
|
90f36730e2
|
fix various doc typos #3320
|
2008-07-12 20:16:19 +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
|
4e37c66262
|
Don't reference pyshell.
|
2008-02-22 12:56:34 +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
|
584265b001
|
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
|
2007-12-02 14:58:50 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |