Andrew Svetlov
|
5cd72b7b9c
|
Update argparse docs to follow order of ArgumentParser() arguments.
|
2013-04-07 14:44:34 +03:00 |
|
Andrew Svetlov
|
5b6e1cad37
|
Update argparse docs to follow order of ArgumentParser() arguments.
|
2013-04-07 14:43:17 +03:00 |
|
Raymond Hettinger
|
1a2ea9c592
|
merge
|
2013-04-06 20:28:05 -07:00 |
|
Raymond Hettinger
|
17328e4fae
|
Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two.
|
2013-04-06 20:27:33 -07:00 |
|
Andrew Svetlov
|
c53fd51278
|
Change wording as Eli Bendersky suggests.
|
2013-04-06 18:55:31 +03:00 |
|
Andrew Svetlov
|
e16f4dc80a
|
Change wording as Eli Bendersky suggests.
|
2013-04-06 18:55:07 +03:00 |
|
Georg Brandl
|
a4f988c2bd
|
merge with 3.3
|
2013-04-06 16:49:23 +02:00 |
|
Georg Brandl
|
03b273f4d1
|
Add 3.3.1 to LICENSE files.
|
2013-04-06 16:48:55 +02:00 |
|
Georg Brandl
|
98297f4807
|
merge with 3.3
|
2013-04-06 16:47:34 +02:00 |
|
Georg Brandl
|
cca5548159
|
merge with 3.3.1 release clone
|
2013-04-06 16:42:43 +02:00 |
|
Georg Brandl
|
2fd4abe6a1
|
merge with 3.2 branch
|
2013-04-06 16:39:49 +02:00 |
|
Andrew Svetlov
|
cb04acf425
|
Add link to glossary for hashable term in docs for set type
|
2013-04-05 16:22:01 +03:00 |
|
Andrew Svetlov
|
9a411ce9ea
|
Add link to glossary for hashable term in docs for set type
|
2013-04-05 16:21:50 +03:00 |
|
Andrew Svetlov
|
a5b89c178b
|
Fix typo
|
2013-04-05 11:40:01 +03:00 |
|
Andrew Svetlov
|
e463b668e8
|
Fix typo
|
2013-04-05 11:39:50 +03:00 |
|
Andrew Svetlov
|
974045523b
|
Fix typo.
|
2013-04-05 10:11:25 +03:00 |
|
Andrew Svetlov
|
815b0e23bf
|
Fix typo.
|
2013-04-05 10:10:12 +03:00 |
|
Ezio Melotti
|
b9e2147dee
|
#8913: merge with 3.3.
|
2013-04-04 09:16:42 +03:00 |
|
Ezio Melotti
|
09f0ddec21
|
#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
|
2013-04-04 09:16:15 +03:00 |
|
Terry Jan Reedy
|
fd4bba1bf3
|
Merge with 3.3
|
2013-04-03 12:45:47 -04:00 |
|
Terry Jan Reedy
|
41459a9b29
|
Issue #15940: Replace tab.
|
2013-04-03 12:45:24 -04:00 |
|
Terry Jan Reedy
|
670e1b7b1e
|
Merge with 3.3
|
2013-04-03 12:35:25 -04:00 |
|
Terry Jan Reedy
|
b5e2e7e93a
|
Issue #15940: Specify effect of locale on time functions.
|
2013-04-03 12:34:57 -04:00 |
|
R David Murray
|
9c7dfbf720
|
Merge #17623: fix whatsnew typo
Patch by Thomas Heller.
|
2013-04-03 06:17:30 -04:00 |
|
R David Murray
|
03b2a1ce51
|
#17623: fix whatsnew typo
Patch by Thomas Heller.
|
2013-04-03 06:16:14 -04:00 |
|
Ned Deily
|
05bdd853ec
|
Issue #17586: fix typo in contextlib.rst
|
2013-03-31 17:06:15 -07:00 |
|
R David Murray
|
5cbf3a0d6e
|
Merge #17435: Don't use mutable default values in Timer.
Patch by Denver Coneybeare with some test modifications by me.
|
2013-03-30 17:22:30 -04:00 |
|
R David Murray
|
19aeb439c6
|
Issue #17435: Don't use mutable default values in Timer.
Patch by Denver Coneybeare with some test modifications by me.
|
2013-03-30 17:19:38 -04:00 |
|
Vinay Sajip
|
3fdd4f1935
|
Merged documentation update from 3.3.
|
2013-03-30 11:57:09 +00:00 |
|
Vinay Sajip
|
8028a5cf15
|
Updated logging cookbook with additional example for output using str.format().
|
2013-03-30 11:56:18 +00:00 |
|
Ezio Melotti
|
9d67238439
|
#17539: merge with 3.3.
|
2013-03-30 05:56:21 +02:00 |
|
Ezio Melotti
|
b40a2203ad
|
#17539: fix MagicMock example. Patch by Berker Peksag.
|
2013-03-30 05:55:52 +02:00 |
|
Ezio Melotti
|
e612c1e29f
|
#17438: merge with 3.3.
|
2013-03-29 04:02:14 +02:00 |
|
Ezio Melotti
|
6d2bc6e80b
|
#17438: add links to the conversion tables in dump(s)/load(s).
|
2013-03-29 03:59:29 +02:00 |
|
Antoine Pitrou
|
2463e5fee4
|
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù.
|
2013-03-28 22:24:43 +01:00 |
|
Ezio Melotti
|
f2c64ed9eb
|
Merge improvements to the suspicious builder and cleanup from 3.3.
|
2013-03-28 17:46:20 +02:00 |
|
Ezio Melotti
|
a5d55baecc
|
Update the suspicious builder to detect unused rules, and remove currently unusued rules.
|
2013-03-28 17:40:24 +02:00 |
|
Georg Brandl
|
1bab7134a8
|
Merge with 3.3.
|
2013-03-28 13:28:55 +01:00 |
|
Georg Brandl
|
44ea77bd81
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
|
Georg Brandl
|
8cb15bf6ff
|
merge with 3.3
|
2013-03-28 09:11:59 +01:00 |
|
Georg Brandl
|
6ba6b13e32
|
Fix XML vulnerability link targets.
|
2013-03-28 09:11:44 +01:00 |
|
Georg Brandl
|
6f18a8648b
|
Fix XML vulnerability link references.
|
2013-03-28 09:02:18 +01:00 |
|
Georg Brandl
|
f5390fc162
|
merge with last upstream doc changes in 3.2
|
2013-03-28 08:57:50 +01:00 |
|
Ezio Melotti
|
f92b063c4e
|
Update suspicious ignore file.
|
2013-03-28 05:12:31 +02:00 |
|
Ezio Melotti
|
e5caf29743
|
Update suspicious ignore file.
|
2013-03-28 04:54:58 +02:00 |
|
Ezio Melotti
|
fd4365a4d8
|
Update suspicious ignore file.
|
2013-03-28 04:31:53 +02:00 |
|
Ezio Melotti
|
67ddccafc3
|
#17329: merge with 3.3.
|
2013-03-27 20:13:59 +02:00 |
|
Ezio Melotti
|
184e59357e
|
#17329: merge with 3.2.
|
2013-03-27 20:12:55 +02:00 |
|
Ezio Melotti
|
265281ac02
|
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
|
2013-03-27 20:11:55 +02:00 |
|
Christian Heimes
|
9869e60dc2
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:48:28 +01:00 |
|