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
*
Minor improvements to the itertools recipes (#118563)
Raymond Hettinger
2024-05-03
1
-24/+12
*
docs: clarify csv.DictReader's treatment of the first data row (#118549)
Ned Batchelder
2024-05-03
1
-2/+4
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+38
*
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross
2024-05-03
1
-0/+8
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
5
-27/+152
*
gh-117492: Clarify documentation of `typing.Never` (#117678)
Nice Zombies
2024-05-03
1
-24/+22
*
gh-118500: Add pdb support for zipapp (#118501)
Tian Gao
2024-05-02
1
-0/+3
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
2
-0/+57
*
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard
2024-05-02
1
-5/+13
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-02
1
-0/+7
*
gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925)
Serhiy Storchaka
2024-05-02
1
-2/+3
*
gh-118216: Don't consider dotted `__future__` imports (#118267)
Crowthebird
2024-05-02
1
-0/+4
*
docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)
Andrew Zipperer
2024-05-02
2
-4/+4
*
gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit...
Guido van Rossum
2024-05-02
1
-1/+2
*
GH-118174: specify the type for the path argument of shutil.which
Filipe Laíns
2024-05-01
1
-2/+3
*
gh-117225: Document colour use in `doctest` (#118268)
Hugo van Kemenade
2024-05-01
2
-3/+25
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
2
-3/+38
*
Expand the 'Extending' docs with an example. (#113187)
Jason R. Coombs
2024-05-01
1
-0/+78
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
1
-7/+23
*
gh-109975: Document crypt_r as a possible replacement of crypt (#118439)
Miro Hrončok
2024-04-30
1
-1/+4
*
gh-117618: Make package.module searchable for breakpoints and clean up docs (...
Tian Gao
2024-04-30
1
-6/+13
*
gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)
edson duarte
2024-04-30
1
-1/+1
*
gh-118392: Add note about random.random for multi thread app (gh-118396)
Donghee Na
2024-04-30
1
-0/+6
*
gh-118359: Improve docs for Bdb.user_call (#118368)
Tian Gao
2024-04-29
1
-0/+3
*
Docs: Upgrade to Sphinx 7.3 (#118397)
Hugo van Kemenade
2024-04-29
1
-1/+1
*
Fix typo in Doc/c-api/exceptions.rst (GH-118371)
Xie Yanbo
2024-04-29
1
-1/+1
*
Fix typo in Doc/howto/timerfd.rst (GH-118376)
Xie Yanbo
2024-04-29
1
-1/+1
*
Fix typo in Doc/c-api/typeobj.rst (GH-118377)
Xie Yanbo
2024-04-29
1
-1/+1
*
gh-115119: Detect _decimal dependencies using pkg-config (#115406)
Erlend E. Aasland
2024-04-29
1
-0/+13
*
gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...
Henrik Tunedal
2024-04-28
1
-0/+16
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (#118356)
Hugo van Kemenade
2024-04-28
1
-37/+37
*
gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (#118353)
Hugo van Kemenade
2024-04-28
2
-8/+9
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)
Hugo van Kemenade
2024-04-28
2
-27/+27
*
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
[next]