index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
asyncio/tests: Ensure a gc_collect for __del__ testing
Yury Selivanov
2016-05-13
2
-0/+2
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-05-13
2
-4/+45
|
\
\
|
|
/
|
*
asyncio: Fix unix pipe transport 'repr' methods
Yury Selivanov
2016-05-13
2
-4/+45
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-05-13
1
-4/+7
|
\
\
|
|
/
|
*
asyncio: Break reference cycle in StreamReaderProtocol.connection_lost
Yury Selivanov
2016-05-13
1
-4/+7
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-05-13
1
-2/+2
|
\
\
|
|
/
|
*
asyncio: ease the cert failed regex
Yury Selivanov
2016-05-13
1
-2/+2
*
|
Merge 3.5 (issue #26848)
Yury Selivanov
2016-05-13
2
-1/+20
|
\
\
|
|
/
|
*
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
Yury Selivanov
2016-05-13
2
-1/+20
*
|
Restored test_interleaved. After issue #8886 it was a duplicate of
Serhiy Storchaka
2016-05-13
1
-4/+5
|
\
\
|
|
/
|
*
Restored test_interleaved. After issue #8886 it was a duplicate of
Serhiy Storchaka
2016-05-13
1
-4/+5
*
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
Serhiy Storchaka
2016-05-13
2
-111/+262
*
|
merge from 3.5
Senthil Kumaran
2016-05-13
2
-2/+10
|
\
\
|
|
/
|
*
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Senthil Kumaran
2016-05-13
2
-2/+10
*
|
Issue #22274: Merge stderr=STDOUT fix from 3.5
Martin Panter
2016-05-13
2
-1/+25
|
\
\
|
|
/
|
*
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
Martin Panter
2016-05-13
2
-1/+25
*
|
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
Eric Snow
2016-05-10
7
-38/+106
*
|
Make bytes and bytearray subclass tests compatible with base types tests.
Serhiy Storchaka
2016-05-12
1
-15/+17
|
\
\
|
|
/
|
*
Make bytes and bytearray subclass tests compatible with base types tests.
Serhiy Storchaka
2016-05-12
1
-15/+17
*
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka
2016-05-12
4
-0/+51
|
\
\
|
|
/
|
*
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka
2016-05-12
4
-0/+51
|
*
Issue #26881: Restored the name of scan_opcodes_25().
Serhiy Storchaka
2016-05-11
1
-2/+3
|
*
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
Steven D'Aprano
2016-05-11
1
-1/+0
*
|
Fixes #19711: Add tests for reloading namespace packages.
Eric Snow
2016-05-10
1
-1/+33
*
|
Closes #26987: Merge with 3.5
Zachary Ware
2016-05-09
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26987: Correct implementation to match comment
Zachary Ware
2016-05-09
1
-1/+1
*
|
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka
2016-05-08
3
-55/+56
|
\
\
|
|
/
|
*
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka
2016-05-08
3
-56/+57
*
|
Issue #18531: Single var-keyword argument of dict subtype was passed
Serhiy Storchaka
2016-05-08
1
-0/+56
*
|
Issue #23815: Fixed crashes related to directly created instances of types in
Serhiy Storchaka
2016-05-08
2
-0/+6
|
\
\
|
|
/
|
*
Issue #23815: Fixed crashes related to directly created instances of types in
Serhiy Storchaka
2016-05-08
2
-0/+6
*
|
Merge typo fixes from 3.5
Martin Panter
2016-05-08
7
-12/+12
|
\
\
|
|
/
|
*
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
2
-5/+5
|
*
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
6
-7/+7
*
|
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
Steven D'Aprano
2016-05-08
1
-1/+0
*
|
Fix self.fail() call in test_data_header
Berker Peksag
2016-05-07
1
-1/+1
|
\
\
|
|
/
|
*
Fix self.fail() call in test_data_header
Berker Peksag
2016-05-07
1
-1/+1
*
|
Replace example.com with pythontest.net in test_urllibnet
Berker Peksag
2016-05-07
1
-12/+13
|
\
\
|
|
/
|
*
Replace example.com with pythontest.net in test_urllibnet
Berker Peksag
2016-05-07
1
-12/+13
*
|
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Serhiy Storchaka
2016-05-07
1
-0/+4
|
\
\
|
|
/
|
*
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Serhiy Storchaka
2016-05-07
1
-0/+4
*
|
Merge with 3.5
Terry Jan Reedy
2016-05-06
2
-12/+9
|
\
\
|
|
/
|
*
Issue 26912: fix broken imports in test_email package.
Terry Jan Reedy
2016-05-06
2
-12/+9
*
|
Merge with 3.5
Terry Jan Reedy
2016-05-06
1
-2/+2
|
\
\
|
|
/
|
*
Issue 26911: fix import (other problems remain).
Terry Jan Reedy
2016-05-06
1
-2/+2
*
|
Issue 26915: Add identity checks to the collections ABC __contains__ methods.
Raymond Hettinger
2016-05-05
2
-4/+25
*
|
Issue #26918: Skipped some tests in test_pipes on Android.
Serhiy Storchaka
2016-05-05
1
-0/+7
*
|
Issue 26002 and 25974
Steven D'Aprano
2016-05-04
2
-55/+44
*
|
Issue #20120: Merge with 3.5
Jason R. Coombs
2016-05-04
1
-2/+2
|
\
\
|
|
/
|
*
Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for i...
Jason R. Coombs
2016-05-04
1
-2/+2
[prev]
[next]