]> granicus.if.org Git - python/shortlog
python
2019-06-19 Miss Islington... bpo-37331: Clarify format of socket handler messages...
2019-06-19 Miss Islington... bpo-37258: Not a bug, but added a unit test and updated...
2019-06-19 Serhiy Storchakabpo-37163: Deprecate passing argument obj of dataclasse...
2019-06-19 Miss Islington... Fix name of '\0'. (GH-14222)
2019-06-19 Miss Islington... Document typing.ForwardRef (GH-14216)
2019-06-19 Miss Islington... [3.8] bpo-33416: Document changes in PyNode_AddChild...
2019-06-18 Miss Islington... bpo-37325: Fix focus traversal for 2 IDLE dialogs ...
2019-06-18 Miss Islington... bpo-34903: Document that some strptime formats only...
2019-06-18 Miss Islington... bpo-35360: Update macOS installer to use SQLite 3.28...
2019-06-18 Miss Islington... bpo-35031: also disable TLS 1.3 for test_start_tls_serv...
2019-06-18 Miss Islington... bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer...
2019-06-18 Miss Islington... bpo-5680: IDLE: Customize running a module (GH-13763)
2019-06-17 Miss Islington... Improve release build performance using new artifacts...
2019-06-17 Miss Islington... bpo-37189: Export old PyRun_XXX() functions (GH-14142)
2019-06-17 Miss Islington... Fix test_embed.test_pre_initialization_sys_options...
2019-06-17 Miss Islington... bpo-37321: Edit IDLE subprocess connection error messag...
2019-06-17 Miss Islington... bpo-37039: Make IDLE's Zoom Height adjust to users...
2019-06-17 Miss Islington... bpo-34631: Updated OpenSSL to 1.1.1c in Windows install...
2019-06-17 Miss Islington... bpo-37288: Fix Windows build when --no-tkinter is speci...
2019-06-17 Victor Stinnerbpo-37194: Complete PyObject_CallXXX() docs (GH-14156...
2019-06-17 Miss Islington... bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_m...
2019-06-17 Miss Islington... bpo-35031, test_asycio: disable TLS 1.3 in test_start_t...
2019-06-17 Miss Islington... bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup...
2019-06-17 Miss Islington... bpo-36688: Adding an implementation of RLock in _dummy_...
2019-06-16 Miss Islington... bpo-28805: document METH_FASTCALL (GH-14079)
2019-06-16 Miss Islington... bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
2019-06-16 Miss Islington... Turn math.isqrt assertion into a comment to clarify...
2019-06-16 Miss Islington... Simplify negativity checks in math.comb and math.perm...
2019-06-16 Miss Islington... Doc: Remove an ugly space before a dot. (GH-14123)
2019-06-16 Miss Islington... bpo-35922: Fix RobotFileParser when robots.txt has...
2019-06-15 Miss Islington... Doc: Deprecation header: More precise wording. (GH...
2019-06-15 Miss Islington... bpo-28009: Fix uuid SkipUnless logic to be based on...
2019-06-15 Miss Islington... bpo-36785: PEP 574 What's New entry (GH-13931)
2019-06-15 Miss Islington... bpo-37289: Remove 'if False' handling in the peephole...
2019-06-15 Miss Islington... Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
2019-06-15 Andrew Svetlov[3.8] Use threadpool for reading from file in sendfile...
2019-06-15 Miss Islington... Update weakref.rst (GH-14098)
2019-06-15 Miss Islington... bpo-37279: Fix asyncio sendfile support when extra...
2019-06-15 Miss Islington... bpo-36707: Document "m" removal from sys.abiflags ...
2019-06-14 Steve DowerImplement Windows release builds in Azure Pipelines...
2019-06-14 Miss Islington... Document C API changes in What's New in Python 3.8...
2019-06-14 Miss Islington... bpo-35537: Rewrite setsid test for os.posix_spawn ...
2019-06-14 Miss Islington... bpo-37261: Document sys.unraisablehook corner cases...
2019-06-14 Miss Islington... bpo-19865: ctypes.create_unicode_buffer() supports...
2019-06-14 Miss Islington... bpo-35998: Avoid TimeoutError in test_asyncio: test_sta...
2019-06-14 Miss Islington... Update concurrent.futures.rst (GH-14061)
2019-06-14 Miss Islington... bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
2019-06-14 Miss Islington... bpo-37269: Correctly optimise conditionals with constan...
2019-06-13 Miss Islington... bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
2019-06-13 Miss Islington... bpo-37213: Handle negative line deltas correctly in...
2019-06-13 Miss Islington... bpo-6689: os.path.commonpath raises ValueError for...
2019-06-13 Miss Islington... bpo-37261: Fix support.catch_unraisable_exception(...
2019-06-13 Miss Islington... bpo-36779: time.tzname returns empty string on Windows...
2019-06-13 Miss Islington... bpo-37210: Fix pure Python pickle when _pickle is unava...
2019-06-13 Victor Stinner[3.8] bpo-36402: Fix threading._shutdown() race conditi...
2019-06-13 Miss Islington... bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
2019-06-13 Miss Islington... bpo-35070: test_getgrouplist may fail on macOS if too...
2019-06-13 Victor Stinner[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_ve...
2019-06-13 Miss Islington... bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
2019-06-12 Victor Stinnerbpo-37223: test_io: silence destructor errors (GH-14031)
2019-06-12 Miss Islington... Make asyncio stream sendfile fail on error (was hang...
2019-06-12 Miss Islington... bpo-37236: pragma optimize off for _Py_c_quot on Window...
2019-06-12 Miss Islington... bpo-37201: fix test_distutils failures for Windows...
2019-06-12 Miss Islington... bpo-37160: Thread native ID NetBSD support (GH-13835)
2019-06-12 Victor Stinnerbpo-35766: compile(): rename feature_version parameter...
2019-06-12 Miss Islington... bpo-35545: Skip `test_asyncio.test_create_connection_ip...
2019-06-12 Miss Islington... Add some placeholder notes for major 3.8 features ...
2019-06-12 Miss Islington... bpo-26219: Fix compiler warning in _PyCode_InitOpcache...
2019-06-12 Miss Islington... bpo-29505: Fuzz json module, enforce size limit on...
2019-06-12 Miss Islington... bpo-32625: Updated documentation for EXTENDED_ARG....
2019-06-12 Miss Islington... bpo-36918: Fix "Exception ignored in" in test_urllib...
2019-06-12 Miss Islington... bpo-35766: Change format for feature_version to (major...
2019-06-11 Abhilash Raj[3.8] bpo-36520: Email header folded incorrectly (GH...
2019-06-11 Miss Islington... bpo-37238: Enable building for Windows using Visual...
2019-06-11 Miss Islington... bpo-35766: What's new in the ast and typing modules...
2019-06-11 Miss Islington... bpo-36607: Eliminate RuntimeError raised by asyncio...
2019-06-11 Miss Islington... Fix test_posix if RWF_HIPRI is defined but not preadv2...
2019-06-11 Miss Islington... closes bpo-33758: Skip test_get_type_hints_modules_forw...
2019-06-11 Miss Islington... bpo-37219: Remove erroneous optimization for differenci...
2019-06-11 Makdon[3.8] bpo-37216: Fix version and filename in Mac using...
2019-06-11 Miss Islington... closes bpo-35184: Fix XML_POOR_ENTROPY option that...
2019-06-10 Miss Islington... bpo-37215: Fix dtrace issue introduce by bpo-36842...
2019-06-08 Miss Islington... bpo-11122: fix hardcoded path checking for rpmbuild...
2019-06-08 Miss Islington... bpo-37178: Allow a one argument form of math.perm(...
2019-06-08 Miss Islington... bpo-34886: Fix subprocess.run handling of exclusive...
2019-06-08 Miss Islington... bpo-29505: Fix interpreter in fuzzing targets to be...
2019-06-08 Miss Islington... bpo-37173: Show passed class in inspect.getfile error...
2019-06-08 Miss Islington... [3.8] bpo-37188: Fix a divide-by-zero in arrays of...
2019-06-07 Miss Islington... cross port importlib-metadata PR GH-76 (GH-13903)
2019-06-07 Miss Islington... bpo-37150: Throw ValueError if FileType class object...
2019-06-07 Miss Islington... IDLE: Standardize naming convention for DummyEditwin...
2019-06-07 Miss Islington... bpo-37138: fix undefined behaviour with memcpy() on...
2019-06-07 Miss Islington... bpo-37181: Fix test_regrtest failures on Windows arm64...
2019-06-07 Petr Viktorinbpo-37191: Avoid declaration-after-statement in header...
2019-06-07 Miss Islington... bpo-37191: Move TestPEP590 from test_capi to test_call...
2019-06-07 Victor Stinnerbpo-37169: Rewrite _PyObject_IsFreed() unit tests ...
2019-06-07 Zackery Spytz[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsi...
2019-06-07 Miss Islington... bpo-37177: make IDLE's search dialogs transient (GH...
2019-06-06 Miss Islington... bpo-37134: Add PEP570 notation to the signature of...
2019-06-06 Miss Islington... bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
next