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
...
*
bpo-37531: regrtest ignores output on timeout (GH-16659)
Miss Islington (bot)
2019-10-09
2
-27/+42
*
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....
Vinay Sajip
2019-10-09
3
-25/+231
*
Typo fix: "empy" should be "empty". (GH-16666)
Miss Islington (bot)
2019-10-09
1
-1/+1
*
[3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)
Pablo Galindo
2019-10-08
3
-31/+111
*
bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)
Miss Islington (bot)
2019-10-08
1
-0/+7
*
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
Miss Islington (bot)
2019-10-08
3
-8/+23
*
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
Miss Islington (bot)
2019-10-08
2
-0/+13
*
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...
Miss Islington (bot)
2019-10-08
5
-67/+87
*
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
Miss Islington (bot)
2019-10-08
1
-1/+1
*
bpo-38344: Fix syntax in activate.bat (GH-16533)
Miss Islington (bot)
2019-10-07
2
-1/+2
*
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...
Miss Islington (bot)
2019-10-07
3
-3/+7
*
bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623)
Victor Stinner
2019-10-07
3
-11/+4
*
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
Miss Islington (bot)
2019-10-07
1
-0/+7
*
bpo-38391: Fixing a typo for Py_DECREF (GH-16616)
Miss Islington (bot)
2019-10-07
1
-1/+1
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Miss Islington (bot)
2019-10-07
2
-1/+8
*
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearr...
Miss Islington (bot)
2019-10-06
1
-1/+1
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
9
-241/+240
*
bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...
Miss Islington (bot)
2019-10-04
1
-17/+17
*
bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)
Miss Islington (bot)
2019-10-03
1
-2/+2
*
bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)
Miss Islington (bot)
2019-10-03
2
-1/+10
*
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Miss Islington (bot)
2019-10-03
3
-18/+15
*
[3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...
Victor Stinner
2019-10-03
5
-74/+134
*
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
Miss Islington (bot)
2019-10-02
1
-0/+31
*
bpo-36670: regrtest bug fixes (GH-16537)
Miss Islington (bot)
2019-10-02
1
-10/+12
*
bpo-38343: Fixes version handling for nuget packages (GH-16527)
Miss Islington (bot)
2019-10-02
1
-1/+1
*
Correct typos in the codecs module documentation (GH-15135)
Miss Islington (bot)
2019-10-01
1
-60/+61
*
Post v3.8.0rc1
Łukasz Langa
2019-10-01
1
-1/+1
*
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
[prev]
[next]