]> granicus.if.org Git - python/shortlog
python
2019-06-17 Victor StinnerFix test_embed.test_pre_initialization_sys_options...
2019-06-17 Victor Stinnerbpo-37320: Remove openfp() of aifc, sunau and wave...
2019-06-17 Terry Jan Reedy bpo-37321: Edit IDLE subprocess connection error messa...
2019-06-17 Tal Einatbpo-37039: Make IDLE's Zoom Height adjust to users...
2019-06-17 Steve Dowerbpo-34631: Updated OpenSSL to 1.1.1c in Windows install...
2019-06-17 Cooper Leesbpo-34556: Add --upgrade-deps to venv module (#13100)
2019-06-17 Vinay Sajipbpo-37111: Add 'encoding' and 'errors' parameters to...
2019-06-17 Paul Monsonbpo-37288: Fix Windows build when --no-tkinter is speci...
2019-06-17 Victor Stinnerbpo-37194: Add PyObject_CallNoArgs() rationale (GH...
2019-06-17 Serhiy Storchakabpo-35431: Test math.comb() and math.perm() for Overflo...
2019-06-17 Serhiy Storchakabpo-37315: Deprecate accepting floats in math.factorial...
2019-06-17 Victor Stinnerbpo-37194: Complete PyObject_CallXXX() docs (GH-14156)
2019-06-17 Victor Stinnerbpo-37194: Add a new public PyObject_CallNoArgs() funct...
2019-06-17 Victor Stinnerbpo-37312: Remove _dummy_thread and dummy_threading...
2019-06-17 Jeroen Demeyerbpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_m...
2019-06-17 Jeroen Demeyerbpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
2019-06-17 Victor Stinnerbpo-35031, test_asycio: disable TLS 1.3 in test_start_t...
2019-06-17 Joost Lekbpo-36688: Adding an implementation of RLock in _dummy_...
2019-06-17 Zackery Spytzbpo-37267: Do not check for FILE_TYPE_CHAR in os.dup...
2019-06-16 Terry Jan Reedybpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
2019-06-16 Hai Shicloses bpo-37300: Remove unnecessary Py_XINCREF in...
2019-06-16 Jeroen Demeyerbpo-28805: document METH_FASTCALL (GH-14079)
2019-06-16 Mark DickinsonTurn math.isqrt assertion into a comment to clarify...
2019-06-16 Mark DickinsonSimplify negativity checks in math.comb and math.perm...
2019-06-16 Julien PalardDoc: Remove an ugly space before a dot. (GH-14123)
2019-06-16 Rémi Lapeyrebpo-35922: Fix RobotFileParser when robots.txt has...
2019-06-15 Michael Feltbpo-28009: Fix uuid SkipUnless logic to be based on...
2019-06-15 Pablo Galindobpo-37289: Remove 'if False' handling in the peephole...
2019-06-15 Julien PalardDoc: Deprecation header: More precise wording. (GH...
2019-06-15 Alex GaynorUpdate link in colorsys docs to be https (GH-14062)
2019-06-15 Julien PalardDoc: Bump Sphinx verison. (#13785)
2019-06-15 ubordignonFix typo in Lib/concurrent/futures/thread.py (GH-13953)
2019-06-15 Géry OgamUpdate weakref.rst (GH-14098)
2019-06-15 Andrew SvetlovUse threadpool for reading from file in sendfile fallba...
2019-06-15 Andrew Svetlovbpo-37279: Fix asyncio sendfile support when extra...
2019-06-15 Victor Stinnerbpo-36707: Document "m" removal from sys.abiflags ...
2019-06-14 Steve DowerFix Windows release build issues (GH-14091)
2019-06-14 Victor StinnerDocument C API changes in What's New in Python 3.8...
2019-06-14 Victor Stinnerbpo-35537: Rewrite setsid test for os.posix_spawn ...
2019-06-14 Victor Stinnerbpo-37266: Daemon threads are now denied in subinterpre...
2019-06-14 Victor Stinnerbpo-37261: Document sys.unraisablehook corner cases...
2019-06-14 Zackery Spytzbpo-19865: ctypes.create_unicode_buffer() supports...
2019-06-14 Steve DowerImplement Windows release builds in Azure Pipelines...
2019-06-14 Andrew Svetlovbpo-35998: Avoid TimeoutError in test_asyncio: test_sta...
2019-06-14 Géry OgamUpdate concurrent.futures.rst (GH-14061)
2019-06-14 Victor Stinnerbpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
2019-06-14 Jeroen Demeyerbpo-37249: add declaration of _PyObject_GetMethod ...
2019-06-14 Pablo Galindobpo-37269: Correctly optimise conditionals with constan...
2019-06-13 Michael Feltbpo-37077: Add native thread ID (TID) for AIX (GH-13624)
2019-06-13 Victor Stinnerbpo-36710: Pass explicitly tstate in sysmodule.c (GH...
2019-06-13 Pablo Galindobpo-37213: Handle negative line deltas correctly in...
2019-06-13 Makdonbpo-6689: os.path.commonpath raises ValueError for...
2019-06-13 Victor Stinnerbpo-37261: Fix support.catch_unraisable_exception(...
2019-06-13 Victor Stinnerbpo-37210: Fix pure Python pickle when _pickle is unava...
2019-06-13 Victor Stinnertbpo-36402: Fix threading.Thread._stop() (GH-14047)
2019-06-13 Jeroen Demeyerbpo-37231: optimize calls of special methods (GH-13973)
2019-06-13 Victor Stinnerbpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
2019-06-13 Jeffrey Kintscherbpo-35070: test_getgrouplist may fail on macOS if too...
2019-06-13 Makdonbpo-37216: update version to 3.9 in mac using document...
2019-06-13 Tim Petersbpo-37257: obmalloc: stop simple arena thrashing...
2019-06-13 Ned DeilyAdd 3.9 whatsnew file (GH-14040)
2019-06-13 Victor Stinnerbpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
2019-06-13 Victor Stinnerbpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
2019-06-13 Victor Stinnerbpo-37253: Document PyCompilerFlags.cf_feature_version...
2019-06-12 Victor Stinnerbpo-36402: Fix threading._shutdown() race condition...
2019-06-12 Paul Monsonbpo-36779: time.tzname returns empty string on Windows...
2019-06-12 Victor Stinnerbpo-37069: regrtest uses sys.unraisablehook (GH-13759)
2019-06-12 Victor Stinnerbpo-37223, test_io: silence last 'Exception ignored...
2019-06-12 Andrew SvetlovMake asyncio stream sendfile fail on error (was hang...
2019-06-12 Paul Monsonbpo-37236: pragma optimize off for _Py_c_quot on Window...
2019-06-12 Paul Monsonbpo-37201: fix test_distutils failures for Windows...
2019-06-12 David Carlierbpo-37160: Thread native ID NetBSD support (GH-13835)
2019-06-12 Michael Feltbpo-35545: Skip `test_asyncio.test_create_connection_ip...
2019-06-12 Ammar Askarbpo-29505: Fuzz json module, enforce size limit on...
2019-06-12 Yao Zuobpo-32625: Updated documentation for EXTENDED_ARG....
2019-06-12 Victor Stinnerbpo-26219: Fix compiler warning in _PyCode_InitOpcache...
2019-06-12 Victor Stinnerbpo-36918: Fix "Exception ignored in" in test_urllib...
2019-06-12 Victor Stinnerbpo-35766: compile(): rename feature_version parameter...
2019-06-12 Guido van Rossumbpo-35766: Change format for feature_version to (major...
2019-06-11 Paul Monsonbpo-37238: Enable building for Windows using Visual...
2019-06-11 Guido van Rossumbpo-35766: What's new in the ast and typing modules...
2019-06-11 Benjamin PetersonFix test_posix if RWF_HIPRI is defined but not preadv2...
2019-06-11 Benjamin Petersoncloses bpo-33758: Skip test_get_type_hints_modules_forw...
2019-06-11 Andrew Svetlovbpo-36607: Eliminate RuntimeError raised by asyncio...
2019-06-11 Raymond Hettingerbpo-37219: Remove erroneous optimization for differenci...
2019-06-11 aaronpaulhurstcloses bpo-35184: Fix XML_POOR_ENTROPY option that...
2019-06-11 Victor Stinnerbpo-37223: test_io: silence destructor errors (GH-13954)
2019-06-11 Victor Stinnerbpo-18748: Fix _pyio.IOBase destructor (closed case...
2019-06-10 Christian Heimesbpo-37215: Fix dtrace issue introduce by bpo-36842...
2019-06-10 Serhiy StorchakaDo not use explicit inheritance from object in the...
2019-06-09 Antoine Pitroubpo-36785: PEP 574 What's New entry (#13931)
2019-06-09 Nick CoghlanAdd some placeholder notes for major 3.8 features ...
2019-06-08 Marcin Niemirabpo-11122: fix hardcoded path checking for rpmbuild...
2019-06-08 Raymond Hettingerbpo-37178: Allow a one argument form of math.perm(...
2019-06-08 Rémi Lapeyrebpo-34886: Fix subprocess.run handling of exclusive...
2019-06-08 Ammar Askarbpo-29505: Fix interpreter in fuzzing targets to be...
2019-06-08 Philipp Abpo-37173: Show passed class in inspect.getfile error...
2019-06-07 Anthony Sottilecross port importlib-metadata PR #76 (#13903)
2019-06-07 zygocephalusbpo-37150: Throw ValueError if FileType class object...
2019-06-07 Jeroen Demeyerbpo-37138: fix undefined behaviour with memcpy() on...
next