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.0b2
v3.9.0b2
Łukasz Langa
2020-06-08
52
-96
/
+491
*
Add multicore support to deccheck.py. (GH-20731)
Miss Islington (bot)
2020-06-08
1
-21
/
+110
*
Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20...
Miss Islington (bot)
2020-06-08
2
-5
/
+1
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Victor Stinner
2020-06-08
11
-25
/
+83
*
bpo-40861: Enable optimizations when building liblzma (GH-20724)
Miss Islington (bot)
2020-06-08
1
-5
/
+2
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
Victor Stinner
2020-06-08
10
-22
/
+131
*
bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
Miss Islington (bot)
2020-06-08
1
-2
/
+11
*
Update macOS installer welcome files for 3.9.0 beta (GH-20719)
Ned Deily
2020-06-08
2
-11
/
+5
*
[3.9] Remove PEG-specific syntax error check in the old parser (GH-20717)
Pablo Galindo
2020-06-08
1
-4
/
+0
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Miss Islington (bot)
2020-06-08
5
-237
/
+453
*
allow macOS installer builds to package pre-built html docs (GH-20715)
Miss Islington (bot)
2020-06-08
1
-7
/
+33
*
Deny eval() direct access to builtins (GH-20713) (GH-20714)
Miss Islington (bot)
2020-06-08
1
-1
/
+2
*
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
Miss Islington (bot)
2020-06-07
1
-3
/
+47
*
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Miss Islington (bot)
2020-06-07
2
-3
/
+4
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Miss Islington (bot)
2020-06-07
9
-2359
/
+2118
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Miss Islington (bot)
2020-06-07
3
-0
/
+7
*
bpo-39791: Support file systems that cannot support non-ascii filenames (skip...
Miss Islington (bot)
2020-06-07
2
-2
/
+18
*
bpo-40724: Fix return type of test helper function heapctypewithbuffer_releas...
Miss Islington (bot)
2020-06-07
1
-1
/
+1
*
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
Miss Islington (bot)
2020-06-07
5
-2
/
+60
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
3
-0
/
+31
*
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Miss Islington (bot)
2020-06-05
7
-144
/
+143
*
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAct...
Miss Islington (bot)
2020-06-05
2
-1
/
+8
*
bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666)
Miss Islington (bot)
2020-06-05
2
-2
/
+4
*
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
Miss Islington (bot)
2020-06-05
2
-0
/
+3
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-2065...
Miss Islington (bot)
2020-06-05
6
-18
/
+84
*
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (GH-20655) (#20660)
Miss Islington (bot)
2020-06-05
1
-0
/
+2
*
bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
Miss Islington (bot)
2020-06-05
38
-296
/
+502
*
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
Miss Islington (bot)
2020-06-04
3
-9
/
+20
*
bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
Miss Islington (bot)
2020-06-04
4
-12
/
+0
*
Fix spacing in docs for tarfile (GH-20629)
Miss Islington (bot)
2020-06-04
1
-1
/
+1
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Miss Islington (bot)
2020-06-04
3
-0
/
+13
*
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
Victor Stinner
2020-06-03
8
-31
/
+43
*
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
Victor Stinner
2020-06-03
5
-42
/
+121
*
Update error message in _zoneinfo.py to use f-string (GH-20577)
Miss Islington (bot)
2020-06-03
1
-1
/
+1
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Miss Islington (bot)
2020-06-03
2
-1
/
+4
*
[3.9] Fix MSVC warnings in pythonrun.c (GH-20587) (GH-20592)
Ammar Askar
2020-06-03
1
-8
/
+8
*
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
Miss Islington (bot)
2020-06-02
1
-0
/
+4
*
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
Miss Islington (bot)
2020-06-02
1
-2
/
+2
*
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
Miss Islington (bot)
2020-06-01
1
-1
/
+1
*
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
Huon Wilson
2020-06-01
7
-1
/
+138
*
Make sure that keyword arguments are merged into the arguments dictionary whe...
Miss Islington (bot)
2020-06-01
2
-0
/
+21
*
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Miss Islington (bot)
2020-06-01
1
-3
/
+1
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
3
-11
/
+48
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Miss Islington (bot)
2020-05-31
10
-717
/
+714
*
Fix typo in "What's new in Python 3.9" (GH-20559)
Miss Islington (bot)
2020-05-31
1
-1
/
+1
*
bpo-40759: Deprecate the symbol module (GH-20364)
Miss Islington (bot)
2020-05-31
4
-3
/
+19
*
Fix asyncio.to_thread() documented return type (GH-20547)
Miss Islington (bot)
2020-05-31
2
-3
/
+2
*
bpo-40829: Add a what's new entry about deprecation of shuffle's random param...
Miss Islington (bot)
2020-05-30
1
-0
/
+3
*
bpo-40798: Generate a different message for already removed elements (GH-20483)
Miss Islington (bot)
2020-05-30
2
-2
/
+12
*
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
Miss Islington (bot)
2020-05-29
1
-5
/
+6
[next]