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 tests which interact with invalid UTF-8 files
gentoo-3.11.1
Sam James
2022-12-07
10
-0
/
+15
*
Workaround clang+musl build failure
Michał Górny
2022-12-07
1
-9
/
+11
*
Skip sched/priority tests
Sam James
2022-12-07
1
-0
/
+2
*
Replace hard-coded system libdir list
Mike Gilbert
2022-12-07
1
-4
/
+4
*
Temporary hack: handle all extensions via .addext()
Michał Górny
2022-12-07
2
-9
/
+15
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2022-12-07
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2022-12-07
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2022-12-07
1
-0
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2022-12-07
2
-10
/
+10
*
Python 3.11.1
v3.11.1
Pablo Galindo
2022-12-06
154
-370
/
+1632
*
[3.11] GH-99729: Unlink frames before clearing them (#100047)
Brandt Bucher
2022-12-06
4
-10
/
+56
*
[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Serhiy Storchaka
2022-12-06
13
-123
/
+109
*
[3.11] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100043)
Miss Islington (bot)
2022-12-06
1
-1
/
+3
*
[Enum] Fix typos in the documentation (GH-99960)
Miss Islington (bot)
2022-12-05
1
-26
/
+26
*
gh-100001: Also escape \s in http.server log messages. (GH-100038)
Miss Islington (bot)
2022-12-05
3
-0
/
+8
*
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
Miss Islington (bot)
2022-12-05
4
-2
/
+43
*
[3.11] dataclasses.rst: Prevent horizontal scrolling (gh-100025) (gh-100028)
Miss Islington (bot)
2022-12-05
1
-1
/
+2
*
gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
Miss Islington (bot)
2022-12-05
2
-0
/
+47
*
[3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016)
Łukasz Langa
2022-12-05
2
-0
/
+33
*
gh-99892: test_unicodedata: skip test on download failure (GH-100011)
Miss Islington (bot)
2022-12-05
2
-3
/
+6
*
gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006)
Miss Islington (bot)
2022-12-05
2
-1
/
+4
*
[3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#9...
Luke Garland
2022-12-05
4
-2
/
+58
*
gh-93464: [Enum] Add versionchanged tag (GH-99997)
Miss Islington (bot)
2022-12-05
1
-0
/
+5
*
gh-98458: unittest: bugfix for infinite loop while handling chained exception...
Miss Islington (bot)
2022-12-04
3
-1
/
+60
*
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Miss Islington (bot)
2022-12-04
5
-8
/
+9
*
[3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#9...
Ken Jin
2022-12-04
3
-3
/
+18
*
gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...
Miss Islington (bot)
2022-12-03
1
-7
/
+10
*
gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-9...
Miss Islington (bot)
2022-12-03
2
-1
/
+2
*
gh-99845: _PyObject_DictPointer(): fix dictoffset cast (#99922)
Victor Stinner
2022-12-01
1
-1
/
+2
*
[3.11] gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (GH-...
Sam James
2022-12-01
3
-48
/
+57
*
[3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warning...
Pablo Galindo Salgado
2022-12-01
4
-0
/
+24
*
gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)
Miss Islington (bot)
2022-11-30
3
-0
/
+4
*
[3.11] GH-98906 ```re``` module: ```search() vs. match()``` section should me...
Miss Islington (bot)
2022-11-30
1
-6
/
+12
*
bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...
Miss Islington (bot)
2022-11-30
2
-2
/
+6
*
gh-82836: fix private network check (GH-97733)
Miss Islington (bot)
2022-11-29
3
-4
/
+50
*
Docs: improve accuracy of socketserver reference (GH-24767)
Miss Islington (bot)
2022-11-29
1
-7
/
+3
*
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)
Miss Islington (bot)
2022-11-29
1
-1
/
+2
*
gh-90717: Update the documentation for the altchars paremeter in base64 libra...
Miss Islington (bot)
2022-11-29
1
-8
/
+11
*
gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and Typ...
Miss Islington (bot)
2022-11-29
5
-41
/
+117
*
[3.11] gh-99811: Use correct variable to search for time in format string (GH...
Miss Islington (bot)
2022-11-28
1
-1
/
+1
*
`fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (GH-99819)
Miss Islington (bot)
2022-11-28
1
-1
/
+1
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Miss Islington (bot)
2022-11-28
1
-6
/
+25
*
[3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults...
Kumar Aditya
2022-11-28
3
-11
/
+32
*
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
Miss Islington (bot)
2022-11-28
2
-93
/
+145
*
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99...
Miss Islington (bot)
2022-11-27
3
-1
/
+12
*
Docs: both sqlite3 "point examples" now adapt to str (GH-99823)
Miss Islington (bot)
2022-11-27
1
-1
/
+1
*
gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)
Miss Islington (bot)
2022-11-27
1
-2
/
+6
*
GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (G...
Miss Islington (bot)
2022-11-27
3
-98
/
+120
*
doc: Remove backslashes in doctest grammar docs (GH-29346)
Miss Islington (bot)
2022-11-26
1
-3
/
+3
*
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)
Miss Islington (bot)
2022-11-26
1
-2
/
+2
[next]