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 |
|