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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v3.8.4rc1' into 3.8
Łukasz Langa
2020-06-30
64
-119
/
+637
|
\
|
*
Python 3.8.4rc1
v3.8.4rc1
Łukasz Langa
2020-06-30
64
-119
/
+637
*
|
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
Miss Islington (bot)
2020-06-29
1
-0
/
+2
|
/
*
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21...
Miss Islington (bot)
2020-06-29
1
-0
/
+1
*
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...
Miss Islington (bot)
2020-06-29
2
-0
/
+3
*
[3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200)
Serhiy Storchaka
2020-06-28
1
-0
/
+2
*
bpo-41144: Fix IDLE open module error (GH-21182)
Miss Islington (bot)
2020-06-27
1
-0
/
+1
*
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...
Guido van Rossum
2020-06-27
1
-0
/
+3
*
bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)
Miss Islington (bot)
2020-06-27
1
-1
/
+7
*
BPO-41100: Support macOS 11 when building (GH-21113)
Miss Islington (bot)
2020-06-25
1
-0
/
+1
*
[3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20948)
Christian Heimes
2020-06-25
1
-0
/
+2
*
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21...
Ned Deily
2020-06-25
1
-0
/
+1
*
bpo-39580: add check for CLI installation on macOS (GH-20271)
Miss Islington (bot)
2020-06-25
1
-0
/
+2
*
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
Miss Islington (bot)
2020-06-25
1
-0
/
+3
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Miss Islington (bot)
2020-06-24
1
-0
/
+2
*
bpo-41005: Fixed perrmission error (GH-20936) (GH-21052)
Miss Islington (bot)
2020-06-24
1
-0
/
+1
*
[3.8] bpo-31938: Fix default-value signatures of several functions in the sel...
Anthony Sottile
2020-06-23
1
-0
/
+1
*
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
Miss Islington (bot)
2020-06-23
1
-0
/
+2
*
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
Miss Islington (bot)
2020-06-22
1
-0
/
+2
*
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...
Miss Islington (bot)
2020-06-22
1
-0
/
+4
*
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...
Miss Islington (bot)
2020-06-22
1
-0
/
+1
*
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
Miss Islington (bot)
2020-06-21
1
-0
/
+1
*
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...
Miss Islington (bot)
2020-06-21
1
-0
/
+1
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...
Victor Stinner
2020-06-18
1
-0
/
+4
*
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH...
Victor Stinner
2020-06-17
1
-0
/
+3
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
Ned Deily
2020-06-15
1
-0
/
+1
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
2
-0
/
+3
*
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
Miss Islington (bot)
2020-06-15
1
-0
/
+1
*
bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863)
Miss Islington (bot)
2020-06-13
1
-0
/
+2
*
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
Miss Islington (bot)
2020-06-13
1
-0
/
+1
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
Miss Islington (bot)
2020-06-13
1
-0
/
+1
*
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Steve Dower
2020-06-12
1
-0
/
+1
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
1
-0
/
+2
*
bpo-40626: Support HDF5 in mimetypes (GH-20042)
Miss Islington (bot)
2020-06-11
1
-0
/
+1
*
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816)
Miss Islington (bot)
2020-06-11
1
-0
/
+3
*
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
Miss Islington (bot)
2020-06-11
1
-0
/
+1
*
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Miss Islington (bot)
2020-06-07
1
-0
/
+1
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
1
-0
/
+2
*
bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...
Shantanu
2020-06-06
1
-0
/
+1
*
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
Miss Islington (bot)
2020-06-06
1
-0
/
+2
*
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)
Victor Stinner
2020-06-03
1
-0
/
+2
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Miss Islington (bot)
2020-06-03
1
-0
/
+3
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-0
/
+2
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Miss Islington (bot)
2020-05-29
1
-0
/
+2
*
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...
Andrew Kuchling
2020-05-29
1
-0
/
+2
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
1
-0
/
+2
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Miss Islington (bot)
2020-05-27
1
-0
/
+4
*
bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)
Miss Islington (bot)
2020-05-27
2
-0
/
+2
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
1
-0
/
+1
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
Miss Islington (bot)
2020-05-27
1
-0
/
+1
[next]