summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)Miro Hrončok2022-08-031-0/+1
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-0/+3
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Derek Kim2022-08-031-0/+1
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Stéphane Bidoul2022-08-031-0/+1
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...CAM Gerlach2022-08-031-0/+3
* GH-92678: Fix tp_dictoffset inheritance. (GH-95596)Mark Shannon2022-08-031-0/+2
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-0/+3
* gh-95191: IDLE: Include prompts when saving Shell #95554Terry Jan Reedy2022-08-021-0/+1
* GH-95150: Use position and exception tables for code hashing and equality (GH...Brandt Bucher2022-08-011-0/+3
* gh-91447: Fix findtext to only give an empty string on None (GH-91486)Eugene Triguba2022-08-011-0/+2
* 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