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-38531: document extend action's added version (GH-16865) (GH-16868)
Miss Islington (bot)
2019-10-20
1
-0/+2
*
bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867)
Miss Islington (bot)
2019-10-20
1
-26/+183
*
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...
Miss Islington (bot)
2019-10-19
3
-2/+34
*
Remove doc reference to unmaitained Nose package (GH-16849)
Miss Islington (bot)
2019-10-19
1
-2/+2
*
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)
Miss Islington (bot)
2019-10-18
3
-1/+6
*
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
Miss Islington (bot)
2019-10-18
2
-2/+3
*
[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)
Senthil Kumaran
2019-10-18
3
-25/+9
*
Fix minor typos in What's New in Python 3.8. (GH-16770)
Miss Islington (bot)
2019-10-18
1
-4/+4
*
Doc: Add missing entry for functools.cached_property (GH-16803)
Miss Islington (bot)
2019-10-18
1
-0/+16
*
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
Miss Islington (bot)
2019-10-18
4
-28/+43
*
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
Miss Islington (bot)
2019-10-16
2
-0/+10
*
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
Miss Islington (bot)
2019-10-16
2
-14/+15
*
Update doc switcher list for 3.8.0 (GH-16809)
Miss Islington (bot)
2019-10-15
1
-1/+1
*
Typo fix - implemention should be implementation (GH-16806)
Miss Islington (bot)
2019-10-15
1
-1/+1
*
bpo-38478: Correctly handle keyword argument with same name as positional-onl...
Miss Islington (bot)
2019-10-15
3
-1/+14
*
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
Victor Stinner
2019-10-15
12
-173/+200
*
bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)
Miss Islington (bot)
2019-10-14
1
-3/+3
*
Doc: 3.8 is now stable. (GH-16790)
Miss Islington (bot)
2019-10-14
1
-1/+1
*
[3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737)
Gregory P. Smith
2019-10-14
1
-39/+51
*
Post v3.8.0
Łukasz Langa
2019-10-14
1
-1/+1
*
Merge tag 'v3.8.0' into 3.8
Łukasz Langa
2019-10-14
23
-42/+194
|
\
|
*
v3.8.0
v3.8.0
Łukasz Langa
2019-10-14
23
-42/+194
*
|
Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786)
Miss Islington (bot)
2019-10-14
1
-8/+29
*
|
bpo-38453: Resolve test directories before chdir to them (GH-16723)
Miss Islington (bot)
2019-10-14
1
-1/+1
|
/
*
[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
[next]