summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update outdated info in ``Tools/cases_generator/README.md`` (#114844)Kirill Podoprigora2024-02-011-7/+21
* Write about Tier 2 and JIT in "what's new 3.13" (#114826)Guido van Rossum2024-02-011-0/+47
* Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)Anders Kaseorg2024-02-011-1/+0
* gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)Ayappan Perumal2024-02-012-1/+5
* gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)Tomas R2024-02-011-0/+11
* build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 in /Tools ...dependabot[bot]2024-02-011-1/+1
* build(deps): bump actions/cache from 3 to 4 (#114856)dependabot[bot]2024-02-014-12/+12
* build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools (#114851)dependabot[bot]2024-02-011-1/+1
* build(deps-dev): bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 in /T...dependabot[bot]2024-02-011-1/+1
* Fix typos in ElementTree documentation (GH-108848)Christophe Nanteuil2024-02-011-3/+3
* gh-114746: Avoid quadratic behavior in free-threaded GC (GH-114817)Sam Gross2024-02-011-73/+29
* gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)technillogue2024-02-012-5/+5
* gh-114648: Add IndexError exception to tutorial datastructures list.pop entry...srinivasan2024-02-011-4/+3
* gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)Skip Montanaro2024-02-011-0/+4
* gh-114811: Change '\*' to '*' in warnings.rst (#114819)Pradyot Ranjan2024-02-011-1/+1
* CI: Test on macOS M1 (#114766)Hugo van Kemenade2024-02-011-2/+9
* gh-111112: Avoid potential confusion in TCP server example. (#111113)Aidan Holm2024-02-011-3/+4
* gh-109534: fix reference leak when SSL handshake fails (#114074)Jamie Phan2024-02-013-0/+8
* gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)Donghee Na2024-01-313-8/+21
* Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)Bradley Reynolds2024-01-311-1/+4
* gh-114788: Do not run JIT workflow on unrelated changes (#114789)Nikita Sobolev2024-01-311-2/+11
* gh-113939: Frame clear, clear locals (#113940)Albert Zeyer2024-01-313-0/+27
* gh-111741: Recognise image/webp as a standard format in the mimetypes module ...Nachtalb2024-01-313-3/+3
* gh-59013: Set breakpoint on the first executable line of function when using ...Tian Gao2024-01-313-22/+61
* gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (#114791)Nikita Sobolev2024-01-311-0/+1
* Remove Alex Waygood as an Argument Clinic CODEOWNER (#114796)Alex Waygood2024-01-311-2/+2
* gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)Sam Gross2024-01-312-1/+3
* gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)Serhiy Storchaka2024-01-314-2/+19
* gh-101100: Fix class reference in library/test.rst (GH-114769)Skip Montanaro2024-01-311-1/+1
* gh-109653: Speedup import of threading module (#114509)Daniel Hollas2024-01-312-3/+2
* Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)Erlend E. Aasland2024-01-311-61/+56
* GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `te...Brett Cannon2024-01-312-3/+5
* pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114...Barney Gale2024-01-313-21/+29
* pathlib ABCs: raise `UnsupportedOperation` directly. (#114776)Barney Gale2024-01-312-33/+31
* gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)Diego Russo2024-01-302-1/+2
* gh-106392: Fix inconsistency in deprecation warnings in datetime module (GH-1...Serhiy Storchaka2024-01-301-3/+3
* GH-113464: Add aarch64-apple-darwin/clang to JIT CI (GH-114759)Brandt Bucher2024-01-301-3/+8
* gh-101100: Fix references in csv docs (GH-114658)Skip Montanaro2024-01-302-8/+7
* gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when ava...Matt Prodani2024-01-304-3/+17
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-306-23/+35
* ``importlib/_bootstrap.py``: Reduce size of ``_List`` instances (GH-114747)Kirill Podoprigora2024-01-301-1/+1
* Clarify one-item tuple (#114745)Terry Jan Reedy2024-01-301-2/+3
* gh-112075: refactor dictionary lookup functions for better re-usability (#114...Dino Viehland2024-01-301-97/+95
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-3011-4/+21
* gh-112919: Speed-up datetime, date and time.replace() (GH-112921)Eugene Toder2024-01-307-96/+476
* gh-109975: Copyedit "What's New in Python 3.13" (#114401)Hugo van Kemenade2024-01-301-110/+108
* GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of st...Barney Gale2024-01-303-12/+7
* gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)Vinay Sajip2024-01-302-3/+5
* gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...Serhiy Storchaka2024-01-304-18/+57
* gh-103323: Remove current_fast_get() unused parameter (#114593)Victor Stinner2024-01-301-26/+24