Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25761: Added more test cases for testing unpickling broken data. | Serhiy Storchaka | 2015-11-29 | 2 | -93/+210 |
|\ | | | | | | | Output raised exception at verbose level 2 (-vv). | ||||
| * | Issue #25761: Added more test cases for testing unpickling broken data. | Serhiy Storchaka | 2015-11-29 | 2 | -93/+210 |
| |\ | | | | | | | | | | Output raised exception at verbose level 2 (-vv). | ||||
| | * | Issue #25761: Added more test cases for testing unpickling broken data. | Serhiy Storchaka | 2015-11-29 | 2 | -93/+210 |
| | | | | | | | | | | | | Output raised exception at verbose level 2 (-vv). | ||||
* | | | Issue #25754: Allow test_rlcompleter to be run multiple times | Martin Panter | 2015-11-28 | 1 | -6/+7 |
| | | | |||||
* | | | #25485: Add context manager support to Telnet class. | R David Murray | 2015-11-28 | 5 | -5/+35 |
| | | | | | | | | | | | | Patch by Stéphane Wirtel. | ||||
* | | | Issue #10131: Fixed deep copying of minidom documents. Based on patch | Serhiy Storchaka | 2015-11-26 | 4 | -45/+94 |
|\ \ \ | |/ / | | | | | | | by Marian Ganisin. | ||||
| * | | Issue #10131: Fixed deep copying of minidom documents. Based on patch | Serhiy Storchaka | 2015-11-26 | 4 | -45/+94 |
| |\ \ | | |/ | | | | | | | by Marian Ganisin. | ||||
| | * | Issue #10131: Fixed deep copying of minidom documents. Based on patch | Serhiy Storchaka | 2015-11-26 | 4 | -45/+94 |
| | | | | | | | | | | | | by Marian Ganisin. | ||||
* | | | Issue #22989, #21228: Merge urlopen() doc from 3.5 | Martin Panter | 2015-11-26 | 2 | -7/+14 |
|\ \ \ | |/ / | |||||
| * | | Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 | Martin Panter | 2015-11-26 | 2 | -7/+14 |
| |\ \ | | |/ | |||||
| | * | Issues #22989, #21228: Document HTTP response object for urlopen() | Martin Panter | 2015-11-26 | 2 | -7/+14 |
| | | | | | | | | | | | | | | | | | | Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné. | ||||
* | | | Merge from 3.5; no changes | Martin Panter | 2015-11-26 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #25622: Use repr(bytes) to avoid BytesWarning | Martin Panter | 2015-11-26 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #25622: Merge ctypes test from 3.4 into 3.5 | Martin Panter | 2015-11-26 | 1 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows | Martin Panter | 2015-11-26 | 1 | -2/+1 |
| | | | |||||
* | | | Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows | Martin Panter | 2015-11-26 | 1 | -3/+2 |
| | | | |||||
* | | | Null merge | Serhiy Storchaka | 2015-11-25 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Null merge | Serhiy Storchaka | 2015-11-25 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Issue #19687: Fixed possible integer overflows in ElementTree. | Serhiy Storchaka | 2015-11-25 | 1 | -10/+34 |
| | | | | | | | | | | | | Based on patch by Christian Heimes. | ||||
* | | | Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside | Serhiy Storchaka | 2015-11-25 | 3 | -0/+23 |
|\ \ \ | |/ / | | | | | | | __getattr__. Original patch by Antoine Pitrou. | ||||
| * | | Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside | Serhiy Storchaka | 2015-11-25 | 3 | -0/+23 |
| |\ \ | | |/ | | | | | | | __getattr__. Original patch by Antoine Pitrou. | ||||
| | * | Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside | Serhiy Storchaka | 2015-11-25 | 3 | -0/+23 |
| | | | | | | | | | | | | __getattr__. Original patch by Antoine Pitrou. | ||||
* | | | Issue #25616: Tests for OrderedDict are extracted from test_collections | Serhiy Storchaka | 2015-11-25 | 3 | -699/+706 |
|\ \ \ | |/ / | | | | | | | into separate file test_ordered_dict. | ||||
| * | | Issue #25616: Tests for OrderedDict are extracted from test_collections | Serhiy Storchaka | 2015-11-25 | 3 | -691/+701 |
| |\ \ | | |/ | | | | | | | into separate file test_ordered_dict. | ||||
| | * | Issue #25616: Tests for OrderedDict are extracted from test_collections | Serhiy Storchaka | 2015-11-25 | 3 | -307/+318 |
| | | | | | | | | | | | | into separate file test_ordered_dict. | ||||
* | | | Issue #25697: Fixed rough alphabetical order in Misc/ACKS. | Serhiy Storchaka | 2015-11-25 | 1 | -24/+23 |
|\ \ \ | |/ / | |||||
| * | | Issue #25697: Fixed rough alphabetical order in Misc/ACKS. | Serhiy Storchaka | 2015-11-25 | 1 | -23/+22 |
| |\ \ | | |/ | |||||
| | * | Issue #25697: Fixed rough alphabetical order in Misc/ACKS. | Serhiy Storchaka | 2015-11-25 | 1 | -21/+20 |
| | | | |||||
* | | | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 8 | -10/+50 |
|\ \ \ | |/ / | | | | | | | | | | __bytes__, __trunc__, and __float__ returning instances of subclasses of bytes, int, and float to subclasses of bytes, int, and float correspondingly. | ||||
| * | | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 8 | -10/+50 |
| |\ \ | | |/ | | | | | | | | | | __bytes__, __trunc__, and __float__ returning instances of subclasses of bytes, int, and float to subclasses of bytes, int, and float correspondingly. | ||||
| | * | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 8 | -10/+50 |
| | | | | | | | | | | | | | | | __bytes__, __trunc__, and __float__ returning instances of subclasses of bytes, int, and float to subclasses of bytes, int, and float correspondingly. | ||||
* | | | Issue #7990: dir() on ElementTree.Element now lists properties: "tag", | Serhiy Storchaka | 2015-11-25 | 3 | -80/+103 |
| | | | | | | | | | | | | "text", "tail" and "attrib". Original patch by Santoso Wijaya. | ||||
* | | | Issue #25725: Fixed a reference leak in pickle.loads() when unpickling | Serhiy Storchaka | 2015-11-25 | 2 | -19/+11 |
|\ \ \ | |/ / | | | | | | | invalid data including tuple instructions. | ||||
| * | | Issue #25725: Fixed a reference leak in pickle.loads() when unpickling | Serhiy Storchaka | 2015-11-25 | 2 | -19/+11 |
| |\ \ | | |/ | | | | | | | invalid data including tuple instructions. | ||||
| | * | Issue #25725: Fixed a reference leak in pickle.loads() when unpickling | Serhiy Storchaka | 2015-11-25 | 2 | -19/+11 |
| | | | | | | | | | | | | invalid data including tuple instructions. | ||||
* | | | Closes #25508: Merged documentation fix from 3.5. | Vinay Sajip | 2015-11-24 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #25508: Merged documentation fix from 3.4. | Vinay Sajip | 2015-11-24 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #25508: Clarify documentation on LogRecord args attribute. | Vinay Sajip | 2015-11-24 | 1 | -1/+3 |
| | | | |||||
* | | | Issue #25576: Apply fix to new urlopen() doc string | Martin Panter | 2015-11-24 | 1 | -7/+2 |
| | | | |||||
* | | | Issue #25576: Merge www-form-urlencoded doc from 3.5 | Martin Panter | 2015-11-24 | 3 | -30/+16 |
|\ \ \ | |/ / | |||||
| * | | Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 | Martin Panter | 2015-11-24 | 3 | -30/+16 |
| |\ \ | | |/ | |||||
| | * | Issue #25576: Remove application/x-www-form-urlencoded charset advice | Martin Panter | 2015-11-24 | 3 | -30/+16 |
| | | | | | | | | | | | | | | | No charset parameter is standardized for this Content-Type value. Also clarify that urlencode() outputs ASCII. | ||||
* | | | Issue #25695: Defer creation of TESTDIRN until the test case is run | Martin Panter | 2015-11-24 | 1 | -2/+4 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2015-11-24 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #25700: Clarify that namedtuple property docstrings became writeable ↵ | Raymond Hettinger | 2015-11-24 | 1 | -0/+3 |
| | | | | | | | | | | | | in 3.5 | ||||
* | | | merge | Raymond Hettinger | 2015-11-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix non-ascii character | Raymond Hettinger | 2015-11-24 | 1 | -1/+1 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2015-11-24 | 1 | -0/+16 |
|\ \ \ | |/ / | |||||
| * | | Add a missing docstring | Raymond Hettinger | 2015-11-24 | 1 | -0/+16 |
| | | | |||||
* | | | Issue #25663: Update rlcompleter test for new 3.6 behaviour | Martin Panter | 2015-11-24 | 1 | -2/+3 |
| | | |