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
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
32
-88/+88
*
Fix indentation for get_stats_profile() docs (GH-23618)
Matthew Suozzo
2020-12-16
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
*
bpo-42179: Clarify exception chaining (GH-23160)
Vladimir
2020-12-16
1
-4/+4
*
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
Jason R. Coombs
2020-12-16
1
-1/+14
*
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
pxinwr
2020-12-15
1
-1/+1
*
Update stable ABI script for MacOS and update list of exported symbols (GH-23...
Pablo Galindo
2020-12-15
1
-0/+1
*
bpo-36675: Doc: Reveal doctest directives (GH-23620)
Julien Palard
2020-12-15
1
-17/+37
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-0/+9
*
Add two spaces around equal sign (#23719)
sblondon
2020-12-13
1
-1/+1
*
bpo-41879: Doc: Fix description of async for statement (GH-23548)
Nick Gaya
2020-12-11
1
-4/+4
*
bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
Ethan Furman
2020-12-10
1
-2/+4
*
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
vabr-g
2020-12-10
1
-3/+4
*
bpo-42517: [Enum] do not convert private names into members (GH-23722)
Ethan Furman
2020-12-10
1
-0/+9
*
[doc] Link to issue regarding logging.disable level param default value (GH-2...
Andre Delfino
2020-12-09
1
-2/+2
*
[doc] Document logging.basicConfig default format (GH-23710)
Andre Delfino
2020-12-09
1
-1/+3
*
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
Hai Shi
2020-12-08
1
-0/+5
*
bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)
Matěj Cepl
2020-12-07
1
-1/+6
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
1
-0/+7
*
bpo-38843: Document behavior of default when the attribute is already set (GH...
Raymond Hettinger
2020-12-07
1
-1/+9
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
1
-1/+17
*
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo
2020-12-04
1
-0/+779
*
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
Zackery Spytz
2020-12-03
1
-2/+2
*
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Victor Stinner
2020-12-01
1
-3/+0
*
[doc] Fix abc.update_abstractmethods markup (GH-23576)
Andre Delfino
2020-12-01
1
-1/+2
*
Fix bz2 examples markup (#23580)
Andre Delfino
2020-12-01
1
-8/+0
*
bpo-38200: Add itertools.pairwise() (GH-23549)
Raymond Hettinger
2020-12-01
1
-6/+17
*
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Christian Heimes
2020-11-30
2
-0/+46
*
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
James Gerity
2020-11-30
1
-1/+2
*
bpo-42501: Revise the usage note for Enums with the choices (GH-23563)
Raymond Hettinger
2020-11-30
1
-14/+3
*
bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (G...
Yasser A
2020-11-30
1
-1/+1
*
bpo-42450: Minor updates to the itertools recipes (GH-23555)
Raymond Hettinger
2020-11-29
1
-5/+5
*
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
Yurii Karabas
2020-11-29
5
-80/+22
*
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)
Mark Dickinson
2020-11-29
1
-12/+31
*
bpo-31904: add shell requirement for test_pipes (GH-23489)
pxinwr
2020-11-28
1
-0/+2
*
Fix dis markup (GH-23524)
Andre Delfino
2020-11-28
1
-6/+6
*
Fix multiprocessing markup (GH-23525)
Andre Delfino
2020-11-28
1
-3/+3
*
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Zackery Spytz
2020-11-28
1
-1/+1
*
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
Volker-Weissmann
2020-11-27
1
-5/+10
*
Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)
Shane Harvey
2020-11-26
1
-1/+4
*
Typo: fix inverted sense of statement (GH-23288)
basak
2020-11-25
1
-1/+1
*
bpo-42299: Remove formatter module (GH-23476)
Dong-hee Na
2020-11-25
4
-365/+6
*
bpo-42202: Store func annotations as a tuple (GH-23316)
Yurii Karabas
2020-11-25
2
-1/+14
*
Add more tests to the descriptor howto guide (GH-23506)
Raymond Hettinger
2020-11-25
1
-4/+25
*
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
Julien Palard
2020-11-25
1
-1/+0
*
Doc: Minor fixes (GH-23422)
kj
2020-11-25
2
-3/+3
*
Add doctests to the descriptor HowTo (GH-23500)
Raymond Hettinger
2020-11-25
1
-57/+397
*
Typo (#23482)
Jesús Cea
2020-11-23
1
-1/+1
*
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych
2020-11-23
2
-2/+6
[next]