Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0a6
/
Misc
tag
767e0d877a6fb56c46d9657b44f9a897e9c9a3ab
tagger
Thomas Wouters <thomas@python.org>
Tue Mar 07 21:48:18 2023
object
f9774e57d84162ff0cba0b17a3dcdb93dfbce45e
Python 3.12.0a6
f9774e5
Python 3.12.0a6
by Thomas Wouters
· 2 years, 6 months ago
v3.12.0a6
a33ca2a
gh-102493: fix normalization in PyErr_SetObject (#102502)
by Irit Katriel
· 2 years, 6 months ago
f533f21
gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)
by Pablo Galindo Salgado
· 2 years, 6 months ago
6716254
GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)
by Barney Gale
· 2 years, 6 months ago
3e60e02
GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664)
by Barney Gale
· 2 years, 6 months ago
3572c86
GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (#101665)
by Barney Gale
· 2 years, 6 months ago
9a478be
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (#102318)
by Yeojin Kim
· 2 years, 6 months ago
66aa78c
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
by Marta Gómez Macías
· 2 years, 6 months ago
eff9f43
gh-96821: Add config option `--with-strict-overflow` (#96823)
by Matthias Görgens
· 2 years, 6 months ago
8176334
gh-63301: Set exit code when tabnanny CLI exits on error (#7699)
by Jaysinh Shukla
· 2 years, 6 months ago
77a3196
gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)
by Byeongmin Choi
· 2 years, 6 months ago
90801e4
gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303)
by Gouvernathor
· 2 years, 6 months ago
c2bd55d
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
by Alexey Izbyshev
· 2 years, 6 months ago
705487c
gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (#101896)
by Raj
· 2 years, 6 months ago
c1748ed
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetValueEx (GH-102345)
by Max Bachmann
· 2 years, 6 months ago
938e36f
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
by Max Bachmann
· 2 years, 6 months ago
6b2d7c0
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
by Petr Viktorin
· 2 years, 6 months ago
0f89acf
gh-101561: Add typing.override decorator (#101564)
by Steven Troxler
· 2 years, 6 months ago
4f3786b
gh-101773: Optimize creation of Fractions in private methods (#101780)
by Sergey B Kirpichev
· 2 years, 6 months ago
e3c3f9f
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
by Dennis Sweeney
· 2 years, 6 months ago
f3cb15c
gh-91038: Change default argument value to `False` instead of `0` (#31621)
by Rotzbua
· 2 years, 6 months ago
89d9ff0
gh-101997: Update bundled pip version to 23.0.1 (#101998)
by Pradyun Gedam
· 2 years, 6 months ago
5f11478
GH-102126: fix deadlock at shutdown when clearing thread states (#102222)
by Kumar Aditya
· 2 years, 6 months ago
56e93c8
gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)
by SKO
· 2 years, 6 months ago
54dfa14
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (#101769)
by Ionite
· 2 years, 6 months ago
1fa3890
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
by Max Bachmann
· 2 years, 6 months ago
347f740
gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh-102191)
by Yeojin Kim
· 2 years, 6 months ago
0c85786
Fix deadlock on shutdown if test_current_{exception,frames} fails (#102019)
by Jacob Bower
· 2 years, 6 months ago
665730d
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7822)
by Zackery Spytz
· 2 years, 6 months ago
5b9573e
gh-101578: Fixup NEWS and add What's New entry for new exception APIs (#102157)
by Erlend E. Aasland
· 2 years, 6 months ago
22b8d77
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
by Mark Shannon
· 2 years, 6 months ago
572223f
Revert "bpo-46978: Correct docstrings for in-place builtin operators #31802) (#102146)
by Irit Katriel
· 2 years, 6 months ago
056dfc7
gh-87634: remove locking from functools.cached_property (GH-101890)
by Carl Meyer
· 2 years, 6 months ago
fcadc7e
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
by Jonathan Protzenko
· 2 years, 6 months ago
7c106a4
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrumentation. (GH-101985)
by Mark Shannon
· 2 years, 6 months ago
3ba7743
gh-99942: python.pc on android/cygwin should link to libpython per configure.ac (GH-100356)
by Eli Schwartz
· 2 years, 6 months ago
d5c7954
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
by Hyunkyun Moon
· 2 years, 6 months ago
0d4c7fc
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
by Vo Hoang Long
· 2 years, 6 months ago
6f25657
gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068)
by Gihwan Kim
· 2 years, 6 months ago
022b44f
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
by Irit Katriel
· 2 years, 6 months ago
36854bb
gh-101566: Sync with zipp 3.14. (GH-102018)
by Jason R. Coombs
· 2 years, 6 months ago
59e86ca
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
by Tim Hatch
· 2 years, 6 months ago
a99eb5c
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
by Steve Dower
· 2 years, 6 months ago
b1b375e
gh-97786: Fix compiler warnings in pytime.c (#101826)
by Mark Dickinson
· 2 years, 6 months ago
b513c46
gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)
by Mark Dickinson
· 2 years, 6 months ago
61f1e67
GH-84783: Make the slice object hashable (GH-101264)
by Furkan Onder
· 2 years, 6 months ago
5170caf
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
by Jason R. Coombs
· 2 years, 6 months ago
128379b
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
by Nicko van Someren
· 2 years, 6 months ago
89413bb
gh-101967: add a missing error check (#101968)
by Eclips4
· 2 years, 6 months ago
072011b
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (GH-100812)
by Barney Gale
· 2 years, 6 months ago
d401b20
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)
by Barney Gale
· 2 years, 6 months ago
3c0a31c
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
by Yeojin Kim
· 2 years, 6 months ago
4d8959b
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
by Eric Snow
· 2 years, 6 months ago
a5024a2
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
by Kumar Aditya
· 2 years, 6 months ago
226484e
gh-99942: correct the pkg-config/python-config flags for cygwin/android
by Eli Schwartz
· 2 years, 6 months ago
68bd8c5
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
by Eclips4
· 2 years, 6 months ago
739c026
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882)
by Rayyan Ansari
· 2 years, 6 months ago
0b13575
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
by Gregory P. Smith
· 2 years, 6 months ago
89ac665
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibility (gh-99040)
by Eric Snow
· 2 years, 6 months ago
b2fc549
gh-101758: Clean Up Uses of Import State (gh-101919)
by Eric Snow
· 2 years, 6 months ago
c1ce0d1
gh-99138: Isolate _zoneinfo (#99218)
by Erlend E. Aasland
· 2 years, 6 months ago
8a2b7ee
gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied as a sequence (#101698)
by Erlend E. Aasland
· 2 years, 6 months ago
81e3aa83
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
by Irit Katriel
· 2 years, 6 months ago
e5da9ab
gh-99108: Import SHA2-384/512 from HACL* (#101707)
by Jonathan Protzenko
· 2 years, 6 months ago
8be8101
gh-101857: Allow xattr detection on musl libc (#101858)
by Sam James
· 2 years, 6 months ago
928752c
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
by Radek Smejkal
· 2 years, 6 months ago
0c6fe81
gh-101849: Add upgrade codes for old versions of launcher that ended up with later version numbers (GH-101877)
by Steve Dower
· 2 years, 6 months ago
160f2fe
GH-87849: Simplify stack effect of SEND and specialize it for generators and coroutines. (GH-101788)
by Mark Shannon
· 2 years, 6 months ago
dfc2e06
gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (#101841)
by Gregory P. Smith
· 2 years, 6 months ago
da2fb92
gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)
by Soumendra Ganguly
· 2 years, 6 months ago
1d19423
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (#101837)
by Gregory P. Smith
· 2 years, 6 months ago
e1aaded
gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
by Steve Dower
· 2 years, 6 months ago
366b949
gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)
by Irit Katriel
· 2 years, 6 months ago
5d15224
gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)
by Erlend E. Aasland
· 2 years, 6 months ago
826bf0e
gh-101277: Finalise isolating itertools (GH-101305)
by Erlend E. Aasland
· 2 years, 6 months ago
d40a23c
gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)
by Erlend E. Aasland
· 2 years, 6 months ago
5b946d3
gh-101430: Update tracemalloc to handle presize properly. (gh-101745)
by Dong-hee Na
· 2 years, 6 months ago
b41c47c
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
by Gregory P. Smith
· 2 years, 6 months ago
ecfd2d3
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#GH-101736)
by Mark Shannon
· 2 years, 6 months ago
244d4cd
gh-85984: Remove legacy Lib/pty.py code. (#92365)
by Soumendra Ganguly
· 2 years, 6 months ago
23751ed
gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)
by Oleg Iarygin
· 2 years, 6 months ago
d9de079
GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)
by Kumar Aditya
· 2 years, 6 months ago
2a8bf25
gh-100221: Fix creating dirs in `make sharedinstall` (GH-100329)
by Michał Górny
· 2 years, 6 months ago
86ebd5c
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
by Michael Droettboom
· 2 years, 6 months ago
3a88de7
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615)
by David Hewitt
· 2 years, 6 months ago
feec49c
GH-101578: Normalize the current exception (GH-101607)
by Mark Shannon
· 2 years, 6 months ago
790ff6b
gh-101446: Change `repr` of `collections.OrderedDict` (#101661)
by Nikita Sobolev
· 2 years, 6 months ago
753fc8a
gh-101632: Add the new RETURN_CONST opcode (#101633)
by penguin_wwy
· 2 years, 6 months ago
0d3d500
Merge branch 'main' of https://github.com/python/cpython into main
by Thomas Wouters
· 2 years, 6 months ago
f87f6e2
gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack` (#101652)
by Oleg Iarygin
· 2 years, 6 months ago
3c67ec3
Python 3.12.0a5
by Thomas Wouters
· 2 years, 6 months ago
v3.12.0a5
7990324
[gh-101072] Fix Blurb for GH-101127
by Łukasz Langa
· 2 years, 6 months ago
ae62bdd
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
by Matthieu Dartiailh
· 2 years, 6 months ago
1fcc0ef
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
by Jonathan Protzenko
· 2 years, 6 months ago
132b3f8
gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh-101431)
by Eric Snow
· 2 years, 6 months ago
b96b344
gh-101562: typing: add tests for inheritance with NotRequired & Required in parent fields (#101563)
by Eclips4
· 2 years, 6 months ago
7a25310
gh-101543: Ensure Windows registry path is only used when stdlib can't be found (GH-101544)
by Steve Dower
· 2 years, 6 months ago
9ef7e75
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-101388)
by Dong-hee Na
· 2 years, 7 months ago
ef7c2bf
gh-101541: [Enum] create flag psuedo-member without calling original __new__ (GH-101590)
by Ethan Furman
· 2 years, 7 months ago
ffcb822
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
by Gregory P. Smith
· 2 years, 7 months ago
Next »