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
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Victor Stinner
2023-10-02
2
-1/+3
*
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
1
-6/+14
*
GH-109190: Announce final release in What's New in Python 3.12 (#110117)
Adam Turner
2023-10-02
1
-1/+1
*
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
1
-0/+6
*
fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)
Ned Batchelder
2023-10-02
1
-9/+6
*
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
*
GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)
Barney Gale
2023-10-01
2
-0/+40
*
gh-110150: Fix base case handling in quantiles() (gh-110151)
Raymond Hettinger
2023-10-01
1
-1/+6
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
4
-6/+25
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
2
-7/+31
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
1
-1/+2
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
2
-0/+5
*
GH-101100: Fix reference warnings for ``gettext`` (#110115)
Adam Turner
2023-09-30
1
-29/+26
*
GH-101100: Fix reference warnings for ``namedtuple`` (#110113)
Adam Turner
2023-09-30
1
-3/+3
*
Add example for linear_regression() with proportional=True. (gh-110133)
Raymond Hettinger
2023-09-30
1
-0/+19
*
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na
2023-09-29
1
-3/+4
*
gh-109634: Fix `:samp:` syntax (GH-110073)
Jacob Coffee
2023-09-29
2
-2/+2
*
gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto/urllib...
Yuki K
2023-09-29
1
-8/+8
*
gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (#109424)
Maciej Olko
2023-09-29
2
-3/+2
*
gh-109961: Use proper `module` for `copy` method docs (#110027)
Nikita Sobolev
2023-09-29
1
-2/+5
*
gh-101100: Fix sphinx warnings in `library/difflib.rst` (#110074)
Nikita Sobolev
2023-09-29
2
-10/+9
*
gh-110045: Update symtable module for PEP 695 (#110066)
Jelle Zijlstra
2023-09-29
1
-1/+11
*
Whitespace fix in asyncio-stream.rst (#110015)
Davide Rizzo
2023-09-28
1
-2/+2
*
gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (#109...
Nikita Sobolev
2023-09-28
2
-13/+21
*
GH-109190: Copyedit 3.12 What's New: Bytecode (#109821)
Adam Turner
2023-09-28
1
-6/+26
*
gh-109812: Fix phrasing for `collections.Counter` (gh-109813)
Jacob Coffee
2023-09-28
1
-1/+1
*
Enhance TypedDict docs around required/optional keys (#109547)
Jelle Zijlstra
2023-09-27
1
-0/+15
*
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross
2023-09-27
1
-0/+2
*
GH-109190: Copyedit 3.12 What's New: Release highlights (#109770)
Adam Turner
2023-09-27
1
-167/+254
*
gh-101100: Fix sphinx warnings in `library/devmode.rst` (#109963)
Nikita Sobolev
2023-09-27
2
-3/+3
*
GH-109190: Copyedit 3.12 What's New: Deprecations (``os`` fix) (#109927)
Adam Turner
2023-09-27
1
-15/+17
*
gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)
Victor Stinner
2023-09-27
2
-9/+8
*
GH-109190: Copyedit 3.12 What's New: Deprecations (#109766)
Adam Turner
2023-09-26
1
-92/+153
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
1
-1/+1
*
GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)
Barney Gale
2023-09-26
1
-5/+9
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-3/+12
*
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
lohaswinner
2023-09-26
1
-1/+1
*
gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)
Nikita Sobolev
2023-09-26
2
-11/+9
*
gh-109599: Add types.CapsuleType (#109600)
Antoine Pitrou
2023-09-25
1
-0/+6
*
GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (#109836)
Adam Turner
2023-09-25
1
-47/+47
*
GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the ...
Adam Turner
2023-09-25
1
-2/+0
*
GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section (...
Adam Turner
2023-09-25
1
-13/+96
*
GH-109190: Copyedit 3.12 What's New: Use the present tense (#109754)
Adam Turner
2023-09-25
1
-30/+30
*
GH-109190: Copyedit 3.12 What's New: Trivia (#109760)
Adam Turner
2023-09-25
1
-7/+4
*
GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (#109753)
Adam Turner
2023-09-25
1
-4/+4
*
gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814)
Nikita Sobolev
2023-09-25
2
-27/+32
[next]