Eli Bendersky
|
eb2884a875
|
Close #15442: Expand the list of default directories ignored by filecmp.dircmp and expose it as a module attribute
|
2013-01-12 06:13:32 -08:00 |
Ezio Melotti
|
e6f3d53138
|
#16940: merge with 3.3.
|
2013-01-12 10:40:49 +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
|
eb9e885f78
|
Issue #16933 (merge from 3.3): Improve choices examples in argparse docs.
|
2013-01-11 19:29:43 -08: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 |
Vinay Sajip
|
1ba81ee19a
|
Closes #16613: Added optional mapping argument to ChainMap.new_child.
|
2013-01-11 23:39:53 +00:00 |
Georg Brandl
|
cba18fefdc
|
merge with 3.3
|
2013-01-11 20:26:54 +01: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 |
Tim Golden
|
9d30698d9e
|
#16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is
no longer implied by shell=True
|
2013-01-11 13:28:31 +00:00 |
Sandro Tosi
|
ba8279f252
|
merge with 3.3
|
2013-01-11 10:49:43 +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
|
14af64fb38
|
#16154: merge with 3.3.
|
2013-01-11 09:12:49 +02: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
|
1f49c5c37e
|
Issue #16874 (merge from 3.3): fix some documentation formatting.
|
2013-01-10 23:04:44 -08: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
|
edb0e5eb2c
|
merge #13934: document sqlite version strings, use correct one in test.
|
2013-01-10 20:20:19 -05: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
|
594f20cd00
|
Merge unittest.mock examples fixes.
|
2013-01-10 03:44:00 +02:00 |
Ezio Melotti
|
e212370fea
|
Use correct methods in unittest.mock examples.
|
2013-01-10 03:43:33 +02:00 |
Vinay Sajip
|
f43c4d66be
|
Issue #16884: Merged doc fix from 3.3.
|
2013-01-08 11:27:18 +00: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
|
ed6f37cad1
|
Closes #16884: Merged logging documentation fixes from 3.3.
|
2013-01-07 14:19:12 +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
|
4e62033b57
|
merge #16877: Add mention that shell-style path expansions are not automatic.
|
2013-01-06 16:14:22 -05: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 |
Antoine Pitrou
|
58ddc9d743
|
Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method.
Patch by Daniel Black.
|
2013-01-05 21:20:29 +01:00 |
Ezio Melotti
|
a2f959169a
|
#16862: merge with 3.3.
|
2013-01-05 07:38:52 +02: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
|
0ae3525e85
|
Merge example fix with 3.3.
|
2013-01-05 06:54:38 +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
|
d05d3cc4eb
|
#13094: merge with 3.3.
|
2013-01-05 00:51:40 +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
|
ca6142948e
|
merge 3.3
|
2013-01-03 20:34:58 -08: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
|
f422676423
|
#16747: merge with 3.3.
|
2013-01-02 22:29:57 +02:00 |