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-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...
Miss Islington (bot)
2019-09-30
1
-62/+16
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...
Yury Selivanov
2019-09-30
8
-2221/+304
*
[3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...
Lisa Roach
2019-09-30
2
-27/+45
*
bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481)
Miss Islington (bot)
2019-09-30
2
-39/+1
*
bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470)
Miss Islington (bot)
2019-09-30
3
-57/+56
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Miss Islington (bot)
2019-09-29
1
-2/+26
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Miss Islington (bot)
2019-09-29
2
-0/+38
*
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)
Gregory P. Smith
2019-09-28
2
-1/+81
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Miss Islington (bot)
2019-09-28
2
-9/+47
*
[3.8] bpo-38136: Updates await_count and call_count to be different things (G...
Lisa Roach
2019-09-27
3
-19/+192
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Miss Islington (bot)
2019-09-27
2
-1/+18
*
cleanup ababstractproperty in typing.py (GH-16432)
Miss Islington (bot)
2019-09-27
1
-8/+15
*
[3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)
Christian Heimes
2019-09-26
1
-51/+145
*
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
Miss Islington (bot)
2019-09-26
1
-2/+9
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
3
-51/+419
*
bpo-38271: encrypt private key test files with AES256 (GH-16385)
Miss Islington (bot)
2019-09-25
3
-86/+87
*
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
Miss Islington (bot)
2019-09-25
1
-9/+6
*
[3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (G...
Miss Islington (bot)
2019-09-25
7
-45/+115
*
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389)
Victor Stinner
2019-09-25
1
-1/+5
*
bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)
Victor Stinner
2019-09-25
1
-0/+103
*
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (G...
Miss Islington (bot)
2019-09-25
2
-1/+5
*
bpo-38260: Add Docs on asyncio.run (GH-16337)
Miss Islington (bot)
2019-09-25
1
-0/+4
*
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...
Miss Islington (bot)
2019-09-25
1
-0/+41
*
[3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364)
Miss Islington (bot)
2019-09-25
3
-5/+75
*
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
Miss Islington (bot)
2019-09-24
1
-5/+6
*
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
Miss Islington (bot)
2019-09-24
1
-2/+1
*
Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327)
Miss Islington (bot)
2019-09-22
2
-6/+7
*
bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)
Miss Islington (bot)
2019-09-21
1
-0/+13
*
[3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)...
Lisa Roach
2019-09-21
3
-63/+161
*
Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
Miss Islington (bot)
2019-09-21
1
-1/+1
*
Minor code and comment cleanup (GH-16315) (GH-16316)
Miss Islington (bot)
2019-09-21
1
-1/+3
*
bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288)
Miss Islington (bot)
2019-09-20
1
-253/+0
*
bpo-37531: sync regrtest with master branch (GH-16285)
Victor Stinner
2019-09-19
2
-17/+26
*
[3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258)
Victor Stinner
2019-09-18
2
-6/+14
*
bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240)
Serhiy Storchaka
2019-09-18
2
-46/+7
*
bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253)
Miss Islington (bot)
2019-09-18
1
-1/+1
*
bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (G...
Miss Islington (bot)
2019-09-17
2
-10/+131
*
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...
Miss Islington (bot)
2019-09-17
1
-0/+22
*
bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224)
Miss Islington (bot)
2019-09-17
1
-6/+6
*
bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166)
Miss Islington (bot)
2019-09-17
2
-1/+9
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Miss Islington (bot)
2019-09-17
1
-7/+18
*
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
Miss Islington (bot)
2019-09-17
2
-4/+14
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Miss Islington (bot)
2019-09-17
1
-7/+21
*
bpo-38183: Test_idle ignores user config directory GH-16198)
Miss Islington (bot)
2019-09-17
4
-35/+42
*
Doc: Fix Wikipedia link for functools.lru_cache (GH-16183)
Miss Islington (bot)
2019-09-16
1
-1/+1
*
bpo-38100: Fix spelling error in unittest.mock code (GH-16168)
Miss Islington (bot)
2019-09-16
1
-3/+3
*
bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156)
Miss Islington (bot)
2019-09-16
1
-7/+34
*
[3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144)
Christian Heimes
2019-09-16
2
-11/+30
*
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID....
Serhiy Storchaka
2019-09-14
1
-39/+38
*
[3.8] bpo-37206: Unrepresentable default values no longer represented as None...
Serhiy Storchaka
2019-09-14
2
-7/+7
[next]