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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3.8.0rc1
v3.8.0rc1
Łukasz Langa
2019-10-01
137
-311/+1415
*
[3.8] bpo-3832: Fix compiler warnings (GH-16518)
Victor Stinner
2019-10-01
2
-2/+1
*
bpo-36670: Multiple regrtest bugfixes (GH-16511)
Miss Islington (bot)
2019-10-01
3
-133/+175
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Miss Islington (bot)
2019-10-01
12
-216/+56
*
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH...
Miss Islington (bot)
2019-10-01
3
-5/+11
*
Restore tp_clear for function object. (#16502)
Neil Schemenauer
2019-10-01
1
-13/+21
*
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504)
Miss Islington (bot)
2019-10-01
3
-10/+4
*
bpo-38304: Remove PyConfig.struct_size (GH-16500)
Victor Stinner
2019-09-30
14
-273/+39
*
Clear weakrefs in garbage found by the GC (GH-16495) (#16499)
Miss Islington (bot)
2019-09-30
2
-0/+20
*
bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16490)
Victor Stinner
2019-09-30
1
-8/+6
*
bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488)
Victor Stinner
2019-09-30
1
-1/+7
*
[3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437)
Christian Heimes
2019-09-30
4
-12/+33
*
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-...
Miss Islington (bot)
2019-09-30
1
-2/+3
*
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...
Miss Islington (bot)
2019-09-30
4
-64/+54
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...
Yury Selivanov
2019-09-30
13
-2753/+379
*
[3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...
Lisa Roach
2019-09-30
4
-28/+76
*
bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481)
Miss Islington (bot)
2019-09-30
3
-39/+2
*
bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470)
Miss Islington (bot)
2019-09-30
4
-57/+58
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Miss Islington (bot)
2019-09-29
10
-51/+185
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Miss Islington (bot)
2019-09-29
3
-0/+39
*
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)
Gregory P. Smith
2019-09-28
4
-2/+85
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Miss Islington (bot)
2019-09-28
3
-9/+51
*
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Victor Stinner
2019-09-28
13
-60/+350
*
bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446...
Miss Islington (bot)
2019-09-28
3
-0/+8
*
[3.8] bpo-38136: Updates await_count and call_count to be different things (G...
Lisa Roach
2019-09-27
5
-43/+208
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Miss Islington (bot)
2019-09-27
3
-1/+21
*
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Miss Islington (bot)
2019-09-27
2
-5/+22
*
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
2
-51/+149
*
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
Miss Islington (bot)
2019-09-26
2
-2/+10
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
13
-208/+795
*
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) ...
Miss Islington (bot)
2019-09-26
1
-1/+1
*
Doc: Use the `with` statement in the first example of the ftplib doc. (GH-162...
Miss Islington (bot)
2019-09-26
1
-1/+2
*
[3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)
Benjamin Peterson
2019-09-26
24
-4843/+3974
*
[3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-...
Vinay Sajip
2019-09-25
1
-7/+4
*
bpo-38271: encrypt private key test files with AES256 (GH-16385)
Miss Islington (bot)
2019-09-25
4
-86/+91
*
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
Miss Islington (bot)
2019-09-25
2
-59/+37
*
[3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (G...
Miss Islington (bot)
2019-09-25
8
-45/+119
*
bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16...
Miss Islington (bot)
2019-09-25
1
-0/+4
*
bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-1220...
Michael Felt
2019-09-25
2
-5/+23
*
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
3
-5/+164
*
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (G...
Miss Islington (bot)
2019-09-25
4
-8/+14
*
bpo-38260: Add Docs on asyncio.run (GH-16337)
Miss Islington (bot)
2019-09-25
2
-0/+16
*
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...
Miss Islington (bot)
2019-09-25
3
-0/+187
*
[3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364)
Miss Islington (bot)
2019-09-25
4
-5/+78
*
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
Miss Islington (bot)
2019-09-24
2
-5/+10
*
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
Miss Islington (bot)
2019-09-24
2
-2/+3
*
closes bpo-16637: libpython: construct integer object directly from gdbvalue ...
Miss Islington (bot)
2019-09-24
1
-1/+1
*
closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)
Miss Islington (bot)
2019-09-24
1
-1/+1
[next]