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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
gentoo-3.7.7
Miss Islington (bot)
2020-04-22
4
-3
/
+57
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19297)
Miss Islington (bot)
2020-04-22
4
-52
/
+115
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2020-04-22
1
-1
/
+1
*
Call OPENSSL_init_crypto for openssl >= 1.1.0
Mike Gilbert
2020-04-22
1
-0
/
+2
*
Install shared libs in LIBDEST
Mike Gilbert
2020-04-22
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2020-04-22
2
-10
/
+10
*
Disable nis
Mike Gilbert
2020-04-22
1
-1
/
+1
*
h2py: use binary I/O to avoid encoding issues
Mike Gilbert
2020-04-22
1
-33
/
+35
*
Improve distutils C++ support
Mike Gilbert
2020-04-22
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2020-04-22
1
-0
/
+7
*
Override libdir
Mike Gilbert
2020-04-22
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2020-04-22
1
-3
/
+14
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2020-04-22
4
-13
/
+4
*
3.7.7
v3.7.7
Ned Deily
2020-03-10
6
-12
/
+26
*
fix typo: add space (GH-18853)
Miss Islington (bot)
2020-03-10
1
-2
/
+2
*
bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818)
Miss Islington (bot)
2020-03-10
2
-2
/
+6
*
bpo-17422: slightly more precise language (GH-18682)
Miss Islington (bot)
2020-03-10
2
-1
/
+3
*
IDLE doc: improve Startup failure subsection. (GH-18771)
Miss Islington (bot)
2020-03-10
1
-7
/
+10
*
bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (...
Miss Islington (bot)
2020-03-10
2
-1
/
+4
*
[3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782)
Miss Islington (bot)
2020-03-10
1
-1
/
+1
*
Allow python_uwp.vcxproj to build with toolset v142 if present (GH-18777)
Steve Dower
2020-03-10
2
-0
/
+2
*
Update macOS installer ReadMe for 3.7.7. (GH-18775)
Ned Deily
2020-03-10
1
-21
/
+12
*
Post release updates
Ned Deily
2020-03-10
2
-3
/
+3
*
3.7.7rc1
v3.7.7rc1
Ned Deily
2020-03-04
70
-151
/
+696
*
[3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101)
Miss Islington (bot)
2020-03-04
3
-3
/
+36
*
bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751)
Ryan Rowe
2020-03-03
3
-3
/
+123
*
Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-...
Miss Islington (bot)
2020-03-03
2
-2
/
+5
*
bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746)
Stefan Krah
2020-03-03
2
-1
/
+7
*
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Miss Islington (bot)
2020-03-02
1
-1
/
+13
*
[3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18760)
Pablo Galindo
2020-03-03
1
-1
/
+2
*
[3.7] bpo-38597: Never statically link extension initialization code on Windo...
Steve Dower
2020-03-02
4
-99
/
+13
*
bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and ...
Miss Islington (bot)
2020-03-02
3
-2
/
+22
*
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Miss Islington (bot)
2020-03-02
6
-6
/
+8
*
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
Miss Islington (bot)
2020-03-02
3
-5
/
+22
*
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
Miss Islington (bot)
2020-03-01
1
-0
/
+1
*
[3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-1...
Gregory P. Smith
2020-03-01
4
-12
/
+73
*
[3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
11
-37
/
+249
*
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Miss Islington (bot)
2020-02-29
2
-3
/
+5
*
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Miss Islington (bot)
2020-02-28
2
-2
/
+3
*
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Miss Islington (bot)
2020-02-28
4
-19
/
+36
*
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
Steve Dower
2020-02-26
5
-14
/
+14
*
Doc: int -> int or Py_ssize_t (GH-18663)
Miss Islington (bot)
2020-02-25
1
-11
/
+11
*
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
Miss Islington (bot)
2020-02-25
3
-1
/
+15
*
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...
Miss Islington (bot)
2020-02-24
1
-0
/
+2
*
Give proper credits for the memoryview implementation. (GH-18626) (#18643)
Miss Islington (bot)
2020-02-24
1
-1
/
+11
*
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry...
Miss Islington (bot)
2020-02-23
2
-8
/
+2
*
bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...
Miss Islington (bot)
2020-02-23
2
-3
/
+8
*
[3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (...
Pablo Galindo
2020-02-23
3
-2
/
+67
*
bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18617)
Miss Islington (bot)
2020-02-23
1
-2
/
+2
*
bpo-17422: Language reference should specify restrictions on class namespace ...
Miss Islington (bot)
2020-02-22
2
-2
/
+5
[next]