summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)Petr Viktorin2024-09-131-0/+3
* gh-123614: Add save function to turtle.py (#123617)Yngve Mardal Moe2024-09-131-0/+2
* gh-123976: Refresh docs around custom providers. (#123977)Jason R. Coombs2024-09-131-0/+1
* gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028)Miro Hrončok2024-09-131-0/+2
* gh-123085: Fix issue in inferred caller when resources package has no source ...Jason R. Coombs2024-09-121-0/+3
* gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...Sam Gross2024-09-121-0/+4
* gh-123968: Fix lower bound for `python -m random --float` (#123971)Anders Kaseorg2024-09-121-0/+1
* gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (#123941)sobolevn2024-09-121-0/+2
* gh-121735: Fix module-adjacent references in zip files (#123037)Jason R. Coombs2024-09-121-0/+3
* Update Sphinx Lint and fix unnecessary parentheses in `:func:`s (#123960)Hugo van Kemenade2024-09-111-1/+1
* gh-123958: apply docstring removal optimization in ast_opt instead of codegen...Irit Katriel2024-09-111-0/+1
* gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-1...Serhiy Storchaka2024-09-111-0/+4
* gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different d...adang13452024-09-101-0/+1
* gh-122239: Add actual count in unbalanced unpacking error message when possib...Tushar Sadhwani2024-09-101-0/+3
* gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893)Victor Stinner2024-09-101-0/+1
* gh-122213: Add notes for pickle serialization errors (GH-122214)Serhiy Storchaka2024-09-091-0/+2
* gh-84808: socket.connect_ex: Handle negative errno (GH-122304)Jérôme Duval2024-09-091-0/+3
* Fix typos (#123775)algonell2024-09-091-1/+1