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
*
Skip RDS socket tests that hang frequently
gentoo-3.9.2rc1
Michał Górny
2021-02-17
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2021-02-17
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2021-02-17
1
-1
/
+1
*
Install shared libs in LIBDEST
Mike Gilbert
2021-02-17
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2021-02-17
2
-10
/
+10
*
Disable nis
Mike Gilbert
2021-02-17
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2021-02-17
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2021-02-17
1
-0
/
+5
*
Override libdir
Mike Gilbert
2021-02-17
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2021-02-17
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2021-02-17
4
-14
/
+4
*
Python 3.9.2rc1
v3.9.2rc1
Łukasz Langa
2021-02-16
76
-233
/
+828
*
bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)
3.9
Miss Islington (bot)
2021-02-16
3
-0
/
+32
*
[3.9] Minor improvements to the convolve() recipe (GH-24520)
Pablo Galindo
2021-02-15
2
-2
/
+3
*
[3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)
Senthil Kumaran
2021-02-15
11
-46
/
+176
*
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
Miss Islington (bot)
2021-02-13
1
-2
/
+3
*
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...
Miss Islington (bot)
2021-02-12
4
-4
/
+4
*
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
Miss Islington (bot)
2021-02-12
2
-0
/
+2
*
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)
Ken Jin
2021-02-09
1
-0
/
+2
*
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
Miss Islington (bot)
2021-02-07
1
-1
/
+2
*
Simple typo fix (GH-24448)
Miss Islington (bot)
2021-02-05
1
-1
/
+1
*
bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo ...
Miss Islington (bot)
2021-02-05
1
-6
/
+17
*
bpo-35295: Remove outdated comment. (GH-24453)
Miss Islington (bot)
2021-02-04
1
-7
/
+0
*
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) ...
Miss Islington (bot)
2021-02-04
3
-1
/
+8
*
build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)
Miss Islington (bot)
2021-02-04
1
-1
/
+1
*
bpo-42773: fix tests not being run on pushes (GH-24004)
Miss Islington (bot)
2021-02-03
1
-1
/
+1
*
Fix typo (GH-23019)
Miss Islington (bot)
2021-02-03
1
-1
/
+1
*
bpo-43108: Fix a reference leak in the curses module (GH-24420)
Miss Islington (bot)
2021-02-03
2
-1
/
+4
*
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427)
Miss Islington (bot)
2021-02-02
1
-1
/
+1
*
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
Miss Islington (bot)
2021-02-02
1
-0
/
+5
*
bpo-41748: Handles unquoted attributes with commas (GH-24072)
Miss Islington (bot)
2021-02-01
3
-37
/
+59
*
bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407)
Miss Islington (bot)
2021-02-01
1
-5
/
+23
*
bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) ...
Miss Islington (bot)
2021-02-01
1
-2
/
+10
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Miss Islington (bot)
2021-01-31
6
-6
/
+21
*
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...
Serhiy Storchaka
2021-01-31
2
-1
/
+5
*
[3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399)
Serhiy Storchaka
2021-01-31
1
-214
/
+783
*
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
Miss Islington (bot)
2021-01-31
2
-7
/
+19
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Miss Islington (bot)
2021-01-31
2
-1
/
+3
*
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
Miss Islington (bot)
2021-01-31
1
-4
/
+0
*
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
Miss Islington (bot)
2021-01-30
1
-0
/
+4
*
Fixing typos in turtle.rst (GH-24376)
Miss Islington (bot)
2021-01-29
1
-6
/
+6
*
Fixed typo in turtle.rst (GH-24371)
Miss Islington (bot)
2021-01-29
1
-1
/
+1
*
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)
Miss Islington (bot)
2021-01-29
2
-1
/
+2
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Miss Islington (bot)
2021-01-28
6
-5
/
+37
*
bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937)
Miss Islington (bot)
2021-01-28
2
-1
/
+18
*
bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-2...
Miss Islington (bot)
2021-01-27
1
-0
/
+3
*
bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24...
Miss Islington (bot)
2021-01-27
1
-1
/
+5
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Miss Islington (bot)
2021-01-26
5
-13
/
+63
*
[3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343)
Terry Jan Reedy
2021-01-26
1
-2
/
+7
*
[3.9] bpo-42383: pdb: do not fail to restart the target if the current direct...
Andrey Bienkowski
2021-01-26
2
-0
/
+25
[next]