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-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka
2024-05-07
1
-0/+10
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
4
-14/+14
*
gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311)
Momo Eissenhauer
2024-05-07
1
-5/+7
*
gh-109653: What's new: Note improved import times for several stdlib modules ...
Alex Waygood
2024-05-07
1
-0/+9
*
gh-109975: Update 'What's New in Python 3.13' for beta (#118694)
Hugo van Kemenade
2024-05-07
1
-7/+2
*
Fix several typos in documentation (GH-118625)
Xie Yanbo
2024-05-07
3
-4/+4
*
Docs: add whatsnew for free-threading (#118679)
Sam Gross
2024-05-07
1
-0/+46
*
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Jelle Zijlstra
2024-05-06
2
-1/+19
*
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)
Jelle Zijlstra
2024-05-06
1
-4/+22
*
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Erlend E. Aasland
2024-05-06
2
-2/+14
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
*
GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632)
Kerim Kabirov
2024-05-06
1
-0/+5
*
gh-118271: Support more options for reading/writing images in Tkinter (GH-118...
Serhiy Storchaka
2024-05-06
1
-0/+6
*
Fix typo in Doc/library/asyncio-task.rst (GH-118627)
Xie Yanbo
2024-05-06
1
-1/+1
*
gh-118225: Support more options for copying images in Tkinter (GH-118228)
Serhiy Storchaka
2024-05-06
2
-0/+18
*
gh-66543: Add mimetypes.guess_file_type() (GH-117258)
Serhiy Storchaka
2024-05-06
4
-6/+40
*
gh-74929: locals() documentation update for PEP 667 (#118265)
Alyssa Coghlan
2024-05-06
1
-9/+38
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
2
-0/+9
*
gh-111140: minor docs typos cleanup in the C example API calls. (#118612)
Gregory P. Smith
2024-05-05
1
-3/+3
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
4
-4/+70
*
gh-74929: Rudimentary docs for PEP 667 (#118581)
Guido van Rossum
2024-05-05
3
-2/+19
*
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao
2024-05-05
3
-2/+15
*
gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559)
Raymond Hettinger
2024-05-05
1
-18/+11
*
gh-118131: Command-line interface for the `random` module (#118132)
Hugo van Kemenade
2024-05-05
3
-0/+87
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
4
-1/+66
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
1
-0/+3
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
4
-1/+170
*
gh-115532 Add kde_random() to the statistic module (#118210)
Raymond Hettinger
2024-05-04
2
-60/+27
*
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
[next]