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
*
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
*
gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112...
Lincoln
2023-11-21
1
-0/+6
*
gh-110383: Explained which error message is generated when there is an unhand...
Unique-Usman
2023-11-19
1
-2/+1
*
gh-110383: Fix documentation profile cumtime fix (#112221)
Alex Ptakhin
2023-11-19
1
-2/+2
*
Fix typo in documentation of `importlib.metadata` (GH-112099)
Charlie Zhao
2023-11-17
1
-1/+1
*
gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)
Victor Stinner
2023-11-17
1
-14/+0
*
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner
2023-11-17
8
-21/+32
*
gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....
Ori Avtalion
2023-11-17
1
-2/+3
*
gh-112165: Fix typo in `__main__.py` (#112183)
Terry Jan Reedy
2023-11-17
1
-1/+1
*
[doc] Make subprocess.wait documentation more precise (#98700)
Luis Pedro Coelho
2023-11-16
1
-3/+4
*
gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...
Petr Viktorin
2023-11-16
1
-6/+97
*
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner
2023-11-15
1
-5/+12
*
gh-112026: Add again <unistd.h> include in Python.h (#112046)
Victor Stinner
2023-11-15
1
-18/+0
*
Fix typo in perf profiling docs (#112112)
Ryuji Tsutsui
2023-11-15
1
-1/+1
*
Docs: Add the time to the HTML last updated format (#110091)
Adam Turner
2023-11-15
1
-3/+2
*
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner
2023-11-15
2
-0/+49
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
2
-0/+33
*
gh-111622: Fix doc for items views (#112051)
Terry Jan Reedy
2023-11-14
1
-5/+8
*
GH-110417: Fix `glob` docs ordering (#110418)
Barney Gale
2023-11-13
1
-34/+35
*
GH-72904: Add `glob.translate()` function (#106703)
Barney Gale
2023-11-13
2
-0/+46
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
2
-0/+28
*
Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#...
Hugo van Kemenade
2023-11-13
2
-0/+7
*
gh-111944: Add assignment expression parentheses requirements (#111977)
Terry Jan Reedy
2023-11-13
1
-4/+5
*
gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)
Stephen Gildea
2023-11-11
1
-1/+103
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Ćukasz Langa
2023-11-10
1
-1/+9
*
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
Zac Hatfield-Dodds
2023-11-10
1
-3/+3
*
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault
2023-11-09
3
-4/+10
*
gh-111895: Convert definition list to bullet list for readability on mobile (...
Hugo van Kemenade
2023-11-09
1
-6/+6
*
Add detail to comment on range of random.random() (gh-111868)
zipperer
2023-11-09
1
-1/+1
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
2
-0/+16
*
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)
Serhiy Storchaka
2023-11-08
1
-2/+16
*
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team)
2023-11-08
2
-1/+16
*
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra
2023-11-08
4
-7/+14
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
3
-18/+0
*
gh-81137: deprecate assignment of code object to a function of a mismatched t...
Irit Katriel
2023-11-07
1
-0/+6
*
gh-85098: Implement functional CLI of symtable (#109112)
Serhiy Storchaka
2023-11-07
1
-0/+18
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
1
-0/+9
[next]