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
*
gh-114099: Additions to standard library to support iOS (GH-117052)
Russell Keith-Magee
2024-03-28
3
-2/+44
*
gh-89739: gh-77140: Support zip64 in zipimport (GH-94146)
Tim Hatch
2024-03-28
1
-0/+3
*
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
*
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
*
Minor markup and grammar fixes in the statistics docs (gh-117216)
Raymond Hettinger
2024-03-25
1
-3/+3
*
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-113171: Fix "private" (non-global) IP address ranges (GH-113179)
Jakub Stasiak
2024-03-22
1
-0/+16
*
docs: fix over-linking in dataclasses.rst (#117005)
Ned Batchelder
2024-03-21
1
-78/+80
*
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
Malcolm Smith
2024-03-21
1
-2/+3
*
gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913)
Hugo van Kemenade
2024-03-19
1
-7/+7
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
1
-0/+63
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
1
-0/+25
*
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-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Barney Gale
2024-03-17
1
-2/+1
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
1
-0/+16
*
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-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
*
Minor improvements to the itertools documentation (gh-116833)
Raymond Hettinger
2024-03-14
1
-84/+94
*
gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)
Victor Stinner
2024-03-14
1
-0/+24
*
Better presentation order for recipes. (gh-116755)
Raymond Hettinger
2024-03-13
1
-43/+43
*
gh-98731: Improvements to the logging documentation (GH-101618)
Nir Friedman
2024-03-13
1
-85/+67
*
Modernize roundrobin() recipe and improve variable names (gh-116710)
Raymond Hettinger
2024-03-13
1
-17/+14
*
Docs: fix broken links (#116651)
Mariusz Felisiak
2024-03-13
4
-4/+4
*
Minor clarity improvement for the iter_index() recipe. Also add value subsequ...
Raymond Hettinger
2024-03-13
1
-4/+21
*
Beef-up tests for the itertool docs. (gh-116679)
Raymond Hettinger
2024-03-12
1
-9/+103
*
gh-89547: typing.rst: Add note about change in behavior with ClassVar/Final (...
Jelle Zijlstra
2024-03-12
1
-0/+8
*
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
1
-0/+39
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
1
-25/+0
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
1
-0/+25
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
1
-25/+20
*
gh-116535: Fix distracting "TypeError" in example code (gh-116538)
Declan
2024-03-09
1
-2/+2
*
GH-116218 Docs: Add availability information for the 'resource' module (#116256)
Kerim Kabirov
2024-03-09
1
-0/+2
*
gh-105535 Document potential performance trap during enum creation (GH-107119)
Nicolas A. Oyarzabal
2024-03-08
1
-0/+7
*
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash
2024-03-08
1
-0/+120
*
gh-116349: Deprecate `platform.java_ver` function (#116471)
Nikita Sobolev
2024-03-08
1
-0/+4
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
15
-65/+47
*
gh-107361: strengthen default SSL context flags (#112389)
William Woodruff
2024-03-06
1
-0/+20
*
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Jason Zhang
2024-03-06
1
-0/+7
*
gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availabi...
Sebastian Pipping
2024-03-06
2
-0/+15
*
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Prince Roshan
2024-03-06
1
-0/+11
[next]