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-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
*
Doc: mark up classes, attributes, parameters, and methods in dataclasses.rst ...
Erlend E. Aasland
2024-04-14
1
-85/+85
*
dataclasses docs: add some link anchors (#117601)
Jelle Zijlstra
2024-04-14
1
-0/+8
*
Simpler example of shallow dict export of a dataclass (#117812)
Gouvernathor
2024-04-14
1
-1/+1
*
Tweak wording for dataclasses.replace (gh-117758)
Gouvernathor
2024-04-14
1
-2/+2
*
GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831)
Barney Gale
2024-04-13
1
-4/+5
*
gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#11...
Hugo van Kemenade
2024-04-13
1
-3/+6
*
gh-102247: http: support rfc9110 status codes (GH-117611)
Michiel W. Beijen
2024-04-13
1
-60/+64
*
gh-117840: Fix indent to fix shlex syntax highlighting (#117843)
Hugo van Kemenade
2024-04-13
1
-15/+15
*
gh-114466: explicitly define heap invariant (#117778)
Shantanu
2024-04-13
1
-2/+3
*
gh-117739: Update definition of global interpreter lock for 3.13 (#117740)
Savannah Ostrowski
2024-04-12
1
-6/+6
*
Fix version directive indents (#117719)
Hugo van Kemenade
2024-04-12
4
-8/+8
*
gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns ...
Tomas R
2024-04-11
1
-0/+8
*
gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)
Bruce Merry
2024-04-11
2
-2/+6
*
gh-101549: fix documentation of xml.etree.ElementInclude (#101550)
Mikhail B
2024-04-11
1
-20/+15
*
Fix markup of `win32_ver` in `platform.rst` (#116492)
Nikita Sobolev
2024-04-11
1
-2/+2
*
GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117...
Barney Gale
2024-04-10
1
-3/+2
*
gh-117531: Unblock getters after non-immediate queue shutdown (#117532)
Laurie O
2024-04-10
1
-2/+4
*
gh-117360: Clearer wording in os.path.lexists() docs (#117679)
Nice Zombies
2024-04-09
1
-1/+1
*
gh-117597: Clarify exception handling in the tutorial (#117681)
Nice Zombies
2024-04-09
1
-3/+3
*
Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)"...
Victor Stinner
2024-04-09
1
-0/+5
*
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum
2024-04-09
2
-7/+57
*
gh-117516: Implement typing.TypeIs (#117517)
Jelle Zijlstra
2024-04-09
2
-27/+95
*
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
Bruce Merry
2024-04-08
1
-0/+11
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
2
-4/+4
*
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
Laurie O
2024-04-08
2
-4/+5
*
gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)
Victor Stinner
2024-04-08
1
-5/+0
*
gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)
Nikita Sobolev
2024-04-08
1
-0/+27
*
gh-111726: Remove some doctests from sqlite3 docs (#117623)
Erlend E. Aasland
2024-04-08
1
-36/+7
*
gh-111726: Cleanup test files after running sqlite3 doctest (#117604)
Hugo van Kemenade
2024-04-08
1
-0/+8
*
Fix reference in code.rst (#117615)
Anita Hammer
2024-04-07
1
-1/+1
*
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O
2024-04-06
2
-0/+35
*
GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)
Barney Gale
2024-04-05
2
-17/+15
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-45/+97
*
gh-116608: importlib.resources: Un-deprecate functional API & add subdirector...
Petr Viktorin
2024-04-05
2
-15/+202
*
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross
2024-04-04
1
-0/+6
*
[doc] Update logging documentation to improve grammar and elucidate an exampl...
Vinay Sajip
2024-04-04
2
-11/+72
[prev]
[next]