Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typos in Misc/NEWS. | Serhiy Storchaka | 2015-07-18 | 1 | -1/+1 |
|\ | |||||
| * | Fixed typos in Misc/NEWS. | Serhiy Storchaka | 2015-07-18 | 1 | -1/+1 |
* | | Issue #21750: mock_open.read_data can now be read from each instance, as it | Robert Collins | 2015-07-17 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #21750: mock_open.read_data can now be read from each instance, as it | Robert Collins | 2015-07-17 | 1 | -0/+3 |
| |\ | |||||
| | * | Issue #21750: mock_open.read_data can now be read from each instance, as it | Robert Collins | 2015-07-17 | 1 | -0/+3 |
* | | | Merge 3.5 | Victor Stinner | 2015-07-16 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | merge | Raymond Hettinger | 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 #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 | 2 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. | Robert Collins | 2015-07-14 | 2 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. | Robert Collins | 2015-07-14 | 2 | -0/+5 |
| * | | Issue #23661: unittest.mock side_effects can now be exceptions again. | Robert Collins | 2015-07-14 | 2 | -0/+4 |
* | | | Issue #23661: unittest.mock side_effects can now be exceptions again. | Robert Collins | 2015-07-14 | 2 | -0/+4 |
* | | | Issue #23530: Improve os.cpu_count() description. | Charles-François Natali | 2015-07-13 | 1 | -0/+1 |
* | | | 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 #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 |
|\ \ \ | |/ / | |||||
| * | | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional | Barry Warsaw | 2015-07-09 | 1 | -0/+3 |
* | | | 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 | -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 |
| |\ \ | | |/ | |||||
| | * | Issue #18684: Fixed reading out of the buffer in the re module. | Serhiy Storchaka | 2015-07-06 | 1 | -0/+2 |
* | | | Merge with 3.5: Issue #24259: tarfile now raises a ReadError if an archive is... | Lars Gustäbel | 2015-07-06 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is... | Lars Gustäbel | 2015-07-06 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #24259: tarfile now raises a ReadError if an archive is truncated insid... | Lars Gustäbel | 2015-07-06 | 1 | -0/+3 |
| | * | merge heads | Benjamin Peterson | 2015-07-05 | 1 | -2/+2 |
| | |\ | |||||
* | | \ | merge 3.5.0b3 changes from 3.5 | Ned Deily | 2015-07-05 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge with ongoing work in 3.5 branch. | Larry Hastings | 2015-07-05 | 1 | -0/+4 |
| |\ \ \ | |||||
| * | | | | Post-release fixes for Python 3.5.0b3. | Larry Hastings | 2015-07-05 | 1 | -0/+12 |
* | | | | | merge 3.5 (#24569) | Benjamin Peterson | 2015-07-05 | 1 | -0/+14 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | 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 heads | Benjamin Peterson | 2015-07-05 | 1 | -0/+6 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Issue #24432: merge from 3.5 | 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 | -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/+5 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 1 | -0/+2 |
* | | | | | | merge 3.5 (#24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | merge 3.4 (#24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | merge 3.3 (#24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+2 |
| | |\ \ | | | |/ | | |/| |