summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21455: Add a default backlog to socket.listen().Charles-Fran?ois Natali2014-05-224-17/+27
|
* 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
|\ | | | | | | unittest.mock.Mock to simplify the synchronization with Trollius
| * asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock toVictor Stinner2014-05-201-1/+1
| | | | | | | | simplify the synchronization with Trollius
* | Merge with 3.4Terry Jan Reedy2014-05-192-27/+26
|\ \ | |/
| * merge headsTerry Jan Reedy2014-05-192-27/+26
| |\
| | * Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-192-27/+26
| | |
* | | mergeRaymond Hettinger2014-05-19302-11699/+10269
|\ \ \ | |/ / |/| |
| * | Small code and comment cleanupsRaymond Hettinger2014-05-191-14/+4
| | |
| * | Improve readabilityRaymond Hettinger2014-05-191-1/+1
| | |
| * | mergeRaymond Hettinger2014-05-19301-11686/+10266
| |\ \
| | * \ Merge.Larry Hastings2014-05-180-0/+0
| | |\ \
| | | * \ Null merge 3.4.1 (and 3.4.1rc1) release-engineering revisions.Larry Hastings2014-05-18300-11675/+10238
| | | |\ \
| | * | | | 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-17300-11647/+10210
| | |\ \ \
| | | * \ \ Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-18301-11648/+10211
| | | |\ \ \
| | | | * | | Issue #20186: memoryobject.c: add function signatures.Stefan Krah2014-05-181-5/+6
| | | | | | |
| | | | * | | merge 3.4 (#10744)Benjamin Peterson2014-05-175-15/+74
| | | | |\ \ \
| | | | * \ \ \ Miscellaneous corrections and updates to the OS X README file.Ned Deily2014-05-17301-11642/+10215
| | | | |\ \ \ \
| | | | | * | | | 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-162-1/+1
| | | | | | | | |
| | | | | * | | | Upgrade setuptools to 3.6Donald Stufft2014-05-162-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-151-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 #20826: Optimize ipaddress.collapse_addresses().Antoine Pitrou2014-05-152-27/+28
| | | | | | | | | | |
| | | | | * | | | | | Issue #21487: Optimize ipaddress.summarize_address_range() and ↵Antoine Pitrou2014-05-152-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipaddress.{IPv4Network,IPv6Network}.subnets().
| | | | | * | | | | | Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ↵Antoine Pitrou2014-05-152-79/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipaddress.IPv6Network.
| | | | | * | | | | | Issue #13916: Disallowed the surrogatepass error handler for non UTF-*Serhiy Storchaka2014-05-153-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encodings.
| | | | | * | | | | | Merge 3.4Victor Stinner2014-05-140-0/+0
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-14285-11120/+9487
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with ignore case. Original patch by Matthew Barnett.
| | | | | | * \ \ \ \ \ \ Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-144-2/+17
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binary mode is specified. Patch by Sam Kimbrel.
| | | | | | * | | | | | | | Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()Victor Stinner2014-05-147-59/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep _Py_STRINGIZE() in PC/pyconfig.h to not introduce a dependency between pyconfig.h and pymacros.h.
| | | | | | * | | | | | | | (Merge 3.4) Issue #21497: faulthandler functions now raise a better error ifVictor Stinner2014-05-14280-11055/+9421
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sys.stderr is None: RuntimeError("sys.stderr is None") instead of AttributeError("'NoneType' object has no attribute 'fileno'").
| | | | | | | * | | | | | | | Issue #21488: Add support of keyword arguments for codecs.encode and ↵Victor Stinner2014-05-142-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codecs.decode
| | | | | | | * | | | | | | | Merge 3.4 (I commited a patch to the wrong branch and then used hg backout)Victor Stinner2014-05-140-0/+0
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ Merge 3.4: ignore change specific to 3.4 for #21488, I had a different patch ↵Victor Stinner2014-05-14279-11049/+9399
| | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for Python 3.5
| | | | | | | | * \ \ \ \ \ \ \ \ Merge: #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ mergeRaymond Hettinger2014-05-13279-11042/+9395
| | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ Merge from 3.4 (for #21499).Eric Snow2014-05-13279-11039/+9395
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ Merge 3.4->default: Fix test-order-dependend asyncio test failure caused by ↵Guido van Rossum2014-05-131-6/+9
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rev 2af5a52b9b87 (in this branch).
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge from 3.4:doko2014-05-13279-11039/+9395
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Issue #17756: Fix test_code test when run from the installed location.
| | | | | | | | | | | * | | | | | | | | | | Issue #19775: Add a samefile() method to pathlib Path objects.Antoine Pitrou2014-05-134-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial patch by Vajrasky Kok.
| | | | | | | | | | | * | | | | | | | | | | Issue 21469: Minor code modernization (convert and/or expression to an ↵Raymond Hettinger2014-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if/else expression). Suggested by: Tal Einat