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
*
[3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797)
Frank Dana
2020-08-19
3
-3/+3
*
Fix typo in message from assert statement (GH-21283)
Miss Islington (bot)
2020-08-17
1
-1/+1
*
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...
Miss Islington (bot)
2020-08-17
2
-1/+2
*
[3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.Mem...
Miss Islington (bot)
2020-08-16
3
-1/+27
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Miss Islington (bot)
2020-08-15
2
-4/+6
*
Fix typo in typing doc (GH-21879)
Miss Islington (bot)
2020-08-14
1
-1/+1
*
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Miss Islington (bot)
2020-08-14
2
-5/+3
*
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21...
Miss Islington (bot)
2020-08-13
1
-1/+1
*
[3.8] bpo-41066: Update the comparison section for os vs pathlib (GH-21261) (...
Antoine Pitrou
2020-08-13
1
-0/+3
*
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
Miss Islington (bot)
2020-08-13
3
-8/+11
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Miss Islington (bot)
2020-08-12
3
-2/+12
*
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)
Miss Islington (bot)
2020-08-12
1
-1/+1
*
[3.8] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs...
Miss Islington (bot)
2020-08-11
1
-2/+21
*
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21...
Miss Islington (bot)
2020-08-10
1
-1/+14
*
bpo-41514: Fix buggy IDLE test (GH-21808)
Miss Islington (bot)
2020-08-10
1
-5/+5
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Miss Islington (bot)
2020-08-09
4
-10/+49
*
[3.8] Doc: Add output to example code in programming FAQ (GH-21346) (GH-21791)
Miss Islington (bot)
2020-08-09
1
-34/+37
*
Improve renamed test_run.RecursionLimitTest (GH-21794)
Miss Islington (bot)
2020-08-09
1
-3/+5
*
bpo-41455: Provide a link to how the third generation is collected in the GC ...
Miss Islington (bot)
2020-08-08
1
-3/+3
*
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
Miss Islington (bot)
2020-08-08
2
-1/+2
*
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Miss Islington (bot)
2020-08-08
1
-1/+2
*
Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML ...
Miss Islington (bot)
2020-08-07
2
-80/+10
*
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-2...
Steve Dower
2020-08-07
6
-2/+74
*
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
Miss Islington (bot)
2020-08-07
1
-0/+5
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Miss Islington (bot)
2020-08-07
2
-2/+18
*
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
Miss Islington (bot)
2020-08-06
4
-1/+20
*
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
Miss Islington (bot)
2020-08-05
1
-1/+1
*
[3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-2...
Batuhan Taskaya
2020-08-05
3
-5/+30
*
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Miss Islington (bot)
2020-08-05
1
-9/+30
*
bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
Miss Islington (bot)
2020-08-04
1
-1/+1
*
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
Miss Islington (bot)
2020-08-04
2
-1/+4
*
bpo-41425: Make tkinter doc example runnable (GH-21706)
Miss Islington (bot)
2020-08-03
2
-12/+17
*
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
Miss Islington (bot)
2020-08-03
1
-6/+5
*
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Miss Islington (bot)
2020-07-29
1
-1/+1
*
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (G...
Miss Islington (bot)
2020-07-29
1
-4/+2
*
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
Miss Islington (bot)
2020-07-29
2
-30/+15
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Miss Islington (bot)
2020-07-28
1
-1/+1
*
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Miss Islington (bot)
2020-07-28
1
-1/+1
*
[3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647)
Guido van Rossum
2020-07-27
2
-5/+33
*
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
Miss Islington (bot)
2020-07-27
3
-1/+7
*
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
Miss Islington (bot)
2020-07-26
1
-2/+4
*
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH...
Miss Islington (bot)
2020-07-25
1
-2/+19
*
bpo-41314: fixed annotations __future__ version (GH-21616)
Miss Islington (bot)
2020-07-25
3
-13/+15
*
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
Miss Islington (bot)
2020-07-25
3
-6/+60
*
[3.8] bpo-37309: NEWS for #41373 (GH-21612)
Terry Jan Reedy
2020-07-25
1
-1/+11
*
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...
Miss Islington (bot)
2020-07-25
2
-0/+14
*
[3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
Terry Jan Reedy
2020-07-23
2
-3/+3
*
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Steve Dower
2020-07-22
2
-7/+10
*
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
Miss Islington (bot)
2020-07-21
4
-3/+4
*
Post 3.8.5
Ćukasz Langa
2020-07-20
1
-1/+1
[next]