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-81322: support multiple separators in StreamReader.readuntil (#16429)
Bruce Merry
2024-04-08
1
-0/+11
*
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
Laurie O
2024-04-08
1
-3/+4
*
gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)
Nikita Sobolev
2024-04-08
1
-0/+27
*
gh-111726: Remove some doctests from sqlite3 docs (#117623)
Erlend E. Aasland
2024-04-08
1
-36/+7
*
gh-111726: Cleanup test files after running sqlite3 doctest (#117604)
Hugo van Kemenade
2024-04-08
1
-0/+8
*
Fix reference in code.rst (#117615)
Anita Hammer
2024-04-07
1
-1/+1
*
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O
2024-04-06
1
-0/+31
*
GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)
Barney Gale
2024-04-05
1
-13/+8
*
gh-116608: importlib.resources: Un-deprecate functional API & add subdirector...
Petr Viktorin
2024-04-05
1
-0/+178
*
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross
2024-04-04
1
-0/+6
*
[doc] Update logging documentation to improve grammar and elucidate an exampl...
Vinay Sajip
2024-04-04
1
-7/+8
*
gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)
Zackery Spytz
2024-04-03
1
-5/+10
*
GH-70647: Deprecate strptime day of month parsing without a year present to a...
Gregory P. Smith
2024-04-03
1
-0/+37
*
gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-117113)
Petr Viktorin
2024-04-02
1
-2/+24
*
Docs: specify XML document name in xml.etree.elementtree example (#24223)
Moshe Kaplan
2024-04-01
1
-1/+1
*
Docs: add more links to PIPE in subprocess docs (#25416)
Matthew Davis
2024-04-01
1
-5/+8
*
gh-77714: Provide an async iterator version of as_completed (GH-22491)
Justin Turner Arthur
2024-04-01
1
-13/+48
*
Doc: printf-style library/stdtype improvements (#16741)
Adorilson Bezerra
2024-03-31
1
-1/+7
*
Link to the Python type system specification (#117400)
Shantanu
2024-03-31
1
-73/+15
*
GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)
Barney Gale
2024-03-31
1
-2/+2
*
gh-66449: configparser: Add support for unnamed sections (#117273)
Pedro Lacerda
2024-03-29
1
-0/+31
*
gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)
Christopher Chianelli
2024-03-28
1
-1/+1
*
gh-117294: Report DocTestCase as skipped if all examples in the doctest are s...
Malcolm Smith
2024-03-28
1
-2/+4
*
bpo-43848: explain optional argument mtime in gzip.py. (GH-25410)
Joachim Wuttke
2024-03-28
1
-13/+10
*
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee
2024-03-28
16
-147/+191
*
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
[next]