]> granicus.if.org Git - python/history - Modules
Rebased version of what's new PR (#16745)
[python] / Modules /
2019-10-13 Pablo Galindobpo-38379: Don't block collection of unreachable object...
2019-10-13 Serhiy Storchakabpo-38378: Rename parameters "out" and "in" of os.sendf...
2019-10-13 Pablo Galindobpo-38282: Correctly manage the Bluetooth L2CAP socket...
2019-10-12 Gregory P. Smithbpo-38417: Add umask support to subprocess (GH-16726)
2019-10-12 Pablo Galindobpo-37731: Reorder includes in xmltok.c to avoid redefi...
2019-10-10 Pablo Galindobpo-38437: Activate GC_DEBUG when PY_DEBUG is set ...
2019-10-10 Victor Stinnerbpo-38282: Rewrite getsockaddrarg() helper function...
2019-10-10 Victor Stinnerbpo-38353: Fix typos in calculate_argv0_path_framework...
2019-10-10 Victor Stinnerbpo-38392: Only declare visit_validate() if Py_DEBUG...
2019-10-09 Tim Petersbpo-38379: don't claim objects are collected when...
2019-10-09 Antonio Gutierrezcloses bpo-36161: Use thread-safe ttyname_r instead...
2019-10-08 Vinay Sajipbpo-38368: Added fix for ctypes crash when handling...
2019-10-08 Serhiy Storchakabpo-38371: Tkinter: deprecate the split() method. ...
2019-10-08 Antonio Gutierrezcloses bpo-38402: Check error of primitive crypt/crypt_...
2019-10-08 Victor Stinnerbpo-38070: Enhance visit_decref() debug trace (GH-16631)
2019-10-07 Victor Stinnerbpo-38392: PyObject_GC_Track() validates object in...
2019-10-07 Victor Stinnerbpo-36389: _PyObject_CheckConsistency() available in...
2019-10-07 Ben Harperbpo-36356: Fix memory leak in _asynciomodule.c (GH...
2019-10-07 Xiang ZhangFix a compile warning in selectmodule.c. (GH-16617)
2019-10-07 Victor Stinnerbpo-38353: Simplify calculate_pybuilddir() (GH-16614)
2019-10-04 Victor Stinnerbpo-38353: getpath.c: allocates strings on the heap...
2019-10-04 Victor Stinnerbpo-38353: getpath.c uses dynamically allocated strings...
2019-10-04 Serhiy Storchakabpo-13153: Use OS native encoding for converting betwee...
2019-10-04 Victor Stinnerbpo-38353: Rework ismodule() in getpath.c (GH-16574)
2019-10-04 Victor Stinnerbpo-38353: Add subfunctions to getpath.c (GH-16572)
2019-10-03 Victor Stinnerbpo-38353: Fix calculate_argv0_path() for symlinks...
2019-10-02 Victor Stinnerbpo-38353: Cleanup includes in the internal C API ...
2019-10-01 Victor Stinnerbpo-37474: Don't call fedisableexcept() on FreeBSD...
2019-10-01 Victor Stinnerbpo-38321: Fix compiler warning in _randommodule.c...
2019-10-01 Victor Stinnerbpo-38304: PyConfig_InitPythonConfig() cannot fail...
2019-10-01 Victor Stinnerbpo-38304: Remove PyConfig.struct_size (GH-16500) ...
2019-09-30 Victor Stinnerbpo-38321: Fix _testcapimodule.c warning (GH-16494)
2019-09-30 Neil SchemenauerClear weakrefs in garbage found by the GC (#16495)
2019-09-30 Victor Stinnerbpo-38321: Fix PyCStructUnionType_update_stgdict()...
2019-09-30 Victor Stinnerbpo-38321: Fix _asynciomodule.c compiler warning (GH...
2019-09-28 Victor Stinnerbpo-38304: Add PyConfig.struct_size (GH-16451)
2019-09-27 Christian Heimesbpo-38270: More fixes for strict crypto policy (GH...
2019-09-26 Benjamin Petersoncloses bpo-38174: Update vendored expat library to...
2019-09-25 Christian Heimesbpo-38142: Updated _hashopenssl.c to be PEP 384 complia...
2019-09-25 Yury Selivanovbpo-38248: Fix inconsistent immediate asyncio.Task...
2019-09-25 Vinay SajipChanged conditions for ctypes array-in-struct handling...
2019-09-25 Vinay Sajipbpo-22273: Disabled tests while investigating buildbot...
2019-09-25 Dong-hee Nabpo-38265: Update os.pread to accept the length type...
2019-09-25 Vinay Sajipbpo-22273: Update ctypes to correctly handle arrays...
2019-09-25 Victor Stinnerbpo-38234: Cleanup getpath.c (GH-16367)
2019-09-24 Victor Stinnerbpo-38234: Add tests for Python init path config (GH...
2019-09-23 Victor Stinnerbpo-38234: read_pth_file() now returns PyStatus (GH...
2019-09-23 Victor Stinnerbpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
2019-09-20 Victor Stinnerbpo-38234: Fix PyConfig_Read() when Py_SetPath() was...
2019-09-20 Orivej Deshbpo-6559: Update _posixsubprocess.fork_exec doc (GH...
2019-09-19 Eddie Elizondobpo-38140: Make dict and weakref offsets opaque for...
2019-09-18 Victor Stinnerbpo-38203: faulthandler.dump_traceback_later() is alway...
2019-09-17 Serhiy Storchakabpo-38185: Fixed case-insensitive string comparison...
2019-09-16 Christian Heimesbpo-33936: Don't call obsolete init methods with OpenSS...
2019-09-16 Serhiy Storchakabpo-38175: Fix a memory leak in comparison of sqlite3...
2019-09-16 Hai ShiFix a possbile refleak in setint() of mmapmodule.c...
2019-09-15 Raymond Hettingerbpo-37798: Prevent undefined behavior in direct calls...
2019-09-15 Dino ViehlandFix missing dec ref (#16158)
2019-09-14 Christian Heimesbpo-38153: detect shake independently from sha3 (GH...
2019-09-14 Dino Viehlandbpo-38116: Convert select module to PEP-384 (#15971)
2019-09-14 Serhiy Storchakabpo-37206: Unrepresentable default values no longer...
2019-09-13 Serhiy Storchakabpo-38005: Fixed comparing and creating of InterpreterI...
2019-09-13 Eddie Elizondobpo-38150 Fix refleak in the finalizer of a _testcapimo...
2019-09-13 Christian Heimesbpo-38153: Normalize hashlib algorithm names (GH-16083)
2019-09-13 Dino Viehlandbpo-38075: Port _randommodule.c to PEP-384 (GH-15798)
2019-09-13 Christian Heimesbpo-9216: Add usedforsecurity to hashlib constructors...
2019-09-12 Patrick McLeanbpo-36046: Add user and group parameters to subprocess...
2019-09-12 Christian Heimesbpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051)
2019-09-12 animalizebpo-21872: fix lzma library decompresses data incomplet...
2019-09-12 Christian Heimesbpo-38132: Check EVP_DigestUpdate for error (GH-16041)
2019-09-12 Christian Heimesbpo-38132: Simplify _hashopenssl code (GH-16023)
2019-09-12 Christian Heimesbpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl...
2019-09-12 Zackery Spytzcloses bpo-38127: _ctypes: PyObject_IsSubclass() should...
2019-09-12 bggardnercloses bpo-37405: Make socket.getsockname() always...
2019-09-12 Petr Viktorinbpo-37879: Fix warnings in _testcapimodule (GH-16004)
2019-09-11 Steve Dowerbpo-32592: Set Windows 8 as the minimum required versio...
2019-09-11 Steve Dowerbpo-33166: Change os.cpu_count to return active (real...
2019-09-11 Jakub Kulíkbpo-38110: Use fdwalk for os.closerange() when availabl...
2019-09-11 Eddie Elizondobpo-37879: Suppress subtype_dealloc decref when base...
2019-09-10 Jordon Xubpo-37752: Delete redundant Py_CHARMASK in normalizestr...
2019-09-10 Dino Viehlandbpo-38073: Make pwd module PEP-384 compatible (GH-15790)
2019-09-10 Petr Viktorinbpo-37499: Test various C calling conventions (GH-15776)
2019-09-10 Dino Viehlandbpo-38069: Convert _posixsubprocess to PEP-384 (GH...
2019-09-10 Dino Viehlandbpo-38071: Make termios PEP-384 compatible (GH-15785)
2019-09-10 Dino Viehlandbpo-38072: PEP-384 grpmodule (GH-15788)
2019-09-10 Kenta MurataFix calling order of PyEval_InitThreads. (GH-4602)
2019-09-10 Dino Viehlandbpo-38074: Make zlib extension module PEP-384 compatibl...
2019-09-10 Dino Viehlandbpo-38076: Make struct module PEP-384 compatible (...
2019-09-09 Sergey Fedoseevbpo-37840: Fix handling of negative indices in bytearra...
2019-09-09 Christian Heimesbpo-35941: Fix performance regression in new code ...
2019-09-09 Orivej Deshbpo-37649: Fix exec_prefix check (GH-14897)
2019-09-09 Zackery Spytzbpo-36279: Ensure os.wait3() rusage is initialized...
2019-09-09 Victor Stinnerbpo-38070: visit_decref() calls _PyObject_IsFreed(...
2019-09-09 animalizebpo-38037: Fix reference counters in signal module...
2019-09-09 neonenebpo-37702: Fix SSL's certificate-store leak on Windows...
2019-09-09 Zackery Spytzbpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in...
2019-09-09 Greg Pricebpo-38043: Use `bool` for boolean flags on is_normalize...
2019-09-09 Serhiy Storchakabpo-34410: Fix a crash in the tee iterator when re...
2019-09-09 Serhiy StorchakaRevert "Raise a RuntimeError when tee iterator is consu...
2019-09-08 HongWeipengbpo-36946:Fix possible signed integer overflow when...
next