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-104301: Allow leading whitespace in disambiguated pdb statements (#104342)
James Gerity
2023-05-11
1
-3/+11
*
gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287)
Erlend E. Aasland
2023-05-11
1
-1/+4
*
gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_...
chgnrdv
2023-05-10
1
-9/+22
*
gh-103960: Dark mode: invert image brightness (#103983)
Hugo van Kemenade
2023-05-10
3
-0/+3
*
gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.r...
David Foster
2023-05-09
1
-2/+18
*
gh-97696 Add documentation for get_coro() behavior with eager tasks (#104304)
Jacob Bower
2023-05-09
1
-0/+11
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
2
-0/+32
*
gh-97696: Move around and update the whatsnew entry for asyncio eager task fa...
Itamar Ostricher
2023-05-09
1
-5/+5
*
gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)
Zhang Na
2023-05-09
1
-0/+8
*
GH-104284: Fix documentation gettext build (#104296)
Adam Turner
2023-05-08
1
-10/+10
*
GH-104145: Use fully-qualified cross reference types for the bisect module (#...
Adam Turner
2023-05-08
1
-10/+12
*
gh-102500: Remove mention of bytes shorthand (#104281)
Shantanu
2023-05-08
1
-6/+3
*
gh-97696: Improve and fix documentation for asyncio eager tasks (#104256)
Itamar Ostricher
2023-05-08
1
-1/+18
*
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static...
Alex Waygood
2023-05-07
1
-3/+4
*
gh-104254: Document the optional keyword-only "context" argument to Task cons...
Itamar Ostricher
2023-05-07
1
-4/+8
*
gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3...
Alex Waygood
2023-05-06
1
-0/+13
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
23
-77/+77
*
gh-102215: importlib documentation cleanups
Sam Morris
2023-05-06
2
-10/+10
*
GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)
Barney Gale
2023-05-05
2
-2/+31
*
gh-64658: Expand Argument Clinic return converter docs (#104175)
Erlend E. Aasland
2023-05-05
1
-13/+28
*
gh-104112: link from cached_property docs to method-caching FAQ (#104113)
Carl Meyer
2023-05-04
1
-12/+4
*
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
Hugo van Kemenade
2023-05-04
1
-2/+6
*
GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)
Barney Gale
2023-05-04
1
-2/+18
*
gh-91896: Deprecate collections.abc.ByteString (#102096)
Shantanu
2023-05-04
3
-2/+12
*
gh-102500: Document PEP 688 (#102571)
Jelle Zijlstra
2023-05-04
4
-1/+95
*
gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)
Gleb Smirnoff
2023-05-04
1
-0/+11
*
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner
2023-05-04
9
-53/+53
*
GH-97950: Use new-style index directive ('exception') (#104160)
Adam Turner
2023-05-04
3
-13/+13
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
31
-143/+143
*
GH-97950: Use new-style index directive ('operator') (#104156)
Adam Turner
2023-05-04
3
-54/+54
*
GH-97950: Use new-style index directive ('keyword') (#104153)
Adam Turner
2023-05-04
4
-28/+28
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
33
-69/+65
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
6
-8/+132
*
GH-97950: Allow translation of index directive content (#104000)
Adam Turner
2023-05-04
2
-0/+34
*
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev
2023-05-03
2
-0/+12
*
gh-103590: mention that the change is included in 3.11.4 and clarify except* ...
Irit Katriel
2023-05-03
2
-3/+6
*
gh-103693: Add convenience variable feature to `pdb` (#103694)
Tian Gao
2023-05-03
2
-0/+23
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
2
-2/+44
*
GH-97850: Suppress cross-references to removed ``importlib.util`` functions (...
Adam Turner
2023-05-03
3
-7/+7
*
GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...
Adam Turner
2023-05-03
5
-9/+9
*
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner
2023-05-03
10
-18/+19
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
12
-222/+76
*
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann
2023-05-03
3
-22/+40
*
gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules (#103457)
Hugo van Kemenade
2023-05-03
3
-468/+500
*
GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...
andrei kulakov
2023-05-03
1
-6/+9
*
gh-65022: Fix description of tuple return value in copyreg (#103892)
Shantanu
2023-05-02
1
-1/+1
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
1
-1/+20
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
39
-59/+77
*
Improve assert_type phrasing (#104081)
Shantanu
2023-05-02
1
-3/+4
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
2
-0/+41
[next]