summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | | | | | | | | | | | | | | The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page.
* | | 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 ↵Raymond Hettinger2015-07-071-22/+13
| | | | | | | | | | | | indexing.
* | | 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 ↵Lars Gustäbel2015-07-063-7/+41
|\ \ \ | |/ / | | | | | | is truncated inside a data segment.
| * | Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive ↵Lars Gustäbel2015-07-063-7/+41
| |\ \ | | |/ | | | | | | is truncated inside a data segment.
| | * Issue #24259: tarfile now raises a ReadError if an archive is truncated ↵Lars Gustäbel2015-07-063-7/+41
| | | | | | | | | | | | inside a data segment.
* | | 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 ↵Raymond Hettinger2015-07-051-52/+42
| | | | | | | | | | | | entry struct.
* | | Issue #24540: merger from 3.5Ned Deily2015-07-051-1/+1
|\ \ \ | |/ /
| * | Issue #24540: merger from 3.4Ned Deily2015-07-051-1/+1
| |\ \ | | |/
| | * Issue #24540: fix typo in json.dumps docstringNed Deily2015-07-051-1/+1
| | |
* | | merge 3.5.0b3 changes from 3.5Ned Deily2015-07-053-4/+6
|\ \ \ | |/ /
| * | Merge with ongoing work in 3.5 branch.Larry Hastings2015-07-056-14/+50
| |\ \
| * | | Post-release fixes for Python 3.5.0b3.Larry Hastings2015-07-052-1/+13
| | | |
| * | | Added tag v3.5.0b3 for changeset 0035fcd9b924Larry Hastings2015-07-051-0/+1
| | | |
| * | | Version bump for Python 3.5.0b3 release.v3.5.0b3Larry Hastings2015-07-052-3/+3
| | | |
| * | | Documentation fixes for 3.5.0b3.Larry Hastings2015-07-052-7/+8
| | | |
* | | | Clean-up call patterns for add/contains/discard to better match the caller's ↵Raymond Hettinger2015-07-051-36/+33
| | | | | | | | | | | | | | | | needs.
* | | | merge 3.5Benjamin Peterson2015-07-050-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | merge headsBenjamin Peterson2015-07-051-1/+1
| |\ \ \
* | \ \ \ merge headsBenjamin Peterson2015-07-051-1/+1
|\ \ \ \ \
| * \ \ \ \ Fixes rebuild of strings for Windows installer.Steve Dower2015-07-051-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fixes rebuild of strings for Windows installer.Steve Dower2015-07-051-1/+1
| | | | | |
* | | | | | merge 3.5 (#24569)Benjamin Peterson2015-07-053-6/+26
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | set items in dict displays from left to right (closes #24569)Benjamin Peterson2015-07-053-6/+14
| | | | |
| * | | | add news section for next betaBenjamin Peterson2015-07-051-0/+12
| |/ / /
* | | | merge 3.5Benjamin Peterson2015-07-050-0/+0
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2015-07-050-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | merge headsBenjamin Peterson2015-07-059-12/+15
| | |\ \