summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-282-0/+2
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-0/+1
* gh-89739: gh-77140: Support zip64 in zipimport (GH-94146)Tim Hatch2024-03-281-0/+1
* gh-99108: Update and check HACL* version information (GH-117295)Seth Michael Larson2024-03-271-4/+4
* gh-71042: Add `platform.android_ver` (#116674)Malcolm Smith2024-03-271-0/+2
* gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise ...Hugo van Kemenade2024-03-271-0/+2
* gh-113548: Allow CLI arguments to `pdb -m` (#113557)Tian Gao2024-03-271-0/+1
* gh-115775: Compiler adds __static_attributes__ field to classes (#115913)Irit Katriel2024-03-261-0/+3
* gh-97901 add missing text/rtf to mimetypes (GH-97902)Antonio2024-03-261-0/+1
* gh-98966: Handle stdout=subprocess.STDOUT (GH-98967)Paulo Neves2024-03-261-0/+2
* gh-66543: Fix mimetype.guess_type() (GH-117217)Serhiy Storchaka2024-03-261-0/+4
* GH-117108: Set the "old space bit" to "visited" for all young objects (#117213)Mark Shannon2024-03-261-0/+3
* bpo-24612: Improve syntax error for 'not' after an operator (GH-28170)Pablo Galindo Salgado2024-03-261-0/+2
* gh-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCALL (GH-115628)yevgeny hong2024-03-261-0/+2
* gh-83434: Disable XML in regrtest when -R option is used (#117232)Victor Stinner2024-03-261-0/+3
* gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203)Sebastian Pipping2024-03-261-0/+1
* gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237)Jonathan Protzenko2024-03-262-32/+38
* gh-109870: Dataclasses: batch up exec calls (gh-110851)Eric V. Smith2024-03-251-0/+3
* gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)Nice Zombies2024-03-251-0/+1
* gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)Victor Stinner2024-03-252-0/+4
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-251-0/+3
* gh-112948: Make pdb completion similar to repl completion (#112950)Tian Gao2024-03-251-0/+1
* gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)Irit Katriel2024-03-231-0/+1
* gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)Erik Soma2024-03-231-0/+1
* GH-117108: Change the size of the GC increment to about 1% of the total heap ...Mark Shannon2024-03-221-0/+3
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-0/+1
* gh-117084: Fix ZIP file extraction for directory entry names with backslashes...Serhiy Storchaka2024-03-221-0/+2
* GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)Jakub Stasiak2024-03-221-0/+9
* gh-116745: Remove all internal usage of @LIBPYTHON@ (#116746)Thomas A Caswell2024-03-212-2/+2
* gh-71052: Add Android build script and instructions (#116426)Malcolm Smith2024-03-211-0/+1
* gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)Will Childs-Klein2024-03-211-0/+3
* gh-85283: Build _testconsole extension with limited C API (#117125)Victor Stinner2024-03-211-2/+3
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-213-0/+12
* gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)Malcolm Smith2024-03-211-0/+1
* gh-116987: Support class code objects in inspect.findsource() (GH-117025)Tian Gao2024-03-211-0/+1
* GH-109653: Defer import of ``importlib.metadata._adapters`` (#109829)Adam Turner2024-03-211-0/+2
* gh-117089: Move importlib.metadata tests to their own package (#117092)Jason R. Coombs2024-03-201-0/+1
* gh-114314: ctypes: remove stgdict and switch to heap types (GH-116458)Petr Viktorin2024-03-201-0/+3
* gh-116773: Ensure overlapped objects on Windows are not deallocated too early...jkriegshauser2024-03-201-0/+1
* gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...Serhiy Storchaka2024-03-201-0/+2
* GH-108362: Incremental Cycle GC (GH-116206)Mark Shannon2024-03-201-0/+12
* gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)Sam Gross2024-03-191-0/+2
* gh-116647: Fix recursive child in dataclasses (#116790)et-repositories2024-03-191-0/+1
* gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)Victor Stinner2024-03-191-0/+3
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-0/+2
* gh-116957: configparser: Do post-process values after DuplicateOptionError (G...David Röthlisberger2024-03-191-0/+3
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-191-0/+3
* gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)Aviel Boag2024-03-191-0/+1
* gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)Pierre Ossman (ThinLinc team)2024-03-181-0/+3
* gh-116869: Make C API compatible with ISO C90 (#116950)Victor Stinner2024-03-181-0/+2