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
*
gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (#113116)
Alex Waygood
2023-12-14
3
-41/+43
*
Add recipe for totient() to demonstrate unique_justseen() and factor(). (gh-1...
Raymond Hettinger
2023-12-14
1
-0/+27
*
gh-105912: document gotcha with using os.fork on macOS (#112871)
Ronald Oussoren
2023-12-14
3
-0/+21
*
bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085)
Zackery Spytz
2023-12-14
2
-14/+50
*
GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)
Mark Shannon
2023-12-14
2
-1509/+1511
*
gh-113113: doc: use less ambiguously named variable (gh-113114)
jeremy-dolan
2023-12-14
1
-3/+3
*
gh-86179: Avoid making case-only changes when calculating realpath() during i...
Steve Dower
2023-12-14
1
-2/+11
*
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon
2023-12-14
5
-22/+5
*
gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (#113106)
Alex Waygood
2023-12-14
3
-38/+75
*
gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple...
Alex Waygood
2023-12-14
3
-5/+7
*
gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)
Serhiy Storchaka
2023-12-14
3
-2/+30
*
gh-112730: Update docs for colour env vars (#112837)
Hugo van Kemenade
2023-12-14
3
-2/+9
*
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...
Serhiy Storchaka
2023-12-14
9
-28/+93
*
gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)
Serhiy Storchaka
2023-12-14
4
-6/+12
*
gh-112205: Update textio module to use `@getter` as possible. (gh-113095)
Donghee Na
2023-12-14
2
-49/+125
*
Fixing typo in DocTestRunner docs (GH-112326)
Daniel Wysocki
2023-12-14
1
-1/+1
*
gh-111049: Fix crash during garbage collection of the BytesIO buffer object (...
Serhiy Storchaka
2023-12-14
3
-10/+27
*
gh-90890: Reorder mailbox.Maildir method documentation (GH-113071)
Stephen Gildea
2023-12-14
1
-40/+40
*
gh-113086: Add tests for os.chmod() and os.lchmod() (GH-113087)
Serhiy Storchaka
2023-12-14
2
-1/+118
*
gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...
Steve Dower
2023-12-13
4
-11/+63
*
Move optimizer/executor tests to new file test_capi/test_opt.py (#113072)
Guido van Rossum
2023-12-13
2
-535/+544
*
bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)
Pavol Babinčák
2023-12-13
2
-0/+8
*
gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960)
Christoph Anton Mitterer
2023-12-13
1
-1/+4
*
Docs: Fix external link to devguide.python.org (GH-112899)
Miro Hrončok
2023-12-13
1
-1/+1
*
gh-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood
2023-12-13
6
-67/+115
*
Use match/case in grouper() recipe (gh-113059)
Raymond Hettinger
2023-12-13
1
-8/+9
*
gh-76785: Fix CODEOWNERS (gh-113038)
Eric Snow
2023-12-13
1
-14/+7
*
gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)
Diego Russo
2023-12-13
4
-207/+209
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
25
-44/+112
*
gh-112205: Support `@setter` annotation from AC (gh-112922)
Donghee Na
2023-12-13
9
-64/+262
*
Fix whitespace in generated code
Mark Shannon
2023-12-13
2
-9/+10
*
[pprint]: Add docstring about `PrettyPrinter.underscore_numbers` parameter (#...
Sequew
2023-12-13
1
-0/+3
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
7
-46/+114
*
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade
2023-12-13
22
-54/+56
*
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
beavailable
2023-12-13
4
-0/+17
*
gh-112622: Pass name to loop create_task method (#112623)
Jamie
2023-12-13
3
-6/+7
*
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...
Eric Snow
2023-12-13
3
-154/+90
*
gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop...
J. Nick Koston
2023-12-13
2
-9/+6
*
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross
2023-12-13
6
-55/+34
*
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow
2023-12-13
5
-16/+351
*
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum
2023-12-12
6
-3/+56
*
gh-113010: Don't decrement deferred in pystats (#113032)
Michael Droettboom
2023-12-12
1
-4/+0
*
gh-101100: Further improve docs on function attributes (#113001)
Alex Waygood
2023-12-12
2
-4/+7
*
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon
2023-12-12
7
-21/+19
*
gh-76785: Add Interpreter.prepare_main() (gh-113021)
Eric Snow
2023-12-12
6
-17/+146
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
13
-88/+1899
*
gh-76785: Fix test_threading on Non-Subinterpreter Builds (gh-113014)
Eric Snow
2023-12-12
1
-1/+1
*
gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...
Serhiy Storchaka
2023-12-12
4
-18/+13
*
Update pre-commit to fix Sphinx Lint (#113015)
Hugo van Kemenade
2023-12-12
1
-2/+2
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
30
-1507/+2506
[next]