GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9.0rc1
v3.9.0rc1
Łukasz Langa
2020-08-11
25
-35
/
+194
*
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832)
Miss Islington (bot)
2020-08-11
1
-1
/
+1
*
Add PEP 573 additions to What's New (GH-21374) (GH-21831)
Miss Islington (bot)
2020-08-11
1
-0
/
+7
*
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) ...
Victor Stinner
2020-08-11
2
-5
/
+15
*
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
*
[3.9] bpo-41194: Convert _ast extension to PEP 489 (GH-21807)
Victor Stinner
2020-08-10
2
-197
/
+251
*
Update macOS installer welcome files for 3.9.0rc. (GH-21804)
Ned Deily
2020-08-10
2
-10
/
+0
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Miss Islington (bot)
2020-08-09
4
-10
/
+49
*
Doc: Add output to example code in programming FAQ (GH-21346)
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-07
2
-1
/
+2
*
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Miss Islington (bot)
2020-08-07
1
-1
/
+2
*
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-2...
Steve Dower
2020-08-08
6
-2
/
+74
*
Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML ...
Miss Islington (bot)
2020-08-07
2
-80
/
+10
*
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-39871: Fix an error in a news entry (GH-21749)
Miss Islington (bot)
2020-08-06
1
-1
/
+1
*
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
*
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
Miss Islington (bot)
2020-08-05
3
-3
/
+23
*
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Miss Islington (bot)
2020-08-04
1
-9
/
+30
*
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
Miss Islington (bot)
2020-08-03
2
-1
/
+4
*
bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
Miss Islington (bot)
2020-08-03
1
-1
/
+1
*
bpo-41425: Make tkinter doc example runnable (GH-21706)
Miss Islington (bot)
2020-08-03
2
-13
/
+18
*
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
Miss Islington (bot)
2020-08-02
1
-6
/
+5
*
[3.9] bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)...
Karthikeyan Singaravelan
2020-07-31
1
-1
/
+4
*
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-28
1
-4
/
+2
*
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
Miss Islington (bot)
2020-07-28
2
-30
/
+15
*
[3.9] Improve blake2 comment for Victor (GH-20981) (GH-20982)
Miss Islington (bot)
2020-07-28
1
-5
/
+7
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Miss Islington (bot)
2020-07-28
1
-1
/
+1
*
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Miss Islington (bot)
2020-07-28
6
-69
/
+25
*
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Miss Islington (bot)
2020-07-28
1
-1
/
+1
*
[3.9] Validate the AST produced by the parser in debug mode (GH-21643) (GH-21...
Pablo Galindo
2020-07-28
1
-0
/
+9
*
[3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)
Guido van Rossum
2020-07-27
2
-5
/
+33
*
[3.9] bpo-40939: Use the new grammar for the grammar specification documentat...
Guido van Rossum
2020-07-27
3
-4
/
+91
*
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
Miss Islington (bot)
2020-07-26
3
-1
/
+7
*
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
Miss Islington (bot)
2020-07-26
2
-4
/
+29
*
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553)
Miss Islington (bot)
2020-07-26
3
-6
/
+21
*
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
Miss Islington (bot)
2020-07-26
1
-2
/
+4
*
bpo-37309: NEWS for GH-41373 (GH-21612)
Miss Islington (bot)
2020-07-25
1
-0
/
+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)
Berker Peksag
2020-07-25
3
-6
/
+60
*
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...
Miss Islington (bot)
2020-07-24
2
-0
/
+14
*
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...
Miss Islington (bot)
2020-07-24
1
-2
/
+4
*
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21...
Miss Islington (bot)
2020-07-23
3
-7
/
+27
*
bpo-41366: Fix clang warning for sign conversion (GH-21592)
Miss Islington (bot)
2020-07-23
1
-1
/
+1
[next]