Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a3
tag
9197c06a3acf48068d640ea2986266273559d100
tagger
Thomas Wouters <thomas@python.org>
Wed Jan 17 12:14:40 2024
object
f009305a7d635f86440c804a2916f8fa4d7fc637
Python 3.13.0a3
f009305
Python 3.13.0a3
by Thomas Wouters
· 1 year, 7 months ago
v3.13.0a3
b204c4b
gh-86179: Skip test case that fails on POSIX with unversioned binary (GH-114136)
by Steve Dower
· 1 year, 7 months ago
4a32275
gh-72284: Revise lists in IDLE doc (#114174)
by Terry Jan Reedy
· 1 year, 7 months ago
e07a400
gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114168)
by Terry Jan Reedy
· 1 year, 7 months ago
8d26db4
gh-112043: Align concurrent.futures.Executor.map docs with implementation (#114153)
by Erlend E. Aasland
· 1 year, 7 months ago
05008c2
gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404)
by Steffen Zeile
· 1 year, 7 months ago
60ca37f
gh-106293: Fix typos in Objects/object_layout.md (#106294)
by Mano Sriram
· 1 year, 7 months ago
45e527d
GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110312)
by Barney Gale
· 1 year, 7 months ago
1d6989f
Fix typo in c_annotations.py comment (#108773)
by Kuan-Wei Chiu
· 1 year, 7 months ago
6e84f3b
gh-94220: Align fnmatch docs with the implementation and amend markup (#114152)
by Erlend E. Aasland
· 1 year, 7 months ago
7092b3f
GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036)
by Barney Gale
· 1 year, 7 months ago
2e672f7
gh-113655: Increase default stack size for PGO builds to avoid C stack exhaustion (GH-114148)
by Steve Dower
· 1 year, 7 months ago
b331381
gh-112529: Track if debug allocator is used as underlying allocator (#113747)
by Sam Gross
· 1 year, 7 months ago
c86571e
Update copyright years to 2024. (GH-113608)
by solya0x
· 1 year, 7 months ago
03f7839
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
by Brett Cannon
· 1 year, 7 months ago
3d5df54
Clean up backslash avoiding code in ast, fix typo (#113605)
by Shantanu
· 1 year, 7 months ago
74208ed
gh-113659: Skip hidden .pth files (GH-113660)
by Serhiy Storchaka
· 1 year, 7 months ago
7a24ecc
Fix 'expresion' typo in IDLE doc (#114130)
by Terry Jan Reedy
· 1 year, 7 months ago
b1db627
Docs: Improve multiprocessing.SharedMemory reference (#114093)
by Erlend E. Aasland
· 1 year, 7 months ago
de4ced5
gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089)
by Steve Dower
· 1 year, 7 months ago
31a2543
gh-114069: Revise Tutorial Methods paragraph (#114127)
by Terry Jan Reedy
· 1 year, 7 months ago
e454f93
Fix an incorrect comment in iobase_is_closed (GH-102952)
by Jonathon Reinhart
· 1 year, 7 months ago
c77f552
gh-114107: test.pythoninfo logs Windows Developer Mode (#114121)
by Victor Stinner
· 1 year, 7 months ago
867f59f
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
by Donghee Na
· 1 year, 7 months ago
d2d8332
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
by Serhiy Storchaka
· 1 year, 7 months ago
a482bc6
gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)
by AN Long
· 1 year, 7 months ago
c361a1f
gh-114107: Fix importlib.resources symlink test if symlinks aren't supported (#114108)
by Petr Viktorin
· 1 year, 7 months ago
ac44ec6
gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113)
by Petr Viktorin
· 1 year, 7 months ago
af85274
Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations (#114103)
by Erlend E. Aasland
· 1 year, 7 months ago
d4dfad2
gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079)
by Serhiy Storchaka
· 1 year, 7 months ago
c85c002
gh-113238: add Anchor to importlib.resources (#113801)
by Mike Zimin
· 1 year, 7 months ago
04fabe2
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359)
by Jérome Perrin
· 1 year, 7 months ago
17b73ab
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
by Mark Shannon
· 1 year, 7 months ago
6c502ba
gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)
by AN Long
· 1 year, 7 months ago
8fd287b
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
by Zackery Spytz
· 1 year, 7 months ago
42b90cf
gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)
by Donghee Na
· 1 year, 7 months ago
5094690
gh-91539: Small performance improvement of urrlib.request.getproxies_environment() (#108771)
by Raphaël Marinier
· 1 year, 7 months ago
4f24b92
gh-114070: correct the specification of ``digit`` in the float() docs (#114080)
by Sergey B Kirpichev
· 1 year, 7 months ago
d457345
gh-99437: runpy: decode path-like objects before setting globals
by Kamil Turek
· 1 year, 7 months ago
3eae765
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
by Donghee Na
· 1 year, 7 months ago
44e47df
gh-112532: Fix memory block count for free-threaded build (gh-113995)
by Sam Gross
· 1 year, 7 months ago
0f2fa61
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
by Sergey B Kirpichev
· 1 year, 7 months ago
ac10947
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, not themselves. (GH-114078)
by Mark Shannon
· 1 year, 7 months ago
2010d45
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)
by Ronald Oussoren
· 1 year, 7 months ago
892155d
gh-114075: Capture `test_compileall` stdout output (#114076)
by Kirill Podoprigora
· 1 year, 7 months ago
f8a7910
gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (GH-113991)
by Serhiy Storchaka
· 1 year, 7 months ago
1709020
gh-113317: Move FormatCounterFormatter into libclinic (#114066)
by Erlend E. Aasland
· 1 year, 7 months ago
4de4e65
Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)
by Barney Gale
· 1 year, 7 months ago
ca6cf56
Add `pathlib._abc.PathModuleBase` (#113893)
by Barney Gale
· 1 year, 7 months ago
c280843
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (#114060)
by Hugo van Kemenade
· 1 year, 7 months ago
5dbcdfd
gh-113317: Move global utility functions into libclinic (#113986)
by Erlend E. Aasland
· 1 year, 7 months ago
77b45fa
gh-111803: Support loading more deeply nested lists in binary plist format (GH-114024)
by Serhiy Storchaka
· 1 year, 7 months ago
dd56b57
gh-114014: Update `fractions.Fraction()`'s rational parsing regex (#114015)
by Crowthebird
· 1 year, 7 months ago
c7d59bd
gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (#113567)
by Ronald Oussoren
· 1 year, 7 months ago
21f83ef
Add module docstring for `pathlib._abc`. (#113691)
by Barney Gale
· 1 year, 7 months ago
f20b151
pathlib ABCs: add `_raw_path` property (#113976)
by Barney Gale
· 1 year, 7 months ago
e4ff131
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#113829)
by Barney Gale
· 1 year, 7 months ago
dac1da2
GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on WASI (GH-114010)
by Brett Cannon
· 1 year, 7 months ago
3aa4b83
gh-89159: Document missing TarInfo members (#91564)
by Stanley
· 1 year, 7 months ago
3c19ee0
GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `test_isinstance` (#113997)
by Brett Cannon
· 1 year, 7 months ago
a47353d
datamodel: Fix a typo in ``object.__init_subclass__`` (#111599)
by InSync
· 1 year, 7 months ago
e97da86
Link to the glossary for "magic methods" in ``MagicMock`` (#111292)
by Pierre Equoy
· 1 year, 7 months ago
32f3684
Tutorial: Clarify 'nonzero exit status' in the appendix (#112039)
by Andrew Zipperer
· 1 year, 7 months ago
9a71750
Fix a grammatical error in `pycore_pymem.h` (#112993)
by Joseph Pearson
· 1 year, 7 months ago
794983c
gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)
by Hugo van Kemenade
· 1 year, 7 months ago
dce30c9
gh-95649: Document that asyncio contains uvloop code (#107536)
by Alois Klink
· 1 year, 7 months ago
8aa1263
GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickletester` (GH-113996)
by Brett Cannon
· 1 year, 7 months ago
b44b9d9
gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969)
by Gregory P. Smith
· 1 year, 7 months ago
ac92527
gh-113710: Add types to the interpreter DSL (#113711)
by Ken Jin
· 1 year, 7 months ago
7997079
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)
by Ronald Oussoren
· 1 year, 7 months ago
8aa0088
gh-107901: duplicate blocks with no lineno that have an eval break and multiple predecessors (#113950)
by Irit Katriel
· 1 year, 7 months ago
e02c15b
gh-113980: Fix resource warnings in test_asyncgen (GH-113984)
by Serhiy Storchaka
· 1 year, 7 months ago
ed06648
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
by Steve Dower
· 1 year, 7 months ago
e68806c
Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970)
by Ned Batchelder
· 1 year, 7 months ago
30e6cbd
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
by Brandt Bucher
· 1 year, 7 months ago
29e2839
gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835)
by Pablo Galindo Salgado
· 1 year, 7 months ago
de777e4
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)
by Mariusz Felisiak
· 1 year, 7 months ago
fcb4c8d
gh-113858: Cut down ccache size (GH-113945)
by Petr Viktorin
· 1 year, 7 months ago
e58334e
gh-113937 Fix failures in type cache tests due to re-running (GH-113953)
by Peter Lazorchak
· 1 year, 7 months ago
c4992f4
gh-113903: Fix an IDLE configdialog test (#113973)
by Terry Jan Reedy
· 1 year, 7 months ago
efa738e
gh-111968: Explicit handling for finalized freelist (gh-113929)
by Donghee Na
· 1 year, 7 months ago
53d2e1f
Improve kde graph with better caption and number formatting (gh-113967)
by Raymond Hettinger
· 1 year, 7 months ago
c9b8a22
GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (#107679)
by Adam Turner
· 1 year, 7 months ago
b4d4aa9
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
by Zackery Spytz
· 1 year, 7 months ago
2f126a7
Update KDE recipe to match the standard use of the h parameter (gh-#113958)
by Raymond Hettinger
· 1 year, 7 months ago
2e7577b
gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)
by Donghee Na
· 1 year, 7 months ago
8717f7b
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
by Serhiy Storchaka
· 1 year, 7 months ago
55824d0
GH-113853: Guarantee forward progress in executors (GH-113854)
by Mark Shannon
· 1 year, 7 months ago
0d8fec7
gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943)
by Irit Katriel
· 1 year, 7 months ago
7ed76fc
gh-91960: Remove Cirrus CI configuration (#113938)
by Victor Stinner
· 1 year, 7 months ago
9f08833
gh-113932: assert ``SyntaxWarning`` in test_compile.TestSpecifics.test_… (#113933)
by Kirill Podoprigora
· 1 year, 7 months ago
ec23e90
gh-112419: Document removal of sys.meta_path's 'find_module' fallback (#112421)
by AN Long
· 1 year, 7 months ago
2ac4cf4
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
by Nikita Sobolev
· 1 year, 7 months ago
f653caa
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)
by Peter Lazorchak
· 1 year, 7 months ago
c65ae26
gh-111968: Unify naming scheme for freelist (gh-113919)
by Donghee Na
· 1 year, 7 months ago
9d33c23
gh-113896: Fix test_builtin.BuiltinTest.test___ne__() (#113897)
by Kirill Podoprigora
· 1 year, 7 months ago
fafb327
gh-87868: Skip `test_one_environment_variable` in `test_subprocess` when the platform or build cannot do that (#113867)
by AN Long
· 1 year, 7 months ago
1d75fa4
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
by Victor Stinner
· 1 year, 7 months ago
e82b096
gh-112302: Point core developers to SBOM devguide on errors (#113490)
by Seth Michael Larson
· 1 year, 7 months ago
73ae202
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free list (#113754)
by Sam Gross
· 1 year, 7 months ago
Next »