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 |
Benjamin Peterson
|
37474f43f3
|
fix spelling (#17327)
|
2013-03-11 12:17:19 -05:00 |
Benjamin Peterson
|
285581405d
|
say defaultobj is returned (#17327)
|
2013-03-11 11:50:21 -05:00 |
Benjamin Peterson
|
e094833f22
|
remove more useless words
|
2013-03-11 11:35:47 -05:00 |
Benjamin Peterson
|
89fe665e38
|
remove useless words (#17327)
|
2013-03-11 11:31:29 -05: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 |
Ezio Melotti
|
fc5c5320a0
|
Fix typo in PyDict_SetDefault docs.
|
2013-03-10 20:57:16 +02:00 |
Raymond Hettinger
|
6584a1e72c
|
merge
|
2013-03-10 09:51:37 -07:00 |
Raymond Hettinger
|
686aae4841
|
Inherit from object() for consistency
|
2013-03-10 09:50:37 -07:00 |
Raymond Hettinger
|
e238b889eb
|
merge
|
2013-03-10 09:42:22 -07:00 |
Raymond Hettinger
|
632c8c8ab1
|
Issue #17351: Modernize the pure Python property() example.
|
2013-03-10 09:41:18 -07:00 |
Brett Cannon
|
ff73758b8f
|
merge
|
2013-03-09 14:25:08 -05:00 |
Brett Cannon
|
b7e6b89554
|
Touch up the Python 2 to 3 porting guide
|
2013-03-09 14:22:35 -05: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 |
Benjamin Peterson
|
00e9886bd9
|
Add PyDict_SetDefault. (closes #17327)
Patch by Stefan Behnel and I.
|
2013-03-07 22:16:29 -05: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
|
648b5900d5
|
#17363: merge with 3.3.
|
2013-03-06 02:59:25 +02:00 |
Ezio Melotti
|
32b0f02034
|
#17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.
|
2013-03-06 02:57:25 +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 |