Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a1
tag
66c4a33736b20d7408a6276b5c4adc7ed22b7270
tagger
Thomas Wouters <thomas@python.org>
Fri Oct 13 08:53:17 2023
object
ad056f03aee8000a1564a1d17f655f8713c48e48
Python 3.13.0a1
ad056f0
Python 3.13.0a1
by Thomas Wouters
· 1 year, 10 months ago
v3.13.0a1
b7f9661
Fix the pyspecific SOURCE_URI (#110811)
by T. Wouters
· 1 year, 10 months ago
2a68f77
gh-107450: Fix testMemoryErrorBigSource using the bigmemtest decorator (GH-110810)
by Lysandros Nikolaou
· 1 year, 10 months ago
989a253
gh-110525: Delete `test_c_api` method from `set` object (#110688)
by Nikita Sobolev
· 1 year, 10 months ago
05439d3
gh-107450: Fix parser column offset overflow test on Windows (#110768)
by Lysandros Nikolaou
· 1 year, 10 months ago
2f59d41
GH-110796: fix intermittent test failure in test_current_exceptions
by Filipe Laíns
· 1 year, 10 months ago
6478dea
GH-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)
by Filipe Laíns
· 1 year, 10 months ago
b883cad
GH-103480: fix sysconfig package not being installed (#110792)
by Filipe Laíns
· 1 year, 10 months ago
2566434
gh-109693: Update _gil_runtime_state.last_holder to use pyatomic.h (#110605)
by Donghee Na
· 1 year, 10 months ago
4a53a39
GH-103480: make sysconfig a package (GH-110785)
by Filipe Laíns
· 1 year, 10 months ago
d2a536b
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
by Jelle Zijlstra
· 1 year, 10 months ago
2c472a8
Remove unnecessary escape in Doc/library/enum.rst (GH-110780)
by InSync
· 1 year, 10 months ago
aa3f419
gh-109653: Improve the import time of `email.utils` (#109824)
by Alex Waygood
· 1 year, 10 months ago
e733136
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C implementation (#110702)
by Pablo Galindo Salgado
· 1 year, 10 months ago
8c6c14b
gh-94597: Add asyncio.EventLoop (#110723)
by Thomas Grainger
· 1 year, 10 months ago
1e3460d
gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)
by Tian Gao
· 1 year, 10 months ago
b6000d2
gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixins (gh-109437)
by Nikita Sobolev
· 1 year, 10 months ago
7dd3c2b
gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)
by Irit Katriel
· 1 year, 10 months ago
19b7ead
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-110755)
by Mark Shannon
· 1 year, 10 months ago
fb7843e
gh-107450: Raise OverflowError when parser column offset overflows (#110754)
by Lysandros Nikolaou
· 1 year, 10 months ago
3d18034
gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (#110706)
by Pablo Galindo Salgado
· 1 year, 10 months ago
ec5622d
gh-71587: Establish global state in `_datetime` (#110475)
by Erlend E. Aasland
· 1 year, 10 months ago
ea530f2
gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-109139)
by Hugo van Kemenade
· 1 year, 10 months ago
17d6554
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
by Lysandros Nikolaou
· 1 year, 10 months ago
2364542
GH-110749: fix unistd.h import in file_tokenizer.c (#110750)
by Filipe Laíns
· 1 year, 10 months ago
5257ade0
gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#110683)
by Nikita Sobolev
· 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
b4e8049
gh-110673: test_pty raises on short write (#110677)
by Victor Stinner
· 1 year, 10 months ago
3ac8e69
gh-110733: Micro-optimization in BaseEventLoop._run_once (#110735)
by J. Nick Koston
· 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
c523ce0
gh-65052: Prevent pdb from crashing when trying to display objects (#110578)
by Tian Gao
· 1 year, 10 months ago
de956b2
gh-109408: Revert pre-commit whitespace checks pending portable solution (#110726)
by Hugo van Kemenade
· 1 year, 10 months ago
467abfe
gh-110313: Revert "gh-90108: Disable LTO on _freeze_module and _teste… (#110720)
by Victor Stinner
· 1 year, 10 months ago
01481f2
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
by Lysandros Nikolaou
· 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
f83fa0b
gh-84489: Properly handle trailing spaces in Py_BuildValue() format strings (GH-21158)
by Zackery Spytz
· 1 year, 10 months ago
f27b830
gh-76106: Remove the cleanup lock in test_socket (GH-110539)
by Serhiy Storchaka
· 1 year, 10 months ago
5c6e854
gh-84489: C API: Add tests for Py_BuildValue() (GH-110596)
by Serhiy Storchaka
· 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
b5f7777
GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)
by Barney Gale
· 1 year, 10 months ago
790ecf6
gh-110662: multiprocessing test_async_timeout() increase timeout (#110663)
by Victor Stinner
· 1 year, 10 months ago
1556f42
gh-110666: Fix multiprocessing test_terminate() elapsed (#110667)
by Victor Stinner
· 1 year, 10 months ago
f901f56
gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)
by Victor Stinner
· 1 year, 10 months ago
7ca4aaf
gh-108277: test_os tolerates 1 ms diff for timerfd (#110661)
by Victor Stinner
· 1 year, 10 months ago
e07c37c
gh-110647: Fix signal test_stress_modifying_handlers() (#110650)
by Victor Stinner
· 1 year, 10 months ago
da0a68a
GH-110109: Simplify pathlib test setup (#110308)
by Barney Gale
· 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
732532b
gh-108303: Move all inspect test files to `test_inspect/` (#109607)
by Nikita Sobolev
· 1 year, 10 months ago
9cfb4e0
gh-110525: Add tests for internal `set` CAPI (GH-110630)
by Nikita Sobolev
· 1 year, 10 months ago
66a9b10
gh-110631: Set three-space indents for reST in EditorConfig (#110635)
by Hugo van Kemenade
· 1 year, 10 months ago
5bc1b7f
gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)
by Donghee Na
· 1 year, 10 months ago
f5edb56
GH-109408: Move the C file whitespace check from patchcheck to pre-commit (#109890)
by Adam Turner
· 1 year, 10 months ago
e24f9ae
Don't doubly-parallelise sphinx-lint (#110617)
by Adam Turner
· 1 year, 10 months ago
ce43d5f
gh-110050: Adjust the newline position in the TypeError message of the random.seed call. (#110051)
by Yilei Yang
· 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
7f702b2
gh-110388: Add tests for tty (GH-110394)
by Serhiy Storchaka
· 1 year, 10 months ago
92a9e98
gh-81002: Add tests for termios (GH-110386)
by Serhiy Storchaka
· 1 year, 10 months ago
344d3a2
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
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
5aa62a8
gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_async (#110500)
by Serhiy Storchaka
· 1 year, 10 months ago
fc811c8
gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#110603)
by Alex Waygood
· 1 year, 10 months ago
757cc35
gh-84570: Implement Waiting in SendChannel.send() (gh-110565)
by Eric Snow
· 1 year, 10 months ago
46462ff
gh-107652: Fix CIFuzz typo (#110602)
by Nikita Sobolev
· 1 year, 10 months ago
08ec4a1
GH-109408: Move the Python file whitespace check from patchcheck to pre-commit (#109891)
by Adam Turner
· 1 year, 10 months ago
982f1b7
Remove an old macro from executor.c (#110597)
by Brandt Bucher
· 1 year, 10 months ago
13380da
GH-104584: Fix refleak when tracing through calls (GH-110593)
by Brandt Bucher
· 1 year, 10 months ago
d5ec77f
Add some 'meta hooks' to our pre-commit config (#110587)
by Alex Waygood
· 1 year, 10 months ago
7426ed0
gh-109408: Add the docs whitespace check from patchcheck to pre-commit (#109854)
by Hugo van Kemenade
· 1 year, 10 months ago
7b2764e
gh-110558: Run ruff on Argument Clinic in CI (#110559)
by Alex Waygood
· 1 year, 10 months ago
96fed66
gh-110378: Close invalid generators in contextmanager and asynccontextmanager (GH-110499)
by Serhiy Storchaka
· 1 year, 10 months ago
def7ea5
Fix CIFuzz build (#110576)
by Nikita Sobolev
· 1 year, 10 months ago
67e8d41
gh-109693: Use pyatomic.h for signal module (gh-110480)
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
3b1580a
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
by Jakub Kulík
· 1 year, 10 months ago
0050670
gh-106765: Updates Windows installer build instructions to clarify system requirements (GH-110566)
by Ashish Shirodkar
· 1 year, 10 months ago
ea7b53f
gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)
by Illia Volochii
· 1 year, 10 months ago
326c6c4
gh-110519: Improve deprecation warning in the gettext module (#110520)
by Serhiy Storchaka
· 1 year, 10 months ago
7bd560ce
gh-76785: Add SendChannel.send_buffer() (#110246)
by Eric Snow
· 1 year, 10 months ago
f4cb0d2
gh-109191: Fix build with newer editline (gh-110239)
by Bo Anderson
· 1 year, 10 months ago
12cc679
gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of DLLs to bundle (GH-110470)
by Steve Dower
· 1 year, 10 months ago
ea39c87
gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544)
by Nikita Sobolev
· 1 year, 10 months ago
89df5b7
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
by Nikita Sobolev
· 1 year, 10 months ago
48419a5
gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)
by jtranquilli
· 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
c49edd7
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
by Nikita Sobolev
· 1 year, 10 months ago
dd4bb05
gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)
by Tian Gao
· 1 year, 10 months ago
9f8282d
gh-106670: Set convenience variable for post mortem debugging (#110493)
by Tian Gao
· 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
7e30821
gh-108277: Fix test_os TimerfdTests (#110515)
by Victor Stinner
· 1 year, 11 months ago
d96a8cd
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
by Serhiy Storchaka
· 1 year, 11 months ago
6780d63
gh-110378: Move to `IsolatedAsyncTestCase` in `test_contextlib_async.py` (#110379)
by Nikita Sobolev
· 1 year, 11 months ago
8e56d55
Update floatingpoint.rst (#110509)
by zipperer
· 1 year, 11 months ago
dd9d781
gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)
by denballakh
· 1 year, 11 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
Next »