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
*
Revert "Post 3.12.0b1"
gentoo-3.12.0b1_p4
Michał Górny
2023-05-31
1
-1
/
+1
*
gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)
gentoo-3.12.0b1_p3
Lysandros Nikolaou
2023-05-31
5
-34
/
+49
*
gh-89886: Properly quote Autoconf macro arguments (#105062) (#105118)
gentoo-3.12.0b1_p2
Erlend E. Aasland
2023-05-31
2
-706
/
+798
*
gh-105035: fix super() calls on unusual types (e.g. meta-types) (GH-105094) (...
Miss Islington (bot)
2023-05-31
4
-221
/
+239
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Miss Islington (bot)
2023-05-31
8
-1
/
+210
*
gh-105071: add missing versionadded directive (GH-105097) (#105105)
Miss Islington (bot)
2023-05-31
1
-0
/
+2
*
gh-103921: Minor PEP-695 fixes to the `ast` module docs (GH-105093) (#105101)
Miss Islington (bot)
2023-05-31
1
-5
/
+5
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-31
7
-1
/
+196
*
gh-104799: Move location of type_params AST fields (GH-104828) (#104974)
Miss Islington (bot)
2023-05-31
9
-266
/
+297
*
gh-102251: Fix reference leak in _testsinglephase initialization (GH-105082) ...
Miss Islington (bot)
2023-05-31
1
-1
/
+3
*
gh-105077: Fix test_tkinter refleak checking (GH-105078) (GH-105079)
Miss Islington (bot)
2023-05-31
1
-5
/
+10
*
GH-89455: Add missing attributes (added in 3.11) to traceback module docs (GH...
Miss Islington (bot)
2023-05-31
3
-1
/
+23
*
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
Miss Islington (bot)
2023-05-31
2
-1
/
+5
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Miss Islington (bot)
2023-05-31
3
-5
/
+12
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Miss Islington (bot)
2023-05-31
6
-1
/
+216
*
Fix compiler warning in unicodeobject.c (GH-105050)
Miss Islington (bot)
2023-05-31
1
-1
/
+1
*
Document PEP 698 and other new typing features in What's New (GH-104957) (#10...
Miss Islington (bot)
2023-05-31
1
-6
/
+37
*
gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's dep...
Miss Islington (bot)
2023-05-31
1
-1
/
+2
*
[3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030...
gentoo-3.12.0b1_p1
Miss Islington (bot)
2023-05-28
6
-26
/
+74
*
[3.12] gh-105013: Fix inspect.getsource with parenthesized multiline lambdas ...
Miss Islington (bot)
2023-05-28
4
-0
/
+43
*
gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105028)
Miss Islington (bot)
2023-05-28
1
-1
/
+4
*
gh-105017: Fix including additional NL token when using CRLF (GH-105022) (#10...
Miss Islington (bot)
2023-05-28
3
-1
/
+10
*
gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's dep...
Miss Islington (bot)
2023-05-28
1
-0
/
+4
*
gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005) (#105006)
Miss Islington (bot)
2023-05-28
1
-9
/
+8
*
gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...
Miss Islington (bot)
2023-05-28
4
-15
/
+34
*
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965) (G...
Miss Islington (bot)
2023-05-28
4
-3
/
+97
*
GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling (GH-1...
Miss Islington (bot)
2023-05-28
3
-0
/
+11
*
GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platfor...
Miss Islington (bot)
2023-05-28
3
-1
/
+7
*
gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot)
2023-05-28
11
-302
/
+1234
*
gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986) (#104987)
Miss Islington (bot)
2023-05-28
1
-6
/
+3
*
gh-104972: Ensure that line attributes in tokens in the tokenize module are c...
Miss Islington (bot)
2023-05-28
4
-9
/
+21
*
Remove raw asserts in test_typing.py (GH-104951) (#104978)
Miss Islington (bot)
2023-05-28
1
-22
/
+30
*
gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973)
Miss Islington (bot)
2023-05-28
3
-1
/
+8
*
gh-104924: Fix `read()able` in `http.client` log messages (gh-104926) (gh-104...
Miss Islington (bot)
2023-05-28
1
-2
/
+2
*
Fix typo in the tokenizer (GH-104950) (#104953)
Miss Islington (bot)
2023-05-28
1
-1
/
+1
*
gh-104943: Remove mentions of old Python versions (GH-104945) (#104963)
Miss Islington (bot)
2023-05-28
2
-4
/
+2
*
gh-104479: Update outdated tutorial floating-point reference (GH-104681) (#10...
Miss Islington (bot)
2023-05-28
1
-10
/
+13
*
gh-102024: Reduced _idle_semaphore.release calls (GH-102025) (#104959)
Miss Islington (bot)
2023-05-28
2
-8
/
+12
*
gh-104372: Drop the GIL around the vfork() call. (GH-104782) (#104942)
Miss Islington (bot)
2023-05-28
3
-6
/
+31
*
gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic...
Miss Islington (bot)
2023-05-28
3
-3
/
+48
*
Fix indentation in `json.AttrDict` REPL example (GH-104930) (#104931)
Miss Islington (bot)
2023-05-28
1
-8
/
+8
*
Misc improvements to the itertools docs (GH-104916) (GH-104917)
Miss Islington (bot)
2023-05-28
1
-7
/
+24
*
Misc updates to Whatsnew 3.12 (GH-104912) (GH-104915)
Miss Islington (bot)
2023-05-28
2
-3
/
+36
*
Fix test_importlib.test_side_effect_import() (GH-104840) (#104842)
Miss Islington (bot)
2023-05-28
1
-1
/
+2
*
gh-104874: Document NewType.__supertype__ (GH-104875) (#104906)
Miss Islington (bot)
2023-05-28
2
-0
/
+14
*
gh-99108: Refresh HACL* (GH-104808) (#104893)
Miss Islington (bot)
2023-05-28
16
-147
/
+223
*
gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890)
Miss Islington (bot)
2023-05-28
4
-2
/
+52
*
Improve test coverage for is_typeddict (GH-104884) (#104889)
Miss Islington (bot)
2023-05-28
1
-3
/
+22
*
gh-104866: Tokenize should emit NEWLINE after exiting block with comment (GH-...
Miss Islington (bot)
2023-05-28
2
-3
/
+23
*
gh-103207: The macOS 13 Ventura Installer.app permission problem is fixed by ...
Ned Deily
2023-05-28
1
-0
/
+22
[next]