Terry Jan Reedy
0d1e44b61e
#18566 : Whitespace
2014-04-15 23:44:10 -04:00
Terry Jan Reedy
e804efa6bb
Issue #18566 : Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
2014-04-15 23:38:11 -04:00
Vinay Sajip
51f80c12a4
Issue #21245 : updated documentation on exception() method and function.
2014-04-15 23:11:15 +01:00
Gregory P. Smith
49bf4ce563
whitespace chaps my hide
2014-04-15 08:01:27 -07:00
Gregory P. Smith
8f813fe2f2
Some cleanup of the subprocess docs in 2.7. Adds a reference to the
...
subprocess32 project in PyPI for posix users.
2014-04-15 07:59:44 -07:00
Benjamin Peterson
5c863bf938
when an exception is raised in fdopen, never close the fd (changing on my mind on #21191 )
2014-04-14 19:45:46 -04:00
Terry Jan Reedy
f7568e0a8a
Closes #20956 : 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.
2014-04-14 16:17:09 -04:00
Mark Dickinson
f10cc46ad7
Issue #20624 : Merge exception docs tweak from 3.4 branch.
2014-04-14 11:33:46 -04:00
Ned Deily
4624b00d67
Remove references to the obsolete Mac Carbon modules in the GUI
...
section of the FAQ.
2014-04-12 09:31:28 -07:00
Terry Jan Reedy
94fb85e765
Issue #21170 : Removed invalid parameter names from unittest doc.
...
Patch by Kushal Das.
2014-04-11 14:11:00 -04:00
Benjamin Peterson
02ab7a84ef
make sure fdopen always closes the fd in error cases ( closes #21191 )
2014-04-09 15:40:18 -04:00
Senthil Kumaran
d546009677
issue #21190 : Fix the docs README link
2014-04-09 11:41:02 -04:00
Mark Dickinson
05bbb8cbcf
Issue #21179 : Fix description of 'round' function for numbers.Real.
2014-04-09 07:03:27 -04:00
Benjamin Peterson
96c9a35815
PySequence_Fast generally returns a list not a tuple ( closes #16395 )
2014-04-08 10:48:36 -04:00
Benjamin Peterson
236d9f8cd6
the name of the slot of nb_multiply not nb_mul
2014-04-08 10:44:30 -04:00
Benjamin Peterson
c0f5063031
fix verb ( closes #21174 )
2014-04-07 19:34:33 -04:00
Senthil Kumaran
eb6a101dd0
minor docfix (reported at docs@python.org) trace.py argument is --count not --counts
2014-04-06 10:58:51 -07:00
Benjamin Peterson
b41299e498
note that the hash of an arbitrary object is only derived from its address ( closes #21154 )
...
Patch from Armin Rigo.
2014-04-04 09:58:13 -04:00
Raymond Hettinger
9190b6f4a6
Issue 21125: minor wording tweak.
2014-04-01 22:11:34 -07:00
Zachary Ware
aa7385561d
Issue #15067 : Remove reference to a rejected PEP.
...
Further explanation of the concept stands alone without this reference,
no need to potentially confuse people by bringing up a feature that
doesn't exist.
2014-04-01 12:18:58 -05:00
Benjamin Peterson
a4598a3008
support CDN purging
2014-03-30 16:43:11 -04:00
Raymond Hettinger
3708349c07
Minor readability improvement.
2014-03-29 11:49:11 -07:00
Georg Brandl
0913bff8bc
Update suspicious ignore file.
2014-03-28 20:07:35 +01:00
Ned Deily
b693e9fc5b
Issue #6676 : Ensure a meaningful exception is raised when attempting
...
to parse more than one XML document per pyexpat xmlparser instance.
(Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with
suggested wording by David Gutteridge)
2014-03-27 16:38:32 -07:00
Vinay Sajip
33a431cb3c
Updated external link in documentation.
2014-03-25 11:20:22 +00:00
Georg Brandl
0fef31efc2
Closes #21045 : make the Qt help build not look completely stupid
2014-03-25 10:12:47 +01:00
Georg Brandl
fbd2db5005
Closes #18456 : Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.
2014-03-25 09:34:30 +01:00
Donald Stufft
74a4ebaed0
Issue #21043 - Remove CACert.org from the recommendations
2014-03-24 19:49:42 -04:00
Zachary Ware
163a214df8
Use "x" instead of "i" for s.index and s.count entries in sequence ops table.
...
Suggested by Bruce Esrig on docs@.
2014-03-20 11:00:29 -05:00
Zachary Ware
5c1d3ddfa5
Issue #20966 : Fix Tkinter Resources link
2014-03-18 09:18:53 -05:00
Georg Brandl
b553ce1736
Update doc version switcher for 3.4/3.5.
2014-03-17 07:36:45 +01:00
Antoine Pitrou
c7692805f7
Close #16665 : improve documentation for hex(). Patch by Jessica McKellar.
2014-03-16 02:12:20 +01:00
Benjamin Peterson
e530f26864
send people to the right editors page ( #20938 )
2014-03-15 15:23:32 -05:00
Éric Araujo
01111e85b8
Clarify distutils’ clean command (ref #6142 )
2014-03-13 16:17:11 -04:00
Benjamin Peterson
944996ff20
remove unnecessary word ( closes #19060 )
...
Patch by Anastasia Filatova.
2014-03-12 21:41:35 -05:00
Éric Araujo
31fe52dc9e
Make distutils error messages more helpful ( #11599 ).
...
When running external programs such as a C compiler and getting an
error code, distutils only prints the program name. With this change,
one can get the full command line by setting the DISTUTILS_DEBUG
environment variable.
This should have no compatibility issues, unless there are tools
that depend on the exact format of distutils debug messages.
2014-03-12 22:19:39 -04:00
Éric Araujo
69d096597d
Fix note markup ( #16805 ).
...
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
2014-03-12 19:35:54 -04:00
Éric Araujo
3d1134e395
Avoid “error: None” messages from distutils ( #4931 ).
...
Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
2014-03-12 03:14:48 -04:00
Éric Araujo
fd0c2f5711
Define what “updating” means in docs for open ( #19627 ).
...
Original patch by Lina Clark.
2014-03-12 02:16:37 -04:00
R David Murray
8de21188ae
#20030 : doc that TestLoader.discover returns a TestSuite.
...
Patch by Lita Cho.
2014-03-11 18:12:25 -04:00
Benjamin Peterson
841da4ed22
sync pyporting howto from python 3 docs
2014-03-11 14:28:37 -05:00
Georg Brandl
6d07641fce
#13530 : port to 2.7 branch (document what os.lseek returns).
2014-03-11 10:28:56 +01:00
Georg Brandl
418b1eab91
Closes #20090 : update Doc/README and the error message in sphinx-build.py to make
...
it clear that any Python 3.x is not usable with the checked out Sphinx.
2014-03-10 19:26:57 +01:00
Benjamin Peterson
84f323eae7
note that future_builtin's map is not quite like python 3's ( closes #19363 )
...
Patch by Gareth Rees.
2014-03-09 14:01:09 -05:00
Georg Brandl
3bca761ae8
merge
2014-03-09 10:23:24 +01:00
R David Murray
17a4322d09
#20628 : wrap lines to < 80.
2014-02-24 15:36:45 -05:00
R David Murray
d2b5b316ab
#20628 : make it clear that DictReader/Writer *fieldnames* is a Sequence.
...
Patch by Sean Rodman.
2014-02-24 15:35:19 -05:00
Georg Brandl
3cb99f3911
Closes #20735 : remove erroneous deprecated marker from stringprep docs
2014-02-24 09:26:53 +01:00
Benjamin Peterson
82c25876ba
use sphinx from its own virtualenv ( closes #20693 )
2014-02-22 01:32:50 -05:00
Ezio Melotti
207b5f466d
#19890 : fix typo in multiprocessing docs. Patch by Mike Short.
2014-02-15 16:58:52 +02:00