summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #26924: Do not define _multiprocessing.sem_unlink under AndroidBerker Peksag2016-05-071-1/+1
* Fix self.fail() call in test_data_headerBerker Peksag2016-05-071-1/+1
|\
| * Fix self.fail() call in test_data_headerBerker Peksag2016-05-071-1/+1
* | Issue #26708: Use the "const" qualifier for immutable strings.Serhiy Storchaka2016-05-071-37/+39
* | Replace example.com with pythontest.net in test_urllibnetBerker Peksag2016-05-071-12/+13
|\ \ | |/
| * Replace example.com with pythontest.net in test_urllibnetBerker Peksag2016-05-071-12/+13
* | Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-073-1/+10
|\ \ | |/
| * Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-073-1/+10
* | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-0766-138/+140
|\ \ | |/
| * Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-0766-138/+140
* | Issue #26889: Fixed hyperlinks formatting.Serhiy Storchaka2016-05-071-4/+4
|\ \ | |/
| * Issue #26889: Fixed hyperlinks formatting.Serhiy Storchaka2016-05-071-4/+4
* | Issue #26889: Tweaked xmlrpc.client documentation.Serhiy Storchaka2016-05-071-89/+102
|\ \ | |/
| * Issue #26889: Tweaked xmlrpc.client documentation.Serhiy Storchaka2016-05-071-89/+102
* | Merge with 3.5Terry Jan Reedy2016-05-062-12/+9
|\ \ | |/
| * Issue 26912: fix broken imports in test_email package.Terry Jan Reedy2016-05-062-12/+9
* | Merge with 3.5Terry Jan Reedy2016-05-061-2/+2
|\ \ | |/
| * Issue 26911: fix import (other problems remain).Terry Jan Reedy2016-05-061-2/+2
* | Restored parameter name "self" since gdb needs exact specific parameter names.Serhiy Storchaka2016-05-051-2/+3
* | Issue 26915: Add identity checks to the collections ABC __contains__ methods.Raymond Hettinger2016-05-053-4/+30
* | Issue #26918: Skipped some tests in test_pipes on Android.Serhiy Storchaka2016-05-051-0/+7
* | Issue #26765: Moved common code for the replace() method of bytes and bytearraySerhiy Storchaka2016-05-053-1062/+527
* | Issue #26957: Remove duplicate 'the' from datetime documentationBerker Peksag2016-05-041-1/+1
|\ \ | |/
| * Issue #26957: Remove duplicate 'the' from datetime documentationBerker Peksag2016-05-041-1/+1
* | Issue #26765: Moved common code and docstrings for bytes and bytearray methodsSerhiy Storchaka2016-05-047-777/+519
* | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-05-042-55/+44
|\ \
| * | Issue 26002 and 25974Steven D'Aprano2016-05-042-55/+44
* | | Issue #26811: gc.get_objects() no longer contains a broken tuple with NULLSerhiy Storchaka2016-05-042-15/+18
|\ \ \ | |/ / |/| / | |/
| * Issue #26811: gc.get_objects() no longer contains a broken tuple with NULLSerhiy Storchaka2016-05-042-15/+18
* | Issue #20120: Merge with 3.5Jason R. Coombs2016-05-042-2/+8
|\ \ | |/
| * Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for i...Jason R. Coombs2016-05-042-2/+8
* | Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-043-0/+20
|\ \ | |/
| * Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-043-0/+20
* | Issue #26932: Fixed support of RTLD_* constants defined as enum values,Serhiy Storchaka2016-05-048-12/+124
* | Issue #24950: Fixed expanduser tests when the users home directory in pwd is ...Serhiy Storchaka2016-05-032-5/+10
|\ \ | |/
| * Issue #24950: Fixed expanduser tests when the users home directory in pwd is ...Serhiy Storchaka2016-05-032-5/+10
* | Merge with 3.5Terry Jan Reedy2016-05-022-18/+22
|\ \ | |/
| * Clarify IDLE-console differences with respect to the sys module.Terry Jan Reedy2016-05-022-18/+22
* | Upgrade ensurepip bundled setuptools to 20.10.1Donald Stufft2016-05-022-1/+1
|\ \ | |/
| * Upgrade ensurepip bundled setuptools to 20.10.1Donald Stufft2016-05-022-1/+1
| |\
| | * Upgrade ensurepip bundled setuptools to 20.10.1Donald Stufft2016-05-022-1/+1
* | | Got rid of redundand "self" parameter declarations.Serhiy Storchaka2016-05-027-97/+57
* | | Issue #18916: Update thread module docstringsBerker Peksag2016-05-021-3/+4
|\ \ \ | |/ /
| * | Issue #18916: Update thread module docstringsBerker Peksag2016-05-021-3/+4
* | | Regenerate Argument Clinic code for issue #26874.Serhiy Storchaka2016-05-012-3/+3
|\ \ \ | |/ /
| * | Regenerate Argument Clinic code for issue #26874.Serhiy Storchaka2016-05-012-3/+3
* | | issue26893: use mro() to examine class heirarchyEthan Furman2016-05-012-1/+14
|\ \ \ | |/ /
| * | issue26893: use mro() to examine class heirarchyEthan Furman2016-05-012-1/+14
* | | Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-013-5/+7
|\ \ \ | |/ /
| * | Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-013-5/+7