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-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
2
-1/+39
*
gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise ...
Hugo van Kemenade
2024-03-27
1
-5/+5
*
Add statistics recipe for sampling from an estimated probability density dist...
Raymond Hettinger
2024-03-27
1
-0/+58
*
Change links on the index page (#117230)
Adorilson Bezerra
2024-03-26
1
-2/+2
*
Sync main docs and docstring for median_grouped(). (gh-117214)
Raymond Hettinger
2024-03-25
1
-38/+39
*
gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)
Nice Zombies
2024-03-25
1
-13/+4
*
Add information about negative indexes to sequence datamodel doc (#110903)
Adorilson Bezerra
2024-03-25
1
-3/+6
*
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Victor Stinner
2024-03-25
2
-0/+4
*
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...
Serhiy Storchaka
2024-03-25
1
-4/+4
*
Minor markup and grammar fixes in the statistics docs (gh-117216)
Raymond Hettinger
2024-03-25
1
-3/+3
*
gh-117194: Properly format 'base64' header in What's New (#117198)
Terry Jan Reedy
2024-03-24
1
-1/+1
*
GH-115986 Docs: promote pprint.pp usage as a default (#116614)
Kerim Kabirov
2024-03-24
1
-15/+18
*
gh-101760: Improve the imaplib.IMAP4 example (#101764)
LilKS
2024-03-24
1
-1/+1
*
Add cumulative option for the new statistics.kde() function. (#117033)
Raymond Hettinger
2024-03-24
1
-5/+8
*
GH-106747: Document another difference between `glob` and `pathlib`. (#116518)
Barney Gale
2024-03-22
1
-0/+4
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
3
-0/+19
*
[docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)
Vinay Sajip
2024-03-22
1
-14/+126
*
GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)
Jakub Stasiak
2024-03-22
2
-0/+18
*
docs: fix over-linking in dataclasses.rst (#117005)
Ned Batchelder
2024-03-21
1
-78/+80
*
gh-85283: Build _testconsole extension with limited C API (#117125)
Victor Stinner
2024-03-21
1
-1/+1
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
3
-0/+56
*
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
Malcolm Smith
2024-03-21
1
-2/+3
*
Fix sort order for "locale encoding" glossary item (#115794)
Carol Willing
2024-03-20
1
-12/+12
*
gh-117058: Update GUI and packaging recommendations for macOS. (#117059)
Russell Keith-Magee
2024-03-20
1
-11/+25
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
1
-0/+30
*
docs: announce venv creation before installing packages (#117036)
Ned Batchelder
2024-03-19
1
-0/+1
*
gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913)
Hugo van Kemenade
2024-03-19
2
-8/+7
*
gh-56374: Clarify documentation of nonlocal (#116942)
Terry Jan Reedy
2024-03-19
1
-13/+17
*
gh-107607: Update comment about utf-8 BOM being ignored (#107858)
Sunghyun Kim
2024-03-19
1
-4/+3
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
2
-1/+64
*
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk
2024-03-19
2
-1/+11
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
2
-0/+30
*
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)
Victor Stinner
2024-03-18
1
-0/+6
*
Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)
Victor Stinner
2024-03-18
1
-3/+3
*
GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186)
Jakub Stasiak
2024-03-18
1
-4/+23
*
gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)
Terry Jan Reedy
2024-03-18
1
-1/+1
*
gh-85283: Build _statistics extension with the limited C API (#116927)
Victor Stinner
2024-03-17
1
-1/+2
*
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Barney Gale
2024-03-17
1
-2/+1
*
gh-85283: Build termios extension with the limited C API (#116928)
Victor Stinner
2024-03-17
1
-1/+2
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
2
-0/+26
*
Update titles and subtitles on landing page template (#116914)
Carol Willing
2024-03-17
1
-31/+31
*
gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)
jnchen
2024-03-16
1
-1/+0
*
gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)
Nikita Sobolev
2024-03-15
1
-0/+10
*
gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)
Tian Gao
2024-03-15
1
-1/+2
*
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner
2024-03-15
1
-1/+1
*
gh-116842: Improve test comment and fix a doctest (gh-116846)
Raymond Hettinger
2024-03-15
1
-2/+2
*
GH-113838: Add "Comparison to os.path" section to pathlib docs (#115926)
Barney Gale
2024-03-15
1
-19/+44
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
2
-0/+29
*
Minor improvements to the itertools documentation (gh-116833)
Raymond Hettinger
2024-03-14
1
-84/+94
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
3
-0/+12
[next]