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
*
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...
Miss Islington (bot)
2021-12-10
1
-9/+10
*
bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)
Miss Islington (bot)
2021-12-07
1
-5/+5
*
[3.9] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)...
Miss Islington (bot)
2021-12-07
1
-0/+9
*
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...
Miss Islington (bot)
2021-12-07
1
-2/+2
*
docs: Improve example for urlparse() (GH-29816) (GH-29889)
Miss Islington (bot)
2021-12-02
1
-31/+42
*
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)
Miss Islington (bot)
2021-12-01
1
-3/+4
*
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...
Miss Islington (bot)
2021-11-30
1
-2/+2
*
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
Miss Islington (bot)
2021-11-29
1
-4/+18
*
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-2...
Miss Islington (bot)
2021-11-24
1
-0/+5
*
[3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-2...
Miss Islington (bot)
2021-11-18
2
-7/+6
*
[3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__``...
Miss Islington (bot)
2021-11-18
1
-0/+1
*
[3.9] [Enum] update member.member removal (GH-29611)
Ethan Furman
2021-11-18
1
-1/+1
*
[docs] Add missing word "any" in unittest -k cmdline option description (GH-2...
Miss Islington (bot)
2021-11-18
1
-1/+1
*
[3.9] Save a reference for ensure_future and create_task (GH-29163) (GH-29573)
Miss Islington (bot)
2021-11-16
2
-0/+8
*
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567)
Miss Islington (bot)
2021-11-15
1
-18/+20
*
bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
Miss Islington (bot)
2021-11-14
1
-1/+1
*
[3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23...
Miss Islington (bot)
2021-11-13
1
-1/+1
*
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29536)
Miss Islington (bot)
2021-11-12
1
-1/+1
*
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...
Miss Islington (bot)
2021-11-05
1
-22/+26
*
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
Miss Islington (bot)
2021-11-04
1
-4/+3
*
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...
Miss Islington (bot)
2021-11-04
1
-4/+4
*
[doc] Link to section File input (GH-28941) (GH-29376)
Miss Islington (bot)
2021-11-02
1
-1/+1
*
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...
Miss Islington (bot)
2021-11-02
1
-1/+1
*
[3.9] Move field width to the right field (GH-29344) (GH-29350)
Miss Islington (bot)
2021-10-31
1
-2/+2
*
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
Miss Islington (bot)
2021-10-31
1
-0/+40
*
bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...
Miss Islington (bot)
2021-10-29
1
-7/+8
*
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...
Miss Islington (bot)
2021-10-29
1
-0/+6
*
[3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)
Alex Waygood
2021-10-28
1
-6/+32
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Miss Islington (bot)
2021-10-28
1
-1/+2
*
bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...
Miss Islington (bot)
2021-10-28
1
-0/+46
*
bpo-44344: Document that pow can return a complex number for non-complex inpu...
Miss Islington (bot)
2021-10-21
1
-1/+4
*
bpo-41983: add availability info to socket docs (GH-27519) (GH-29137)
Miss Islington (bot)
2021-10-21
1
-0/+4
*
[3.9] bpo-44174: [Enum] add name-mangling reference (GH-29128)
Ethan Furman
2021-10-21
1
-2/+2
*
[3.9] bpo-42517: [ENUM] update docs for changes coming in 3.11 (GH-29113)
Ethan Furman
2021-10-20
1
-2/+11
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Miss Islington (bot)
2021-10-20
1
-0/+23
*
[3.9] bpo-45449: add note about PEP 585 in collections.abc's documentation (G...
Łukasz Langa
2021-10-19
1
-0/+3
*
bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066)
Miss Islington (bot)
2021-10-19
1
-4/+6
*
Improve multiserver queue recipe (GH-29012) (GH-29014)
Miss Islington (bot)
2021-10-18
1
-5/+6
*
Slight correct grammar (GH-28860)
Miss Islington (bot)
2021-10-12
1
-1/+1
*
bpo-45441: Update some moved URLs in documentation (GH-28861)
Miss Islington (bot)
2021-10-12
4
-6/+6
*
bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28875)
Miss Islington (bot)
2021-10-12
1
-0/+8
*
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Miss Islington (bot)
2021-10-11
1
-2/+2
*
Fix the "Finding all Adverbs" example (GH-21420) (#28840)
Miss Islington (bot)
2021-10-10
1
-2/+2
*
[doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28773)
Miss Islington (bot)
2021-10-06
1
-0/+4
*
[3.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759)
Christian Clauss
2021-10-06
3
-5/+5
*
[doc] Update references to NumPy (GH-22458) (GH-28749)
Miss Islington (bot)
2021-10-06
2
-6/+3
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28695)
Miss Islington (bot)
2021-10-05
1
-2/+2
*
[doc] Fix gethostbyname_ex description (GH-28700) (GH-28743)
Miss Islington (bot)
2021-10-05
1
-2/+2
*
[3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)
Łukasz Langa
2021-09-28
4
-8/+8
*
[doc] fix minor typo for argparse (GH-28451)
Miss Islington (bot)
2021-09-28
1
-1/+1
[next]