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-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
10
-8/+34
*
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
Victor Stinner
2023-10-03
3
-2/+7
*
gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291)
Victor Stinner
2023-10-03
1
-1/+3
*
gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...
Eric Snow
2023-10-03
8
-68/+151
*
Enhanced sqlite3 connection context management documentation with contextlib....
Lincoln
2023-10-03
1
-2/+2
*
gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...
Xuehai Pan
2023-10-03
2
-2/+75
*
Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (#110278)
Alex Waygood
2023-10-03
1
-7/+7
*
gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110...
Alex Waygood
2023-10-03
1
-1/+1
*
gh-109956: Also test typing.NamedTuple with copy.replace() (GH-109957)
Nikita Sobolev
2023-10-03
1
-8/+18
*
Fix typo in py312 whatsnew: add missing closing paren (#110255)
Lele Gaifax
2023-10-03
1
-1/+1
*
Remove unused Misc/requirements-test.txt (#110240)
Hugo van Kemenade
2023-10-03
1
-1/+0
*
Add --inline-caches flag to dis command line (#110249)
Guido van Rossum
2023-10-03
2
-1/+4
*
gh-109653: Reduce the import time of `random` by 60% (#110221)
Alex Waygood
2023-10-02
2
-1/+3
*
gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (#...
Nikita Sobolev
2023-10-02
1
-1/+5
*
gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)
Eric Snow
2023-10-02
3
-25/+206
*
Enable ruff on `Lib/test/test_typing.py` (#110179)
Alex Waygood
2023-10-02
3
-54/+53
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
11
-45/+257
*
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow
2023-10-02
7
-10/+214
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
12
-24/+77
*
gh-108494: Document how to add a project in PCbuild/readme.txt (#110077)
Victor Stinner
2023-10-02
2
-9/+37
*
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Victor Stinner
2023-10-02
8
-20/+17
*
gh-110178: Use fewer weakrefs in test_typing.py (#110194)
Jelle Zijlstra
2023-10-02
1
-1/+1
*
3.12 What's New: Remove duplicate "up to" (#110219)
numbermaniac
2023-10-02
1
-1/+1
*
gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...
Steve Dower
2023-10-02
4
-12/+71
*
GH-109190: Announce final release in What's New in Python 3.12 (#110117)
Adam Turner
2023-10-02
1
-1/+1
*
gh-108963: using random to generate unique string in sys.intern test (#109491)
AN Long
2023-10-02
1
-10/+3
*
GH-92584: Move installation schemes overview to sysconfig docs (#108018)
Adam Turner
2023-10-02
3
-18/+167
*
Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (#110208)
Hugo van Kemenade
2023-10-02
1
-2/+1
*
gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...
Charles Machalow
2023-10-02
4
-12/+91
*
fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)
Ned Batchelder
2023-10-02
1
-9/+6
*
gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)
Victor Stinner
2023-10-01
3
-2/+17
*
gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (#110142)
Quentin Agren
2023-10-01
1
-3/+3
*
gh-101100: Fix sphinx warnings in `library/site.rst` (#110144)
Nikita Sobolev
2023-10-01
3
-13/+25
*
build(deps): bump hypothesis from 6.84.0 to 6.87.1 in /Tools (#110174)
dependabot[bot]
2023-10-01
1
-1/+1
*
gh-110180: Remove unused `_PickleUsingNameMixin` class from `typing` (#110181)
Alex Waygood
2023-10-01
1
-7/+0
*
GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)
Barney Gale
2023-10-01
5
-5/+120
*
gh-110160: Fix flaky `test_find_periodic_pattern` in `string_tests` (#110170)
Nikita Sobolev
2023-10-01
1
-3/+11
*
PEG generator: bump types-setuptools from 68.1.0.1 to 68.2.0.0 (#110175)
dependabot[bot]
2023-10-01
1
-1/+1
*
gh-110150: Fix base case handling in quantiles() (gh-110151)
Raymond Hettinger
2023-10-01
4
-3/+17
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
16
-16/+50
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
6
-110/+125
*
gh-110014: Fix bootstrap_hash.c: remove debug code (#110161)
Victor Stinner
2023-09-30
1
-3/+0
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
8
-47/+125
*
gh-109276: regrtest: add WORKER_FAILED state (#110148)
Victor Stinner
2023-09-30
5
-28/+83
*
gh-110088: Fix asyncio test_prompt_cancellation() (#110157)
Victor Stinner
2023-09-30
1
-3/+0
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
17
-59/+120
*
gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149)
Victor Stinner
2023-09-30
3
-3/+7
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
13
-58/+73
*
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Victor Stinner
2023-09-30
3
-320/+262
*
GH-89812: Add `pathlib._PathBase` (#106337)
Barney Gale
2023-09-30
3
-161/+687
[prev]
[next]