Ezio Melotti
b40a2203ad
#17539 : fix MagicMock example. Patch by Berker Peksag.
2013-03-30 05:55:52 +02:00
Ezio Melotti
e612c1e29f
#17438 : merge with 3.3.
2013-03-29 04:02:14 +02:00
Ezio Melotti
6d2bc6e80b
#17438 : add links to the conversion tables in dump(s)/load(s).
2013-03-29 03:59:29 +02:00
Antoine Pitrou
2463e5fee4
Issue #16692 : The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù.
2013-03-28 22:24:43 +01:00
Georg Brandl
1bab7134a8
Merge with 3.3.
2013-03-28 13:28:55 +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
Georg Brandl
8cb15bf6ff
merge with 3.3
2013-03-28 09:11:59 +01:00
Georg Brandl
6ba6b13e32
Fix XML vulnerability link targets.
2013-03-28 09:11:44 +01:00
Ezio Melotti
67ddccafc3
#17329 : merge with 3.3.
2013-03-27 20:13:59 +02:00
Ezio Melotti
184e59357e
#17329 : merge with 3.2.
2013-03-27 20:12: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
9869e60dc2
Issue 17538: Document XML vulnerabilties
2013-03-26 17:48:28 +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
Georg Brandl
a809e4a540
merge with upstream 3.3 branch
2013-03-25 07:01:37 +01:00
Antoine Pitrou
64c16c3311
Issue #17150 : pprint now uses line continuations to wrap long string literals.
2013-03-23 20:30:39 +01:00
Gregory P. Smith
4a8ea9e2a6
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 12:00:00 -07: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
59addb7dec
merge
2013-03-23 09:08:18 -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
51612fd803
merge
2013-03-23 08:21:52 -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
Georg Brandl
0a1bc11c66
Fix suspicious markup in the docs.
2013-03-23 15:59:46 +01:00
Gregory P. Smith
e25df59427
merge
2013-03-20 18:32:45 -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
Antoine Pitrou
c9b3ef2df0
Issue #16997 : unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances.
2013-03-20 20:16:47 +01:00
Ezio Melotti
c622bf3f85
Merge usage of argument/parameter and markup fixes from 3.3.
2013-03-20 13:54:30 +02: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
6409989dc8
clarifiy the documentation for issue17285. see also commit
...
ee30400efceb which updated the docstring.
2013-03-19 23:36:59 -07: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
08c73e80df
Automated merge with ssh://hg.python.org/cpython
2013-03-19 21:27:21 -07:00
Senthil Kumaran
6ddec17f01
#17474 - merge from 3.3. Update default Docs with versionchanged markup on what's removed
2013-03-19 18:03:39 -07:00
Kristján Valur Jónsson
d7009c6913
Issue #16475 : Support object instancing, recursion and interned strings
...
in marshal
2013-03-19 18:02:10 -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
Michael Foord
04cbe0c35b
Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open
2013-03-19 17:22:51 -07:00
R David Murray
90cb1050d3
Merge: #1525919 : Document MIMEText+set_payload encoding behavior.
2013-03-19 18:21:50 -04: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
aced69fd3f
#17460 - merge from 3.3
2013-03-19 01:22:56 -07: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
41518b4af0
#17474 - Remove the various deprecated methods of Request class.
2013-03-18 18:06:00 -07:00
Michael Foord
80cbc9e998
Closes issue 16709. unittest test discovery sorts test files for consistent test ordering
2013-03-18 17:50:12 -07:00
Senthil Kumaran
7f6d79721d
#10050 : merge to default
2013-03-18 17:10:45 -07:00
Senthil Kumaran
6227c6952e
#10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 )
2013-03-18 17:09:50 -07:00
Michael Foord
35266f78b7
Merge
2013-03-18 15:04:33 -07:00
Michael Foord
f575230981
Documentation corrections for unittest.mock
2013-03-18 15:04:03 -07:00
Senthil Kumaran
052ddb01b3
#17460 : Remove the strict argument of HTTPConnection and removing the
...
DeprecationWarning being issued from 3.2 onwards.
2013-03-18 14:11:41 -07:00
R David Murray
fbb1815491
Merge #16057 : Clarify why the base method default is called in custom encoders.
...
Original patch by Kushal Das.
2013-03-17 21:53:48 -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
15cddb498e
Merge with 3.3
2013-03-17 15:29:19 -04:00
Terry Jan Reedy
b271727bad
Merge with 3.2
2013-03-17 15:28:52 -04:00
Terry Jan Reedy
f3460414d5
Issue #17415 : Trim trailing whitespace
2013-03-17 15:28:10 -04:00
Terry Jan Reedy
a52c2d6d2f
Merge with 3.3
2013-03-17 15:25:12 -04:00
Terry Jan Reedy
3380170ea5
Merge with 3.2
2013-03-17 15:22:00 -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
Ezio Melotti
2acd293077
Fix markup/wording.
2013-03-16 22:23:30 +02:00
Terry Jan Reedy
8b8df5a8fb
Merge with 3.3
2013-03-16 15:57:27 -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
b0dc5c3bc5
Merge with 3.3
2013-03-15 16:51:21 -04: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
Senthil Kumaran
2688644eef
#1291 http.server's send_error takes an optional explain argument
2013-03-15 07:53:21 -07:00
Eli Bendersky
f50d6bcbb7
Small cosmetic fixes
2013-03-14 14:39:51 -07:00
Senthil Kumaran
1428e1335f
#17307 - merge from 3.3
2013-03-13 13:43:23 -07:00
Senthil Kumaran
e66cc8172d
#17307 - merge from 3.2
2013-03-13 13:42:47 -07:00
Senthil Kumaran
b5fe2479c1
#17307 - Example of HTTP PUT Request using http.client
2013-03-13 13:38:33 -07:00
Brett Cannon
327992330e
Issue #17099 : Have importlib.find_loader() raise ValueError when
...
__loader__ is not set on a module. This brings the exception in line
with when __loader__ is None (which is equivalent to not having the
attribute defined).
2013-03-13 11:09:08 -07:00
Brett Cannon
115309acec
Issue #17176 : Document that imp.NullImporter is no longer
...
automatically used by import.
2013-03-13 10:58:50 -07:00
Brett Cannon
2514b4871f
Issue #17176 : Document that imp.NullImporter is no longer inserted
...
into sys.path_importer_cache.
2013-03-13 10:46:22 -07:00
Brett Cannon
4802becb16
Issue #17117 : Have both import itself and importlib.util.set_loader()
...
set __loader__ on a module when set to None.
Thanks to Gökcen Eraslan for the fix.
2013-03-13 10:41:36 -07:00
Brett Cannon
aa73a1c9c9
Issue #17222 : Document that py_compile now uses importlib for its file
...
writing and thus its semantics.
2013-03-13 09:37:42 -07:00
Benjamin Peterson
3b965a237c
expose O_PATH if possible
2013-03-13 10:27:41 -05:00
Ezio Melotti
fe1c471cb1
#17402 : merge with 3.3.
2013-03-13 02:27:53 +02:00
Ezio Melotti
a142a343e8
#17402 : merge with 3.2.
2013-03-13 02:27:35 +02:00
Ezio Melotti
6771462961
#17402 : avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah.
2013-03-13 02:27:00 +02:00
Benjamin Peterson
7192eddb4a
update links to 6.2.0
2013-03-12 11:56:38 -05:00
Eli Bendersky
7343cb0790
Issue #11367 : fix documentation of some find* methods in ElementTree
2013-03-12 06:01:22 -07:00
Terry Jan Reedy
8e7586bd44
Issue #17047 : remove doubled words added in 3.4,
...
as reported by Serhiy Storchaka and Matthew Barnett.
2013-03-11 18:38:13 -04:00
Terry Jan Reedy
8b53559a89
Merge with 3.3, issue #17047 : remove doubled words added in 3.3,
...
as reported by Serhiy Storchaka and Matthew Barnett.
2013-03-11 18:36:38 -04:00
Terry Jan Reedy
0f84764a09
Issue #17047 : remove doubled words added in 3.3
...
as reported by Serhiy Storchaka and Matthew Barnett.
2013-03-11 18:34:00 -04:00
Terry Jan Reedy
dd61f8f389
Merge with 3.3: Issue #17047 : removed doubled words in Doc/*,
...
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:27:28 -04:00
Terry Jan Reedy
caeb6bea9b
Merge with 3.2: Issue #17047 : removed doubled words in Doc/*,
...
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:26:33 -04:00
Terry Jan Reedy
65e69b3718
Issue #17047 : removed doubled words in Doc/*, Mac/*, and Tool/*
...
found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:23:46 -04:00
Ezio Melotti
a41fb4be5b
#17351 : merge with 3.3.
2013-03-11 09:43:25 +02:00
Ezio Melotti
c9cfcf1e6c
#17351 : merge with 3.2.
2013-03-11 09:42:40 +02:00
Ezio Melotti
af8838f443
#17351 : remove "object" inheritance from docs. Patch by Phil Elson.
2013-03-11 09:30:21 +02:00
Raymond Hettinger
e318a883fe
Issue #15806 : Add contextlib.ignored().
2013-03-10 22:26:51 -07:00
Eli Bendersky
439b2bf4cd
Add warning in ctypes documentation for #16575 and #16576
2013-03-09 05:55:24 -08:00
Eli Bendersky
c2d90fb3ec
Add warning in ctypes documentation for #16575 and #16576
2013-03-09 05:54:32 -08:00
Eli Bendersky
490cf4472e
Add warning in ctypes documentation for #16575 and #16576
2013-03-09 05:54:00 -08:00
Terry Jan Reedy
c75be9341d
Merge: closes issue 16643 (not ....2 as in last commit message)
2013-03-09 02:19:33 -05:00
Terry Jan Reedy
adecf3f66f
Issue #16642 : sched.scheduler timefunc initial default is time.monotonic.
...
Patch by Ramchandra Apte
2013-03-09 02:14:27 -05:00
Terry Jan Reedy
11c08fd4b4
Issue #17332 : fix json doc typo /convered/converted/ found by Ernie Hershey.
2013-03-08 19:40:17 -05:00
Terry Jan Reedy
b6f1d6419d
Issue #17332 : fix json doc typo /convered/converted/ found by Ernie Hershey.
2013-03-08 19:39:30 -05:00
Terry Jan Reedy
9cbcc2f1c0
Issue #17332 : fix json doc typo /convered/converted/ found by Ernie Hershey.
2013-03-08 19:35:15 -05:00
Vinay Sajip
d12ff7b754
Closes #17376 : Merged clarification from 3.3.
2013-03-08 23:27:24 +00:00
Vinay Sajip
355a9876e5
Issue #17376 : Merged clarification from 3.2.
2013-03-08 23:26:43 +00:00
Vinay Sajip
832d99bdbb
Issue #17376 : Clarified documentation for TimedRotatingFileHandler weekday rotation.
2013-03-08 23:24:30 +00:00
Eli Bendersky
25b3464498
Issue #17378 : ctypes documentation fix.
...
Document that ctypes automatically applies byref() when argtypes declares
POINTER.
2013-03-08 05:33:05 -08:00
Eli Bendersky
f0d8697e54
Issue #17378 : ctypes documentation fix.
...
Document that ctypes automatically applies byref() when argtypes declares
POINTER.
2013-03-08 05:32:45 -08:00
Eli Bendersky
f81de8df0a
Issue #17378 : ctypes documentation fix.
...
Document that ctypes automatically applies byref() when argtypes declares
POINTER.
2013-03-08 05:31:54 -08:00
Ezio Melotti
1f38621a33
#11732 : add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.
2013-03-07 18:44:29 +02:00
Nick Coghlan
90c91afd2e
Merge fix for #15465 from 3.3
2013-03-07 23:45:03 +10:00
Nick Coghlan
7d82c8621b
Close #15465 : Document C API version macros
...
Mostly moving the existing macro docs over from the standard
library docs to the C API docs where they belong.
Patch by Kushal Das.
2013-03-07 23:14:44 +10:00
Eli Bendersky
be0c028eb5
Fix doc grammar and line width
2013-03-06 06:50:36 -08:00
Eli Bendersky
68dd8ba010
Fix doc grammar and line width
2013-03-06 06:49:22 -08:00
Eli Bendersky
f9164e13fc
Fix doc grammar and line width
2013-03-06 06:48:57 -08:00
Ezio Melotti
ed63754ef6
#17364 : merge with 3.3.
2013-03-06 03:23:52 +02:00
Ezio Melotti
20d19241e5
#17364 : merge with 3.2.
2013-03-06 03:23:28 +02:00
Ezio Melotti
33e20d1954
#17364 : remove documentation for a function that does not exist.
2013-03-06 03:20:27 +02:00
Ezio Melotti
87a249c119
#11732 : merge with 3.3.
2013-03-05 20:33:38 +02:00
Ezio Melotti
25a404520d
#11732 : add a new suppress_crash_popup() context manager to test.support.
2013-03-05 20:26:17 +02:00
Ezio Melotti
bf0428ebed
Merge markup fixes in unittest doc from 3.3.
2013-03-01 21:28:23 +02:00
Ezio Melotti
aba4581ce3
Merge markup fixes in unittest doc from 3.2.
2013-03-01 21:28:06 +02:00
Ezio Melotti
fed69ba63c
Fix markup in unittest doc.
2013-03-01 21:26:04 +02:00
Ezio Melotti
eae2b38948
#16935 : unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware.
2013-03-01 14:47:50 +02:00
Raymond Hettinger
0580cbb164
Merge
2013-03-01 03:31:05 -08:00
Raymond Hettinger
faaba59977
Regex should be a raw string
2013-03-01 03:30:20 -08:00
Ezio Melotti
a2f94aa0bf
Merge link addition from 3.3.
2013-02-28 18:03:35 +02:00
Ezio Melotti
4b231a7d12
Merge link addition from 3.2.
2013-02-28 18:03:16 +02:00
Ezio Melotti
c6641dbf58
Add a link to the demo dir.
2013-02-28 18:02:28 +02:00
Ezio Melotti
26db85b30e
Merge markup fixes in unittest docs from 3.3.
2013-02-28 08:31:32 +02:00
Ezio Melotti
df2460564d
Merge markup fixes in unittest docs from 3.2.
2013-02-28 08:29:37 +02:00
Ezio Melotti
4d6cb0fcf9
Fix markup in unittest docs.
2013-02-28 08:28:11 +02:00
Petri Lehtinen
e55aa69efc
Issue #14720 : Enhance sqlite3 microsecond conversion, document its behavior
2013-02-26 21:46:12 +02:00
Petri Lehtinen
6401ad66a7
Issue #14720 : Enhance sqlite3 microsecond conversion, document its behavior
2013-02-26 21:45:09 +02:00
Petri Lehtinen
5f79409889
Issue #14720 : Enhance sqlite3 microsecond conversion, document its behavior
2013-02-26 21:38:17 +02:00
Senthil Kumaran
139a63fb85
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
2013-02-26 01:04:45 -08:00
Senthil Kumaran
514f056a89
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
2013-02-26 01:04:22 -08:00
Senthil Kumaran
8fd366978d
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
2013-02-26 01:02:58 -08:00
Chris Jerdonek
ccbc26a24c
Add a "Changed in version" to the docs for issue #15132 .
2013-02-23 15:44:46 -08:00
Petri Lehtinen
914ec6f718
Issue #16695 : Document how glob handles filenames starting with a dot
2013-02-23 19:56:15 +01:00
Petri Lehtinen
e2c114733b
Issue #16695 : Document how glob handles filenames starting with a dot
2013-02-23 19:55:36 +01:00
Petri Lehtinen
ee4a20bad6
Issue #16695 : Document how glob handles filenames starting with a dot
2013-02-23 19:53:27 +01:00
Petri Lehtinen
827b36bed8
Issue #8890 : Stop advertising an insecure use of /tmp in docs
2013-02-23 19:37:01 +01:00
Petri Lehtinen
3c75a48c86
Issue #8890 : Stop advertising an insecure use of /tmp in docs
2013-02-23 19:34:44 +01:00
Petri Lehtinen
9f74c6cf7d
Issue #8890 : Stop advertising an insecure use of /tmp in docs
2013-02-23 19:27:49 +01:00
Ezio Melotti
9d9ab3d8fb
#15438 : merge with 3.3.
2013-02-23 04:55:48 +02:00
Ezio Melotti
cc5ea62e48
#15438 : merge with 3.2.
2013-02-23 04:55:24 +02:00
Ezio Melotti
739d5497c0
#15438 : add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson.
2013-02-23 04:53:44 +02:00
Ezio Melotti
607240c3be
#17271 : merge with 3.3.
2013-02-22 08:29:34 +02:00
Ezio Melotti
5c72b3f067
#17271 : merge with 3.2.
2013-02-22 08:29:11 +02:00
Ezio Melotti
ad17bc0bf9
#17271 : update example in tempfile docs.
2013-02-22 08:28:14 +02:00
Chris Jerdonek
e787c9c981
Issue #17203 : add long option names to unittest discovery docs.
2013-02-21 19:02:38 -08:00