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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...
Miss Islington (bot)
2019-10-19
1
-0/+2
*
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)
Miss Islington (bot)
2019-10-18
1
-0/+1
*
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
Miss Islington (bot)
2019-10-18
1
-0/+1
*
[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)
Senthil Kumaran
2019-10-18
1
-0/+2
*
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
Miss Islington (bot)
2019-10-18
1
-0/+3
*
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
Miss Islington (bot)
2019-10-16
1
-0/+1
*
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
Miss Islington (bot)
2019-10-16
1
-0/+5
*
bpo-38478: Correctly handle keyword argument with same name as positional-onl...
Miss Islington (bot)
2019-10-15
1
-0/+3
*
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
Victor Stinner
2019-10-15
1
-0/+3
*
v3.8.0
v3.8.0
Łukasz Langa
2019-10-14
19
-36/+186
*
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...
Miss Islington (bot)
2019-10-14
1
-0/+2
*
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...
Miss Islington (bot)
2019-10-13
1
-0/+1
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Miss Islington (bot)
2019-10-12
1
-0/+3
*
[3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...
Abhilash Raj
2019-10-12
1
-0/+2
*
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)
Miss Islington (bot)
2019-10-12
1
-0/+1
*
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
Miss Islington (bot)
2019-10-11
1
-0/+1
*
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)
Miss Islington (bot)
2019-10-10
1
-0/+3
*
[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...
Pablo Galindo
2019-10-09
1
-0/+1
*
bpo-37531: regrtest ignores output on timeout (GH-16659)
Miss Islington (bot)
2019-10-09
1
-0/+5
*
[3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)
Pablo Galindo
2019-10-08
1
-0/+3
*
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
Miss Islington (bot)
2019-10-08
1
-0/+1
*
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
1
-0/+3
*
bpo-38344: Fix syntax in activate.bat (GH-16533)
Miss Islington (bot)
2019-10-07
1
-0/+1
*
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...
Miss Islington (bot)
2019-10-07
1
-0/+1
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
1
-0/+4
*
bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)
Miss Islington (bot)
2019-10-03
1
-0/+1
*
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Miss Islington (bot)
2019-10-03
1
-0/+1
*
v3.8.0rc1
v3.8.0rc1
Łukasz Langa
2019-10-01
134
-275/+1349
*
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH...
Miss Islington (bot)
2019-10-01
1
-0/+2
*
bpo-38304: Remove PyConfig.struct_size (GH-16500)
Victor Stinner
2019-09-30
1
-3/+0
*
Clear weakrefs in garbage found by the GC (GH-16495) (#16499)
Miss Islington (bot)
2019-09-30
1
-0/+3
*
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...
Miss Islington (bot)
2019-09-30
1
-0/+2
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...
Yury Selivanov
2019-09-30
1
-0/+1
*
[3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...
Lisa Roach
2019-09-30
1
-0/+4
*
bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481)
Miss Islington (bot)
2019-09-30
1
-0/+1
*
bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470)
Miss Islington (bot)
2019-09-30
1
-0/+2
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Miss Islington (bot)
2019-09-29
1
-0/+2
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Miss Islington (bot)
2019-09-29
1
-0/+1
*
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)
Gregory P. Smith
2019-09-28
1
-0/+1
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Miss Islington (bot)
2019-09-28
1
-0/+4
*
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Victor Stinner
2019-09-28
1
-0/+3
*
bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446...
Miss Islington (bot)
2019-09-28
1
-0/+2
*
[3.8] bpo-38136: Updates await_count and call_count to be different things (G...
Lisa Roach
2019-09-27
1
-0/+3
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Miss Islington (bot)
2019-09-27
1
-0/+3
*
[3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)
Christian Heimes
2019-09-26
1
-0/+4
*
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
Miss Islington (bot)
2019-09-26
1
-0/+1
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
1
-0/+3
*
[3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)
Benjamin Peterson
2019-09-26
1
-0/+2
*
bpo-38271: encrypt private key test files with AES256 (GH-16385)
Miss Islington (bot)
2019-09-25
1
-0/+4
[next]