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-109118: Make comprehensions work within annotation scopes, but without inl...
Jelle Zijlstra
2024-04-28
1
-1/+3
*
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
Cheryl Sabella
2024-04-26
1
-0/+3
*
Fix note in Enum.__new__ docs (#118284)
Philipp A
2024-04-26
1
-5/+5
*
gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)
Kirill Podoprigora
2024-04-26
4
-39/+22
*
gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-118237)
Petr Viktorin
2024-04-26
1
-0/+2
*
gh-108191: Add support of positional argument in SimpleNamespace constructor ...
Serhiy Storchaka
2024-04-24
2
-4/+26
*
gh-85453: Make numeric literals consistent across datetime.rst (#118245)
edson duarte
2024-04-24
1
-3/+3
*
gh-85453: Adapt datetime.rst to devguide recommendations for code snippets an...
edson duarte
2024-04-24
1
-45/+45
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-4/+3
*
gh-116023: Add `show_empty=False` to `ast.dump` (#116037)
Nikita Sobolev
2024-04-24
1
-148/+103
*
Fix typo in py_compile.rst (GH-118102)
Animesh Kumar
2024-04-23
1
-1/+1
*
gh-95754: Better error when script shadows a standard library or third party ...
Shantanu
2024-04-23
1
-0/+34
*
gh-109118: Allow lambdas in annotation scopes in classes (#118019)
Jelle Zijlstra
2024-04-22
1
-0/+3
*
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...
tahia
2024-04-22
2
-1/+9
*
gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `ty...
Nice Zombies
2024-04-22
1
-1/+1
*
gh-115986 Improve pprint documentation accuracy (#117403)
Kerim Kabirov
2024-04-22
1
-3/+2
*
Docs: replace Harry Potter reference with Monty Python (#118130)
Clément Robert
2024-04-21
1
-3/+3
*
gh-115961: Add name and mode attributes for compressed file-like objects (GH-...
Serhiy Storchaka
2024-04-21
6
-6/+65
*
gh-114099: Formalize Tier 3 status of iOS (GH-118020)
Russell Keith-Magee
2024-04-21
1
-0/+16
*
Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is ...
Quazi Irfan
2024-04-21
1
-2/+3
*
gh-118100: Improve links in `ast.rst` (#118101)
Nikita Sobolev
2024-04-19
1
-2/+3
*
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...
Alex Waygood
2024-04-19
1
-1/+3
*
gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)
lyc8503
2024-04-19
1
-3/+7
*
gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)
Irit Katriel
2024-04-19
3
-0/+17
*
gh-116935: Document that heap types need to support garbage collection (GH-11...
Savannah Ostrowski
2024-04-19
1
-1/+2
*
gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)
Victor Stinner
2024-04-19
1
-0/+6
*
gh-64588: Clarify the difference between mu and xbar in statistics docs (#117...
Mariusz Felisiak
2024-04-19
1
-7/+7
*
Docs: Fix CVE link (#118077)
Jelle Zijlstra
2024-04-19
1
-1/+1
*
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)
Rafael Fontenelle
2024-04-19
1
-3/+3
*
gh-87969: Align docs and docstrings with implementation for ctypes' [w]string...
Shreyan Avigyan
2024-04-18
1
-8/+8
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
3
-4/+144
*
gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)
Miro Hrončok
2024-04-18
2
-0/+7
*
gh-116932: Add note on how to report python documentation theme bugs (GH-117989)
lyc8503
2024-04-18
1
-0/+4
*
gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)
Steve Dower
2024-04-17
1
-2/+10
*
Doc: Render version/language selector on Read the Docs (#116966)
Manuel Kaufmann
2024-04-17
1
-0/+86
*
gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.li...
Nice Zombies
2024-04-17
1
-3/+3
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
3
-4/+33
*
gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)
Serhiy Storchaka
2024-04-17
1
-4/+5
*
gh-117945: Fix `os.path.ismount()` documentation (#117947)
Nice Zombies
2024-04-16
1
-2/+2
*
Docs: Add classes to C API return value annotations (#117926)
Hugo van Kemenade
2024-04-16
1
-9/+11
*
gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin...
Douglas Thor
2024-04-16
1
-1/+1
*
gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth f...
Inada Naoki
2024-04-16
2
-0/+11
*
gh-117804: Document how to suppress PGO unprofiled source warnings (#117859)
Erlend E. Aasland
2024-04-15
1
-0/+9
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
32
-114/+84
*
gh-109975: Copyedit "What's New in Python 3.13" (#117902)
Hugo van Kemenade
2024-04-15
1
-115/+125
*
Docs: make the `whatsnew-typing-py312` anchor point to things that were new i...
Alex Waygood
2024-04-15
1
-2/+2
*
gh-115532: Minor tweaks to kde() (gh-117897)
Raymond Hettinger
2024-04-15
1
-1/+2
*
gh-115664: Reorganize versionadded directives for -X options (GH-116304)
Serhiy Storchaka
2024-04-15
1
-34/+45
*
Add 'The Python 2.3 Method Resolution Order' (#116435)
Hugo van Kemenade
2024-04-15
6
-9/+677
*
docs: typo in 3.13 release notes (#117866)
Galen Rice
2024-04-14
1
-1/+1
[prev]
[next]