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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unused imports in multiprocessing docs example (#109984)
Albert Villanova del Moral
2023-10-09
1
-1/+0
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-0/+211
*
Fix typo in Doc/library/textwrap.rst (#110328)
InSync
2023-10-06
1
-1/+1
*
gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)
Bradley Reynolds
2023-10-05
1
-1/+1
*
gh-110383 TimeIt Docs Spelling Fix (#110407)
Towster15
2023-10-05
1
-1/+1
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
1
-1/+2
*
Remove duplicate word. (#110376)
Benjamin Peterson
2023-10-05
1
-1/+1
*
Add back bltin-boolean-values ref tag (#110371)
P. L. Lim
2023-10-04
1
-0/+1
*
gh-85984: Document change in return type of tty functions (#110028)
Jelle Zijlstra
2023-10-04
1
-0/+6
*
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner
2023-10-03
16
-113/+113
*
Enhanced sqlite3 connection context management documentation with contextlib....
Lincoln
2023-10-03
1
-2/+2
*
GH-92584: Move installation schemes overview to sysconfig docs (#108018)
Adam Turner
2023-10-02
2
-17/+166
*
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
2
-11/+25
*
GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)
Barney Gale
2023-10-01
1
-0/+36
*
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
3
-6/+18
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
1
-7/+24
*
GH-101100: Fix reference warnings for ``gettext`` (#110115)
Adam Turner
2023-09-30
1
-29/+26
*
Add example for linear_regression() with proportional=True. (gh-110133)
Raymond Hettinger
2023-09-30
1
-0/+19
*
gh-109634: Fix `:samp:` syntax (GH-110073)
Jacob Coffee
2023-09-29
1
-1/+1
*
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
1
-9/+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
1
-12/+21
*
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-101100: Fix sphinx warnings in `library/devmode.rst` (#109963)
Nikita Sobolev
2023-09-27
1
-2/+3
*
GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)
Barney Gale
2023-09-26
1
-5/+9
*
gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)
Nikita Sobolev
2023-09-26
1
-10/+9
*
gh-109599: Add types.CapsuleType (#109600)
Antoine Pitrou
2023-09-25
1
-0/+6
*
gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814)
Nikita Sobolev
2023-09-25
1
-26/+32
*
gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#1...
Nikita Sobolev
2023-09-24
1
-1/+6
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
10
-24/+28
*
gh-100228: Document the os.fork threads DeprecationWarning. (#109767)
Gregory P. Smith
2023-09-23
3
-4/+46
*
Remove outdated docstring from the `quantify` itertools recipe (#109726)
Łukasz Langa
2023-09-22
1
-1/+0
*
gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)
AN Long
2023-09-21
1
-13/+102
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
2
-2/+2
*
gh-109054: Document configure variables (#109224)
Victor Stinner
2023-09-20
1
-0/+2
*
gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)
Victor Stinner
2023-09-20
2
-6/+23
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
2
-8/+8
*
gh-109109: Expose retrieving certificate chains in SSL module (#109113)
Mateusz Nowak
2023-09-20
1
-4/+25
*
Misc itertool recipe improvements, mostly docstrings and comments (gh-109555)
Raymond Hettinger
2023-09-19
1
-34/+42
*
gh-109435: Add Doc/library/cmdline.rst (#109436)
Victor Stinner
2023-09-19
9
-0/+70
*
gh-102757: fix function signature mismatch for `functools.reduce` between cod...
Xuehai Pan
2023-09-18
1
-6/+8
*
Docs: getopt is deprecated in Python 3.13 (#109438)
Hugo van Kemenade
2023-09-18
1
-1/+2
[prev]
[next]