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
*
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
*
Fixes duplicated word (#102623)
Guido van Rossum
2023-03-12
1
-1/+1
*
gh-79940: add introspection API for asynchronous generators to `inspect` modu...
Thomas Krennwallner
2023-03-11
2
-2/+30
*
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher
2023-03-11
1
-3/+3
*
gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
Nikita Sobolev
2023-03-11
1
-1/+5
*
gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-...
Steve Dower
2023-03-10
1
-0/+63
*
gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)
Owain Davies
2023-03-10
1
-1/+1
*
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...
Steve Dower
2023-03-10
1
-0/+4
*
GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. ...
T. Wouters
2023-03-09
1
-0/+2
*
Remove or update bitbucket links (GH-101963)
sblondon
2023-03-08
3
-5/+3
*
gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526)
Nikita Sobolev
2023-03-08
2
-2/+2
*
Fix style in argparse.rst (#101733)
Marcin Wieczorek
2023-03-08
1
-3/+3
*
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer
2023-03-08
3
-10/+45
*
gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)
C.A.M. Gerlach
2023-03-07
1
-15/+7
*
gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429)
C.A.M. Gerlach
2023-03-07
1
-77/+109
*
Add gettext support to tools/extensions/c_annotations.py (#101989)
Rémi Lapeyre
2023-03-06
2
-3/+9
*
gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)
Hyunkyun Moon
2023-03-06
1
-1/+1
*
GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)
Barney Gale
2023-03-05
1
-2/+3
*
Move around example in to_bytes() to avoid confusion (#101595)
Sergey B Kirpichev
2023-03-05
1
-2/+4
*
gh-96821: Add config option `--with-strict-overflow` (#96823)
Matthias Görgens
2023-03-04
1
-0/+5
*
Add import of `unittest.mock.Mock` in documentation (#102346)
Wagner Alberto
2023-03-03
1
-0/+1
*
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
Nikita Sobolev
2023-03-03
1
-1/+1
*
gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...
Owain Davies
2023-03-03
1
-0/+5
*
Fix typos in documentation and comments (GH-102374)
Michael K
2023-03-02
2
-2/+2
*
gh-102088 Optimize iter_index itertools recipe (GH-102360)
Stefan Pochmann
2023-03-02
1
-3/+6
*
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
Hyunkyun Moon
2023-03-01
1
-0/+7
*
Doc: Fix minor error in ePub (GH-100614)
Inada Naoki
2023-03-01
1
-3/+3
*
GH-90744: Fix erroneous doc links in the sys module (#101319)
Furkan Onder
2023-02-28
1
-49/+49
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
4
-9/+164
*
gh-101561: Add typing.override decorator (#101564)
Steven Troxler
2023-02-27
2
-0/+46
*
gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)
Sergey B Kirpichev
2023-02-27
2
-4/+5
*
gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)
Gouvernathor
2023-02-27
1
-2/+3
*
gh-101100: Fix sphinx warnings in `types` module (#102274)
Nikita Sobolev
2023-02-27
1
-1/+1
*
gh-91038: Change default argument value to `False` instead of `0` (#31621)
Rotzbua
2023-02-27
1
-1/+1
*
[doc] Improve grammar/fix missing word (GH-102060)
VMan
2023-02-26
2
-2/+2
[next]