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.0
v3.8.0
Łukasz Langa
2019-10-14
23
-42/+194
*
[3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777)
Łukasz Langa
2019-10-14
1
-88/+123
*
Make 3.8 README link to 3.8 doc pages, not master (GH-16776)
Ned Deily
2019-10-14
1
-5/+5
*
Update build docs for macOS (GH-16771)
Miss Islington (bot)
2019-10-14
3
-80/+86
*
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...
Miss Islington (bot)
2019-10-14
3
-3/+56
*
[3.8] Update macOS installer display files for 3.8.0 (GH-16766)
Ned Deily
2019-10-14
3
-75/+52
*
bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764)
Miss Islington (bot)
2019-10-14
1
-5/+21
*
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)
Miss Islington (bot)
2019-10-14
1
-9/+10
*
Fix minor typos in Whatsnew (GH-16759)
Raymond Hettinger
2019-10-14
1
-12/+10
*
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)
Miss Islington (bot)
2019-10-14
1
-1/+1
*
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
Miss Islington (bot)
2019-10-14
1
-1/+1
*
Rebased version of what's new PR (GH-16745) (#16748)
Miss Islington (bot)
2019-10-13
1
-83/+67
*
bpo-38467: Fix argument name of typing functions (GH-16753)
Miss Islington (bot)
2019-10-13
1
-2/+2
*
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...
Miss Islington (bot)
2019-10-13
1
-2/+2
*
Correct signature of __build_class__ (GH-16735)
Miss Islington (bot)
2019-10-13
1
-1/+1
*
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...
Miss Islington (bot)
2019-10-13
3
-1/+9
*
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...
Miss Islington (bot)
2019-10-12
1
-8/+8
*
Announce the change in the CancelledError inheritance (GH-16730)
Miss Islington (bot)
2019-10-12
1
-0/+4
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Miss Islington (bot)
2019-10-12
4
-1/+18
*
[3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...
Abhilash Raj
2019-10-12
4
-11/+4
*
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525)
Miss Islington (bot)
2019-10-12
2
-1/+2
*
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
Miss Islington (bot)
2019-10-11
1
-1/+1
*
Update badges in README.rst (GH-16709)
Zachary Ware
2019-10-11
1
-10/+6
*
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
Miss Islington (bot)
2019-10-11
3
-10/+30
*
[3.8] Typo fix: "throuhgh" should be "through". (GH-16713)
Benjamin Peterson
2019-10-11
1
-1/+1
*
docs: Add asyncio source code links (GH-16640)
Miss Islington (bot)
2019-10-10
11
-4/+54
*
Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)
Miss Islington (bot)
2019-10-10
1
-2/+1
*
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)
Miss Islington (bot)
2019-10-10
3
-6/+21
*
bpo-32996: Documentation fix-up. (GH-16646)
Miss Islington (bot)
2019-10-10
1
-3/+4
*
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
Miss Islington (bot)
2019-10-10
2
-2/+4
*
bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)
Miss Islington (bot)
2019-10-09
2
-4/+4
*
[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...
Pablo Galindo
2019-10-09
3
-6/+75
*
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
[next]