summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* (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
| * | Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-182-2/+2
| * | Rebuild pydoc topics.Larry Hastings2014-05-181-78/+78
| |/
| * Merge.Larry Hastings2014-05-1831-74/+421
| |\
| | * Upgrade pip to 1.5.6Donald Stufft2014-05-172-1/+1
| * | Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-043-80/+80
* | | Small code and comment cleanupsRaymond Hettinger2014-05-191-14/+4
* | | Improve readabilityRaymond Hettinger2014-05-191-1/+1
* | | merge 3.4 (#10744)Benjamin Peterson2014-05-171-4/+10
|\ \ \ | | |/ | |/|
| * | support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-4/+10
* | | Issue #21362: concurrent.futures does not validate that max_workers is properBrian Quinlan2014-05-173-0/+13
* | | 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-1629-429/+525
* | | Fix a small typo in test_importlib.Eric Snow2014-05-161-2/+2
* | | Issue #13916: Fix surrogatepass error handler on WindowsVictor Stinner2014-05-161-6/+0
* | | Merge with 3.4Terry Jan Reedy2014-05-161-29/+32
|\ \ \ | |/ /
| * | Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
* | | Issue #20826: Optimize ipaddress.collapse_addresses().Antoine Pitrou2014-05-151-27/+26
* | | Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv...Antoine Pitrou2014-05-151-21/+7
* | | Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipadd...Antoine Pitrou2014-05-151-79/+119
* | | Issue #13916: Disallowed the surrogatepass error handler for non UTF-*Serhiy Storchaka2014-05-151-0/+13
* | | Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-141-0/+5
|\ \ \ | |/ /
| * | Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-141-0/+5
* | | Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-142-2/+13
|\ \ \ | |/ /
| * | Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-142-2/+13
* | | (Merge 3.4) Issue #21497: faulthandler functions now raise a better error ifVictor Stinner2014-05-141-0/+25
|\ \ \ | |/ /
| * | Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner2014-05-141-0/+25
| * | Backed out changeset 6ceedbd88b5fVictor Stinner2014-05-141-12/+0
| * | Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...Victor Stinner2014-05-141-0/+12
* | | Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...Victor Stinner2014-05-141-0/+12
* | | mergeRaymond Hettinger2014-05-141-1/+3
|\ \ \ | |/ /
| * | Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-141-1/+3
* | | Merge from 3.4 (for #21499).Eric Snow2014-05-131-7/+8
|\ \ \ | |/ /
| * | Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.Eric Snow2014-05-131-7/+8
* | | Merge 3.4->default: Fix test-order-dependend asyncio test failure caused by r...Guido van Rossum2014-05-131-6/+9
|\ \ \ | |/ /
| * | Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...Guido van Rossum2014-05-131-6/+9
* | | Merge from 3.4:doko@ubuntu.com2014-05-131-1/+1
|\ \ \ | |/ /
| * | - Issue #17756: Fix test_code test when run from the installed location.doko@ubuntu.com2014-05-131-1/+1
* | | Issue #19775: Add a samefile() method to pathlib Path objects.Antoine Pitrou2014-05-132-0/+31
* | | Issue 21469: Minor code modernization (convert and/or expression to an if/el...Raymond Hettinger2014-05-131-1/+1
* | | mergeRaymond Hettinger2014-05-131-2/+9
|\ \ \ | |/ /
| * | Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger2014-05-131-2/+9
* | | Merge from 3.4 (for #21226).Eric Snow2014-05-131-0/+23
|\ \ \ | |/ /
| * | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-0/+23
* | | (Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when theVictor Stinner2014-05-131-0/+3
|\ \ \ | |/ /