summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.Serhiy Storchaka2014-05-213-33/+50
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-2032-43/+43
* (Merge 3.4) asyncio: test_base_events: use mock.Mock instead ofVictor Stinner2014-05-201-1/+1
|\
| * asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock toVictor Stinner2014-05-201-1/+1
* | Merge with 3.4Terry Jan Reedy2014-05-202-27/+26
|\ \ | |/
| * merge headsTerry Jan Reedy2014-05-202-27/+26
| |\
| | * Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-192-27/+26
* | | mergeRaymond Hettinger2014-05-191-6/+10
|\ \ \ | |/ /
| * | Issue 20620: Update the min()/max() docs for the new default argument.Raymond Hettinger2014-05-191-6/+10
* | | Small code and comment cleanupsRaymond Hettinger2014-05-191-14/+4
* | | Improve readabilityRaymond Hettinger2014-05-191-1/+1
* | | mergeRaymond Hettinger2014-05-191-5/+7
|\ \ \ | |/ /
| * | Merge.Larry Hastings2014-05-191-5/+7
| |\ \ | | |/
| | * Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
* | | Merge.Larry Hastings2014-05-191-0/+2
|\ \ \
| * \ \ Null merge 3.4.1 (and 3.4.1rc1) release-engineering revisions.Larry Hastings2014-05-191-0/+2
| |\ \ \ | | |/ /
| | * | Added tag v3.4.1 for changeset c0e311e010fcLarry Hastings2014-05-181-0/+1
| | * | Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-184-6/+6
| | * | Rebuild pydoc topics.Larry Hastings2014-05-181-78/+78
| | |/
| | * Merge.Larry Hastings2014-05-1869-4598/+5120
| | |\
| | * | Post-release version bump for 3.4.1rc1. Sorry it's late!Larry Hastings2014-05-182-1/+13
| | * | Added tag v3.4.1rc1 for changeset c67a19e11a71Larry Hastings2014-05-041-0/+1
| | * | Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-046-86/+86
* | | | Add development comments to setobject.cRaymond Hettinger2014-05-181-8/+15
* | | | Add comment and make minor code clean-up to improve clarity.Raymond Hettinger2014-05-181-3/+13
|/ / /
* | | (null merge 3.4)Benjamin Peterson2014-05-180-0/+0
|\ \ \ | | |/ | |/|
| * | Upgrade pip to 1.5.6Donald Stufft2014-05-172-1/+1
* | | Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-171-1/+7
|\ \ \ | |/ /
| * | Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-171-3/+20
* | | Issue #20186: memoryobject.c: add function signatures.Stefan Krah2014-05-171-5/+6
* | | merge 3.4 (#10744)Benjamin Peterson2014-05-175-15/+74
|\ \ \ | |/ /
| * | support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-175-15/+74
* | | Miscellaneous corrections and updates to the OS X README file.Ned Deily2014-05-171-13/+17
|\ \ \ | |/ /
| * | Miscellaneous corrections and updates to the OS X README file.Ned Deily2014-05-171-13/+17
* | | Issue #21362: concurrent.futures does not validate that max_workers is properBrian Quinlan2014-05-174-0/+15
* | | Upgrade pip to 1.5.6Donald Stufft2014-05-172-1/+1
* | | Upgrade setuptools to 3.6Donald Stufft2014-05-172-1/+1
* | | Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-1630-429/+527
* | | Fix a small typo in test_importlib.Eric Snow2014-05-161-2/+2
* | | Issue #13916: Fix surrogatepass error handler on WindowsVictor Stinner2014-05-162-6/+4
* | | Merge with 3.4Terry Jan Reedy2014-05-161-29/+32
|\ \ \ | |/ /
| * | Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
* | | Mention ipaddress improvements.Antoine Pitrou2014-05-151-0/+15
* | | Better organization of the what's newAntoine Pitrou2014-05-151-17/+32
* | | Issue #21364: remove recommendation of broken pattern.Antoine Pitrou2014-05-151-15/+12
|\ \ \ | |/ /
| * | Issue #21364: remove recommendation of broken pattern.Antoine Pitrou2014-05-151-15/+12
* | | Issue #20826: Optimize ipaddress.collapse_addresses().Antoine Pitrou2014-05-152-27/+28
* | | Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv...Antoine Pitrou2014-05-152-21/+10
* | | Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipadd...Antoine Pitrou2014-05-152-79/+122
* | | Issue #13916: Disallowed the surrogatepass error handler for non UTF-*Serhiy Storchaka2014-05-153-4/+35