Serhiy Storchaka
|
014791f848
|
Issue #16993: shutil.which() now preserves the case of the path and extension
on Windows.
|
2013-01-21 15:00:27 +02:00 |
|
Stefan Krah
|
e4aa08e52b
|
Issue #7353: Remove references to Include/intobject.h in the C-porting howto.
|
2013-01-20 23:18:00 +01:00 |
|
Benjamin Peterson
|
648fa19745
|
end is a keyword argument
|
2013-01-20 10:09:44 -05:00 |
|
Benjamin Peterson
|
0781900068
|
expressions -> arguments
|
2013-01-20 10:05:13 -05:00 |
|
Ezio Melotti
|
5246f66e5e
|
#16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte.
|
2013-01-20 16:34:21 +02:00 |
|
Ezio Melotti
|
81b46ec0e5
|
#4153: merge with 3.2.
|
2013-01-20 12:18:17 +02:00 |
|
Ezio Melotti
|
410eee566f
|
#4153: update the Unicode howto.
|
2013-01-20 12:16:03 +02:00 |
|
Antoine Pitrou
|
2c5e9504d8
|
Remove cruft and circumvolutions from the unittest docs.
(I would have preferred to post this for review but the bug tracker is pretty much dead at the moment)
|
2013-01-20 01:29:39 +01:00 |
|
Ezio Melotti
|
ff12fae80e
|
#16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
|
2013-01-18 19:55:46 +02:00 |
|
Łukasz Langa
|
288234fe0e
|
math.fsum docs did not show up because of a misplaced testsetup directive
|
2013-01-18 13:40:43 +01:00 |
|
Ezio Melotti
|
6d043fc781
|
#16978: merge with 3.2.
|
2013-01-18 19:58:47 +02:00 |
|
Łukasz Langa
|
37bfa238da
|
math.fsum docs did not show up because of a misplaced testsetup directive
(merged 3.2 fix)
|
2013-01-18 13:41:14 +01:00 |
|
Benjamin Peterson
|
0ad344a832
|
remove warning about tb circular reference (closes #7340)
|
2013-01-15 16:49:22 -05:00 |
|
Serhiy Storchaka
|
f1b045f417
|
Describe the default_namespace parameter of ElemetTree.write.
|
2013-01-13 22:04:43 +02:00 |
|
Serhiy Storchaka
|
03530b980e
|
Describe the default_namespace parameter of ElemetTree.write.
|
2013-01-13 21:58:04 +02:00 |
|
Ezio Melotti
|
9895ab463b
|
#16940: merge with 3.2.
|
2013-01-12 10:40:24 +02:00 |
|
Ezio Melotti
|
7128e073e2
|
#16940: fix indentation in example.
|
2013-01-12 10:39:45 +02:00 |
|
Chris Jerdonek
|
71e39fb484
|
Issue #16933 (merge from 3.2): Improve choices examples in argparse docs.
|
2013-01-11 19:28:05 -08:00 |
|
Chris Jerdonek
|
174ef67b56
|
Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs.
|
2013-01-11 19:26:44 -08:00 |
|
Georg Brandl
|
154dc4e423
|
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
|
2013-01-11 20:25:54 +01:00 |
|
Sandro Tosi
|
a525fc161a
|
merge with 3.2
|
2013-01-11 10:49:28 +01:00 |
|
Sandro Tosi
|
32587fbb89
|
grammatical fix; thanks to Alex Rudnick from docs@
|
2013-01-11 10:49:00 +01:00 |
|
Ezio Melotti
|
5a4b03dd82
|
#16154: merge with 3.2.
|
2013-01-11 09:12:28 +02:00 |
|
Ezio Melotti
|
405079213b
|
#16154: fix some doctests in Doc/library. Patch by Ravi Sinha.
|
2013-01-11 09:09:07 +02:00 |
|
Chris Jerdonek
|
b2b2252a81
|
Issue #16874 (merge from 3.2): fix some documentation formatting.
|
2013-01-10 23:03:42 -08:00 |
|
Chris Jerdonek
|
444d153d7e
|
Issue #16874 (forward-port from 2.7): fix some documentation formatting.
|
2013-01-10 23:01:27 -08:00 |
|
R David Murray
|
d394455aae
|
merge #13934: document sqlite version strings, use correct one in test.
|
2013-01-10 20:19:35 -05:00 |
|
R David Murray
|
3f7beb99dd
|
#13934: document sqlite version strings, use correct one in test.
|
2013-01-10 20:18:21 -05:00 |
|
Ezio Melotti
|
e212370fea
|
Use correct methods in unittest.mock examples.
|
2013-01-10 03:43:33 +02:00 |
|
Vinay Sajip
|
9a546530bb
|
Issue #16884: Merged doc fix from 3.2.
|
2013-01-08 11:26:30 +00:00 |
|
Vinay Sajip
|
21b30827bc
|
Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier.
|
2013-01-08 11:25:42 +00:00 |
|
Vinay Sajip
|
0e82fd1f78
|
Issue #16884: Merged logging documentation fixes from 3.2.
|
2013-01-07 14:18:19 +00:00 |
|
Vinay Sajip
|
e50f4d2220
|
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
|
2013-01-07 14:16:52 +00:00 |
|
R David Murray
|
e6dec98e45
|
merge #16877: Add mention that shell-style path expansions are not automatic.
|
2013-01-06 16:13:51 -05:00 |
|
R David Murray
|
a4e700c040
|
#16877: Add mention that shell-style path expansions are not automatic.
|
2013-01-06 16:13:10 -05:00 |
|
Ezio Melotti
|
9f6a239cf1
|
#16862: merge with 3.2.
|
2013-01-05 07:38:37 +02:00 |
|
Ezio Melotti
|
7449231eca
|
#16862: remove outdated statements about Stackless.
|
2013-01-05 07:37:47 +02:00 |
|
Ezio Melotti
|
9beeefbb45
|
Cleanup a few minor things.
|
2013-01-05 07:36:54 +02:00 |
|
Ezio Melotti
|
87b83dd18c
|
Merge example fix with 3.2.
|
2013-01-05 06:54:23 +02:00 |
|
Ezio Melotti
|
19cdee891e
|
Fix example by making the exception inherit from Exception.
|
2013-01-05 06:53:27 +02:00 |
|
Ezio Melotti
|
7d48669085
|
#13094: merge with 3.2.
|
2013-01-05 00:51:20 +02:00 |
|
Ezio Melotti
|
cad8b0ff8e
|
#13094: add Programming FAQ entry about the behavior of closures.
|
2013-01-05 00:50:46 +02:00 |
|
Benjamin Peterson
|
bf064b3911
|
merge 3.2
|
2013-01-03 20:34:49 -08:00 |
|
Benjamin Peterson
|
d73f369f4c
|
merge heads
|
2013-01-03 20:34:40 -08:00 |
|
Benjamin Peterson
|
0a2c4f55c4
|
drop email (closes #16857)
|
2013-01-03 20:34:19 -08:00 |
|
Ezio Melotti
|
407c2ac4f7
|
#16747: merge with 3.2.
|
2013-01-02 22:29:41 +02:00 |
|
Ezio Melotti
|
d581fff6f0
|
#16747: fix link to file objects in the glossary.
|
2013-01-02 22:29:09 +02:00 |
|
Eli Bendersky
|
a6d0dd5dc3
|
Fix method name in documentation (__setstate__ --> __getstate__)
|
2013-01-02 05:54:36 -08:00 |
|
Eli Bendersky
|
78f3ce577f
|
Fix method name in documentation (__setstate__ --> __getstate__)
|
2013-01-02 05:53:59 -08:00 |
|
Serhiy Storchaka
|
75b936ec7f
|
Fix incorrect grammar in sched documentation.
|
2013-01-02 12:31:26 +02:00 |
|