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-102130: Support tab completion in cmd for Libedit. (GH-107748)
Constantin Hong
2023-12-05
1
-0/+10
*
gh-112671: Fixing typo in the Macro Docs (GH-112715)
Amioplk
2023-12-04
1
-1/+1
*
gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group(...
Kamil Turek
2023-12-04
2
-7/+21
*
gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703)
Alex Waygood
2023-12-04
2
-22/+21
*
gh-110275: Named tuple's __replace__() now raises TypeError for invalid argum...
Serhiy Storchaka
2023-12-04
1
-0/+4
*
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka
2023-12-04
3
-3/+35
*
gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (#112669)
Alex Waygood
2023-12-04
2
-47/+67
*
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka
2023-12-04
2
-0/+19
*
gh-101100: Fix Sphinx warning in `library/gettext.rst` (#112668)
Hugo van Kemenade
2023-12-03
2
-8/+7
*
gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)
Alex Waygood
2023-12-03
5
-9/+19
*
Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499)
Marco Aurélio A. Barbosa
2023-12-03
1
-1/+1
*
gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#1...
Irit Katriel
2023-12-03
1
-4/+3
*
Run more `inspect.rst` code snippets in CI (#112654)
Alex Waygood
2023-12-03
1
-28/+38
*
gh-111545: Mention PEP 456 in PyHash_GetFuncDef() doc (#112647)
Victor Stinner
2023-12-03
1
-0/+3
*
gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112...
Alex Waygood
2023-12-03
1
-36/+55
*
gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)
Nikita Sobolev
2023-12-02
1
-0/+11
*
Docs: Use sphinx-notfound-page to show a nicer 404 page (#111084)
Hugo van Kemenade
2023-12-02
2
-1/+8
*
gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` ...
Nikita Sobolev
2023-12-02
1
-19/+18
*
gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)
William Wen
2023-12-01
1
-4/+9
*
gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)
Victor Stinner
2023-12-01
2
-0/+5
*
gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)
Tian Gao
2023-12-01
1
-5/+10
*
Add links under "generator expression" in glossary (#112537)
William Andrea
2023-12-01
1
-1/+1
*
gh-112502: Docs: Improve docs for gc.collect method (#112562)
Alperen Serkan Aksöz
2023-11-30
1
-2/+2
*
gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...
Matt Prodani
2023-11-30
1
-1/+4
*
gh-104003: Implement PEP 702 (#104004)
Jelle Zijlstra
2023-11-29
2
-0/+59
*
[Enum] update class creation for RuntimeError changes (GH-111815)
Ethan Furman
2023-11-29
1
-1/+0
*
gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)
Grant Ramsay
2023-11-29
1
-0/+12
*
gh-110930: Correct book title by Alan D. Moore (#112490)
Hugo van Kemenade
2023-11-28
1
-2/+2
*
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)
Irit Katriel
2023-11-28
2
-0/+19
*
Docs: fix markup for `importlib.machinery.NamespaceLoader` (#112479)
Alex Waygood
2023-11-28
1
-1/+1
*
Correct documentation for AF_PACKET (#112339)
Eugene Toder
2023-11-27
1
-2/+1
*
gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)
Tian Gao
2023-11-27
1
-0/+5
*
gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)
Serhiy Storchaka
2023-11-27
2
-1/+64
*
gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)
Jacob Walls
2023-11-27
2
-2/+9
*
GH-101100: Fix reference warnings for ``socket`` methods (#110114)
Adam Turner
2023-11-27
3
-17/+17
*
Move What's New In Python 3.12 entries to the right section (#112447)
Victor Stinner
2023-11-27
1
-7/+8
*
Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)
Tom Levy
2023-11-27
1
-1/+1
*
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay
2023-11-27
1
-0/+88
*
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade
2023-11-25
8
-17/+23
*
gh-112331: Fix reference manual description of attribute lookup mechanics (gh...
Raymond Hettinger
2023-11-25
1
-6/+12
*
Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-11...
Raymond Hettinger
2023-11-25
1
-3/+40
*
gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (#112399)
Hugo van Kemenade
2023-11-25
3
-21/+29
*
gh-101100: Define `_tkinter` module to fix references (#112382)
Hugo van Kemenade
2023-11-25
1
-0/+3
*
gh-101100: Define `test.regrtest` module to fix references (#112381)
Hugo van Kemenade
2023-11-25
1
-0/+3
*
gh-59254: mention in open() doc that line buffering is for writing (#112318)
Irit Katriel
2023-11-24
1
-1/+1
*
Remove bogus annotations from the descriptor howto guide (#112349)
Raymond Hettinger
2023-11-23
1
-3/+3
*
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel
2023-11-22
2
-9/+36
*
Fix docstring and var name of itertools recipe (#112113)
Sebastian Rittau
2023-11-22
1
-3/+3
*
GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112291)
Tian Gao
2023-11-21
1
-0/+7
*
gh-110745: add a newline argument to pathlib.Path.read_text (#110880)
Junya Okabe
2023-11-21
1
-1/+3
[next]