Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0a4
/
Doc
tag
81e3534d89dd67086a793eec0e9f80111c27eb1c
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Jan 04 17:26:01 2021
object
445f7f54b1dd334db6cd5999da262e3caeed492a
Python 3.10.0a4
de833b6
Fix 'make suspicious' for the itertools module (GH-24097)
by Pablo Galindo
· 4 years, 8 months ago
1470edd
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
by Serhiy Storchaka
· 4 years, 8 months ago
6613676
bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)
by Zackery Spytz
· 4 years, 8 months ago
9e8fe19
bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache (GH-24070)
by Pablo Galindo
· 4 years, 8 months ago
11276cd
bpo-41559: Documentation for PEP 612 (GH-24000)
by Ken Jin
· 4 years, 8 months ago
de6f20a
Bring Python into the new year. (GH-24036)
by Dong-hee Na
· 4 years, 8 months ago
c8a7b8f
bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031)
by Raymond Hettinger
· 4 years, 8 months ago
3631d6d
Fixes a typo in importlib.metadata. (#23921)
by Tao He
· 4 years, 8 months ago
dfdca85
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758)
by Jason R. Coombs
· 4 years, 8 months ago
f4936ad
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
f421bfc
Minor improvements to the convolve() recipe (GH-24012)
by Raymond Hettinger
· 4 years, 8 months ago
277ce30
bpo-27640: Add --disable-test-modules configure option (GH-23886)
by pxinwr
· 4 years, 8 months ago
c56387f
bpo-27794: Add `name` attribute to `property` class (GH-23967)
by Yurii Karabas
· 4 years, 8 months ago
2edfc86
bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
by Andre Delfino
· 4 years, 8 months ago
84402eb
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
by Michael Wayne Goodman
· 4 years, 8 months ago
c56988b8
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
by Zackery Spytz
· 4 years, 8 months ago
a9621bb
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
by Raymond Hettinger
· 4 years, 8 months ago
abba83b
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
77fde8d
Add convolve() to the itertools recipes (GH-23928)
by Raymond Hettinger
· 4 years, 8 months ago
f0853bc
Sync what's new in 3.9 with 3.9 branch (GH-23943)
by Ken Jin
· 4 years, 8 months ago
36a779e
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
by Desmond Cheong
· 4 years, 8 months ago
64abf37
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
by Gregory P. Smith
· 4 years, 8 months ago
cc3467a
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
by Raymond Hettinger
· 4 years, 8 months ago
eee1c77
bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583)
by Batuhan Taskaya
· 4 years, 8 months ago
41b223d
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
by Raymond Hettinger
· 4 years, 8 months ago
d90ff37
BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
by Matt Fowler
· 4 years, 8 months ago
6afb730
bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884)
by Raymond Hettinger
· 4 years, 8 months ago
60eccd0
[doc] Fix missing commas in signatures (#23693)
by Andre Delfino
· 4 years, 8 months ago
fbc7723
bpo-39159: Declare error that might be raised from literal_eval (GH-19899)
by Batuhan Taskaya
· 4 years, 8 months ago
d515c61
bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625)
by Géry Ogam
· 4 years, 8 months ago
c95f8bc
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
by Colin Watson
· 4 years, 8 months ago
b0398a4
bpo-42572: Improve argparse docs for the type parameter. (GH-23849)
by Raymond Hettinger
· 4 years, 8 months ago
09a36cd
bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855)
by sblondon
· 4 years, 8 months ago
c56f9df
[doc] Mention with and except clauses in globals() (GH-13232)
by Andre Delfino
· 4 years, 8 months ago
5646414
bpo-42559: Not that getrandbits() is non-negative. (GH-23843)
by Raymond Hettinger
· 4 years, 8 months ago
51f4688
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
by Raymond Hettinger
· 4 years, 8 months ago
fb34096
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
by Irit Katriel
· 4 years, 8 months ago
e8d2264
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
by Andre Delfino
· 4 years, 8 months ago
8c5d034
bpo-34398: Allow glossary results to show up on search page (GH-8773)
by Ammar Askar
· 4 years, 8 months ago
d75f6f7
bpo-42675: Document collections.abc.Callable changes (GH-23839)
by kj
· 4 years, 8 months ago
84ebcf2
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
by Matt Wozniski
· 4 years, 8 months ago
b973542
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
by Julien Palard
· 4 years, 8 months ago
886b2e5
bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
by Mark Dickinson
· 4 years, 8 months ago
074ad51
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)
by Zackery Spytz
· 4 years, 8 months ago
96a09df
[doc] Fix a few margins due to bad markup (GH-23619)
by Andre Delfino
· 4 years, 8 months ago
bf353f3
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803)
by Mark Shannon
· 4 years, 8 months ago
dcc997c
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
by Andre Delfino
· 4 years, 8 months ago
a6ba2b9
Fix indentation for get_stats_profile() docs (GH-23618)
by Matthew Suozzo
· 4 years, 8 months ago
c590c23
bpo-23915: update and elucidate documentation of with_traceback (GH-23680)
by Irit Katriel
· 4 years, 8 months ago
fc3dca3
Clarify eval() doc from library/functions. (GH-22700)
by Antoine
· 4 years, 8 months ago
3f9fe23
bpo-42179: Clarify exception chaining (GH-23160)
by Vladimir
· 4 years, 8 months ago
928dbfc
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
by Jason R. Coombs
· 4 years, 8 months ago
e1e3c2d
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
by pxinwr
· 4 years, 8 months ago
0911411
Update stable ABI script for MacOS and update list of exported symbols (GH-23783)
by Pablo Galindo
· 4 years, 8 months ago
c8a10d2
bpo-36675: Doc: Reveal doctest directives (GH-23620)
by Julien Palard
· 4 years, 8 months ago
357704c
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
by Victor Stinner
· 4 years, 8 months ago
da431f7
Add two spaces around equal sign (#23719)
by sblondon
· 4 years, 8 months ago
4b8cdfc
bpo-41879: Doc: Fix description of async for statement (GH-23548)
by Nick Gaya
· 4 years, 8 months ago
efb13be
bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
by Ethan Furman
· 4 years, 8 months ago
9fc5713
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
by vabr-g
· 4 years, 8 months ago
7cf0aad
bpo-42517: [Enum] do not convert private names into members (GH-23722)
by Ethan Furman
· 4 years, 8 months ago
2a35137
[doc] Link to issue regarding logging.disable level param default value (GH-23726)
by Andre Delfino
· 4 years, 8 months ago
35cacce
[doc] Document logging.basicConfig default format (GH-23710)
by Andre Delfino
· 4 years, 8 months ago
0f91f58
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
by Hai Shi
· 4 years, 8 months ago
b63a620
bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)
by Matěj Cepl
· 4 years, 8 months ago
0ef96c2
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
by Victor Stinner
· 4 years, 8 months ago
752cdf2
bpo-38843: Document behavior of default when the attribute is already set (GH-23653)
by Raymond Hettinger
· 4 years, 8 months ago
2de5097
bpo-26131: Deprecate usage of load_module() (GH-23469)
by Brett Cannon
· 4 years, 9 months ago
85f1ded
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
by Pablo Galindo
· 4 years, 9 months ago
db68544
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
by Zackery Spytz
· 4 years, 9 months ago
1867b46
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
by Victor Stinner
· 4 years, 9 months ago
bc662c0
[doc] Fix abc.update_abstractmethods markup (GH-23576)
by Andre Delfino
· 4 years, 9 months ago
80a429e
Fix bz2 examples markup (#23580)
by Andre Delfino
· 4 years, 9 months ago
cc061d0
bpo-38200: Add itertools.pairwise() (GH-23549)
by Raymond Hettinger
· 4 years, 9 months ago
5c73afc
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
by Christian Heimes
· 4 years, 9 months ago
bcc9579
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
by James Gerity
· 4 years, 9 months ago
7f82f22
bpo-42501: Revise the usage note for Enums with the choices (GH-23563)
by Raymond Hettinger
· 4 years, 9 months ago
9f00463
bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529)
by Yasser A
· 4 years, 9 months ago
fc40b30
bpo-42450: Minor updates to the itertools recipes (GH-23555)
by Raymond Hettinger
· 4 years, 9 months ago
86150d3
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
by Yurii Karabas
· 4 years, 9 months ago
c642374
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)
by Mark Dickinson
· 4 years, 9 months ago
a86a274
bpo-31904: add shell requirement for test_pipes (GH-23489)
by pxinwr
· 4 years, 9 months ago
fa840cc
Fix dis markup (GH-23524)
by Andre Delfino
· 4 years, 9 months ago
4b44472
Fix multiprocessing markup (GH-23525)
by Andre Delfino
· 4 years, 9 months ago
d41ec65
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
by Zackery Spytz
· 4 years, 9 months ago
c8aaf71
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
by Volker-Weissmann
· 4 years, 9 months ago
a1652da
Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)
by Shane Harvey
· 4 years, 9 months ago
9d09e17
Typo: fix inverted sense of statement (GH-23288)
by basak
· 4 years, 9 months ago
be319c0
bpo-42299: Remove formatter module (GH-23476)
by Dong-hee Na
· 4 years, 9 months ago
7301979
bpo-42202: Store func annotations as a tuple (GH-23316)
by Yurii Karabas
· 4 years, 9 months ago
85c8492
Add more tests to the descriptor howto guide (GH-23506)
by Raymond Hettinger
· 4 years, 9 months ago
c9c6e9f
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
by Julien Palard
· 4 years, 9 months ago
8d17d2b
Doc: Minor fixes (GH-23422)
by kj
· 4 years, 9 months ago
2d44a6b
Add doctests to the descriptor HowTo (GH-23500)
by Raymond Hettinger
· 4 years, 9 months ago
989af25
Typo (#23482)
by Jesús Cea
· 4 years, 9 months ago
79d2e62
Added support for negative indexes to PurePath.parents (GH-21799)
by Yaroslav Pankovych
· 4 years, 9 months ago
ffae932
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475)
by Raymond Hettinger
· 4 years, 9 months ago
2f2f9d0
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
by Nick Crews
· 4 years, 9 months ago
5ef53a8
Doc: fix typo in typing.Type docs (GH-23460)
by John Belmonte
· 4 years, 9 months ago
686c203
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
by Serhiy Storchaka
· 4 years, 9 months ago
Next »