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
*
bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)
Serhiy Storchaka
2017-11-28
4
-6/+6
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
4
-111/+7
*
bpo-32071: Fix regression and add What's New entry (#4589)
Jonas Haag
2017-11-28
2
-2/+26
*
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
Dong-hee Na
2017-11-28
2
-6/+5
*
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)
Victor Stinner
2017-11-28
2
-3/+3
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
9
-23/+8
*
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner
2017-11-28
7
-60/+37
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
7
-36/+9
*
asyncio: Fix BaseSelectorEventLoopTests (#4595)
Victor Stinner
2017-11-27
1
-0/+2
*
asyncio: Remove unused Future._tb_logger attribute (#4596)
Victor Stinner
2017-11-27
1
-8/+1
*
bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594)
Victor Stinner
2017-11-27
1
-1/+1
*
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
Victor Stinner
2017-11-27
2
-89/+28
*
bpo-32136: Separate embedding tests from C API tests (GH-4567)
Nick Coghlan
2017-11-27
2
-186/+204
*
bpo-32107 - Better merge of #4494 (#4576)
Barry Warsaw
2017-11-27
2
-28/+89
*
bpo-27535: Fix memory leak with warnings ignore (#4489)
Victor Stinner
2017-11-27
2
-1/+1
*
bpo-32089: Use default action for ResourceWarning (#4584)
Victor Stinner
2017-11-27
2
-18/+5
*
bpo-23033: Improve SSL Certificate handling (GH-937)
Mandeep Singh
2017-11-26
2
-8/+14
*
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
xdegaye
2017-11-26
1
-0/+4
*
bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561)
xdegaye
2017-11-25
1
-20/+7
*
bpo-24641: Improved error message for JSON unserializible keys. (#4364)
Serhiy Storchaka
2017-11-25
3
-11/+16
*
bpo-32071: Add unittest -k option (#4496)
Jonas Haag
2017-11-25
4
-14/+90
*
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
Berker Peksag
2017-11-25
2
-7/+41
*
bpo-32128: Skip test_nntplib.test_article_head_body() (#4552)
Victor Stinner
2017-11-25
1
-0/+1
*
bpo-28684: Remove useless import added by the previous commit (GH-4547)
xdegaye
2017-11-24
1
-1/+0
*
bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...
xdegaye
2017-11-24
4
-11/+40
*
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
Berker Peksag
2017-11-24
1
-0/+7
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
1
-0/+10
*
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
Berker Peksag
2017-11-24
1
-0/+12
*
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)
Berker Peksag
2017-11-23
2
-8/+10
*
bpo-19610: setup() now raises TypeError for invalid types (GH-4519)
Berker Peksag
2017-11-23
2
-0/+70
*
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
Berker Peksag
2017-11-23
1
-1/+40
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
2
-1/+32
*
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
Cheryl Sabella
2017-11-23
5
-27/+88
*
bpo-27535: Optimize warnings.warn() (#4508)
Victor Stinner
2017-11-22
1
-3/+14
*
bpo-31324: Fix test.support.set_match_tests(None) (#4505)
Victor Stinner
2017-11-22
2
-0/+7
*
bpo-31324: Optimize support._match_test() (#4421)
Victor Stinner
2017-11-21
4
-15/+111
*
bpo-31672 - Add one last minor clarification for idpattern (#4483)
Barry Warsaw
2017-11-21
1
-4/+7
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
3
-15/+59
*
bpo-32094: Update subprocess for -X dev (#4480)
Victor Stinner
2017-11-20
2
-2/+79
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
3
-5/+14
*
bpo-32088: Display Deprecation in debug mode (#4474)
Victor Stinner
2017-11-20
2
-7/+14
*
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner
2017-11-20
4
-13/+28
*
Remove duplicated import from datetime tests (#4444)
Riccardo Magliocchetti
2017-11-20
1
-2/+0
*
bpo-30904: Removed duplicated Host: header. (#4465)
Vinay Sajip
2017-11-19
1
-1/+3
*
bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441)
xdegaye
2017-11-18
1
-1/+1
*
bpo-29185: Fix `test_distutils` failures on Android (GH-4438)
xdegaye
2017-11-18
2
-2/+10
*
bpo-29184: Skip test_socketserver tests on PermissionError raised by Android ...
xdegaye
2017-11-18
1
-5/+14
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
6
-705/+4
*
bpo-31867: Remove duplicates in default mimetypes. (#4388)
Henk-Jaap Wagenaar
2017-11-17
1
-4/+0
*
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
Serhiy Storchaka
2017-11-16
2
-23/+60
[next]