Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix previous fix (the cause was actually a misplaced #endif, or so it seems) | Antoine Pitrou | 2013-03-30 | 1 | -3/+1 |
| | |||||
* | Further compiling fixes (issue #17581) | Antoine Pitrou | 2013-03-30 | 1 | -1/+4 |
| | |||||
* | Merge | Antoine Pitrou | 2013-03-30 | 5 | -4/+47 |
|\ | |||||
| * | Merged documentation update from 3.3. | Vinay Sajip | 2013-03-30 | 1 | -0/+34 |
| |\ | |||||
| | * | Updated logging cookbook with additional example for output using str.format(). | Vinay Sajip | 2013-03-30 | 1 | -0/+34 |
| | | | |||||
| * | | #17539: merge with 3.3. | Ezio Melotti | 2013-03-30 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | #17539: fix MagicMock example. Patch by Berker Peksag. | Ezio Melotti | 2013-03-30 | 1 | -3/+3 |
| | | | |||||
| * | | #17526: merge with 3.3. | Ezio Melotti | 2013-03-30 | 3 | -1/+10 |
| |\ \ | | |/ | |||||
| | * | #17526: fix an IndexError raised while passing code without filename to ↵ | Ezio Melotti | 2013-03-30 | 3 | -1/+18 |
| | | | | | | | | | | | | inspect.findsource(). Initial patch by Tyler Doyle. | ||||
* | | | Issue #17581: try to fix building on old OpenSSL versions | Antoine Pitrou | 2013-03-30 | 1 | -7/+27 |
|/ / | |||||
* | | #17564: merge with 3.3. | Ezio Melotti | 2013-03-29 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. | Ezio Melotti | 2013-03-29 | 1 | -0/+5 |
| | | |||||
* | | Closes #17540: Merged fix from 3.3. | Vinay Sajip | 2013-03-29 | 3 | -3/+10 |
|\ \ | |/ | |||||
| * | Issue #17540: Added style to Formatter configuration by dict. | Vinay Sajip | 2013-03-29 | 3 | -3/+10 |
| | | |||||
* | | In search of TLS 1.1 bug: add debugging output in verbose mode | Antoine Pitrou | 2013-03-29 | 1 | -0/+5 |
| | | |||||
* | | Use a subtest in test_ssl.test_echo | Antoine Pitrou | 2013-03-29 | 1 | -4/+5 |
| | | |||||
* | | Fix bug in TestResult.addSubTest() | Antoine Pitrou | 2013-03-29 | 2 | -1/+35 |
| | | |||||
* | | #17438: merge with 3.3. | Ezio Melotti | 2013-03-29 | 1 | -5/+12 |
|\ \ | |/ | |||||
| * | #17438: add links to the conversion tables in dump(s)/load(s). | Ezio Melotti | 2013-03-29 | 1 | -5/+12 |
| | | |||||
* | | #8906: merge with 3.3. | Ezio Melotti | 2013-03-29 | 1 | -12/+11 |
|\ \ | |/ | |||||
| * | #8906: document failureException, longMessage, and maxDiff in the class ↵ | Ezio Melotti | 2013-03-29 | 1 | -12/+11 |
| | | | | | | | | docstring. Patch by Boris Feld. | ||||
* | | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial ↵ | Antoine Pitrou | 2013-03-28 | 7 | -81/+194 |
| | | | | | | | | patch by Michele Orrù. | ||||
* | | Merge improvements to the suspicious builder and cleanup from 3.3. | Ezio Melotti | 2013-03-28 | 2 | -112/+13 |
|\ \ | |/ | |||||
| * | Update the suspicious builder to detect unused rules, and remove currently ↵ | Ezio Melotti | 2013-03-28 | 2 | -101/+11 |
| | | | | | | | | unusued rules. | ||||
* | | Merge with 3.3. | Georg Brandl | 2013-03-28 | 32 | -30/+129 |
|\ \ | |/ | |||||
| * | Closes #4159: add LaTeX tabular column specifications to tables that ↵ | Georg Brandl | 2013-03-28 | 32 | -30/+129 |
| | | | | | | | | otherwise are cut off or have overlapping text. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-03-28 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix XML vulnerability link targets. | Georg Brandl | 2013-03-28 | 1 | -2/+2 |
| | | |||||
* | | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 2 | -1/+24 |
|\ \ | |/ | |||||
| * | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 2 | -1/+22 |
| |\ | |||||
| | * | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 4 | -12/+11 |
| | | | |||||
* | | | update importlib.h | Benjamin Peterson | 2013-03-27 | 1 | -117/+117 |
| | | | |||||
* | | | #17329: merge with 3.3. | Ezio Melotti | 2013-03-27 | 2 | -7/+14 |
|\ \ \ | |/ / | |||||
| * | | #17329: merge with 3.2. | Ezio Melotti | 2013-03-27 | 2 | -4/+11 |
| |\ \ | | |/ | |||||
| | * | #17329: document unittest.SkipTest. Initial patch by Zachary Ware. | Ezio Melotti | 2013-03-27 | 2 | -4/+11 |
| | | | |||||
* | | | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 9 | -0/+158 |
|\ \ \ | |/ / | |||||
| * | | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 9 | -0/+158 |
| |\ \ | | |/ | |||||
| | * | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 10 | -0/+187 |
| | | | |||||
* | | | Issue #16475: Add a whatsnew entry for 3.4 | Kristjan Valur Jonsson | 2013-03-26 | 1 | -2/+2 |
| | | | |||||
* | | | null merge from 3.3 | Georg Brandl | 2013-03-26 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | NEWS: add new header for Python 3.3.2 | Georg Brandl | 2013-03-26 | 1 | -2/+6 |
| | | | |||||
* | | | merge 3.3 (#17550) | Benjamin Peterson | 2013-03-26 | 3 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | move to correct section | Benjamin Peterson | 2013-03-26 | 1 | -5/+2 |
| | | | |||||
| * | | fix variable reference to fix --enable-profiling (closes #17550) | Benjamin Peterson | 2013-03-26 | 3 | -2/+7 |
| | | | |||||
* | | | Merge versionadded addition and typo fix from 3.3. | Ezio Melotti | 2013-03-26 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Add versionadded for `-X faulthandler` (also fix typo and markup). | Ezio Melotti | 2013-03-26 | 1 | -2/+5 |
| | | | |||||
* | | | Issue #17516: remove dead code | Victor Stinner | 2013-03-26 | 3 | -9/+0 |
| | | | |||||
* | | | Issue #17516: do not create useless tuple: remove dummy commas in tests | Victor Stinner | 2013-03-26 | 4 | -11/+11 |
| | | | |||||
* | | | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 11 | -508/+494 |
| | | | |||||
* | | | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled ↵ | Ezio Melotti | 2013-03-25 | 4 | -7/+62 |
| | | | | | | | | | | | | by default. It can be re-enabled with the `-X showrefcount` option. |