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
|
671ddbe5a0
|
merge
|
2013-03-22 07:26:57 -07:00 |
|
Raymond Hettinger
|
8f35c891e7
|
Modernize unittest example
|
2013-03-22 07:26:18 -07:00 |
|
Terry Jan Reedy
|
2b6c26ebe3
|
Issue #13248: NEWS and What's New items
|
2013-03-21 19:36:26 -04:00 |
|
doko@ubuntu.com
|
6d3d0fe0b2
|
- 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:39:52 -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
|
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 |
|
Georg Brandl
|
694bafa04e
|
merge with 3.3
|
2013-03-16 08:03:51 +01:00 |
|
Georg Brandl
|
1f68a2f27f
|
Remove row-spanning cell, which the Sphinx text writer does not support.
|
2013-03-16 08:01:49 +01:00 |
|