Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.4 | Victor Stinner | 2015-07-16 | 1 | -0/+2 |
|\ | |||||
| * | Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs | Victor Stinner | 2015-07-16 | 1 | -0/+2 |
| | | |||||
* | | Issue #24583: Fix crash when set is mutated while being updated. | Raymond Hettinger | 2015-07-16 | 1 | -0/+2 |
| | | |||||
* | | Issue #24631: Fixed regression in the timeit modulu with multyline setup. | Serhiy Storchaka | 2015-07-15 | 1 | -0/+2 |
| | | |||||
* | | - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. | Robert Collins | 2015-07-14 | 1 | -0/+3 |
|\ \ | |/ | | | | | Patch from Nicola Palumbo and Laurent De Buyst. | ||||
| * | - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. | Robert Collins | 2015-07-14 | 1 | -0/+3 |
| | | | | | | | | Patch from Nicola Palumbo and Laurent De Buyst. | ||||
* | | Issue #23661: unittest.mock side_effects can now be exceptions again. | Robert Collins | 2015-07-14 | 1 | -0/+3 |
| | | | | | | | | This was a regression vs Python 3.4. Patch from Ignacio Rossi | ||||
* | | Issue #24608: chunk.Chunk.read() now always returns bytes, not str. | Serhiy Storchaka | 2015-07-10 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #24608: chunk.Chunk.read() now always returns bytes, not str. | Serhiy Storchaka | 2015-07-10 | 1 | -0/+2 |
| | | |||||
* | | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional | Barry Warsaw | 2015-07-09 | 1 | -0/+3 |
| | | | | | | | | initial-response argument to the SMTP AUTH command. | ||||
* | | Corrected empty lines in Misc/NEWS. | Serhiy Storchaka | 2015-07-06 | 1 | -1/+8 |
|\ \ | |/ | |||||
| * | Corrected empty lines in Misc/NEWS. | Serhiy Storchaka | 2015-07-06 | 1 | -3/+8 |
| | | |||||
* | | Issue #18684: Fixed reading out of the buffer in the re module. | Serhiy Storchaka | 2015-07-06 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #18684: Fixed reading out of the buffer in the re module. | Serhiy Storchaka | 2015-07-06 | 1 | -0/+2 |
| | | |||||
* | | Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive ↵ | Lars Gustäbel | 2015-07-06 | 1 | -0/+3 |
|\ \ | |/ | | | | | is truncated inside a data segment. | ||||
| * | Issue #24259: tarfile now raises a ReadError if an archive is truncated ↵ | Lars Gustäbel | 2015-07-06 | 1 | -0/+3 |
| | | | | | | | | inside a data segment. | ||||
| * | merge heads | Benjamin Peterson | 2015-07-05 | 1 | -2/+2 |
| |\ | |||||
* | \ | Merge with ongoing work in 3.5 branch. | Larry Hastings | 2015-07-05 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | set items in dict displays from left to right (closes #24569) | Benjamin Peterson | 2015-07-05 | 1 | -0/+2 |
| | | | | |||||
| * | | | add news section for next beta | Benjamin Peterson | 2015-07-05 | 1 | -0/+12 |
| | | | | |||||
| * | | | merge heads | Benjamin Peterson | 2015-07-05 | 1 | -0/+6 |
| |\ \ \ | |||||
| * \ \ \ | merge 3.4 (#24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | merge 3.3 (#24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+2 |
| | |\ \ \ | |||||
| | | * | | | protect against mutation of the dict during insertion (closes #24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Post-release fixes for Python 3.5.0b3. | Larry Hastings | 2015-07-05 | 1 | -0/+12 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. | Ned Deily | 2015-07-04 | 1 | -1/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. | Ned Deily | 2015-07-04 | 1 | -4/+2 |
| | | | | | |||||
* | | | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 1 | -0/+5 |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | |||||
| * | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 1 | -0/+2 |
| |/ / | |||||
* | | | Issue #24400: Resurrect inspect.isawaitable() | Yury Selivanov | 2015-07-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | collections.abc.Awaitable and collections.abc.Coroutine no longer use __instancecheck__ hook to detect generator-based coroutines. inspect.isawaitable() can be used to detect generator-based coroutines and to distinguish them from regular generator objects. | ||||
* | | | Close #24458: PEP 489 documentation | Nick Coghlan | 2015-07-03 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Petr Viktorin. | ||||
* | | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. | Yury Selivanov | 2015-07-03 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Benno Leslie and Yury Selivanov. | ||||
* | | | merge 3.4 (#24552) | Benjamin Peterson | 2015-07-02 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | fix use after free (closes #24552) | Benjamin Peterson | 2015-07-02 | 1 | -0/+2 |
| | | | |||||
* | | | Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting ↵ | Lars Gustäbel | 2015-07-02 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | of only whitespace. | ||||
| * | | Issue #24514: tarfile now tolerates number fields consisting of only whitespace. | Lars Gustäbel | 2015-07-02 | 1 | -0/+3 |
| | | | |||||
* | | | Note removal of inspect.isawaitable() in the NEWS file | Yury Selivanov | 2015-06-30 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. | Serhiy Storchaka | 2015-06-29 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | A deprecation warning no longer issued by XMLParser subclass with default doctype() method. Direct call of doctype() now issues a warning. Parser's doctype() now is not called if target's doctype() is called. Based on patch by Martin Panter. | ||||
| * | | Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. | Serhiy Storchaka | 2015-06-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | A deprecation warning no longer issued by XMLParser subclass with default doctype() method. Direct call of doctype() now issues a warning. Parser's doctype() now is not called if target's doctype() is called. Based on patch by Martin Panter. | ||||
* | | | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray | Serhiy Storchaka | 2015-06-29 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | | | | object now always allocates place for trailing null byte and it's buffer now is always null-terminated. | ||||
| * | | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray | Serhiy Storchaka | 2015-06-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | object now always allocates place for trailing null byte and it's buffer now is always null-terminated. | ||||
* | | | Issue #20387: Merge test and patch from 3.4.4 | Jason R. Coombs | 2015-06-28 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #20387: Merge | Jason R. Coombs | 2015-06-28 | 1 | -0/+3 |
| |\ \ | |||||
| | * \ | Issue #20387: Merge patch and test | Jason R. Coombs | 2015-06-28 | 1 | -0/+3 |
| | |\ \ | |||||
| | | * | | Issue #20387: Update Misc/NEWS | Jason R. Coombs | 2015-06-26 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() | Serhiy Storchaka | 2015-06-28 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | functions of the audioop module. | ||||
| * | | | | Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() | Serhiy Storchaka | 2015-06-28 | 1 | -0/+3 |
| |/ / / | | | | | | | | | | | | | functions of the audioop module. | ||||
* | | | | Issue #24336: The contextmanager decorator now works with functions with | Serhiy Storchaka | 2015-06-28 | 1 | -1/+3 |
|\ \ \ \ | |/ / / | | | | | | | | | keyword arguments called "func" and "self". Patch by Martin Panter. | ||||
| * | | | Issue #24336: The contextmanager decorator now works with functions with | Serhiy Storchaka | 2015-06-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | keyword arguments called "func" and "self". Patch by Martin Panter. |