| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-123756: Disable restart command if pdb is in inline mode (#123757) | Tian Gao | 2024-09-25 | 2 | -1/+18 |
|
|
* | import: permit __name__ for use in __name__ = "__main__": (#124381) | Thomas Grainger | 2024-09-25 | 1 | -1/+1 |
|
|
* | gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (#123231) | Damien | 2024-09-25 | 1 | -0/+3 |
|
|
* | gh-123968: fix -f/--float command line option description (#124517) | Robert Wolff | 2024-09-25 | 1 | -1/+1 |
|
|
* | gh-124285: Fix bug where bool() is called multiple times for the same part of... | Irit Katriel | 2024-09-25 | 1 | -0/+6 |
|
|
* | gh-123014: Disable pidfd API on older Android versions (#124458) | Malcolm Smith | 2024-09-25 | 2 | -2/+2 |
|
|
* | gh-123445: calendar: Improve descriptions for day and month attributes (#123483) | Mat S | 2024-09-25 | 1 | -4/+20 |
|
|
* | Doc: Improve documentation for the ``path`` argument in ``shutil.which()`` (#... | Tom Most | 2024-09-25 | 1 | -6/+7 |
|
|
* | gh-90562: Support zero argument super with dataclasses when slots=True (gh-12... | Eric V. Smith | 2024-09-25 | 1 | -7/+0 |
|
|
* | gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255) | Tian Gao | 2024-09-24 | 1 | -1/+7 |
|
|
* | GH-87358: Add clarification about nargs and default argparse behaviour (#124094) | Savannah Ostrowski | 2024-09-24 | 1 | -0/+3 |
|
|
* | gh-65169: Clarify prog default in argparse (GH-31602) | Stanley | 2024-09-24 | 1 | -4/+5 |
|
|
* | gh-124120: Document `Annotated.__origin__` (#124125) | sobolevn | 2024-09-24 | 1 | -0/+18 |
|
|
* | gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128) | Victor Stinner | 2024-09-24 | 2 | -3/+5 |
|
|
* | gh-119180: Add discussion of annotations to the 3.14 What's New (#124393) | Jelle Zijlstra | 2024-09-24 | 1 | -1/+88 |
|
|
* | gh-119333: Add C api to have contextvar enter/exit callbacks (#119335) | Jason Fried | 2024-09-24 | 1 | -0/+46 |
|
|
* | gh-123990: Good bye WITH_FREELISTS macro (gh-124358) | Donghee Na | 2024-09-24 | 2 | -7/+1 |
|
|
* | gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292) | Petr Viktorin | 2024-09-24 | 1 | -7/+14 |
|
|
* | gh-119004: fix a crash in equality testing between `OrderedDict` (#121329) | Bénédikt Tran | 2024-09-23 | 1 | -2/+5 |
|
|
* | gh-116622: Complete Android documentation (#124259) | Malcolm Smith | 2024-09-23 | 19 | -100/+191 |
|
|
* | Bump Ruff to 0.6.7 (#124384) | Alex Waygood | 2024-09-23 | 1 | -4/+1 |
|
|
* | Doc: Add ``make dist-no-html`` (#124383) | Adam Turner | 2024-09-23 | 2 | -2/+32 |
|
|
* | GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377) | Brett Cannon | 2024-09-23 | 4 | -5/+13 |
|
|
* | GH-109975: Copyedit 3.13 What's New: Trivia (#124348) | Adam Turner | 2024-09-23 | 1 | -23/+17 |
|
|
* | GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending remo... | Adam Turner | 2024-09-23 | 4 | -60/+114 |
|
|
* | GH-109975: Copyedit 3.13 What's New: Build Changes (#124343) | Adam Turner | 2024-09-23 | 1 | -24/+33 |
|
|
* | GH-109975: Copyedit 3.13 What's New: Porting to Python 3.13 (#124341) | Adam Turner | 2024-09-23 | 1 | -85/+104 |
|
|
* | Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the... | decorator-factory | 2024-09-23 | 1 | -1/+1 |
|
|
* | GH-109975: Copyedit 3.13 What's New: C API (#124313) | Adam Turner | 2024-09-23 | 4 | -354/+457 |
|
|
* | GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932) | Savannah Ostrowski | 2024-09-23 | 1 | -5/+5 |
|
|
* | gh-124130: Notes on empty string corner case of category `\B` (#124133) | Y5 | 2024-09-23 | 1 | -0/+6 |
|
|
* | Fix typo in XMLParser doc (#124129) | Jacob Walls | 2024-09-20 | 1 | -1/+1 |
|
|
* | Docs: Update two FAQs for Python 3 (#124247) | Hugo van Kemenade | 2024-09-19 | 2 | -8/+6 |
|
|
* | bpo-41843: Reenable use of sendfile in shutil module on Solaris (GH-23893) | Jakub Kulík | 2024-09-19 | 1 | -1/+4 |
|
|
* | Fix `make htmllive` target (GH-124219) | Zachary Ware | 2024-09-18 | 1 | -1/+1 |
|
|
* | gh-116022: Improve `repr()` of AST nodes (#117046) | Tomas R | 2024-09-18 | 1 | -0/+5 |
|
|
* | gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134) | Petr Viktorin | 2024-09-18 | 5 | -3/+43 |
|
|
* | gh-119771: Set errno on overflows in _Py_c_pow() (#120256) | Sergey B Kirpichev | 2024-09-18 | 1 | -0/+2 |
|
|
* | gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124... | neonene | 2024-09-18 | 3 | -1/+73 |
|
|
* | gh-124194: Fix wrong issue number in What's New in Python 3.8 (#124195) | Bradley Reynolds | 2024-09-18 | 1 | -1/+1 |
|
|
* | GH-103484: Fix broken links reported by linkcheck (#124169) | Rafael Fontenelle | 2024-09-17 | 6 | -6/+6 |
|
|
* | Use pep role instead of url (#121611) | Rafael Fontenelle | 2024-09-17 | 10 | -40/+35 |
|
|
* | GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) | Rafael Fontenelle | 2024-09-17 | 15 | -24/+28 |
|
|
* | GH-109975: Copyedit 3.13 What's New: New Deprecations (#123845) | Adam Turner | 2024-09-16 | 3 | -178/+265 |
|
|
* | gh-121607: Edited source file import recipe to make it more clear (#121519) | Chris Barker | 2024-09-13 | 1 | -12/+25 |
|
|
* | Minor edits to the descriptor guide (GH-123928) | Raymond Hettinger | 2024-09-13 | 1 | -4/+6 |
|
|
* | gh-100554: Fix formatting of type.rst modifications (#124066) | Oleg Iarygin | 2024-09-13 | 1 | -6/+5 |
|
|
* | gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`... | Wenzel Jakob | 2024-09-13 | 2 | -10/+42 |
|
|
* | Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379) | utkonos | 2024-09-13 | 1 | -1/+1 |
|
|
* | Update to 3.13 the output of exceptions raised (#123888) | Rafael Fontenelle | 2024-09-13 | 1 | -3/+42 |
|
|