Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a1
/
Doc
tag
66c4a33736b20d7408a6276b5c4adc7ed22b7270
tagger
Thomas Wouters <thomas@python.org>
Fri Oct 13 08:53:17 2023
object
ad056f03aee8000a1564a1d17f655f8713c48e48
Python 3.13.0a1
b7f9661
Fix the pyspecific SOURCE_URI (#110811)
by T. Wouters
· 1 year, 10 months ago
2c472a8
Remove unnecessary escape in Doc/library/enum.rst (GH-110780)
by InSync
· 1 year, 10 months ago
8c6c14b
gh-94597: Add asyncio.EventLoop (#110723)
by Thomas Grainger
· 1 year, 10 months ago
88ecb19
gh-85283: _stat extension now uses the limited C API (#110711)
by Victor Stinner
· 1 year, 10 months ago
41d8ec5
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
by Ezio Melotti
· 1 year, 10 months ago
6f4a499
gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)
by Victor Stinner
· 1 year, 10 months ago
718391f
gh-110631: Fix reST indentation (#110724)
by Ezio Melotti
· 1 year, 10 months ago
bb7923f
gh-110631: Fix reST indentation in `Doc/library` (#110685)
by Ezio Melotti
· 1 year, 10 months ago
eb50cd3
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
by Serhiy Storchaka
· 1 year, 10 months ago
d1f7fae
GH-107518: Remove the Argument Clinic How-To (#109900)
by Adam Turner
· 1 year, 10 months ago
3dd593e
gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)
by Ezio Melotti
· 1 year, 10 months ago
0d805b9
gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827)
by Radislav Chugunov
· 1 year, 10 months ago
756062b
gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207)
by Nikita Sobolev
· 1 year, 10 months ago
0362cbf
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
by Donghee Na
· 1 year, 10 months ago
bdbe43c
Remove unused `SPHINXLINT` var from `Doc/Makefile`. (#110570)
by Ezio Melotti
· 1 year, 10 months ago
5e7edac
gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110498)
by Nikita Sobolev
· 1 year, 10 months ago
0df772f
Remove unused imports in multiprocessing docs example (#109984)
by Albert Villanova del Moral
· 1 year, 10 months ago
892ee72
gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535)
by partev
· 1 year, 10 months ago
d96a8cd
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
by Serhiy Storchaka
· 1 year, 10 months ago
8e56d55
Update floatingpoint.rst (#110509)
by zipperer
· 1 year, 10 months ago
de2a403
gh-108277: Add os.timerfd_create() function (#108382)
by Masaru Tsuchiyama
· 1 year, 11 months ago
64f158e
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
by Victor Stinner
· 1 year, 11 months ago
02cdaef
Fix typo in Doc/library/textwrap.rst (#110328)
by InSync
· 1 year, 11 months ago
bb057b3
gh-85283: Add PySys_AuditTuple() function (#108965)
by Victor Stinner
· 1 year, 11 months ago
d257479
gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)
by Bradley Reynolds
· 1 year, 11 months ago
a136206
Fix env var typo in perf profiling docs (#110404)
by Harmen Stoppels
· 1 year, 11 months ago
a973bf0
gh-110383 TimeIt Docs Spelling Fix (#110407)
by Towster15
· 1 year, 11 months ago
d33aa18
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
by 박문식
· 1 year, 11 months ago
313aa86
Remove duplicate word. (#110376)
by Benjamin Peterson
· 1 year, 11 months ago
f786029
Add back bltin-boolean-values ref tag (#110371)
by P. L. Lim
· 1 year, 11 months ago
f02f26e
gh-85984: Document change in return type of tty functions (#110028)
by Jelle Zijlstra
· 1 year, 11 months ago
77e9aae
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
by Adam Turner
· 1 year, 11 months ago
d735016
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
by Victor Stinner
· 1 year, 11 months ago
6ab6040
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
by Victor Stinner
· 1 year, 11 months ago
eeb4e97
gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291)
by Victor Stinner
· 1 year, 11 months ago
4227bfa
Enhanced sqlite3 connection context management documentation with contextlib.closing gh-109234 (#109322)
by Lincoln
· 1 year, 11 months ago
f1663a4
Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (#110278)
by Alex Waygood
· 1 year, 11 months ago
8c07137
Fix typo in py312 whatsnew: add missing closing paren (#110255)
by Lele Gaifax
· 1 year, 11 months ago
fc2cb86
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
by Victor Stinner
· 1 year, 11 months ago
4d0d1c3
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
by Victor Stinner
· 1 year, 11 months ago
8d92b6e
3.12 What's New: Remove duplicate "up to" (#110219)
by numbermaniac
· 1 year, 11 months ago
1b3bc61
gh-83180: Made launcher treat shebang 'python' tags as low priority so that active virtual environments are preferred (GH-108101)
by Steve Dower
· 1 year, 11 months ago
6139bf5
GH-109190: Announce final release in What's New in Python 3.12 (#110117)
by Adam Turner
· 1 year, 11 months ago
f16e81f
GH-92584: Move installation schemes overview to sysconfig docs (#108018)
by Adam Turner
· 1 year, 11 months ago
9cb8927
Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (#110208)
by Hugo van Kemenade
· 1 year, 11 months ago
29b875b
gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on executable files (GH-109995)
by Charles Machalow
· 1 year, 11 months ago
29c3a44
fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)
by Ned Batchelder
· 1 year, 11 months ago
adf0f15
gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (#110142)
by Quentin Agren
· 1 year, 11 months ago
31097df
gh-101100: Fix sphinx warnings in `library/site.rst` (#110144)
by Nikita Sobolev
· 1 year, 11 months ago
15de493
GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)
by Barney Gale
· 1 year, 11 months ago
62405c7
gh-110150: Fix base case handling in quantiles() (gh-110151)
by Raymond Hettinger
· 1 year, 11 months ago
a46e960
gh-109649: Use os.process_cpu_count() (#110165)
by Victor Stinner
· 1 year, 11 months ago
c815210
gh-109649: Add os.process_cpu_count() function (#109907)
by Victor Stinner
· 1 year, 11 months ago
7513994
gh-110014: Include explicitly <unistd.h> header (#110155)
by Victor Stinner
· 1 year, 11 months ago
74e425e
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
by Victor Stinner
· 1 year, 11 months ago
0449fe9
GH-101100: Fix reference warnings for ``gettext`` (#110115)
by Adam Turner
· 1 year, 11 months ago
cbdacc7
GH-101100: Fix reference warnings for ``namedtuple`` (#110113)
by Adam Turner
· 1 year, 11 months ago
613c0d4
Add example for linear_regression() with proportional=True. (gh-110133)
by Raymond Hettinger
· 1 year, 11 months ago
501939c
gh-105323: Update readline module to detect apple editline variant (gh-108665)
by Donghee Na
· 1 year, 11 months ago
e27adc6
gh-109634: Fix `:samp:` syntax (GH-110073)
by Jacob Coffee
· 1 year, 11 months ago
bfd94ab
gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto/urllib2.rst`` (#107966)
by Yuki K
· 1 year, 11 months ago
8898a86
gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (#109424)
by Maciej Olko
· 1 year, 11 months ago
f1b1680
gh-109961: Use proper `module` for `copy` method docs (#110027)
by Nikita Sobolev
· 1 year, 11 months ago
d102d39
gh-101100: Fix sphinx warnings in `library/difflib.rst` (#110074)
by Nikita Sobolev
· 1 year, 11 months ago
7dc2c50
gh-110045: Update symtable module for PEP 695 (#110066)
by Jelle Zijlstra
· 1 year, 11 months ago
c4eda57
Whitespace fix in asyncio-stream.rst (#110015)
by Davide Rizzo
· 1 year, 11 months ago
0baf726
gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (#109968)
by Nikita Sobolev
· 1 year, 11 months ago
526380e
GH-109190: Copyedit 3.12 What's New: Bytecode (#109821)
by Adam Turner
· 1 year, 11 months ago
99fba5f
gh-109812: Fix phrasing for `collections.Counter` (gh-109813)
by Jacob Coffee
· 1 year, 11 months ago
f49958c
Enhance TypedDict docs around required/optional keys (#109547)
by Jelle Zijlstra
· 1 year, 11 months ago
773614e
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
by Sam Gross
· 1 year, 11 months ago
b35f084
GH-109190: Copyedit 3.12 What's New: Release highlights (#109770)
by Adam Turner
· 1 year, 11 months ago
d9809e8
gh-101100: Fix sphinx warnings in `library/devmode.rst` (#109963)
by Nikita Sobolev
· 1 year, 11 months ago
0e28d0f
GH-109190: Copyedit 3.12 What's New: Deprecations (``os`` fix) (#109927)
by Adam Turner
· 1 year, 11 months ago
3538930
gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)
by Victor Stinner
· 1 year, 11 months ago
87ddfa7
GH-109190: Copyedit 3.12 What's New: Deprecations (#109766)
by Adam Turner
· 1 year, 11 months ago
b1e4f6e
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
by Victor Stinner
· 1 year, 11 months ago
ecd813f
GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)
by Barney Gale
· 1 year, 11 months ago
859618c
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
by Victor Stinner
· 1 year, 11 months ago
8100612
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
by lohaswinner
· 1 year, 11 months ago
7c61a36
gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)
by Nikita Sobolev
· 1 year, 11 months ago
88a6137
gh-109599: Add types.CapsuleType (#109600)
by Antoine Pitrou
· 1 year, 11 months ago
86e7c61
GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (#109836)
by Adam Turner
· 1 year, 11 months ago
64ab9f7
GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the 3.12 branch (#109844)
by Adam Turner
· 1 year, 11 months ago
bccc1b7
GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section (#109751)
by Adam Turner
· 1 year, 11 months ago
4e47853
GH-109190: Copyedit 3.12 What's New: Use the present tense (#109754)
by Adam Turner
· 1 year, 11 months ago
f08772c
GH-109190: Copyedit 3.12 What's New: Trivia (#109760)
by Adam Turner
· 1 year, 11 months ago
7495a93
GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (#109753)
by Adam Turner
· 1 year, 11 months ago
f2eaa92
gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814)
by Nikita Sobolev
· 1 year, 11 months ago
7b8bfe1
GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidance (#109755)
by Adam Turner
· 1 year, 11 months ago
09a73d5
GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools removal (#109768)
by Adam Turner
· 1 year, 11 months ago
e81bd3f
Sync whatsnew with the edit I made in the 3.12 backport PR. (#109807)
by Gregory P. Smith
· 1 year, 11 months ago
8d365b6
GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (#109756)
by Adam Turner
· 1 year, 11 months ago
649768f
gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#109799)
by Nikita Sobolev
· 1 year, 11 months ago
92af0cc
gh-109634: Use :samp: role (GH-109635)
by Serhiy Storchaka
· 1 year, 11 months ago
5e7ea95
gh-100228: Document the os.fork threads DeprecationWarning. (#109767)
by Gregory P. Smith
· 1 year, 11 months ago
b10de68
GH-95913: Add the release date for Python 3.11 (#109750)
by Adam Turner
· 1 year, 11 months ago
612400d
Fix indentation in 3.13 What's New (#109769)
by Jelle Zijlstra
· 1 year, 11 months ago
8a82bff
Docs: Update Donghee Na's name (#109743)
by Hugo van Kemenade
· 1 year, 11 months ago
c32abf1
GH-109190: Copyedit 3.12 What's New: asyncio (#109661)
by Adam Turner
· 1 year, 11 months ago
Next »