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
*
3.7.8
v3.7.8
Ned Deily
2020-06-27
5
-8
/
+26
*
BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155)
Miss Islington (bot)
2020-06-25
3
-2
/
+3
*
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)
Christian Heimes
2020-06-25
2
-19
/
+21
*
Update macOS installer reader for 3.7.8
Ned Deily
2020-06-25
1
-5
/
+25
*
Fix macOS installer build typos
Ned Deily
2020-06-25
2
-3
/
+2
*
Post release update
Ned Deily
2020-06-17
2
-3
/
+3
*
3.7.8rc1
v3.7.8rc1
Ned Deily
2020-06-17
97
-660
/
+1490
*
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
Ned Deily
2020-06-17
2
-2
/
+2
*
Update missed Python.app copyright.
Ned Deily
2020-06-17
1
-2
/
+2
*
Update macOS Python Launcher defaults to python3.
Ned Deily
2020-06-17
1
-15
/
+9
*
bpo-39580: add check for CLI installation on macOS
Ned Deily
2020-06-17
2
-1
/
+4
*
Update the macOS installer build scripts
Ned Deily
2020-06-17
4
-230
/
+128
*
Synchronize macOS installer with 3.9
Ned Deily
2020-06-16
1
-14
/
+37
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
Miss Islington (bot)
2020-06-15
6
-7
/
+8
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
4
-9
/
+12
*
[3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH...
Miss Islington (bot)
2020-06-15
3
-2
/
+21
*
[3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH...
Miss Islington (bot)
2020-06-13
1
-1
/
+1
*
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Steve Dower
2020-06-12
5
-8
/
+9
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
2
-0
/
+5
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)
Miss Islington (bot)
2020-06-11
5
-0
/
+21
*
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817)
Miss Islington (bot)
2020-06-11
3
-1
/
+19
*
[3.7] bpo-40895: Update weakref documentation to remove old warnings (GH-2068...
Antoine Pitrou
2020-06-10
1
-14
/
+0
*
Add quotes to code to be a string
Miss Islington (bot)
2020-06-09
3
-9
/
+20
*
[3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions...
Stefan Krah
2020-06-09
3
-245
/
+6
*
[3.7] Revert bpo-39576: docs: set context for decimal arbitrary precision ari...
Stefan Krah
2020-06-09
1
-58
/
+8
*
[3.7] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20744)
Stefan Krah
2020-06-09
1
-2
/
+2
*
bpo-40861: Enable optimizations when building liblzma (GH-20724)
Miss Islington (bot)
2020-06-08
1
-5
/
+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
*
[3.8] bpo-40807: Backport test_codeop change [GH-19670]
Miss Islington (bot)
2020-06-04
1
-4
/
+4
*
Fix spacing in docs for tarfile (GH-20629)
Miss Islington (bot)
2020-06-04
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
*
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
Miss Islington (bot)
2020-06-01
1
-1
/
+1
*
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-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
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Miss Islington (bot)
2020-05-29
4
-16
/
+52
*
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
Miss Islington (bot)
2020-05-29
2
-3
/
+8
*
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...
Miss Islington (bot)
2020-05-29
2
-3
/
+5
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
3
-0
/
+30
*
Improve IO tutorial's "Old string formatting" section (GH-16251)
Miss Islington (bot)
2020-05-27
1
-5
/
+5
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
3
-0
/
+31
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
Miss Islington (bot)
2020-05-27
3
-0
/
+25
*
Fix the link to ncurses patch download in macos installer build script (GH-20...
Miss Islington (bot)
2020-05-27
1
-1
/
+1
*
[3.7] bpo-38580: Document that select() accepts iterables, not just sequences...
Tal Einat
2020-05-26
2
-5
/
+5
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Miss Islington (bot)
2020-05-26
3
-0
/
+13
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Miss Islington (bot)
2020-05-26
1
-4
/
+2
*
bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353)
Terry Jan Reedy
2020-05-24
1
-2
/
+13
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Miss Islington (bot)
2020-05-24
3
-1
/
+4
[next]