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-101880: add link to object.__hash__() in hash() builtin documentation (#10...
Owain Davies
2023-07-08
1
-1/+1
*
gh-106535: Document PEP 387 Soft Deprecation (#106536)
Victor Stinner
2023-07-07
1
-2/+3
*
Doc: Add missing ref labels to exception groups/notes sections (#106465)
C.A.M. Gerlach
2023-07-06
1
-0/+2
*
gh-96844: Improve error message of list.remove (gh-106455)
Dong-hee Na
2023-07-05
1
-3/+3
*
shlex docs: remove outdated note (#106463)
Jelle Zijlstra
2023-07-05
1
-6/+0
*
Clarify state of CancelledError in doc (#106453)
Kristján Valur Jónsson
2023-07-05
1
-1/+1
*
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
Mario Corchero
2023-07-04
1
-2/+2
*
Small speed-up for the convolve() recipe. (GH-106371)
Raymond Hettinger
2023-07-03
1
-2/+2
*
gh-61215: New mock to wait for multi-threaded events to happen (#16094)
Mario Corchero
2023-07-03
1
-0/+47
*
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)
Terry Jan Reedy
2023-07-01
1
-9/+9
*
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK
2023-06-30
3
-19/+19
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
1
-1/+22
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
1
-12/+11
*
gh-101100: Fix reference to `parse_args` in `optparse.rst` (#105265)
F3eQnxN3RriK
2023-06-28
1
-24/+27
*
gh-101100: Fix reference to asynchronous methods (#106172)
F3eQnxN3RriK
2023-06-28
1
-1/+1
*
gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` d...
Sam Bull
2023-06-28
1
-0/+3
*
Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-task.rs...
lightdrk
2023-06-28
1
-4/+4
*
gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (#101055)
Nikita Sobolev
2023-06-27
1
-0/+101
*
GH-105774: Clarify operation of normalize() (GH-106093)
Raymond Hettinger
2023-06-27
1
-6/+37
*
Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...
Łukasz Langa
2023-06-26
1
-43/+0
*
gh-106107: document correct error that's raised when a mutable default value ...
Roderich Schupp
2023-06-26
1
-1/+1
*
GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...
Barney Gale
2023-06-26
1
-6/+18
*
gh-106111: Remove zipapp documentation on creating a Windows executable (#106...
Paul Moore
2023-06-26
1
-106/+9
*
Improve typing docs on the type of class objects (#106081)
Alex Waygood
2023-06-26
1
-49/+59
*
Docs: add links to 'callable' term in sqlite3 docs (#106072)
Erlend E. Aasland
2023-06-25
1
-17/+18
*
GH-104375: Use `versionchanged` to describe new arguments in pathlib docs (GH...
Barney Gale
2023-06-24
1
-14/+14
*
Typing docs: fix typo in annotating tuples comment (#106048)
Eamon Tracey
2023-06-23
1
-2/+2
*
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...
Irit Katriel
2023-06-23
1
-4/+8
*
Typing docs: improve the guidance on annotating tuples (#106021)
Alex Waygood
2023-06-23
1
-21/+72
*
GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)
Barney Gale
2023-06-22
1
-1/+43
*
stdtypes.rst: remove a period (#105959)
Mathieu Dupuy
2023-06-21
1
-1/+1
*
typing docs: Improve the intro to each section (#105901)
Alex Waygood
2023-06-18
1
-36/+40
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
1
-4/+1
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
1
-0/+6
*
gh-105678: document SET_FUNCTION_ATTRIBUTE (#105843)
Carl Meyer
2023-06-16
1
-9/+20
*
bpo-44530: Document the change in MAKE_FUNCTION behavior (#93189)
Alex Doe
2023-06-16
1
-2/+5
*
More reorganisation of the typing docs (#105787)
Alex Waygood
2023-06-15
1
-101/+117
*
Improve docs for `typing.dataclass_transform` (#105792)
Alex Waygood
2023-06-15
1
-37/+69
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
1
-16/+37
*
gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)
Alex Waygood
2023-06-14
1
-0/+8
*
Typing docs: move the deprecated stuff below the non-deprecated stuff (#105781)
Alex Waygood
2023-06-14
1
-488/+488
*
gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...
Alex Waygood
2023-06-14
1
-0/+13
*
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
Jelle Zijlstra
2023-06-14
1
-0/+32
*
tarfile: Fix positional-only syntax in docs (GH-105770)
Jelle Zijlstra
2023-06-14
1
-4/+4
*
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)
zentarim
2023-06-13
1
-3/+3
*
gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)
Jay
2023-06-12
1
-0/+3
*
gh-102676: Add more convenience properties to `dis.Instruction` (#103969)
Tomas R
2023-06-11
1
-0/+42
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
1
-1/+1
*
gh-99108: Mention HACL\* in the hashlib docs. (#105634)
Gregory P. Smith
2023-06-10
1
-5/+6
*
Cleanup and clarify our hashlib docs. (#105624)
Gregory P. Smith
2023-06-10
1
-47/+90
[next]