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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH...
Miss Islington (bot)
2022-11-26
1
-11
/
+3
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
Miss Islington (bot)
2022-11-25
1
-1
/
+5
*
GH-97001: Release GIL in termios extension (GH-99503)
Miss Islington (bot)
2022-11-22
1
-12
/
+76
*
[3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (...
Victor Stinner
2022-11-21
1
-87
/
+0
*
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
Miss Islington (bot)
2022-11-21
5
-6
/
+49
*
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Miss Islington (bot)
2022-11-14
1
-2
/
+1
*
[3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)
Gregory P. Smith
2022-11-13
2
-6
/
+8
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
Miss Islington (bot)
2022-11-13
1
-1
/
+4
*
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
Miss Islington (bot)
2022-11-10
1
-0
/
+19
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
Victor Stinner
2022-11-09
1
-0
/
+87
*
gh-92119: ctypes: Print exception class name instead of its representation (G...
Miss Islington (bot)
2022-11-07
1
-1
/
+4
*
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Miss Islington (bot)
2022-11-06
1
-4
/
+16
*
gh-83004: Clean up refleak in _pickle initialisation (GH-98841)
Miss Islington (bot)
2022-11-06
1
-7
/
+6
*
gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)
Miss Islington (bot)
2022-11-06
1
-2
/
+3
*
gh-83004: Clean up refleak in _io initialisation (GH-98840)
Miss Islington (bot)
2022-11-06
1
-3
/
+3
*
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
Miss Islington (bot)
2022-11-05
1
-0
/
+33
*
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
Miss Islington (bot)
2022-11-05
1
-0
/
+7
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Miss Islington (bot)
2022-11-03
1
-27
/
+29
*
gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...
Steve Dower
2022-11-02
1
-7
/
+21
*
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Miss Islington (bot)
2022-10-31
1
-3
/
+3
*
[3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889)
Charlie Zhao
2022-10-31
2
-9
/
+9
*
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)
Miss Islington (bot)
2022-10-27
3
-18
/
+35
*
Fix readline.c compiler warning. (GH-98738)
Miss Islington (bot)
2022-10-26
1
-1
/
+1
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
Miss Islington (bot)
2022-10-25
1
-0
/
+36
*
bpo-2716: add license for audioop module (GH-19972)
Miss Islington (bot)
2022-10-21
1
-14
/
+30
*
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98...
Jelle Zijlstra
2022-10-18
1
-0
/
+40
*
[3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283)
Jelle Zijlstra
2022-10-15
1
-0
/
+7
*
gh-98178: syslog() is not thread-safe on macOS (GH-98213)
Miss Islington (bot)
2022-10-13
1
-0
/
+5
*
[3.11] Add more syslog tests (GH-97953). (GH-98096)
Serhiy Storchaka
2022-10-08
1
-1
/
+1
*
[3.11] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98065)
Jelle Zijlstra
2022-10-07
2
-4
/
+6
*
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
Miss Islington (bot)
2022-10-07
1
-4
/
+4
*
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...
Miss Islington (bot)
2022-10-06
1
-1
/
+6
*
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
Miss Islington (bot)
2022-10-06
1
-20
/
+0
*
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-06
1
-8
/
+52
*
gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)
Miss Islington (bot)
2022-10-05
1
-1
/
+1
*
[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
3
-12
/
+12
*
GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
Miss Islington (bot)
2022-09-30
1
-2
/
+7
*
gh-94526: getpath_dirname() no longer encodes the path (GH-97645)
Miss Islington (bot)
2022-09-30
1
-9
/
+14
*
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Miss Islington (bot)
2022-09-22
7
-17
/
+27
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)
Miss Islington (bot)
2022-09-19
1
-1
/
+3
*
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH...
Christian Heimes
2022-09-13
2
-3
/
+7
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Miss Islington (bot)
2022-09-13
1
-0
/
+3
*
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...
Christian Heimes
2022-09-13
1
-1
/
+1
*
gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)
Miss Islington (bot)
2022-09-08
1
-1
/
+1
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Miss Islington (bot)
2022-09-07
1
-3
/
+2
*
[3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#9...
Mark Shannon
2022-09-06
1
-3
/
+8
*
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
Miss Islington (bot)
2022-08-26
1
-1
/
+1
*
gh-95808: Add missing early returns in _asynciomodule.c (GH-95809)
Miss Islington (bot)
2022-08-16
1
-2
/
+3
*
gh-95878: Fix format char in datetime CAPI tests (GH-95879) (#95885)
Miss Islington (bot)
2022-08-11
1
-4
/
+4
*
[3.11] gh-92678: Correct return values for errors in PyInit__testcapi (#95664)
Pablo Galindo Salgado
2022-08-04
1
-2
/
+2
[next]