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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.10.9
v3.10.9
Pablo Galindo
2022-12-06
64
-139
/
+656
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Łukasz Langa
2022-12-06
1
-0
/
+3
*
gh-100001: Also escape \s in http.server log messages. (GH-100038)
Miss Islington (bot)
2022-12-05
1
-0
/
+5
*
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
Miss Islington (bot)
2022-12-05
1
-0
/
+6
*
gh-99892: test_unicodedata: skip test on download failure (GH-100011)
Miss Islington (bot)
2022-12-05
1
-0
/
+2
*
gh-98458: unittest: bugfix for infinite loop while handling chained exception...
Miss Islington (bot)
2022-12-04
1
-0
/
+1
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Luke Garland
2022-12-02
1
-0
/
+2
*
[3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...
Sam James
2022-12-01
1
-0
/
+1
*
[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...
Kumar Aditya
2022-11-28
1
-0
/
+3
*
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99...
Miss Islington (bot)
2022-11-27
1
-0
/
+1
*
gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...
Miss Islington (bot)
2022-11-26
1
-0
/
+2
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
Miss Islington (bot)
2022-11-25
1
-0
/
+2
*
Use faster APIs to calculate paths at startup for Store packaged Python on Wi...
Miss Islington (bot)
2022-11-23
1
-0
/
+2
*
[3.10] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connectio...
Dong Uk, Kang
2022-11-23
1
-0
/
+3
*
GH-92892: Add section about variadic functions to ctypes documentation (GH-99...
Miss Islington (bot)
2022-11-22
1
-0
/
+1
*
[3.10] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (G...
Serhiy Storchaka
2022-11-22
1
-0
/
+3
*
[3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680)
Ronald Oussoren
2022-11-22
1
-0
/
+1
*
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
Miss Islington (bot)
2022-11-22
1
-0
/
+2
*
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Miss Islington (bot)
2022-11-21
1
-0
/
+3
*
[3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines th...
Pablo Galindo Salgado
2022-11-20
1
-0
/
+3
*
[3.10] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (...
Miss Islington (bot)
2022-11-20
1
-0
/
+1
*
[3.10] Remove trailing space to fix azure failures (#99611)
Stanley
2022-11-19
1
-2
/
+2
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Miss Islington (bot)
2022-11-15
1
-0
/
+2
*
[3.10] gh-92119: ctypes: Print exception class name instead of its representa...
Kamil Turek
2022-11-13
1
-0
/
+2
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
Miss Islington (bot)
2022-11-13
1
-0
/
+2
*
bpo-34272: Reorganize C API tests. (GH-8551)
Miss Islington (bot)
2022-11-12
1
-0
/
+1
*
gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
Miss Islington (bot)
2022-11-11
1
-0
/
+1
*
[3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)
Jason R. Coombs
2022-11-10
1
-0
/
+7
*
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Miss Islington (bot)
2022-11-10
1
-0
/
+1
*
[3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)
Miss Islington (bot)
2022-11-07
1
-0
/
+6
*
bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
Miss Islington (bot)
2022-11-07
1
-0
/
+2
*
[3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-991...
Miss Islington (bot)
2022-11-07
1
-0
/
+1
*
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Miss Islington (bot)
2022-11-06
1
-0
/
+2
*
[3.10] gh-99086: Fix implicit int compiler warning in configure check for PTH...
Erlend E. Aasland
2022-11-06
1
-0
/
+1
*
gh-83004: Clean up refleak in _pickle initialisation (GH-98841)
Miss Islington (bot)
2022-11-06
1
-0
/
+1
*
gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)
Miss Islington (bot)
2022-11-06
1
-0
/
+1
*
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
Miss Islington (bot)
2022-11-05
1
-0
/
+1
*
gh-83004: Clean up refleak in _io initialisation (GH-98840)
Miss Islington (bot)
2022-11-03
1
-0
/
+1
*
[3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...
Serhiy Storchaka
2022-11-03
1
-0
/
+3
*
[3.10] gh-97731: Specify the full path to the docs for `make docclean` (GH-98...
Miss Islington (bot)
2022-11-02
1
-0
/
+2
*
gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)
Miss Islington (bot)
2022-11-02
1
-0
/
+1
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Miss Islington (bot)
2022-11-01
1
-0
/
+2
*
[3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) ...
Serhiy Storchaka
2022-11-01
1
-0
/
+3
*
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Miss Islington (bot)
2022-10-31
1
-0
/
+1
*
[3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890)
Charlie Zhao
2022-10-31
1
-0
/
+1
*
[3.10] gh-96151: Use a private name for passing builtins to dataclass. This n...
Miss Islington (bot)
2022-10-31
1
-0
/
+1
*
[3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#9...
Erlend E. Aasland
2022-10-28
1
-0
/
+1
*
[3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798)
Miss Islington (bot)
2022-10-28
1
-0
/
+2
*
[3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677)
samypr100
2022-10-28
1
-0
/
+3
*
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)
Miss Islington (bot)
2022-10-27
1
-0
/
+1
[next]