Ezio Melotti
68beef6633
Pep8ify test names in the examples.
2010-02-28 03:11:07 +00:00
Georg Brandl
37212ed489
Link to http://www.python.org/dev/workflow/ from bugs page.
2010-02-27 14:58:08 +00:00
Ezio Melotti
8dd547f689
Fix missing parenthesis.
2010-02-27 13:50:35 +00:00
Ezio Melotti
84424f1532
typo: __next__ -> next
2010-02-26 23:27:06 +00:00
Andrew M. Kuchling
9aeeffa929
#7407 : specify default maxsize value; patch by Floris Bruynooghe
2010-02-26 13:22:50 +00:00
Senthil Kumaran
c994186dad
Fixing issue5475 : urllib2.getproxies not documented
2010-02-26 00:47:05 +00:00
Eric Smith
271b7e1abb
Issue #7928 : Document str.format element_index better.
2010-02-25 14:26:33 +00:00
Eric Smith
de8b2ac332
Issue #5965 : Add documentation for parts of format specification language.
2010-02-25 14:14:35 +00:00
Dirkjan Ochtman
e4c74e1ea2
Issue #8004 : add a serve target to the Doc Makefile.
2010-02-24 04:12:11 +00:00
Dirkjan Ochtman
2d78070f63
Issue #7733 : add explicit reference in asyncore docs.
2010-02-24 04:00:52 +00:00
Georg Brandl
6ae19ade64
#8000 : fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :)
2010-02-23 21:33:17 +00:00
Dirkjan Ochtman
8614817875
Fix #1537721 : add writeheader() method to csv.DictWriter.
...
Reviewed by skip.montanaro and thomas.wouters.
2010-02-23 21:09:52 +00:00
Jack Diederich
1605b3316f
fixup markup error
2010-02-23 17:23:30 +00:00
Tarek Ziadé
1e069eeab7
added a note on shutil new APIs
2010-02-23 05:20:22 +00:00
Tarek Ziadé
48cc8dc958
added make_archive (and secondary APIs) to shutil
2010-02-23 05:16:41 +00:00
Andrew M. Kuchling
f2055ae43d
Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
...
(I asked the BDFL first, and he approved removing it. The last actual bugfix
to Tools/modulator was in 2001; since then all changes have been search-and-replace:
string methods, whitespace fixes, etc.)
2010-02-22 21:04:02 +00:00
Jack Diederich
8f48f4c5f6
fixes issue #7530 , serve_forever()
2010-02-22 18:17:16 +00:00
Mark Dickinson
f5be4e612c
Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0.
2010-02-22 15:40:28 +00:00
Andrew M. Kuchling
dfd0148909
#6414 : clarify description of processor endianness.
...
Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.
2010-02-22 15:13:17 +00:00
Andrew M. Kuchling
6b2bd05b16
#7794 : describe 2.6 support for executing directories and zip archives
2010-02-22 14:53:17 +00:00
Andrew M. Kuchling
25d6ddd38b
#7076 : mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki.
2010-02-22 02:29:10 +00:00
Andrew M. Kuchling
c7337b8b3a
Re-word
2010-02-22 02:08:45 +00:00
Mark Dickinson
82b34c5dbe
Issue #5211 : Fix complex type to avoid implicit calls to
...
complex.__coerce__. Thanks Meador Inge for the patch.
2010-02-21 12:57:35 +00:00
Vinay Sajip
61afd2694b
logging: Documented warnings module integration.
2010-02-19 23:53:17 +00:00
Georg Brandl
74cbd664d2
#7967 : PyXML is no more.
2010-02-19 19:36:08 +00:00
Fred Drake
cc43b56960
- apply patch from issue 7005
...
- add corresponding documentation
2010-02-19 05:24:30 +00:00
Mark Dickinson
6d8effb1fc
Issue #7633 : Context method in the decimal module (with the exception
...
of the 'canonical' and 'is_canonical' methods) now consistently accept
integer arguments wherever a Decimal instance is accepted. Thanks
Juan José Conti for the patch.
2010-02-18 14:27:02 +00:00
Andrew M. Kuchling
e41e4db259
Add various items
2010-02-18 14:16:48 +00:00
R. David Murray
6dfe66298b
Make the references to Popen in the description of Call
...
and check_call into links.
2010-02-16 17:55:26 +00:00
Eric Smith
cef34099b5
Remove incorrect apostrophe.
2010-02-15 11:55:38 +00:00
Georg Brandl
f0f6bd6332
#7926 : fix-up wording.
2010-02-14 13:38:12 +00:00
Georg Brandl
4a670c5572
#7926 : fix stray parens.
2010-02-14 08:18:23 +00:00
Ezio Melotti
a68f7b8a0d
#7921 : fix links. Patch by Brian Curtin.
2010-02-14 02:50:23 +00:00
Ezio Melotti
6164d7ac84
#7907 : fix wrong function name in doc. Patch by Brian Curtin.
2010-02-11 23:50:57 +00:00
R. David Murray
7c29f071d5
Issue 5754: tweak shelve doc wording to make it clearer that even when
...
writeback=True values are written to the backing store when assigned to
the shelf. Add test to confirm that this happens. Doc patch and added
test by Robert Lehmann. I also fixed the cross references to the sync
and close methods.
2010-02-11 01:38:42 +00:00
Michael Foord
db43b5a1f5
Issue 7893 and Issue 7588
2010-02-10 14:25:12 +00:00
Michael Foord
7b5aa463f9
Doc fix for unittest.
2010-02-08 23:15:22 +00:00
Michael Foord
fe6349c965
Make assertMultiLineEqual the default for comparing unicode strings.
2010-02-08 22:41:16 +00:00
Ezio Melotti
1247775afa
Fix typo
2010-02-08 22:22:41 +00:00
Antoine Pitrou
dde96e6dd6
Clarify and correct description for ccbench and iobench.
2010-02-08 20:25:47 +00:00
Andrew M. Kuchling
0e7123fbd4
Add two items; move a subsection
2010-02-08 13:22:24 +00:00
Andrew M. Kuchling
9e483ef66d
Move distutils into its own subsection; add various items
2010-02-08 01:35:35 +00:00
Ronald Oussoren
dd25e86cf4
Issue 6003: ZipFile.writestr "compression_type" argument
2010-02-07 20:18:02 +00:00
Georg Brandl
dc3694bee0
Rename "exc_value" attribute on assertRaises context manager to "exception".
2010-02-07 17:02:22 +00:00
Ronald Oussoren
ab3f5cbabd
A number of APIs in macostools cannot work in 64-bit mode because they
...
use Carbon APIs that aren't available there.
This patch disables tests for the affected entrypoints in macostools and
mentions this in the documentation.
In theory it is possible to replace the implementation by code that does
work in 64-bit mode, but that would require further updates to the Carbon
wrappers because the modern APIs aren't wrapped properly.
2010-02-07 11:38:28 +00:00
Georg Brandl
6f82cd309c
#5341 : fix "builtin" where used as an adjective ("built-in" is correct).
2010-02-06 18:44:44 +00:00
Georg Brandl
b79dc307ad
Review sysconfig docs.
2010-02-06 10:23:16 +00:00
Georg Brandl
1c7c7304a3
#7864 : make deprecation notices a bit clearer.
2010-02-06 10:08:21 +00:00
Michael Foord
ba7732ea6a
Minor doc change.
2010-02-05 23:28:12 +00:00
Michael Foord
fb0844bcc8
Adding versionadded to test skipping section of unittest documentation.
2010-02-05 21:45:12 +00:00