summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)neonene2022-08-011-0/+1
* GH-95245: Store object values and dict pointers in single tagged pointer. (GH...Mark Shannon2022-08-011-0/+2
* gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)Dong-hee Na2022-08-011-1/+1
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-011-0/+2
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)Terry Jan Reedy2022-08-011-0/+2
* gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)Dong-hee Na2022-07-311-0/+2
* gh-95471: IDLE - Tweak Edit menu (#95481)Terry Jan Reedy2022-07-311-0/+1
* gh-95454: Replace truthy/falsy with true/false (GH-95456)Robert O'Shea2022-07-305-4/+6
* gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)Erlend Egeberg Aasland2022-07-301-0/+1
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-0/+2
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)Erlend Egeberg Aasland2022-07-281-0/+2
* gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...Raghunandan Bhat2022-07-281-0/+2
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...[object Object]2022-07-281-0/+1
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Steve Dower2022-07-281-0/+3
* GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)Kumar Aditya2022-07-281-0/+1
* gh-95355: Check tokens[0] after allocating memory (GH-95356)Honglin Zhu2022-07-281-0/+1
* gh-95166: cancel map waited on future on timeout (GH-95169)Thomas Grainger2022-07-281-0/+1
* GH-90081: Run python tracers at full speed (GH-95328)Mark Shannon2022-07-281-0/+2
* gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)Serhiy Storchaka2022-07-281-0/+3
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-0/+2
* gh-95339: update bundled pip to 22.2.1 (gh-95340)Stéphane Bidoul2022-07-271-0/+1
* gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...Pablo Galindo Salgado2022-07-271-0/+2
* GH-93899: fix checks for eventfd flags (GH-95170)Kumar Aditya2022-07-271-0/+1
* GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)Kumar Aditya2022-07-271-0/+1
* gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)Jason R. Coombs2022-07-271-0/+1
* gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)Aivars Kalvāns2022-07-271-0/+2
* gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)Christian Heimes2022-07-271-0/+2
* gh-95174: WASI: skip missing sockets functions (GH-95179)Christian Heimes2022-07-271-0/+1
* gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)Christian Heimes2022-07-271-0/+2
* gh-95285: py.exe launcher fails with short argv0 (GH-95295)Steve Dower2022-07-261-0/+2
* gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288)Christian Heimes2022-07-261-0/+2
* gh-93678: extract 'struct cfg_builder' from the compiler so that the CFG can ...Irit Katriel2022-07-261-0/+1
* gh-95066: ast: Replace assert with ValueError (GH-95072)Shantanu2022-07-261-0/+1
* gh-95174: Handle missing dup() and constants in WASI (GH-95229)Christian Heimes2022-07-261-0/+2
* gh-91247: Use memcpy for list and tuple repeat (#91482)Pieter Eendebak2022-07-261-0/+1
* GH-92678: Expose managed dict clear and visit functions (#95246)Mark Shannon2022-07-251-0/+3
* gh-92546: Move pprint benchmark into pyperformance (GH-94613)Oleg Iarygin2022-07-251-0/+2
* gh-95077: [Enum] add code-based deprecation warnings for member.member access...Ethan Furman2022-07-251-0/+1
* gh-85454: Remove links from historical mentions of distutils (GH-95192)Oleg Iarygin2022-07-257-14/+14
* gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)Serhiy Storchaka2022-07-251-0/+1
* gh-95212: make multiprocessing test case parallel-safe (GH-95213)Christian Heimes2022-07-251-0/+2
* gh-95218: Move tests for importlib.resources into test_importlib.resources. (...Jason R. Coombs2022-07-251-0/+1
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Thomas Grainger2022-07-241-0/+1
* gh-95185: Check recursion depth in the AST constructor (#95186)Pablo Galindo Salgado2022-07-241-0/+3
* gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)Stéphane Bidoul2022-07-241-0/+1
* gh-95194: upgrade bundled pip to 22.2 (gh-95195)Stéphane Bidoul2022-07-241-0/+1
* gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)Inada Naoki2022-07-241-0/+2
* gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)Pablo Galindo Salgado2022-07-231-0/+3
* gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...Erlend Egeberg Aasland2022-07-231-0/+4
* gh-90385: Add `pathlib.Path.walk()` method (GH-92517)Stanislav Zmiev2022-07-221-0/+1