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
*
Update pdb docs for arguments (#102965)
gaogaotiantian
2023-03-25
1
-21/+21
*
gh-103025: fix two ctypes doc issues (#103026)
Peter Jiping Xie
2023-03-25
1
-3/+3
*
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#1...
JakobDev
2023-03-24
1
-1/+10
*
gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#1...
Amin Alaee
2023-03-24
1
-2/+3
*
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade
2023-03-24
6
-45/+93
*
gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)
MonadChains
2023-03-23
1
-2/+4
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
1
-9/+0
*
Minor readability improvement to the factor() recipe (GH-102971)
Raymond Hettinger
2023-03-23
1
-1/+1
*
gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)
Nikita Sobolev
2023-03-23
1
-0/+4
*
gh-102936: typing: document performance pitfalls of protocols decorated with ...
Alex Waygood
2023-03-23
1
-2/+18
*
Move binomialvariate() to a section for discrete distributions (GH-102955)
Raymond Hettinger
2023-03-23
1
-3/+3
*
gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934)
JosephSBoyle
2023-03-23
1
-15/+9
*
Docs: fixup incorrect escape char in sqlite3 docs (#102945)
Erlend E. Aasland
2023-03-23
1
-1/+1
*
[doc] Fix error in tutorial example: type(exc) is the type rather than the in...
Jens-Hilmar Bradt
2023-03-22
1
-1/+1
*
gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plura...
Kevin Kirsche
2023-03-22
1
-2/+2
*
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel
2023-03-22
2
-24/+3
*
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
Kristján Valur Jónsson
2023-03-22
1
-3/+13
*
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
Benjamin Fogle
2023-03-22
1
-1/+1
*
Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)
Erlend E. Aasland
2023-03-22
1
-1/+1
*
Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900)
Erlend E. Aasland
2023-03-22
1
-3/+3
*
Docs: improve accuracy of pdb alias example (#102892)
gaogaotiantian
2023-03-22
1
-1/+1
*
Add link to `sys.exit` function documentation (#102805)
David Poirier
2023-03-21
1
-1/+1
*
Tweak polynomial itertool recipes (GH-102880)
Raymond Hettinger
2023-03-21
1
-14/+13
*
gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877)
wim glenn
2023-03-21
1
-1/+1
*
gh-102595: Document `PyObject_Format` c-api function (GH-102596)
Nikita Sobolev
2023-03-21
1
-0/+9
*
gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)
Irit Katriel
2023-03-21
1
-3/+7
*
The pow() variant further improves accuracy (GH-102866)
Raymond Hettinger
2023-03-21
1
-1/+1
*
Remove itermediate list. Expand docstring. (GH-102862)
Raymond Hettinger
2023-03-21
1
-4/+8
*
Add itertool recipe for polynomial evaluation. (GH-102852)
Raymond Hettinger
2023-03-20
1
-0/+40
*
gh-102304: Add a What's New Entry About _Py_RefTotal (gh-102845)
Eric Snow
2023-03-20
1
-0/+5
*
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
Alan Williams
2023-03-20
2
-12/+13
*
gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)
Irit Katriel
2023-03-19
2
-9/+24
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
2
-11/+24
*
GH-78530: add support for generators in `asyncio.wait` (#102761)
Kumar Aditya
2023-03-17
2
-0/+7
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
3
-0/+14
*
Fix outdated note about 'int' rounding or truncating (#102736)
Mark Dickinson
2023-03-16
1
-4/+3
*
gh-99726: Improves correctness of stat results for Windows, and uses faster A...
Steve Dower
2023-03-16
2
-23/+81
*
GH-102748: remove legacy support for generator based coroutines from `asyncio...
Kumar Aditya
2023-03-16
1
-0/+4
*
GH-102653: Make recipe docstring show the correct distribution (#102742)
Raymond Hettinger
2023-03-16
1
-1/+2
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Julien Palard
2023-03-15
5
-8/+24
*
Remove misformatted exclamation marks in docs (#102694)
Tom Levy
2023-03-15
1
-2/+2
*
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
Robert Prater (B. Eng)
2023-03-15
1
-1/+1
*
gh-101578: mention in what's new in 3.12 that exceptions are now normalized b...
Irit Katriel
2023-03-14
1
-0/+5
*
gh-102354: change python3 to python in docs examples (#102696)
Paul Watson
2023-03-14
5
-6/+6
*
gh-100315: clarification to `__slots__` docs. (#102621)
T
2023-03-14
1
-2/+4
*
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
Joongi Kim
2023-03-14
1
-3/+0
*
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower
2023-03-14
1
-0/+33
*
gh-102627: Replace address pointing toward malicious web page (#102630)
Blind4Basics
2023-03-13
1
-1/+1
*
gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
Hugo van Kemenade
2023-03-13
1
-27/+31
*
Fix duplicated words in the docs (GH-102629)
Виталий Дмитриев
2023-03-12
2
-2/+2
[next]