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
Benjamin Peterson
93cd25d0a8
fix links to builtin repr function ( closes #20573 )
2014-02-14 14:10:39 -05:00
Ezio Melotti
f6c0ec4ff0
#19680 : add back documentation for print and exec in the interactive help.
2014-02-14 07:04:15 +02:00
Ezio Melotti
9c96f0ba29
#19906 : clarify note in urllib docs.
2014-02-10 09:59:04 +02:00
Vinay Sajip
8bf70f74cf
Issue #20509 : Added cross-reference in documentation.
2014-02-04 16:25:41 +00:00
Benjamin Peterson
60f0793c30
use system mercurial
2014-02-03 13:33:56 -05:00
Vinay Sajip
5146825e00
Added cookbook entry on logging filter configuration using dictConfig().
2014-02-03 11:51:22 +00:00
Antoine Pitrou
8a2e22ef35
Issue #20423 : fix documentation of io.StringIO's newline parameter
2014-02-02 22:48:25 +01:00
Mark Dickinson
383952d52c
Issue #19683 : Add __closure__ and other missing attributes to function docs.
2014-02-01 16:32:40 +00:00
Zachary Ware
c82e27bf9a
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
2014-01-31 11:27:24 -06:00
Benjamin Peterson
072cd0c884
update sphinx url
2014-01-25 13:27:06 -05:00
Benjamin Peterson
72c081d1e7
linkify
2014-01-25 13:26:18 -05:00
Benjamin Peterson
d8be9feb45
update hosting faq
2014-01-24 23:59:57 -05:00
Georg Brandl
3ce5255a07
Fix markup error.
2014-01-21 19:21:18 +01:00
Benjamin Peterson
ad715d9e97
put notes in a ..note section
2014-01-20 00:10:23 -05:00
Benjamin Peterson
235a7c59f1
document that a new Python thread context is created in ctypes callbacks ( closes #6627 )
...
Patch by Nikolaus Rath.
2014-01-20 00:09:53 -05:00
Benjamin Peterson
09421f82eb
update pysqlite website ( closes #20278 )
2014-01-16 09:52:38 -05:00
Vinay Sajip
ace08aba65
Clarified documentation note on module-level convenience functions.
2014-01-15 13:27:58 +00:00
Zachary Ware
f583f41440
Issue #20255 : Update the about and bugs pages.
2014-01-14 16:01:32 -06:00
Zachary Ware
aec3065b99
Fix typo. Pointed out by Finn Ellis on docs@.
2014-01-13 20:38:17 -06:00
R David Murray
dd1c4fda95
#20236 : Fix sphinx markup.
2014-01-13 13:54:54 -05:00
Senthil Kumaran
011097395b
Issue #19082 : Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation.
2014-01-12 16:04:08 -08:00
R David Murray
da0b34cd26
Fix verb tense.
2014-01-08 18:08:37 -05:00
R David Murray
5851218e42
#17282 : Document unittest.main defaultTest argument.
2014-01-02 13:38:02 -05:00
Benjamin Peterson
1aeb8cfcfd
update copyright year
2013-12-31 22:02:22 -06:00
Antoine Pitrou
63cc99d9a6
Issue #19422 : Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
2013-12-28 17:26:33 +01:00
R David Murray
dfd21d3538
#20063 : Remove inaccurate/confusing statement about support of 'pop' method.
...
Patch by Gennadiy Zlobin.
2013-12-25 22:26:59 -05:00
Serhiy Storchaka
b712873a63
Removed spaces before colons and semicolons.
2013-12-24 11:04:06 +02:00
Serhiy Storchaka
610f84af0d
Removed spaces before commas and periods.
2013-12-23 18:19:34 +02:00
Antoine Pitrou
c96592da4d
s/lightweight/minimal/, as per issue #11379 .
2013-12-22 01:57:01 +01:00
Vinay Sajip
d46a31fc64
Issue #19902 : Added list of logging levels.
2013-12-19 11:42:18 +00:00
Zachary Ware
b56c517b05
Issue #20005 : Fix typo in operator docs. Patch by Claudiu Popa.
2013-12-18 12:18:36 -06:00
Ezio Melotti
91b88c8d87
#19981 : fix typo in email.mailbox docs. Patch by Claudiu Popa.
2013-12-14 12:42:29 +02:00
Nick Coghlan
73188fb68b
Issue #19407 : add Python Packaging User Guide notes
...
The stdlib docs for package distribution and building extensions
are rather dated, and that isn't expected to change for 2.7 and
3.3.
The Python Packaging User Guide isn't complete either, but it's
already a much better road map for new users than the existing
stdlib docs.
2013-12-10 21:18:32 +10:00
Vinay Sajip
d919da9942
Added minor clarification in logging HOWTO.
2013-12-06 11:21:15 +00:00
Antoine Pitrou
197e71bce1
Issue #18840 : Introduce the json module in the tutorial, and deemphasize the pickle module.
2013-12-05 23:46:32 +01:00
Kristján Valur Jónsson
222b284911
Issue #7105 : weak dict iterators are fragile because of unpredictable GC runs
...
Backport the fix from pyton 3.x for this issue.
2013-12-05 10:03:45 +00:00
Eli Bendersky
7b2ac60934
Issue #19814 : Clarify argparse's docs w.r.t prefix matching
2013-12-02 05:53:35 -08:00
Vinay Sajip
e9cb5e9df6
Issue #19789 : Clarified documentation for logging.disable.
2013-11-30 22:43:13 +00:00
Serhiy Storchaka
26d936a71e
Issue #19795 : Improved markup of True/False constants.
2013-11-29 12:16:53 +02:00
Serhiy Storchaka
9f91d35ff3
Issue #19794 : Improved markup for True/False constants.
2013-11-26 17:32:03 +02:00
Antoine Pitrou
131336846c
Issue #19691 : remove outdated mention about RuntimeError
2013-11-25 19:08:32 +01:00
Georg Brandl
d061efa3b8
Fix suspicious markup and sort ignorelist.
2013-11-25 08:34:24 +01:00
Georg Brandl
40dcf7f0be
Doc/Makefile: also do "make suspicious" during daily autobuild
2013-11-24 16:17:54 +01:00
Ezio Melotti
4645bb61fa
Fix indentation in doc example.
2013-11-17 22:07:48 +02:00
Richard Oudkerk
a69712c01d
Issue 16998: Clarify that += on a shared value is not atomic.
2013-11-17 17:00:38 +00:00
Antoine Pitrou
f7a52475a5
Issue #19508 : warn that ssl doesn't validate certificates by default
2013-11-17 15:42:58 +01:00
Ezio Melotti
e3c61368e3
#19238 : fix typo in documentation.
2013-11-17 02:47:12 +02:00
Vinay Sajip
6afafc7ea4
Issue #19504 : Used American spelling for 'customize'.
2013-11-15 20:54:15 +00:00
R David Murray
a691219716
backport #18985 : Improve fcntl documentation.
2013-11-07 10:52:53 -05:00
Nick Coghlan
6a98749e9c
Close #17827 : Document codecs.encode & codecs.decode
2013-11-04 20:05:16 +10:00
Vinay Sajip
41e9b401dc
Issue #19455 : Corrected inaccuracies in documentation and corrected some incorrect cross-references.
2013-10-31 01:08:59 +00:00
Christian Heimes
db78e4365b
fix language
2013-10-29 22:19:39 +01:00
Christian Heimes
88b2220859
Issue #18747 : document issue with OpenSSL's CPRNG state and fork
2013-10-29 21:08:56 +01:00
Georg Brandl
712e951f54
Closes #19416 : fix references in the nntplib docs.
2013-10-29 08:14:51 +01:00
Georg Brandl
21f2ec6aa4
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@.
2013-10-29 08:10:36 +01:00
Georg Brandl
b64f40f3e9
Fix typo: js_JP is not a valid locale.
2013-10-29 08:05:10 +01:00
Tim Golden
17934856dc
Issue #15207 : Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
2013-10-22 20:45:13 +01:00
Ezio Melotti
c62403818c
#19319 : fix ctypes docs: sizeof is an operator in C, not a function.
2013-10-21 04:41:40 +03:00
Ezio Melotti
cef2d49122
#19238 , #19289 : fix description of the align and fill values of the format specification.
2013-10-21 02:53:07 +03:00
Benjamin Peterson
97b36181db
fix description of super() behavior on descriptors
2013-10-18 12:57:55 -04:00
Serhiy Storchaka
de2f8fadcc
Fix markup.
2013-10-18 11:54:52 +03:00
Georg Brandl
cea38084eb
Closes #19277 : document all parameters of compressobj().
2013-10-17 19:51:00 +02:00
Ezio Melotti
8ad0eac7ff
#4965 : Implement intelligent scrolling of the sidebar in the docs.
2013-10-14 22:01:28 +03:00
Serhiy Storchaka
0b9a9fd3a0
Issue #19189 : Improved cross-references in the pickle module documentation.
2013-10-14 10:43:26 +03:00
Serhiy Storchaka
b6f6450488
Merge heads
2013-10-13 23:29:53 +03:00
Georg Brandl
b7557af86d
Wing IDE is switching to PyQt...
2013-10-13 22:23:27 +02:00
Serhiy Storchaka
b33336f650
Issue #18758 : Fixed and improved cross-references.
2013-10-13 23:09:00 +03:00
Serhiy Storchaka
7378d6374c
Issue #19197 : Improved cross-references in the shlex module documentation.
2013-10-13 21:17:56 +03:00
Serhiy Storchaka
361994c8e9
Issue #19207 : Improved cross-references in the os, os.path, and posix modules
...
documentation.
2013-10-13 20:25:30 +03:00
Georg Brandl
1b1c11d208
Refer to strftime(3) manpage for platform specific format codes.
...
Suggested by Skip Montanaro on docs@.
2013-10-13 18:28:25 +02:00
Serhiy Storchaka
55c45c71cf
Issue #19198 : Improved cross-references in the cgi module documentation.
2013-10-13 18:27:51 +03:00
Georg Brandl
65e30a2db5
Closes #13740 : SND_NOWAIT seems to be ignored on modern Windows.
2013-10-13 10:49:41 +02:00
Georg Brandl
6e5ae97c95
Closes #15829 : document ThreadError and fix exception raised for releasing unlocked locks.
2013-10-13 10:23:27 +02:00
Georg Brandl
52fa1724ce
Closes #14486 : add versionchanged notices throughout the threading docs for PEP8-compliant APIs; the note at the top of the page is too hard to notice.
2013-10-13 10:07:31 +02:00
Georg Brandl
21721b6be5
Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
2013-10-13 09:56:20 +02:00
Georg Brandl
0aab3d97ad
Fix display of deprecated blocks with Sphinx 1.2.
2013-10-13 09:31:42 +02:00
Georg Brandl
af3ef9245c
Fix compatibility with upcoming Sphinx 1.2.
2013-10-12 20:50:21 +02:00
Georg Brandl
5b68d64992
Closes #13905 : mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable.
2013-10-12 18:44:13 +02:00
Georg Brandl
c2a9dc35c0
Closes #19179 : make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand.
2013-10-12 18:19:33 +02:00
Georg Brandl
0f79cac1bf
Closes #13203 : add a FAQ section about seemingly duplicate id()s.
2013-10-12 18:14:25 +02:00
Raymond Hettinger
8b1701d394
Issue #19005 : Fix documentation for PyIter_Next().
2013-10-09 22:39:11 -07:00
Serhiy Storchaka
32dc141088
#19194 : Improved cross-references in the fcntl module documentation.
2013-10-09 14:20:06 +03:00
Serhiy Storchaka
a5ab7612c1
#19196 : Improved cross-references in distutils documentation.
2013-10-09 14:09:02 +03:00
Serhiy Storchaka
ad16b725bc
Issue #19190 : Improve cross-references in builtin types and functions documentation.
2013-10-09 14:02:14 +03:00
Serhiy Storchaka
99a196fcfc
Issue 19195: Improved cross-references in C API documentation.
2013-10-09 13:25:21 +03:00
Serhiy Storchaka
972788088d
Issue #19193 : Improved cross-references in the tutorial.
2013-10-09 09:54:32 +03:00
Georg Brandl
090588ec2c
Minor grammar fix.
2013-10-08 21:54:37 +02:00
Georg Brandl
e3e4c9afe4
Fix wrong link.
2013-10-08 21:43:39 +02:00
Georg Brandl
2808a1244d
Closes #19178 : backport entries for "module" and "package" from 3.x glossary. Patch by Berker Peksag.
2013-10-08 08:05:33 +02:00
Georg Brandl
9f57278251
Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py"
...
Found by Micheal Wells on docs@.
2013-10-06 19:33:56 +02: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
bab7850c8e
Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.
2013-10-06 19:19:18 +02:00
Georg Brandl
09289afbd4
Fix typo in function name.
2013-10-06 19:14:35 +02:00
Georg Brandl
188ddd3ba0
Closes #15432 : GzipFile mtime argument was added in 2.7.
2013-10-06 19:01:21 +02:00
Georg Brandl
1f94b26cba
Closes #11807 : document argparse add_subparsers method better.
...
Patch by Filip Gruszczyński.
2013-10-06 18:51:39 +02:00
Georg Brandl
c0edadee84
Closes #15213 : update comment for _PyOS_URandom
2013-10-06 18:43:19 +02:00
Georg Brandl
4bfc96bf43
Closes #17725 : small grammar fix.
2013-10-06 18:36:34 +02:00
Georg Brandl
917bb8cb34
The "FAQ" link at the end was changed to a Wikipedia link; reflect that.
2013-10-06 18:26:36 +02:00
Georg Brandl
4e8534e2ae
Closes #19177 : replace dead link to SSL/TLS introduction with the version from Apache.
2013-10-06 18:20:31 +02:00
Georg Brandl
60ccf0a8c9
Closes #19181 : replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example.
2013-10-06 18:17:56 +02:00
Georg Brandl
5185d0f118
Closes #12350 : clarify blocks/block size members of stat result.
2013-10-06 18:11:32 +02:00
Georg Brandl
e0f6d59896
Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@.
2013-10-06 13:20:49 +02:00
Georg Brandl
42dac47c96
Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@.
2013-10-06 13:17:04 +02:00
Georg Brandl
e8c52e13ee
Minor improvement: add indication that the main function goes on.
2013-10-06 13:14:10 +02:00
Georg Brandl
e3005461c3
Fix missing class name in markup. Found by Tanky Woo on docs@.
2013-10-06 13:09:59 +02:00
Georg Brandl
980db0a098
Fix example in backreference description. Found by Alexander Heger on docs@.
2013-10-06 12:58:20 +02:00
Georg Brandl
5c80cc4486
PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
...
Found by Helge Stenström on docs@.
2013-10-06 12:46:13 +02:00
Georg Brandl
d6896507da
Fix minor bug in httplib example. Found by Alex MacAulay on docs@.
2013-10-06 12:42:18 +02:00
Georg Brandl
775ba9b424
Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@.
2013-10-06 12:38:44 +02:00
Georg Brandl
97ea40aa6d
Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@.
2013-10-06 12:36:39 +02:00
Georg Brandl
d796cdb136
Fix typo.
2013-10-06 12:33:20 +02:00
Georg Brandl
75c3a0435c
Fix strange deprecation version.
2013-10-06 12:31:06 +02:00
Georg Brandl
ddbdc9a6e4
Closes #15956 : improve documentation of named groups and how to reference them.
2013-10-06 12:08:14 +02:00
Georg Brandl
bcc55d691e
Fix small grammar mistake.
2013-10-06 11:57:13 +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
6451ae6254
Fix missing period.
2013-10-06 11:12:29 +02:00
Georg Brandl
f0f0843df3
Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@.
2013-10-06 11:10:49 +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
b2efdee890
Small clarification in extending docs.
2013-10-06 11:02:38 +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
Georg Brandl
c5c900defb
Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@).
2013-10-06 10:11:12 +02:00
Georg Brandl
c3eb868cc4
Fix some PEP8 in curses HOWTO.
2013-10-06 10:02:07 +02:00
Georg Brandl
dc801844c1
Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time
2013-10-06 09:52:55 +02:00
Georg Brandl
2b38582e76
Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@)
2013-10-06 09:50:36 +02:00
Georg Brandl
05c8baa40f
Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call.
2013-10-06 09:48:26 +02:00
Georg Brandl
d39c3a4d45
Fix markup.
2013-10-06 09:47:45 +02:00
Georg Brandl
baeb7f850a
Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@)
2013-10-06 09:32:03 +02:00
Georg Brandl
5e7f16e77e
Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@)
2013-10-06 09:23:03 +02:00
Georg Brandl
dc5f3fa85e
Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
2013-10-06 09:17:43 +02:00
Ezio Melotti
8f89928b5a
#19074 : mention PySide in the GUI FAQs.
2013-10-06 01:02:09 +03:00
Benjamin Peterson
29f0dc5f77
dict is also allowed ( closes #19163 )
2013-10-04 10:55:15 -04:00
Senthil Kumaran
34f7c4ee80
Minor doc fix in urlparse.rst
2013-09-30 22:10:44 -07:00
Antoine Pitrou
59db34e4d5
Add a "skull and crossbones" to Py_AddPendingCall.
2013-09-30 21:35:44 +02:00
Georg Brandl
a63231aa18
Closes #19043 : remove detailed listing of versions from license files
...
Since all versions since 2.2 are under the same licensing terms,
this saves the release manager from touching the two files for
every new minor release.
2013-09-22 11:45:02 +02:00
Georg Brandl
110953d6de
Closes #19061 : make shelve security warning consistent between 2.x and 3.x.
2013-09-22 11:43:10 +02:00
R David Murray
ba58e1d827
Merge: Add versionchanged for #14984 , remove extra blank from string.
2013-09-17 20:10:23 -04:00
R David Murray
137b572d55
Add versionchanged for #14984 , remove extra blank from string.
2013-09-17 20:08:09 -04:00
R David Murray
74213e4ee9
Merge #14984 : On POSIX, enforce permissions when reading default .netrc.
2013-09-16 14:32:54 -04:00
R David Murray
4189b67a66
#14984 : On POSIX, enforce permissions when reading default .netrc.
...
Initial patch by Bruno Piguet.
This is implemented as if a useful .netrc file could exist without passwords,
which is possible in the general case; but in fact our netrc implementation
does not support it. Fixing that issue will be an enhancement.
2013-09-16 13:48:44 -04:00
Ezio Melotti
802fa397d5
Fix markup in email.parser docs.
2013-09-13 22:55:08 +03:00
Ezio Melotti
36c3368233
#18951 : use consistent names in unittest docs.
2013-09-13 22:17:40 +03:00
Senthil Kumaran
b65685f3f2
Clarify mmap.close method behavior. Addresses issue #18815
...
Patch contributed by Anoop Thomas Mathew.
2013-09-09 22:38:58 -07:00
Senthil Kumaran
cb7e5fa935
Correct Profile class usage example. Addresses issue #18033 .
...
Patch contributed by Olivier Hervieu and Dmi Baranov.
2013-09-07 17:50:35 -07:00
Senthil Kumaran
2646e6758d
os.isatty is not Unix only. Correct the wrong documentation.
...
Addresses issue #18553
2013-09-07 11:27:45 -07:00
Ezio Melotti
ad54307b9b
#18895 : split a sentence in unittest docs.
2013-09-07 15:23:36 +03:00
Ezio Melotti
2676583b66
#18894 : remove mention of deprecated fail* methods.
2013-09-07 15:19:30 +03:00
Vinay Sajip
6971f2e6b7
Issue #18933 : Added links to source code.
2013-09-05 22:57:20 +01:00
Benjamin Peterson
b44c8619fe
document that various functions that parse from source will interpret things as latin-1 ( closes #18870 )
2013-09-01 19:06:35 -04:00
Serhiy Storchaka
6d5bd5258c
Issue #18743 : Improved cross-references to the StringIO class.
2013-08-29 11:44:44 +03:00
Serhiy Storchaka
7653e26ecc
Issue #18760 : Improved cross-references in the xml package.
2013-08-29 10:34:23 +03:00
Serhiy Storchaka
c8f26f500a
Issue #18757 : Improved cross-references in the concurrent package.
2013-08-24 00:28:38 +03:00
Charles-François Natali
b817faa4ce
Issue #15233 : Python now guarantees that callables registered with the atexit
...
module will be called in a deterministic order.
2013-08-21 18:25:00 +02:00
Serhiy Storchaka
f65d454a5e
Issue #18761 : Improved cross-references in email documentation.
2013-08-19 10:03:25 +03:00
Vinay Sajip
10b513098a
Issue #18759 : Improved cross-references in logging documentation.
2013-08-17 00:38:48 +01:00
Antoine Pitrou
79a16a85aa
Issue #16190 : fix random module recommendation to use ssl.RAND_bytes().
2013-08-16 19:19:40 +02:00
David Wolever
a80d3a09fd
Issue #18718 : datetime documentation contradictory on leap second support
2013-08-14 14:33:54 -04:00
Ned Deily
6681398ddd
Issue 18724: Fix typo noticed by Susan Tan.
2013-08-13 01:11:56 -07:00
Felix Crux
b4e186cf11
Documenting that json.load may raise a ValueError.
...
Issue #18680 : JSONDecoder should document that it raises a ValueError
for malformed data
2013-08-12 17:39:51 -04:00
David Wolever
452dd38150
Issue #17701 : Improving strftime documentation
2013-08-12 15:50:10 -04:00
Ezio Melotti
d599142197
#18663 : document that assertAlmostEqual also works when the values are equal and add tests.
2013-08-11 13:04:50 +03:00
Antoine Pitrou
92fae55bc9
Issue #18589 : fix hyperlinking of type slots (tp_*)
2013-08-01 21:17:24 +02:00
Terry Jan Reedy
241f653b8a
Remove repetition of string escapes note 1 at end of note 2.
2013-07-27 15:54:05 -04:00
R David Murray
d5648ac382
#15130 : remove repeat of abstract paragraph from socket howto body.
...
Patch by Tshepang Lekhonkhobe.
2013-07-25 13:33:35 -04:00
Vinay Sajip
bcf55a758d
Issue #18541 : simplified LoggerAdapter example.
2013-07-24 17:47:52 +01:00
Ned Deily
b7a285f528
Issue #18471 : Fix typo in heapq documentation (reported by François Pinard).
2013-07-15 19:07:41 -07:00
Ned Deily
c967a593c9
Issue #18452 : fix several "occurrence" typos (reported by Févry Thibault).
2013-07-14 12:42:27 -07:00
R David Murray
4f0102f189
#18389 : Clarify that relpath does not access the file system.
...
Initial patch by Madison May.
2013-07-12 18:21:41 -04:00
Serhiy Storchaka
6cda0adf3a
Issue #18336 . Fix a link to StreamReader's read() method.
2013-07-11 18:25:19 +03:00
Richard Oudkerk
4bc130c065
Issue #14206 : Clarify docs for Queue.join_cancel_thread().
2013-07-02 12:58:21 +01:00
Richard Oudkerk
4903253069
Issue #17273 : Clarify that pool methods can only be used by parent process.
2013-07-02 12:31:50 +01:00
Terry Jan Reedy
44d8b11c3e
Issue #7136 : In the Idle File menu, "New Window" is renamed "New File".
...
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
2013-07-01 00:42:44 -04:00
Terry Jan Reedy
8d7500387d
Issue #18237 : Fix assertRaisesRegexp error caought by Jeff Tratner.
2013-06-29 13:15:36 -04:00
Terry Jan Reedy
35115e6aab
Issue #18315 : Improve fileinput docs by adding 'bufsize' where missing and
...
replacing redundant signature in input() docstring with one-line summary.
Original patch by Terrel Shumway.
2013-06-28 18:59:19 -04:00
Ned Deily
7dc9bd84df
Issue #18164 : Backport the more detailed embedding compile-and-link section
...
from the Python 3 documentation.
2013-06-24 14:21:43 -07:00
Richard Oudkerk
66e0a04d2e
Fix typo.
2013-06-24 20:38:22 +01:00
Richard Oudkerk
2cc73e8e58
Clarify note and fix typo.
2013-06-24 18:11:21 +01:00
Richard Oudkerk
acfbe22068
Issue #15818 : Typo in docs.
2013-06-24 15:41:36 +01:00
Richard Oudkerk
56e968c50a
Issue #18277 : Document quirks of multiprocessing queue.
2013-06-24 14:45:24 +01:00
R David Murray
9575222b7f
#18179 : reflow paragraphs.
2013-06-23 16:10:37 -04:00
R David Murray
7f01d55333
#18179 : document the local_hostname parameter.
...
Original patch by Berker Peksag.
2013-06-23 16:02:34 -04:00
R David Murray
ff22984ff1
Tweak programming faq examples so that it (mostly) passes doctest.
...
Back port of 0113247f894b from 3.3.
The exceptions are the import related questions at the end, which
need to be rewritten anyway, and a math example that doesn't
exist in the 3.3+ docs that I didn't bother trying to fix.
2013-06-19 17:00:43 -04:00
Ezio Melotti
c49805e967
#18126 : update NumPy links in the documentation. Patch by Yury V. Zaytsev.
2013-06-09 01:04:21 +03:00
Serhiy Storchaka
3fcf2d3174
Issue #18085 : Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
2013-05-28 22:46:51 +03:00
Raymond Hettinger
7393c69d6d
Issue #18015 : Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
2013-05-27 10:58:55 -07:00
David Wolever
c23ca48cce
Clean merge
2013-05-23 17:51:58 -04:00
David Wolever
bd9cbf0064
Clarify that strftime's encoding is based on locale
2013-05-23 17:42:14 -04:00
David Wolever
db6d10a8bb
Remove Japanese datetime examples
2013-05-23 17:23:49 -04:00
Raymond Hettinger
668b0058a3
Issue #18031 : %-formatting isn't dead yet and might pull through.
2013-05-23 00:12:14 -07:00
Serhiy Storchaka
54f70923a3
Issue #17844 : Refactor a documentation of Python specific encodings.
...
Add links to encoders and decoders for binary-to-binary codecs.
2013-05-22 15:28:30 +03:00
R David Murray
e6f2e6cc84
#17973 : fix technical inaccuracy in faq entry (it now passes doctest).
2013-05-21 11:46:18 -04:00
Ned Deily
d7cb506789
Issue #18026 : fix ctypes doc typo
2013-05-20 14:27:06 -07:00
R David Murray
ed983ab8a9
#17973 : Add FAQ entry for ([],)[0] += [1] both extending and raising.
...
This has come up often enough now on the tracker that it deserves a FAQ entry.
2013-05-20 10:34:58 -04:00
Ezio Melotti
5302ba80e7
#17949 : fix merge glitch in itemgetter signature. Patch by Martijn Pieters.
2013-05-10 19:57:04 +03:00
Andrew Kuchling
67f84a78f0
#14878 : add cross-reference to the yield statement.
...
(Backported from 3.x by Jan Duzinkiewicz.)
2013-05-09 20:55:22 -04:00
Ezio Melotti
5f4ba6b4e0
#16523 : improve attrgetter/itemgetter/methodcaller documentation.
2013-05-08 10:53:11 +03:00
Ezio Melotti
59391207c6
#17714 : document that the base64 codec adds a trailing newline.
2013-05-07 11:14:27 +03:00
Raymond Hettinger
a74e5c809b
Issue 17920: Fix-up terminology in the set documentation
2013-05-06 18:21:10 -07:00
Raymond Hettinger
277c27c8fc
Issue 17862: Improve the signature of itertools grouper() recipe.
...
Putting *n* after the *iterable* matches the signature of other itertools
and recipes. Also, it reads better.
Suggested by Ezio Melotti.
2013-05-05 19:45:42 -07:00
Antoine Pitrou
a09657e94e
Elaborate on bytes-like objects.
2013-05-04 20:18:34 +02:00
Raymond Hettinger
0801d73b1b
Issue #15535 : Fix regression in pickling of named tuples.
2013-05-03 00:59:20 -07:00
Senthil Kumaran
a1fb67175a
# 1722 - Add a note on urllib helper functions like splittype, splithost etc.
2013-05-02 05:50:21 -07:00
Ezio Melotti
71c1cff83f
#16518 : fix links in glossary entry.
2013-05-01 14:13:05 +03:00
Ezio Melotti
1c0d8a7fd7
#16518 : add "bytes-like object" to the glossary.
2013-04-30 23:33:31 +03:00
Ezio Melotti
183dc46a88
#17866 : mention that in Python 3, assertItemsEqual is named assertCountEqual.
2013-04-29 12:26:01 +03:00
R David Murray
fc45ce870f
#7152 : Remove incorrectly added reference to DataHandler.
2013-04-28 17:04:53 -04:00
R David Murray
6596041464
Reflow paragraph.
2013-04-28 11:20:46 -04:00
R David Murray
806c1c939d
#7152 : Clarify that ProxyHandler is added only if proxy settings are detected.
...
Behavior confirmation and initial patch by Jessica McKellar.
2013-04-28 11:16:21 -04:00
Ezio Melotti
9d2d64ff21
#17729 : remove the Advocacy HOWTO from the index.
2013-04-23 09:56:30 +03:00
Ezio Melotti
d04c5d66b0
#17729 : remove the outdated Advocacy HOWTO, as suggested by the author.
2013-04-23 09:24:51 +03:00
R David Murray
240a2fd46f
#15575 : Clarify tutorial description of when modules are executed.
2013-04-21 17:14:40 -04:00
Ned Deily
0729500b01
Issue #17670 : Provide an example of expandtabs() usage.
2013-04-21 13:04:10 -07:00
R David Murray
e5af944bdf
#17409 : Document RLIM_INFINITY and use it to clarify the setrlimit docs.
2013-04-20 13:37:50 -04:00
Ezio Melotti
c973057bbe
#17740 : fix links to the socket function. Initial patch by Zachary Ware.
2013-04-17 04:10:26 +03:00
Antoine Pitrou
f12f3916aa
Issue #17739 : fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
...
Thanks to David D Lowe for reporting.
2013-04-16 20:27:17 +02: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
Eric V. Smith
12ec99d852
Issue #17728 : Specify default precision for float.format for presentation types e, f, and g.
2013-04-15 09:51:54 -04:00
Georg Brandl
95aa1726ec
Fix example ignoring ".svn" directories in compileall.
2013-04-14 12:02:43 +02:00
Georg Brandl
34f5dd0684
The Integral class does not contain implementations for the bit-shifting operations. (See #3056.)
2013-04-14 11:58:54 +02:00
Georg Brandl
e7fb7008ba
The im_class of unbound class methods is actually not the same as im_self.
2013-04-14 11:53:36 +02: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
Georg Brandl
10bb21e4f9
Fix refcount leak in the reference counting example section (!).
2013-04-14 11:45:16 +02:00
Georg Brandl
ba58cbe754
Closes #13638 : document PyErr_SetFromErrnoWithFilenameObject,
...
PyErr_SetFromWindowsErrWithFilenameObject, and
PyErr_SetExcFromWindowsErrWithFilenameObject.
Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented.
2013-04-14 11:12:16 +02:00
Georg Brandl
2124dcd9fe
bind('') does not do the same as bind('localhost')
2013-04-14 10:59:04 +02:00
Georg Brandl
827372e46b
Closes #17661 : fix references to repr() going to module repr.
2013-04-14 10:36:03 +02:00
Georg Brandl
dc18cb963b
Closes #17726 : small clarification in design FAQ.
2013-04-14 10:31:06 +02:00
Georg Brandl
30a88facfe
Update using/mac documentation which was still on 2.5.
2013-04-14 10:17:35 +02:00
Georg Brandl
7a48a8b8c6
Clarify point in name mangling doc.
2013-04-14 10:13:42 +02:00
David Wolever
0d2e78c275
Correct misleading strftime documentation.
...
strftime using locale-aware formatting directives will often, but not awlays,
produce UTF-8-encoded Unicode.
2013-04-13 22:40:11 -04:00
David Wolever
c7953ef73e
Adding localized examples to strftime documentation.
2013-04-13 20:50:24 -04:00
David Wolever
73480ef578
Improving strftime documentation.
...
Re-ordering the table so similar directives are grouped together, adding
examples, and removing some redundancy in the description of the ``%f``
formatter.
2013-04-13 19:12:58 -04:00
R David Murray
3a2b371f26
Reflow paragraph.
2013-04-13 14:37:42 -04:00
R David Murray
2fc97e6a2d
#2118 : clarify smtplib exception documentation.
2013-04-13 14:37:22 -04:00
Ezio Melotti
c2a4f6b668
#17686 : fix broken link in Doc/using/unix.rst. Patch by Dan Riti.
2013-04-13 20:07:42 +03:00
Ezio Melotti
0ba584c023
#6696 : add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
2013-04-12 16:22:24 +03:00
Ezio Melotti
3218f6511f
#17635 : fix wrong function name in multiprocessing docs.
2013-04-10 17:59:20 +03:00
Andrew Svetlov
aff9ceff3c
Update argparse docs to follow order of ArgumentParser() arguments.
2013-04-07 14:45:37 +03:00
Andrew Svetlov
9c6eb266f5
Change wording as Eli Bendersky suggests.
2013-04-06 18:54:19 +03:00
Giampaolo Rodola'
76794131de
#17641 : 2.X / 3.X ssl doc unification
2013-04-06 03:46:47 +02:00
Andrew Svetlov
7eba9dbaaf
Add link to glossary for hashable term in docs for set type
2013-04-05 16:21:39 +03:00
Andrew Svetlov
c8986682ec
Fix typo
2013-04-05 11:39:36 +03:00
Andrew Svetlov
457f48241d
merge heads
2013-04-05 10:14:28 +03:00
Andrew Svetlov
42777cdac5
Fix typo.
2013-04-05 10:10:27 +03:00
Ezio Melotti
cfb63cd3b1
#8913 : add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
2013-04-04 09:16:15 +03:00
Terry Jan Reedy
0d0a395a1b
Issue #15940 : Replace tab.
2013-04-03 12:45:24 -04:00
Terry Jan Reedy
c2f905f0d9
Issue #15940 : Specify effect of locale on time functions.
2013-04-03 12:34:57 -04:00
R David Murray
c993a19480
#13163 : fix names of _get_socket args
...
This was already done in Python3, but having it wrong leads to
incorrect debug output, so it seems worth fixing in 2.7 as well.
Patch by Victor Terrón.
2013-04-02 12:15:07 -04:00
Raymond Hettinger
56bb8b9bdc
Add an itertools recipe showing how to use t.__copy__().
2013-03-30 23:37:57 -07:00
Gregory P. Smith
da76aa8e47
Fix typos and clear up one very odd bit of wording as pointed out by
...
Ezio.
2013-03-30 01:38:38 -07:00
Ezio Melotti
d5cdc94a26
#17438 : add links to the conversion tables in dump(s)/load(s).
2013-03-29 03:59:29 +02:00
Ezio Melotti
144c269cc8
Update the suspicious builder to detect unused rules, and remove currently unusued rules.
2013-03-28 18:01:11 +02:00
Georg Brandl
75da35747e
Backport rev. 3ae74b361f53 to 2.7 branch.
2013-03-28 13:35:18 +01:00
Georg Brandl
44ea77bd81
Closes #4159 : add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
2013-03-28 13:28:44 +01:00
Christian Heimes
75207abff9
Fix XML vulnerability link targets.
2013-03-28 11:42:49 +01:00
Georg Brandl
6ba6b13e32
Fix XML vulnerability link targets.
2013-03-28 09:11:44 +01:00
Ezio Melotti
93324d7d9c
Update suspicious ignore file.
2013-03-28 05:47:31 +02:00
Ezio Melotti
e5caf29743
Update suspicious ignore file.
2013-03-28 04:54:58 +02:00
Ezio Melotti
fd4365a4d8
Update suspicious ignore file.
2013-03-28 04:31:53 +02:00
Ezio Melotti
184e59357e
#17329 : merge with 3.2.
2013-03-27 20:12:55 +02:00
Ezio Melotti
352def0ed2
#17329 : document unittest.SkipTest. Initial patch by Zachary Ware.
2013-03-27 20:11:55 +02:00
Ezio Melotti
265281ac02
#17329 : document unittest.SkipTest. Initial patch by Zachary Ware.
2013-03-27 20:11:55 +02:00
Christian Heimes
23790b4be0
Issue 17538: Document XML vulnerabilties
2013-03-26 17:53:05 +01:00
Christian Heimes
768f6a5360
Issue 17538: Document XML vulnerabilties
2013-03-26 17:47:23 +01:00
Christian Heimes
7380a67267
Issue 17538: Document XML vulnerabilties
2013-03-26 17:35:55 +01:00
Ezio Melotti
a1eb483d8f
Add versionadded for `-X faulthandler` (also fix typo and markup).
2013-03-26 02:36:28 +02:00
Gregory P. Smith
a1b9ed32ee
Fixes issue #17488 : Change the subprocess.Popen bufsize parameter default value
...
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.
2013-03-23 11:54:22 -07:00
Gregory P. Smith
a1ed539268
Fixes issue #17488 : Change the subprocess.Popen bufsize parameter default value
...
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.
2013-03-23 11:44:25 -07:00
Raymond Hettinger
3ddba16aa6
Update collections ABC table to match the __abstractmethods__ attribute for each container.
2013-03-23 09:07:36 -07:00
Raymond Hettinger
cb800648ef
Update collections ABC table to match the __abstractmethods__ attribute for each container.
2013-03-23 08:57:00 -07:00
Raymond Hettinger
378170d5d9
Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.
2013-03-23 08:21:12 -07:00
Benjamin Peterson
71e2d2e260
nonlocal isn't a 2.x topic
2013-03-23 10:09:24 -05:00
Gregory P. Smith
bcd2aa6d06
cleanup references to PyString_ APIs from 2.x in the 3.3 docs.
2013-03-22 13:49:26 -07:00
Gregory P. Smith
4b52ae8f97
Clean up references to the no longer existing PyString_ APIs in our docs.
2013-03-22 13:43:30 -07:00
Raymond Hettinger
8f35c891e7
Modernize unittest example
2013-03-22 07:26:18 -07:00
Raymond Hettinger
4507274139
Modernize unittest example
2013-03-22 07:17:38 -07:00
doko@ubuntu.com
1621d77fc8
- Issue #16754 : Fix the incorrect shared library extension on linux. Introduce
...
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
2013-03-21 13:31:41 -07:00
doko@ubuntu.com
d5537d071c
- Issue #16754 : Fix the incorrect shared library extension on linux. Introduce
...
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
2013-03-21 13:21:49 -07:00
Gregory P. Smith
74b24047e3
merge
2013-03-20 18:32:22 -07:00
Gregory P. Smith
1f8a40b81d
remove the long obsolete mention of universal newlines mode only being
...
available when configured at compile time.
2013-03-20 18:32:03 -07:00
Ezio Melotti
ba7dd670cb
Merge usage of argument/parameter and markup fixes from 3.2.
2013-03-20 13:54:18 +02:00
Ezio Melotti
93115e0914
Fix usage of argument/parameter and markup.
2013-03-20 13:53:32 +02:00
Gregory P. Smith
f16455aa4a
clarifiy the documentation for issue17285. see also commit
...
ee30400efceb which updated the docstring.
2013-03-19 23:36:31 -07:00
Senthil Kumaran
cd3bb8b73c
#17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti
2013-03-19 18:01:43 -07:00
R David Murray
432a48a0c8
Merge: #1525919 : Document MIMEText+set_payload encoding behavior.
2013-03-19 18:21:22 -04:00
R David Murray
14b0124a29
#1525919 : Document MIMEText+set_payload encoding behavior.
2013-03-19 18:18:55 -04:00
Senthil Kumaran
2f306c03d3
#17460 - merge from 3.2
2013-03-19 00:58:46 -07:00
Senthil Kumaran
0492ec07e0
#17460 - Adding relevant warning messages regarding strict removal in docs
2013-03-19 00:51:08 -07:00
Senthil Kumaran
6227c6952e
#10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 )
2013-03-18 17:09:50 -07:00
Michael Foord
f575230981
Documentation corrections for unittest.mock
2013-03-18 15:04:03 -07:00
R David Murray
35893b7994
#16057 : Clarify why the base method default is called in custom encoders.
...
Original patch by Kushal Das.
2013-03-17 22:06:18 -04:00
R David Murray
1f2a49cfc6
Merge #16057 : Clarify why the base method default is called in custom encoders.
...
Original patch by Kushal Das.
2013-03-17 21:53:23 -04:00
R David Murray
dd246171e4
#16057 : Clarify why the base method default is called in custom encoders.
...
Original patch by Kushal Das.
2013-03-17 21:52:35 -04:00
Terry Jan Reedy
b271727bad
Merge with 3.2
2013-03-17 15:28:52 -04:00
Terry Jan Reedy
271e56e887
Issue #17415 : Trim trailing whitespace
2013-03-17 15:28:10 -04:00
Terry Jan Reedy
f3460414d5
Issue #17415 : Trim trailing whitespace
2013-03-17 15:28:10 -04:00
Terry Jan Reedy
3380170ea5
Merge with 3.2
2013-03-17 15:22:00 -04:00
Terry Jan Reedy
3e50fb3f69
Issue #17415 : Clarify 'this' referent by moving containing sentence just after
...
the sentence referred to. Make other minor edits to improve flow.
2013-03-17 15:21:26 -04:00
Terry Jan Reedy
ec6e132987
Issue #17415 : Clarify 'this' referent by moving containing sentence just after
...
the sentence referred to. Make other minor edits to improve flow.
2013-03-17 15:21:26 -04:00
Terry Jan Reedy
f39cab1076
Merge with 3.2
2013-03-16 15:56:50 -04:00
Terry Jan Reedy
dff04f44bc
Issue #17418 : specify that buffer sizes are bytes as soon as possible.
2013-03-16 15:56:27 -04:00
Terry Jan Reedy
589cb111b5
Issue #17418 : specify that buffer sizes are bytes.
2013-03-16 15:55:53 -04:00
Georg Brandl
1f68a2f27f
Remove row-spanning cell, which the Sphinx text writer does not support.
2013-03-16 08:01:49 +01:00
Terry Jan Reedy
ca99440c2c
Merge with 3.2
2013-03-15 16:50:54 -04:00
Terry Jan Reedy
f3f0681794
Issue #17398 : document url argument of RobotFileParser
2013-03-15 16:50:23 -04:00
Terry Jan Reedy
b1ed05c7a5
Issue #17398 : document url argument of RobotFileParser
2013-03-15 16:49:22 -04:00
Terry Jan Reedy
0b2173a1ee
Issue #17412 : update 2.7 Doc/make.bat to also use sphinx-1.0.7.
2013-03-14 19:32:22 -04:00
Terry Jan Reedy
ac356fcf8e
Merge with 3.2: Issue #17386
2013-03-13 21:35:07 -04:00