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
*
ssl: Hard-disable SSLv3 to avoid automagic deps
gentoo-3.9.5_p1
Michał Górny
2021-05-12
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
gentoo-3.9.5
Michał Górny
2021-05-04
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2021-05-04
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2021-05-04
1
-1
/
+1
*
Install shared libs in LIBDEST
Mike Gilbert
2021-05-04
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2021-05-04
2
-10
/
+10
*
Disable nis
Mike Gilbert
2021-05-04
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2021-05-04
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2021-05-04
1
-0
/
+5
*
Override libdir
Mike Gilbert
2021-05-04
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2021-05-04
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2021-05-04
4
-14
/
+4
*
Python 3.9.5
v3.9.5
Łukasz Langa
2021-05-03
49
-196
/
+587
*
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Steve Dower
2021-05-03
8
-9
/
+22
*
[3.9] Doc: Fix random.uniform example comment. (GH-25784) (GH-25843)
Miss Islington (bot)
2021-05-03
1
-1
/
+1
*
[3.9] Update macOS installer readme for 3.9.5 (GH-25836)
Ned Deily
2021-05-03
1
-8
/
+46
*
bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) (GH-...
Miss Islington (bot)
2021-05-02
2
-3
/
+10
*
bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (G...
Erlend Egeberg Aasland
2021-05-02
3
-9
/
+9
*
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-2580...
Miss Islington (bot)
2021-05-02
1
-3
/
+3
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)...
Miss Islington (bot)
2021-05-02
6
-8
/
+59
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-872...
Miss Islington (bot)
2021-05-02
3
-1
/
+13
*
bpo-41100: Update Misc/ACKS (GH-25808) (GH-25809)
Miss Islington (bot)
2021-05-02
1
-0
/
+4
*
[3.9] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804...
Miss Islington (bot)
2021-05-02
6
-9
/
+62
*
Fix broken name in build.yml (GH-25759) (GH-25802)
Miss Islington (bot)
2021-05-01
1
-1
/
+1
*
Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25794)
Miss Islington (bot)
2021-05-01
1
-2
/
+2
*
Fixing doc for callback for lambda (GG-25779) (GH-25788)
Miss Islington (bot)
2021-05-01
1
-1
/
+1
*
[3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25782)
Stéphane Bidoul
2021-05-01
3
-1
/
+2
*
bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
Miss Islington (bot)
2021-04-30
1
-1
/
+1
*
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
Miss Islington (bot)
2021-04-30
1
-1
/
+1
*
bpo-43954: Fix a missing word in the unittest docs (GH-25672)
Miss Islington (bot)
2021-04-30
1
-2
/
+3
*
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
Miss Islington (bot)
2021-04-29
2
-3
/
+3
*
[3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-04-29
4
-0
/
+54
*
[doc] Be more clear on super() regarding multiple base classes methods (GH-21...
Miss Islington (bot)
2021-04-28
1
-1
/
+1
*
[doc] Do some polishing in IDEs section (GH-22070) (GH-25703)
Miss Islington (bot)
2021-04-28
1
-12
/
+12
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Miss Islington (bot)
2021-04-28
3
-3
/
+6
*
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-2...
Miss Islington (bot)
2021-04-28
2
-1
/
+3
*
bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691)
Irit Katriel
2021-04-28
1
-7
/
+11
*
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH...
Miss Islington (bot)
2021-04-28
2
-7
/
+7
*
bpo-37751: Update `codecs.register()` doc. (GH-25643)
Miss Islington (bot)
2021-04-28
1
-3
/
+7
*
[3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
Erlend Egeberg Aasland
2021-04-27
4
-3
/
+4
*
Fix generated file name for installer builds on macOS 11+. (GH-25661) (GH-25664)
Miss Islington (bot)
2021-04-27
1
-6
/
+28
*
[3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-2...
Miss Islington (bot)
2021-04-27
2
-3
/
+4
*
bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...
Miss Islington (bot)
2021-04-27
1
-0
/
+6
*
[doc] Remove duplicated operator.itemgetter example (GH-24178) (#25646)
Miss Islington (bot)
2021-04-26
1
-5
/
+2
*
Use the zero argument form of super() in examples for Python3 docs. (GH-22314...
Miss Islington (bot)
2021-04-26
6
-12
/
+12
*
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) ...
Miss Islington (bot)
2021-04-26
2
-2
/
+5
*
Fix thread locks in zlib module may go wrong in rare case (#22130)
Ma Lin
2021-04-26
2
-4
/
+5
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211)
Miss Islington (bot)
2021-04-26
3
-2
/
+15
*
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (...
Miss Islington (bot)
2021-04-26
3
-1
/
+4
*
[3.9] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-2...
Miss Islington (bot)
2021-04-26
1
-10
/
+14
[next]