]> granicus.if.org Git - python/shortlog
python
2019-06-19 Steve Dowerbpo-37333: Ensure IncludeTkinter has a value (GH-14240)
2019-06-19 Vinay Sajipbpo-37331: Clarify format of socket handler messages...
2019-06-19 Vinay Sajipbpo-37258: Not a bug, but added a unit test and updated...
2019-06-19 Victor Stinnerbpo-36710: Remove PyImport_Cleanup() function (GH-14221)
2019-06-19 Benjamin PetersonFix name of '\0'. (GH-14222)
2019-06-19 Victor Stinnerbpo-36710: Add tstate parameter in import.c (GH-14218)
2019-06-19 Ivan LevkivskyiDocument typing.ForwardRef (GH-14216)
2019-06-19 Ivan LevkivskyiDocument changes in PyNode_AddChild and PyParser_AddTok...
2019-06-18 Victor Stinnerbpo-35134: Add Include/cpython/import.h header file...
2019-06-18 Terry Jan Reedybpo-37325: Fix focus traversal for 2 IDLE dialogs ...
2019-06-18 Paul GanssleAdd pganssle to CODEOWNERS and ACKS (GH-14138)
2019-06-18 Mike Gleenbpo-34903: Document that some strptime formats only...
2019-06-18 Jeroen Demeyerbpo-37151: remove _PyFunction_FastCallDict (GH-13864)
2019-06-18 animalizebpo-35360: Update macOS installer to use SQLite 3.28...
2019-06-18 Jeroen Demeyerbpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vecto...
2019-06-18 Jeroen Demeyerbpo-37151: use PyVectorcall_Call for all calls of ...
2019-06-18 Ned Deilybpo-35031: also disable TLS 1.3 for test_start_tls_serv...
2019-06-18 Ned Deilybpo-34631: Updated OpenSSL to 1.1.1c in macOS installer...
2019-06-18 David Carlierremove dead code (GH-14104)
2019-06-18 Cheryl Sabellabpo-5680: IDLE: Customize running a module (GH-13763)
2019-06-18 Brett CannonAdd sponsorship details for GitHub Sponsor button ...
2019-06-17 Steve DowerImprove release build performance using new artifacts...
2019-06-17 Victor Stinnerbpo-37189: Export old PyRun_XXX() functions (#14142)
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...
next