summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-113008: Correct argparse usage output for required, mutually exclusive gr...Payton2024-09-241-0/+1
* gh-59317: Improve parsing optional positional arguments in argparse (GH-124303)Serhiy Storchaka2024-09-241-0/+2
* gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116)Serhiy Storchaka2024-09-241-0/+1
* gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)Serhiy Storchaka2024-09-241-0/+2
* gh-72795: Make positional arguments with nargs='*' or REMAINDER non-required ...Serhiy Storchaka2024-09-241-0/+4
* gh-53780: Ignore the first "--" (double dash) between an option and command i...Serhiy Storchaka2024-09-241-0/+1
* gh-63143: Fix parsing mutually exclusive arguments in argparse (GH-124307)Serhiy Storchaka2024-09-241-0/+3
* gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)Victor Stinner2024-09-242-0/+5
* Fix typos (#124409)Xie Yanbo2024-09-243-3/+3
* gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)Jason Fried2024-09-241-0/+2
* gh-123990: Good bye WITH_FREELISTS macro (gh-124358)Donghee Na2024-09-241-0/+1
* gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)Petr Viktorin2024-09-241-0/+3
* gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)Bénédikt Tran2024-09-231-0/+2
* gh-116622: Complete Android documentation (#124259)Malcolm Smith2024-09-232-0/+2
* gh-124102: Update internal PCbuild docs to accurately list build dependencies...Wulian2024-09-231-0/+2
* GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)Brett Cannon2024-09-231-0/+1
* GH-87041: Fix incorrect indentation in argparse help (GH-124230)Savannah Ostrowski2024-09-231-0/+1
* gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...Steve Dower2024-09-231-0/+1
* gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid continuous ou...Terry Jan Reedy2024-09-221-0/+1
* gh-124213: Skip tests failing inside systemd-nspawn --suppress-sync=true (#12...Michał Górny2024-09-201-0/+3
* gh-111513: Improve datetime.fromtimestamp's error message (#124249)AN Long2024-09-201-0/+1
* gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (#124240)Y52024-09-201-0/+1
* gh-124248: Fix crash in struct when processing 0p fields (#124251)Brian Schubert2024-09-202-0/+3
* gh-123880: Allow recursive import of single-phase-init modules (GH-123950)Petr Viktorin2024-09-201-0/+2
* gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)sobolevn2024-09-201-0/+1
* gh-81691: Fix handling of multiple "--" (double dashes) in argparse (GH-124233)Serhiy Storchaka2024-09-201-0/+3
* gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)luk13372024-09-191-0/+2
* bpo-41843: Reenable use of sendfile in shutil module on Solaris (GH-23893)Jakub Kulík2024-09-191-0/+2
* Support the "pager" binary in _pyrepl (#122878)Stefano Rivera2024-09-191-0/+1
* gh-123934: Fix `MagicMock` not to reset magic method return values (#124038)sobolevn2024-09-191-0/+2
* gh-124212: Fix undefined variable in error message in venv (GH-124211)Jacek2024-09-181-0/+1
* gh-116022: Improve `repr()` of AST nodes (#117046)Tomas R2024-09-181-0/+1
* gh-122145: Handle an empty AST body when reporting tracebacks (#122161)Bénédikt Tran2024-09-181-0/+3
* gh-119771: Set errno on overflows in _Py_c_pow() (#120256)Sergey B Kirpichev2024-09-181-0/+2
* gh-124190: Ignore files directories check warning tooling (#124193)Nate Ohlson2024-09-181-0/+1
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-182-1/+9
* gh-122765: make prompt in activate.csh robust against unbalanced quotes and n...Jacek2024-09-171-0/+1
* gh-123836: workaround fmod(x, y) bug on Windows (#124171)Sergey B Kirpichev2024-09-171-0/+3
* gh-110190: Fix ctypes structs with array on SPARC (GH-118233)Jakub Kulík2024-09-171-0/+2
* Use pep role instead of url (#121611)Rafael Fontenelle2024-09-171-2/+2
* GH-123945: Update regex for parsing negative numbers that contain underscores...Savannah Ostrowski2024-09-171-0/+1
* GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)Rafael Fontenelle2024-09-172-2/+2
* gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#124078)Peter Bierma2024-09-161-0/+2
* gh-124064: Make warning emitting compiler options opt-in (#124070)Nate Ohlson2024-09-161-0/+1
* gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...Russell Keith-Magee2024-09-161-0/+38
* Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ...Hugo van Kemenade2024-09-131-1/+0
* gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...Wenzel Jakob2024-09-132-0/+6
* closes gh-124016: update Unicode to 16.0.0 (#124017)Benjamin Peterson2024-09-131-0/+1
* gh-124022: Fix bug where class docstring is removed in interactive mode (#124...Irit Katriel2024-09-131-0/+1
* gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)Nate Ohlson2024-09-131-0/+1