Commit graph

79811 commits

Author SHA1 Message Date
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
144c269cc8 Update the suspicious builder to detect unused rules, and remove currently unusued rules. 2013-03-28 18:01:11 +02: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
75da35747e Backport rev. 3ae74b361f53 to 2.7 branch. 2013-03-28 13:35:18 +01: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
Christian Heimes
bf607aa9da Fix XML vulnerability link targets. 2013-03-28 11:42:49 +01:00
Christian Heimes
75207abff9 Fix XML vulnerability link targets. 2013-03-28 11:42:49 +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
93324d7d9c Update suspicious ignore file. 2013-03-28 05:47:31 +02: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
Benjamin Peterson
d0924b3d38 update importlib.h 2013-03-27 17:53:17 -04: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
352def0ed2 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. 2013-03-27 20:11: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
92acb0a81c Issue 17538: Document XML vulnerabilties 2013-03-26 17:53:05 +01:00
Christian Heimes
23790b4be0 Issue 17538: Document XML vulnerabilties 2013-03-26 17:53:05 +01:00
Christian Heimes
9869e60dc2 Issue 17538: Document XML vulnerabilties 2013-03-26 17:48:28 +01:00
Christian Heimes
768f6a5360 Issue 17538: Document XML vulnerabilties 2013-03-26 17:47:23 +01:00
Christian Heimes
1df04e88ae Issue 17538: Document XML vulnerabilties 2013-03-26 17:35:55 +01:00
Christian Heimes
7380a67267 Issue 17538: Document XML vulnerabilties 2013-03-26 17:35:55 +01:00
Kristjan Valur Jonsson
a1e8244afa Issue #16475: Add a whatsnew entry for 3.4 2013-03-26 13:56:14 +00:00
Georg Brandl
ee6c5bd35b null merge from 3.3 2013-03-26 14:10:30 +01:00
Georg Brandl
c40f97f8be NEWS: add new header for Python 3.3.2 2013-03-26 14:09:40 +01:00
Georg Brandl
f4e68b1816 fix variable reference to fix --enable-profiling (closes #17550) 2013-03-26 14:04:40 +01:00
Benjamin Peterson
fccfb824e6 merge 3.3 (#17550) 2013-03-26 08:58:16 -04:00
Benjamin Peterson
dbc5f8c39b move to correct section 2013-03-26 08:57:42 -04:00
Benjamin Peterson
4b394db41f merge 2.7.4 release branch (#17550) 2013-03-26 08:56:16 -04:00
Benjamin Peterson
615ea1a98f fix variable reference to fix --enable-profiling (closes #17550) 2013-03-26 08:55:37 -04:00
Benjamin Peterson
b9be7bbe2e fix variable reference to fix --enable-profiling (closes #17550) 2013-03-26 08:55:37 -04:00
Ezio Melotti
711c37076a Merge versionadded addition and typo fix from 3.3. 2013-03-26 02:38:40 +02:00
Ezio Melotti
a1eb483d8f Add versionadded for -X faulthandler (also fix typo and markup). 2013-03-26 02:36:28 +02:00
Victor Stinner
678ad51b38 Issue #17516: remove dead code 2013-03-26 01:14:35 +01:00
Victor Stinner
3fa1aaebde Issue #17516: do not create useless tuple: remove dummy commas in tests 2013-03-26 01:14:08 +01:00
Victor Stinner
765531d2d0 Issue #17516: use comment syntax for comments, instead of multiline string 2013-03-26 01:11:54 +01:00
Ezio Melotti
1f8898a591 #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the -X showrefcount option. 2013-03-26 01:59:56 +02:00
Vinay Sajip
1e76e8643b Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. 2013-03-25 23:37:41 +00:00
Charles-François Natali
84e4316489 Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. 2013-03-25 18:20:40 +01:00
Georg Brandl
46a47169e4 Added tag v3.3.1rc1 for changeset 92c2cfb92405 2013-03-25 07:01:53 +01:00
Georg Brandl
a809e4a540 merge with upstream 3.3 branch 2013-03-25 07:01:37 +01:00
Georg Brandl
2323cb793c Added tag v3.2.4rc1 for changeset b2cb7bc1edb8 2013-03-25 06:57:10 +01:00
Georg Brandl
4eb5f1a567 merge with main repo 3.2 branch 2013-03-25 06:56:31 +01:00
Raymond Hettinger
bb25b6fc94 merge 2013-03-24 15:21:57 -07:00