summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]...Guido van Rossum2016-01-062-2/+19
* | | | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri....Guido van Rossum2016-01-062-37/+55
|\ \ \ \ \ | |/ / / /
| * | | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri....Guido van Rossum2016-01-062-37/+55
| |\ \ \ \ | | |/ / /
| | * | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.Guido van Rossum2016-01-062-37/+55
| | * | | Merge.Larry Hastings2015-12-211-1/+1
| | |\ \ \
| | | * | | Rebuild pydoc topics for Python 3.4.4 final.Larry Hastings2015-12-201-1/+1
* | | | | | #21815: violate IMAP RFC to be compatible with, e.g., gmailR David Murray2016-01-022-1/+58
* | | | | | Merge: #22709: Use stdin as-is if it does not have a buffer attribute.R David Murray2016-01-022-1/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | #22709: Use stdin as-is if it does not have a buffer attribute.R David Murray2016-01-022-1/+12
* | | | | | Remove a duplicate test_addresses key:value as identified by VincentGregory P. Smith2016-01-021-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove a duplicate test_addresses key:value as identified by VincentGregory P. Smith2016-01-021-1/+0
* | | | | | Make catched exception more specific and correct a comment.Serhiy Storchaka2015-12-301-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Make catched exception more specific and correct a comment.Serhiy Storchaka2015-12-301-3/+3
* | | | | | Issue #25977: Fix typos in Lib/tokenize.pyBerker Peksag2015-12-291-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #25977: Fix typos in Lib/tokenize.pyBerker Peksag2015-12-291-4/+4
* | | | | | Issue #25971: Optimized creating Fractions from floats by 2 times and fromSerhiy Storchaka2015-12-293-39/+13
* | | | | | merge 3.5 (#25973)Benjamin Peterson2015-12-291-0/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | make recording and reporting errors and nonlocal and global directives more r...Benjamin Peterson2015-12-291-0/+8
* | | | | | Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-291-0/+1
* | | | | | Issue #25234: Skip test_eintr.test_os_open under OS X.Brett Cannon2015-12-291-0/+1
* | | | | | Tweak skipping messageBrett Cannon2015-12-291-1/+1
* | | | | | MergeBrett Cannon2015-12-291-0/+2
|\ \ \ \ \ \
| * | | | | | Issue #25940: Make buildbots usable again until a solution is found.Stefan Krah2015-12-291-0/+2
* | | | | | | Issue #24725: Skip the test_socket.testFDPassEmpty on OS X.Brett Cannon2015-12-291-0/+1
|/ / / / / /
* | | | | | Issue #25928: Temporarily disable some tests in test_statistics in orderStefan Krah2015-12-281-0/+3
* | | | | | Merge.Stefan Krah2015-12-281-2/+12
|\ \ \ \ \ \
| * \ \ \ \ \ Merge headsSerhiy Storchaka2015-12-281-4/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Issue #25447: Copying the lru_cache() wrapper object now always works,Serhiy Storchaka2015-12-281-2/+12
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Issue #25447: Copying the lru_cache() wrapper object now always works,Serhiy Storchaka2015-12-281-2/+12
* | | | | | | | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-282-0/+85
| |_|/ / / / / |/| | | | | |
* | | | | | | Remove duplicate method in test_pathlib. Initial patch by Navneet Suman.Ezio Melotti2015-12-281-4/+4
|/ / / / / /
* | | | | | Issue #25768: Make compileall functions return booleans and documentBrett Cannon2015-12-272-10/+32
* | | | | | Closes #25685: Merged fix from 3.5.Vinay Sajip2015-12-261-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Closes #25685: Made SocketHandler emission more efficient.Vinay Sajip2015-12-261-0/+2
* | | | | | Issue #22995: Instances of extension types with a state that aren'tSerhiy Storchaka2015-12-252-0/+26
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #22995: Instances of extension types with a state that aren'tSerhiy Storchaka2015-12-252-0/+26
* | | | | | Issue #25860: Fixed test failure caused by inconsistency of os.walk() andSerhiy Storchaka2015-12-221-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #25860: Fixed test failure caused by inconsistency of os.walk() andSerhiy Storchaka2015-12-221-0/+2
* | | | | | Issue #25860: os.fwalk() no longer skips remaining directories when error occ...Serhiy Storchaka2015-12-222-12/+21
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #25860: os.fwalk() no longer skips remaining directories when error occ...Serhiy Storchaka2015-12-222-12/+21
* | | | | | Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-0/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-0/+32
* | | | | | Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-212-4/+57
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-212-4/+57
* | | | | | Issue #25766: Special method __bytes__() now works in str subclasses.Serhiy Storchaka2015-12-201-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #25766: Special method __bytes__() now works in str subclasses.Serhiy Storchaka2015-12-201-0/+6
* | | | | | Fixed sizeof tests for dict and type (they were passed by accident).Serhiy Storchaka2015-12-201-11/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed sizeof tests for dict and type (they were passed by accident).Serhiy Storchaka2015-12-201-11/+22
* | | | | | Don't create non-needed file.Serhiy Storchaka2015-12-201-5/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Don't create non-needed file.Serhiy Storchaka2015-12-201-5/+0