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
*
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...
gentoo-3.10.6_p2
Pascal Wittmann
2022-08-10
3
-2
/
+34
*
gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
gentoo-3.10.6_p1
Petr Viktorin
2022-08-10
4
-4
/
+46
*
bpo-45433: Do not link libpython against libcrypt
gentoo-3.10.6
Mike Gilbert
2022-08-02
1
-0
/
+3
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2022-08-02
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2022-08-02
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2022-08-02
1
-0
/
+2
*
Install shared libs in LIBDEST
Mike Gilbert
2022-08-02
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2022-08-02
2
-10
/
+10
*
Disable nis
Mike Gilbert
2022-08-02
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2022-08-02
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2022-08-02
1
-0
/
+5
*
Override libdir
Mike Gilbert
2022-08-02
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2022-08-02
1
-2
/
+13
*
Python 3.10.6
v3.10.6
Pablo Galindo
2022-08-01
86
-151
/
+832
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
Miss Islington (bot)
2022-07-31
4
-15
/
+19
*
IDLE: Fix docs URL in the About window (GH-28417)
Miss Islington (bot)
2022-07-31
1
-2
/
+3
*
[3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)
Thomas Klausner
2022-07-31
3
-0
/
+82
*
[3.10] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 d...
Erlend Egeberg Aasland
2022-07-31
1
-96
/
+120
*
gh-95471: IDLE - Tweak Edit menu (GH-95481)
Miss Islington (bot)
2022-07-30
3
-1
/
+7
*
[3.10] gh-90654: IDLE - Insert blank line in NEWS.txt (#95479)
Terry Jan Reedy
2022-07-30
1
-0
/
+1
*
gh-94938: Fix test (GH-95396)
Miss Islington (bot)
2022-07-29
1
-5
/
+0
*
gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
Miss Islington (bot)
2022-07-29
4
-9
/
+31
*
gh-95273: Relocate sqlite3 enable load extension note (GH-95430)
Miss Islington (bot)
2022-07-29
1
-12
/
+8
*
gh-95432: Fixup sqlite3 tutorial example (GH-95431)
Miss Islington (bot)
2022-07-29
1
-5
/
+5
*
[3.10] gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95375)
Łukasz Langa
2022-07-29
3
-2
/
+42
*
gh-95273: Improve sqlite3 class descriptions (GH-95379)
Miss Islington (bot)
2022-07-29
1
-8
/
+34
*
gh-95273: Condense sqlite3 executescript example (GH-95383) (#95419)
Miss Islington (bot)
2022-07-29
2
-27
/
+9
*
gh-95273: Move sqlite3 executemany examples from reference to tutorial (GH-95...
Miss Islington (bot)
2022-07-29
3
-54
/
+26
*
Improve documentation for adding datetime and timedelta (gh-95403) (gh-95409)
Miss Islington (bot)
2022-07-28
1
-2
/
+2
*
gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)
Miss Islington (bot)
2022-07-28
3
-0
/
+5
*
gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...
Miss Islington (bot)
2022-07-28
2
-0
/
+8
*
gh-95355: Check tokens[0] after allocating memory (GH-95356)
Miss Islington (bot)
2022-07-28
2
-1
/
+2
*
Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' (#95358)
Miss Islington (bot)
2022-07-28
1
-2
/
+3
*
[3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345)
Kumar Aditya
2022-07-28
3
-10
/
+15
*
[3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...
Serhiy Storchaka
2022-07-28
4
-56
/
+110
*
gh-95339: update bundled pip to 22.2.1 (gh-95340)
Miss Islington (bot)
2022-07-27
3
-1
/
+2
*
[3.10] gh-95273: Normalise sqlite3 reference wording (GH-95274) (#95330)
Erlend Egeberg Aasland
2022-07-27
1
-42
/
+43
*
gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (G...
Miss Islington (bot)
2022-07-27
1
-5
/
+5
*
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
Miss Islington (bot)
2022-07-27
2
-0
/
+2
*
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
Miss Islington (bot)
2022-07-27
2
-2
/
+16
*
gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (GH-95269)
Miss Islington (bot)
2022-07-26
1
-1
/
+11
*
gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292)
Miss Islington (bot)
2022-07-26
1
-4
/
+1
*
gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-9...
Miss Islington (bot)
2022-07-26
1
-1
/
+7
*
[3.10] gh-95235: Add explicit parameter list to some sqlite3 methods (GH-9524...
Erlend Egeberg Aasland
2022-07-26
1
-45
/
+87
*
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058)
Miss Islington (bot)
2022-07-25
1
-24
/
+33
*
gh-95235: Document undocumented parameters in sqlite3 functions and methods (...
Miss Islington (bot)
2022-07-25
1
-13
/
+17
*
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Miss Islington (bot)
2022-07-24
4
-23
/
+60
*
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Miss Islington (bot)
2022-07-24
2
-1
/
+3
*
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
Miss Islington (bot)
2022-07-24
4
-1
/
+2
*
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
Miss Islington (bot)
2022-07-24
4
-1
/
+2
[next]