index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[3.12] Use match/case in grouper() recipe (gh-113059) (gh-113197)
Miss Islington (bot)
2023-12-15
1
-8/+9
*
[3.12] Minor stylistic edit to the grouper recipe (gh-112759) (gh-113196)
Miss Islington (bot)
2023-12-15
1
-2/+2
*
[3.12] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113193)
Miss Islington (bot)
2023-12-15
2
-15/+17
*
[3.12] gh-101100: Fix various Sphinx warnings for dunder references in the `l...
Miss Islington (bot)
2023-12-15
8
-24/+34
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` (GH-113162) (#...
Hugo van Kemenade
2023-12-15
2
-10/+10
*
[3.12] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-1131...
Miss Islington (bot)
2023-12-15
2
-24/+35
*
[3.12] gh-61648: Detect line numbers of properties in doctests (GH-113161) (G...
Miss Islington (bot)
2023-12-15
4
-0/+21
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (GH-113125...
Miss Islington (bot)
2023-12-15
3
-19/+24
*
[3.12] Optimize unique_justseen() recipe for a common case. (gh-113147) (gh-1...
Miss Islington (bot)
2023-12-14
1
-0/+2
*
[3.12] gh-101100: Cleanup `mailbox` docs (GH-113124) (#113144)
Hugo van Kemenade
2023-12-14
2
-123/+139
*
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (GH-112373) (#113...
Hugo van Kemenade
2023-12-14
2
-140/+139
*
[3.12] Remove itertool recipe with low pedagogical value (gh-113138) (gh-113140)
Miss Islington (bot)
2023-12-14
1
-32/+32
*
[3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (G...
Miss Islington (bot)
2023-12-14
2
-14/+50
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (GH-11...
Miss Islington (bot)
2023-12-14
3
-41/+43
*
[3.12] Add recipe for totient() to demonstrate unique_justseen() and factor()...
Miss Islington (bot)
2023-12-14
1
-0/+27
*
[3.12] gh-113113: doc: use less ambiguously named variable (gh-113114) (gh-11...
Miss Islington (bot)
2023-12-14
1
-3/+3
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) ...
Miss Islington (bot)
2023-12-14
3
-38/+75
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference...
Miss Islington (bot)
2023-12-14
3
-5/+7
*
[3.12] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)...
Serhiy Storchaka
2023-12-14
3
-9/+33
*
[3.12] gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-1130...
Miss Islington (bot)
2023-12-14
4
-6/+12
*
[3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer o...
Miss Islington (bot)
2023-12-14
3
-10/+27
*
[3.12] Fixing typo in DocTestRunner docs (GH-112326) (GH-113097)
Miss Islington (bot)
2023-12-14
1
-1/+1
*
[3.12] gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087) (GH-11...
Miss Islington (bot)
2023-12-14
2
-1/+118
*
[3.12] gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885) (#113068)
Miss Islington (bot)
2023-12-13
2
-0/+3
*
[3.12] bpo-40648: Test modes that file can get with chmod() on Windows (GH-20...
Miss Islington (bot)
2023-12-13
2
-0/+8
*
[3.12] gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) (GH-...
Miss Islington (bot)
2023-12-13
1
-1/+4
*
[3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065)
Miss Islington (bot)
2023-12-13
1
-1/+1
*
[3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)
Miss Islington (bot)
2023-12-13
6
-67/+115
*
[3.12] [pprint]: Add docstring about `PrettyPrinter.underscore_numbers` param...
Miss Islington (bot)
2023-12-13
1
-0/+3
*
[3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...
Miss Islington (bot)
2023-12-13
22
-54/+56
*
[3.12] gh-101100: Further improve docs on function attributes (GH-113001) (#1...
Miss Islington (bot)
2023-12-12
2
-4/+7
*
[3.12] gh-112983: Add the known magic value of 3495 for Python 3.11 bytecode ...
Miss Islington (bot)
2023-12-12
1
-0/+1
*
[3.12] gh-112999: Replace the outdated "deprecated" directives with "versionc...
Miss Islington (bot)
2023-12-12
4
-18/+13
*
[3.12] Update pre-commit to fix Sphinx Lint (GH-113015) (#113017)
Miss Islington (bot)
2023-12-12
1
-2/+2
*
[3.12] gh-83162: Rename re.error in idlelib (GH-101677) (#112987)
Terry Jan Reedy
2023-12-12
2
-2/+4
*
[3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...
Hugo van Kemenade
2023-12-12
13
-129/+158
*
[3.12] gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (GH-112988...
Terry Jan Reedy
2023-12-12
3
-5/+16
*
[3.12] gh-108303: Move `double_const` to `test_import` where it belongs (GH-1...
Miss Islington (bot)
2023-12-11
2
-3/+6
*
[3.12] gh-94606: Fix error when message with Unicode surrogate not surrogatee...
Miss Islington (bot)
2023-12-11
4
-16/+49
*
[3.12] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-11...
Miss Islington (bot)
2023-12-11
2
-1/+2
*
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the t...
Pablo Galindo Salgado
2023-12-11
5
-6/+25
*
[3.12] Fix SyntaxWarning in test_syntax.py (GH-112944) (GH-112955)
Miss Islington (bot)
2023-12-11
1
-1/+1
*
[3.12] GH-101986: Support translation for Limited/Unstable API & Stable ABI (...
Miss Islington (bot)
2023-12-10
2
-10/+20
*
[3.12] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112927)
Miss Islington (bot)
2023-12-10
2
-0/+13
*
Doc: c-api: fix order of PyMemberDef fields (GH-112879)
Miss Islington (bot)
2023-12-10
1
-4/+4
*
[3.12] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) ...
Miss Islington (bot)
2023-12-10
2
-21/+22
*
[3.12] Docs: Use 'f-strings' as header (GH-112888) (#112923)
Miss Islington (bot)
2023-12-10
1
-2/+4
*
[3.12] IDLE: Tweak iomenu.IOBinding.maybesave (GH-112914) (#112917)
Miss Islington (bot)
2023-12-10
1
-10/+11
*
[3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...
Miss Islington (bot)
2023-12-09
6
-33/+52
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886) (#1...
Alex Waygood
2023-12-09
2
-24/+29
[prev]
[next]