| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix typos in documentation and comments (#119763) | Xie Yanbo | 2024-06-04 | 7 | -9/+9 |
|
|
* | gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021) | Victor Stinner | 2024-06-04 | 1 | -6/+6 |
|
|
* | gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020) | Victor Stinner | 2024-06-04 | 2 | -0/+3 |
|
|
* | gh-119070: Update test_shebang_executable_extension to always use non-install... | Steve Dower | 2024-06-04 | 1 | -3/+3 |
|
|
* | gh-119879: str.find(): Utilize last character gap for two-way periodic needle... | d.grigonis | 2024-06-04 | 2 | -28/+36 |
|
|
* | gh-106531: Apply changes from importlib_resources 6.3.2 (#117054) | Jason R. Coombs | 2024-06-04 | 16 | -146/+231 |
|
|
* | gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'... | Petr Viktorin | 2024-06-04 | 4 | -612/+455 |
|
|
* | gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) | Eric Snow | 2024-06-03 | 13 | -166/+381 |
|
|
* | gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991) | Eric Snow | 2024-06-03 | 2 | -1/+3 |
|
|
* | gh-117398: Add datetime Module State (gh-119810) | Eric Snow | 2024-06-03 | 5 | -162/+376 |
|
|
* | gh-117657: Fix race involving immortalizing objects (#119927) | Sam Gross | 2024-06-03 | 9 | -44/+30 |
|
|
* | update CODEOWNERS (#120003) | Irit Katriel | 2024-06-03 | 1 | -3/+1 |
|
|
* | gh-117657: Avoid `sem_clockwait` in TSAN (#119915) | Sam Gross | 2024-06-03 | 2 | -10/+1 |
|
|
* | gh-118835: pyrepl: Fix prompt length computation for custom prompts containin... | Daniel Hollas | 2024-06-03 | 3 | -2/+41 |
|
|
* | gh-119727: Add --single-process option to regrtest (#119728) | Victor Stinner | 2024-06-03 | 5 | -12/+46 |
|
|
* | gh-119057: Use better error messages for zero division (#119066) | Nikita Sobolev | 2024-06-03 | 11 | -20/+32 |
|
|
* | gh-119981: Use do while(0) in some symtable.c multi-line macros (#119982) | Bénédikt Tran | 2024-06-03 | 1 | -45/+52 |
|
|
* | Use Cirrus M1 macOS runners for CI (GH-119979) | Łukasz Langa | 2024-06-03 | 3 | -6/+7 |
|
|
* | gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591) | Jason R. Coombs | 2024-06-03 | 4 | -12/+32 |
|
|
* | gh-119679: Ensures correct import libraries are included in Windows install p... | Steve Dower | 2024-06-03 | 3 | -14/+23 |
|
|
* | gh-102511: Amend 3.13.0b1.rst (GH-119895) | Nice Zombies | 2024-06-03 | 1 | -0/+1 |
|
|
* | gh-116560: Add PyLong_GetSign() public function (#116561) | Sergey B Kirpichev | 2024-06-03 | 7 | -3/+66 |
|
|
* | gh-119786: move exception handling doc to InternalDocs (#119815) | Irit Katriel | 2024-06-03 | 3 | -182/+205 |
|
|
* | gh-119968: Improved monitoring c-api docs (#119969) | Awbert | 2024-06-03 | 1 | -1/+1 |
|
|
* | gh-119838: Treat Fraction as a real value in mixed arithmetic operations with... | Serhiy Storchaka | 2024-06-03 | 3 | -6/+6 |
|
|
* | gh-112026: Deprecate _PyDict_GetItemStringWithError() function (#119855) | Victor Stinner | 2024-06-03 | 1 | -1/+2 |
|
|
* | gh-119856: Support exiting help() with just "exit" (#119858) | Victor Stinner | 2024-06-03 | 1 | -2/+2 |
|
|
* | gh-116991: Improve `pygen --help` for `python` subparser (#116992) | Nikita Sobolev | 2024-06-03 | 1 | -1/+4 |
|
|
* | gh-118827: Remove `Quoter` from `urllib.parse` (#118828) | Nikita Sobolev | 2024-06-03 | 4 | -15/+10 |
|
|
* | gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507) | Radislav Chugunov | 2024-06-03 | 3 | -9/+45 |
|
|
* | gh-119396: Optimize unicode_decode_utf8_writer() (#119957) | Victor Stinner | 2024-06-03 | 1 | -5/+4 |
|
|
* | gh-119961: Fix test workflow status badge in README (#119962) | wookie184 | 2024-06-03 | 1 | -1/+1 |
|
|
* | gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) | Donghee Na | 2024-06-03 | 2 | -9/+11 |
|
|
* | gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alterna... | Solomon Himelbloom | 2024-06-03 | 1 | -1/+1 |
|
|
* | GH-119054: Add "Reading and writing files" section to pathlib docs (#119524) | Barney Gale | 2024-06-02 | 1 | -79/+84 |
|
|
* | Improve documentation for typing.get_type_hints (#119928) | Jelle Zijlstra | 2024-06-02 | 1 | -26/+28 |
|
|
* | gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921) | Sam Gross | 2024-06-02 | 2 | -2/+2 |
|
|
* | gh-119740: Remove deprecated trunc delegation (#119743) | Mark Dickinson | 2024-06-02 | 11 | -152/+16 |
|
|
* | gh-119775: Remove ability to create immutable types with mutable bases (#119776) | Nikita Sobolev | 2024-06-02 | 4 | -35/+13 |
|
|
* | gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932) | Alyssa Coghlan | 2024-06-02 | 3 | -21/+46 |
|
|
* | Refactor (mostly rearrange) the statistics module (gh-119930) | Raymond Hettinger | 2024-06-02 | 2 | -735/+783 |
|
|
* | gh-119016: Remove outdated sentences from the "classes" tutorial (#119130) | Nice Zombies | 2024-06-01 | 1 | -5/+1 |
|
|
* | GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (#119808) | Barney Gale | 2024-06-01 | 3 | -97/+68 |
|
|
* | Add unique() recipe to itertools docs (gh-119911) | Raymond Hettinger | 2024-06-01 | 1 | -2/+14 |
|
|
* | gh-117657: Add TSAN suppression for `set_discard_entry` (#119908) | Sam Gross | 2024-06-01 | 1 | -0/+2 |
|
|
* | gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure th... | Kirill Podoprigora | 2024-06-01 | 3 | -2/+12 |
|
|
* | Minor speed/accuracy improvement for kde() (gh-119910) | Raymond Hettinger | 2024-06-01 | 2 | -9/+10 |
|
|
* | gh-117657: Fix TSAN race in QSBR assertion (#119887) | Sam Gross | 2024-06-01 | 2 | -3/+2 |
|
|
* | gh-117657: Fix TSAN race in free-threaded GC (#119883) | Sam Gross | 2024-06-01 | 2 | -6/+2 |
|
|
* | Bump types-psutil from 5.9.5.20240423 to 5.9.5.20240516 in /Tools (#119900) | dependabot[bot] | 2024-06-01 | 1 | -1/+1 |
|
|