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 |
Chris Jerdonek
|
8c0bbfd101
|
Issue #17203: add long option names to unittest discovery docs.
|
2013-02-21 19:00:06 -08:00 |
Chris Jerdonek
|
d69ad55220
|
Issue #17203: add long option names to unittest discovery docs.
|
2013-02-21 18:54:43 -08:00 |
Serhiy Storchaka
|
920007ad76
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:26:52 +02:00 |
Serhiy Storchaka
|
ed891c1517
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:21:21 +02:00 |
Serhiy Storchaka
|
c510a048ba
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:19:16 +02:00 |
Ezio Melotti
|
542b7d1f15
|
#17265: merge with 3.3.
|
2013-02-21 12:35:57 +02:00 |
Ezio Melotti
|
4d6795e1a2
|
#17265: merge with 3.2.
|
2013-02-21 12:35:40 +02:00 |
Ezio Melotti
|
bcbc5678d5
|
#17265: fix highlight in template example. Initial patch by Berker Peksag.
|
2013-02-21 12:30:32 +02:00 |