summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Corrected docstrings of audio modules. writeframes() accepts bytes, not str.Serhiy Storchaka2015-07-103-3/+3
| |\ \ | | |/
| | * Corrected docstrings of audio modules. writeframes() accepts bytes, not str.Serhiy Storchaka2015-07-103-3/+3
* | | Merge 3.5 (asyncio)Victor Stinner2015-07-095-8/+10
|\ \ \ | |/ /
| * | Merge 3.4 (asyncio)Victor Stinner2015-07-095-8/+10
| |\ \ | | |/
| | * asyncio: sync with github asyncioVictor Stinner2015-07-095-8/+10
* | | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-094-39/+153
|\ \ \ | |/ /
| * | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-094-39/+153
* | | Fixes installer rebuild, snapshot versioning, and the README.txt file.Steve Dower2015-07-094-12/+32
|\ \ \ | |/ /
| * | Fixes installer rebuild, snapshot versioning, and the README.txt file.Steve Dower2015-07-094-12/+32
* | | Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-0933-135/+456
|\ \ \ | |/ /
| * | Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-0933-135/+456
* | | Added regression test for issue24581.Serhiy Storchaka2015-07-081-0/+11
|\ \ \ | |/ /
| * | Added regression test for issue24581.Serhiy Storchaka2015-07-081-0/+11
| |\ \ | | |/
| | * Added regression test for issue24581.Serhiy Storchaka2015-07-081-0/+11
* | | Neaten-up a little bit.Raymond Hettinger2015-07-081-3/+3
* | | Closes 24584: Windows installer incorrectly detects CRT version on Windows 10Steve Dower2015-07-081-3/+3
|\ \ \ | |/ /
| * | Closes 24584: Windows installer incorrectly detects CRT version on Windows 10Steve Dower2015-07-081-3/+3
* | | Issue 24581: Revert c9782a9ac031 pending a stronger test for mutation during ...Raymond Hettinger2015-07-071-13/+22
* | | Merge 3.5Zachary Ware2015-07-071-1/+1
|\ \ \ | |/ /
| * | Update ignored suspicious markupZachary Ware2015-07-071-1/+1
* | | Merge 3.5Zachary Ware2015-07-072-2/+2
|\ \ \ | |/ /
| * | Fix versionchanged directivesZachary Ware2015-07-072-2/+2
* | | Merge 3.5Zachary Ware2015-07-074-8/+9
|\ \ \ | |/ /
| * | Fix usage of the default role.Zachary Ware2015-07-073-5/+5
| * | Merge 3.4Zachary Ware2015-07-071-3/+4
| |\ \ | | |/
| | * Fix usage of the default role.Zachary Ware2015-07-072-38/+39
* | | Merge 3.5Zachary Ware2015-07-070-0/+0
|\ \ \ | |/ /
| * | Merge 3.4Zachary Ware2015-07-070-0/+0
| |\ \ | | |/
| | * Fix suspicious markupZachary Ware2015-07-073-5/+14
* | | Minor bit of factoring-out common code.Raymond Hettinger2015-07-071-18/+11
* | | Tighten-up code in the set iterator to use an entry pointer rather than index...Raymond Hettinger2015-07-071-22/+13
* | | Corrected empty lines in Misc/NEWS.Serhiy Storchaka2015-07-061-1/+8
|\ \ \ | |/ /
| * | Corrected empty lines in Misc/NEWS.Serhiy Storchaka2015-07-061-1/+8
| |\ \ | | |/
| | * Corrected empty lines in Misc/NEWS.Serhiy Storchaka2015-07-061-3/+8
* | | merge 3.5Benjamin Peterson2015-07-061-1/+1
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2015-07-061-1/+1
| |\ \ | | |/
| | * 'not' is very important hereBenjamin Peterson2015-07-061-1/+1
* | | Tighten-up code in set_next() to use an entry pointer rather than indexing.Raymond Hettinger2015-07-061-5/+7
* | | merge 3.5Benjamin Peterson2015-07-061-3/+3
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2015-07-061-3/+3
| |\ \ | | |/
| | * tighten warningBenjamin Peterson2015-07-061-3/+3
* | | Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka2015-07-063-14/+43
|\ \ \ | |/ /
| * | Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka2015-07-063-14/+43
| |\ \ | | |/
| | * Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka2015-07-063-14/+43
* | | Merge with 3.5: Issue #24259: tarfile now raises a ReadError if an archive is...Lars Gustäbel2015-07-063-7/+41
|\ \ \ | |/ /
| * | Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is...Lars Gustäbel2015-07-063-7/+41
| |\ \ | | |/
| | * Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...Lars Gustäbel2015-07-063-7/+41
* | | Bring related functions add/contains/discard together in the code.Raymond Hettinger2015-07-051-40/+34
* | | Change add/contains/discard calls to pass the key and hash instead of an entr...Raymond Hettinger2015-07-051-52/+42
* | | Issue #24540: merger from 3.5Ned Deily2015-07-051-1/+1
|\ \ \ | |/ /