Raymond Hettinger
|
b1aef23316
|
Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property.
|
2011-03-22 17:33:53 -07:00 |
|
Raymond Hettinger
|
c706dbfa67
|
Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property.
|
2011-03-22 17:33:17 -07:00 |
|
Raymond Hettinger
|
2052978e9a
|
Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents.
|
2011-03-22 16:27:31 -07:00 |
|
Raymond Hettinger
|
3b654be1a4
|
Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents.
|
2011-03-22 16:27:02 -07:00 |
|
Raymond Hettinger
|
f047164f64
|
Issue 10988: fix description of super's descriptor call.
|
2011-03-22 15:33:02 -07:00 |
|
Raymond Hettinger
|
b199b2262c
|
Issue 10988: fix description of super's descriptor call.
|
2011-03-22 15:28:45 -07:00 |
|
Raymond Hettinger
|
608aba301e
|
Issue #11625: Fix Typo
|
2011-03-22 09:12:18 -07:00 |
|
Raymond Hettinger
|
e5820c6b5d
|
Issue #11625: Fix Typo
|
2011-03-22 09:11:39 -07:00 |
|
Georg Brandl
|
2f5cac6ab4
|
Merge to 3.2.
|
2011-03-21 08:55:31 +01:00 |
|
Georg Brandl
|
82d8ec5eef
|
Fix duplicate word.
|
2011-03-21 08:55:16 +01:00 |
|
Éric Araujo
|
d40248777b
|
Merge from 3.1
|
2011-03-20 18:31:42 +01:00 |
|
Éric Araujo
|
09eb980e3e
|
Fix typo in class name
|
2011-03-20 18:30:37 +01:00 |
|
R David Murray
|
38a04e51f6
|
Merge markup fixes for #7198 patch.
|
2011-03-20 11:19:20 -04:00 |
|
R David Murray
|
9c0d5eaa70
|
Markup fixes for #7198 patch.
|
2011-03-20 11:18:21 -04:00 |
|
R David Murray
|
fb8b067360
|
Really merge #7198
Changeset ab27f16f707a was messed up by a rebase (as were
959f666470cc and 9d1b1a95bc8f) and the patch only got applied
to default.
|
2011-03-20 10:25:29 -04:00 |
|
R David Murray
|
f453debb45
|
#7198: really add newline='' to csv.writer docs.
Changeset ab27f16f707a was messed up by a rebase (as were
959f666470cc and 9d1b1a95bc8f) and the patch only got applied
to default.
|
2011-03-20 10:23:22 -04:00 |
|
Antoine Pitrou
|
7b98d02302
|
Issue #11459: A bufsize value of 0 in subprocess.Popen() really creates
unbuffered pipes, such that select() works properly on them.
|
2011-03-19 17:04:13 +01:00 |
|
Antoine Pitrou
|
877766dee8
|
Issue #11459: A bufsize value of 0 in subprocess.Popen() really creates
unbuffered pipes, such that select() works properly on them.
|
2011-03-19 17:00:37 +01:00 |
|
Raymond Hettinger
|
af9be06b3c
|
Issue 7391: Remove questionable and outdated HOWTO document with permission from its author.
|
2011-03-18 18:22:28 -07:00 |
|
Ezio Melotti
|
3b3499ba69
|
#11565: Merge with 3.1.
|
2011-03-16 11:35:38 +02:00 |
|
Ezio Melotti
|
13925008dc
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-16 11:05:33 +02:00 |
|
Raymond Hettinger
|
15aded8b73
|
Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable.
|
2011-03-15 17:25:51 -07:00 |
|
Michael Foord
|
dcebe0f2dc
|
Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution
|
2011-03-15 19:20:44 -04:00 |
|
R David Murray
|
729c5e203d
|
Merge #11216: document all possible set_charset execution paths.
|
2011-03-15 17:42:50 -04:00 |
|
R David Murray
|
e3d09ff269
|
#11216: document all possible set_charset execution paths.
|
2011-03-15 17:41:13 -04:00 |
|
Antoine Pitrou
|
9bb9877d80
|
Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute.
|
2011-03-15 20:22:50 +01:00 |
|
R David Murray
|
4a0b60c527
|
Merge #11555 as_string doc fix from 3.1.
|
2011-03-15 14:02:53 -04:00 |
|
R David Murray
|
7dedcb4644
|
#11555: update doc for 3.x change to as_string mangle_from default.
|
2011-03-15 14:01:18 -04:00 |
|
R David Murray
|
c48c19afe0
|
Merge redundant __contains__ doc fix from 3.1.
|
2011-03-14 22:53:29 -04:00 |
|
R David Murray
|
f6db0bbbee
|
Remove redundant __contains__ entry from Message docs.
|
2011-03-14 22:43:38 -04:00 |
|
Ross Lagerwall
|
13312638b3
|
Merge from 3.1
|
2011-03-14 10:41:58 +02:00 |
|
Ross Lagerwall
|
8fea2e6a50
|
Issue #10885: Fix multiprocessing docs typo
|
2011-03-14 10:40:15 +02:00 |
|
Antoine Pitrou
|
9bd3bbcfe8
|
Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore
|
2011-03-13 23:28:28 +01:00 |
|
Antoine Pitrou
|
34db469895
|
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
|
2011-03-13 19:32:01 +01:00 |
|
Antoine Pitrou
|
6b19e50e9b
|
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
|
2011-03-13 19:31:11 +01:00 |
|
Ezio Melotti
|
0def5c6907
|
Merge with 3.1.
|
2011-03-13 02:27:26 +02:00 |
|
Ezio Melotti
|
2b73660135
|
Fix markup in inputoutput.rst.
|
2011-03-13 02:19:57 +02:00 |
|
Ezio Melotti
|
77845ce55a
|
Fix typo.
|
2011-03-12 22:25:06 +02:00 |
|
Benjamin Peterson
|
62e0b90be2
|
merge 3.1
|
2011-03-12 11:58:40 -06:00 |
|
Benjamin Peterson
|
ab2b71699c
|
trunc -> math.trunc (closes #11475)
|
2011-03-12 11:58:15 -06:00 |
|
Senthil Kumaran
|
e858bca356
|
forward merge from 3.1
|
2011-03-12 11:42:33 +08:00 |
|
Senthil Kumaran
|
abd4a05561
|
Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex
|
2011-03-12 11:40:25 +08:00 |
|
Ezio Melotti
|
147f6088f0
|
#11446: merge with 3.1.
|
2011-03-11 20:53:24 +02:00 |
|
Ezio Melotti
|
7885833df0
|
#11446: fix incorrect PEP link.
|
2011-03-11 20:50:42 +02:00 |
|
Eli Bendersky
|
fc4252d3e2
|
merge
|
2011-03-11 16:40:25 +02:00 |
|
Eli Bendersky
|
a7a1c15111
|
merge from 3.1
|
2011-03-11 16:39:04 +02:00 |
|
Eli Bendersky
|
9cc6249dee
|
Issue #11426: use 'with' statements on open files in CSV examples
|
2011-03-11 16:33:36 +02:00 |
|
Ezio Melotti
|
1a87e3211a
|
#11435: Update the links generated by the source directive to use hg.python.org.
|
2011-03-11 15:16:01 +02:00 |
|
R David Murray
|
5647c473bc
|
Merge #10999 fix.
|
2011-03-10 17:22:33 -05:00 |
|
R David Murray
|
30178068d9
|
#10999: Add missing documentation for chflags constants to stat module docs
Patch by Michal Nowikowski.
|
2011-03-10 17:18:33 -05:00 |
|