GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 'make suspicious' for the itertools module (GH-24097)
Pablo Galindo
2021-01-04
1
-0
/
+1
*
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka
2021-01-03
1
-6
/
+8
*
bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-...
Zackery Spytz
2021-01-03
1
-1
/
+1
*
bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache ...
Pablo Galindo
2021-01-03
1
-3
/
+5
*
bpo-41559: Documentation for PEP 612 (GH-24000)
Ken Jin
2021-01-01
3
-1
/
+230
*
Bring Python into the new year. (GH-24036)
Dong-hee Na
2021-01-02
2
-2
/
+2
*
bpo-42781: Document the mechanics of cached_property from a user viewpoint (G...
Raymond Hettinger
2020-12-31
1
-4
/
+14
*
Fixes a typo in importlib.metadata. (#23921)
Tao He
2020-12-31
1
-2
/
+2
*
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...
Jason R. Coombs
2020-12-31
1
-8
/
+3
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
2
-10
/
+12
*
Minor improvements to the convolve() recipe (GH-24012)
Raymond Hettinger
2020-12-30
1
-2
/
+2
*
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr
2020-12-30
1
-0
/
+4
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
1
-6
/
+16
*
bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
Andre Delfino
2020-12-29
1
-0
/
+2
*
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
Michael Wayne Goodman
2020-12-29
1
-2
/
+2
*
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
Zackery Spytz
2020-12-28
1
-1
/
+1
*
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
Raymond Hettinger
2020-12-28
1
-0
/
+9
*
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
Erlend Egeberg Aasland
2020-12-27
1
-1
/
+1
*
Add convolve() to the itertools recipes (GH-23928)
Raymond Hettinger
2020-12-25
1
-0
/
+12
*
Sync what's new in 3.9 with 3.9 branch (GH-23943)
Ken Jin
2020-12-25
1
-1
/
+34
*
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
Desmond Cheong
2020-12-25
1
-2
/
+5
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Gregory P. Smith
2020-12-24
1
-2
/
+3
*
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
Raymond Hettinger
2020-12-23
1
-9
/
+12
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-24
2
-3
/
+24
*
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger
2020-12-23
2
-38
/
+39
*
BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
Matt Fowler
2020-12-23
1
-5
/
+5
*
bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884)
Raymond Hettinger
2020-12-22
1
-0
/
+5
*
[doc] Fix missing commas in signatures (#23693)
Andre Delfino
2020-12-22
2
-3
/
+3
*
bpo-39159: Declare error that might be raised from literal_eval (GH-19899)
Batuhan Taskaya
2020-12-21
1
-1
/
+5
*
bpo-35790: Correct the description of sys.exc_info() and add a code example (...
Géry Ogam
2020-12-21
1
-3
/
+21
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
Colin Watson
2020-12-20
1
-1
/
+2
*
bpo-42572: Improve argparse docs for the type parameter. (GH-23849)
Raymond Hettinger
2020-12-20
1
-50
/
+57
*
bpo-41724: Explain when the conversion is not possible with detect_types enab...
sblondon
2020-12-19
1
-1
/
+3
*
[doc] Mention with and except clauses in globals() (GH-13232)
Andre Delfino
2020-12-19
1
-1
/
+1
*
bpo-42559: Not that getrandbits() is non-negative. (GH-23843)
Raymond Hettinger
2020-12-18
1
-4
/
+5
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
Raymond Hettinger
2020-12-18
1
-2
/
+2
*
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel
2020-12-18
1
-5
/
+4
*
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
Andre Delfino
2020-12-18
1
-1
/
+1
*
bpo-34398: Allow glossary results to show up on search page (GH-8773)
Ammar Askar
2020-12-18
3
-2
/
+106
*
bpo-42675: Document collections.abc.Callable changes (GH-23839)
kj
2020-12-18
2
-0
/
+28
*
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
Matt Wozniski
2020-12-18
1
-0
/
+40
*
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Julien Palard
2020-12-18
2
-0
/
+77
*
bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
Mark Dickinson
2020-12-18
1
-12
/
+23
*
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)
Zackery Spytz
2020-12-17
1
-1
/
+1
*
[doc] Fix a few margins due to bad markup (GH-23619)
Andre Delfino
2020-12-17
11
-89
/
+88
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
1
-1
/
+2
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-16
32
-88
/
+88
*
Fix indentation for get_stats_profile() docs (GH-23618)
Matthew Suozzo
2020-12-17
1
-1
/
+1
*
bpo-23915: update and elucidate documentation of with_traceback (GH-23680)
Irit Katriel
2020-12-16
1
-2
/
+7
*
Clarify eval() doc from library/functions. (GH-22700)
Antoine
2020-12-16
1
-8
/
+9
[next]