]> granicus.if.org Git - python/shortlog
python
2019-01-17 Dong-hee Nabpo-35283: Add deprecation warning for Thread.isAlive...
2019-01-17 SlamFixes typo in asyncio.queue doc (GH-11581)
2019-01-17 Nick Coghlanbpo-35486: Note Py3.6 import system API requirement...
2019-01-16 Victor StinnerRevert "bpo-35537: subprocess can now use os.posix_spaw...
2019-01-16 Victor Stinnerbpo-35537: subprocess can now use os.posix_spawnp ...
2019-01-16 Joannah Nanjekyebpo-35674: Add os.posix_spawnp() (GH-11554)
2019-01-15 Victor Stinnerbpo-35537: subprocess uses os.posix_spawn in some cases...
2019-01-15 Christian Heimesbpo-35746: Fix segfault in ssl's cert parser (GH-11569)
2019-01-15 Victor Stinnerbpo-23846: Fix ProactorEventLoop._write_to_self() ...
2019-01-15 Serhiy Storchakabpo-35742: Fix test_envar_unimportable in test_builtin...
2019-01-15 Victor Stinnerbpo-11555: Enhance IocpProactor.close() log again ...
2019-01-15 Victor Stinnerbpo-34323: Enhance IocpProactor.close() log (GH-11555)
2019-01-15 Henry Chenbpo-35738: Update the example for timer.Timer.repeat...
2019-01-15 Serhiy Storchakabpo-29707: Document that os.path.ismount() is not able...
2019-01-15 Serhiy Storchakabpo-35619: Improve support of custom data descriptors...
2019-01-14 Serhiy Storchakabpo-34756: Silence only ImportError and AttributeError...
2019-01-14 MichaelSaahbpo-35066: _dateime.datetime.strftime copies trailing...
2019-01-13 Terry Jan Reedybpo-35730: Disable IDLE test_reload assertion. (GH...
2019-01-13 Tal Einatbpo-35196: Optimize Squeezer's write() interception...
2019-01-13 Anthony Sottilebpo-16806: Fix `lineno` and `col_offset` for multi...
2019-01-12 Alexey Izbyshevbpo-34512: Document platform-specific strftime() behavi...
2019-01-12 Serhiy Storchakabpo-35552: Fix reading past the end in PyUnicode_FromFo...
2019-01-12 Serhiy Storchakabpo-35634: Raise an error when first passed kwargs...
2019-01-12 Serhiy Storchakabpo-35494: Improve syntax error messages for unbalanced...
2019-01-12 Serhiy Storchakabpo-33817: Fix _PyBytes_Resize() for empty bytes object...
2019-01-12 Serhiy Storchakabpo-35719: Optimize multi-argument math functions....
2019-01-12 Serhiy Storchakabpo-35582: Inline arguments tuple unpacking in handwrit...
2019-01-12 Ammar Askarbpo-34838: Use subclass_of for math.dist. (GH-9659)
2019-01-11 Eric Snowbpo-35423: Stop using the "pending calls" machinery...
2019-01-11 Michael Feltbpo-34569: Fix subinterpreter 32-bit ABI, pystate...
2019-01-11 Serhiy Storchakabpo-35582: Argument Clinic: Optimize the "all boring...
2019-01-11 Serhiy Storchakabpo-35582: Argument Clinic: inline parsing code for...
2019-01-11 Victor Stinnerbpo-32710: Fix _overlapped.Overlapped memory leaks...
2019-01-11 Joannah Nanjekyebpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH...
2019-01-10 Bo Baylesbpo-32146: Add documentation about frozen executables...
2019-01-10 Joannah Nanjekyebpo-35702: Add new identifier time.CLOCK_UPTIME_RAW...
2019-01-10 Zackery Spytzbpo-35470: Fix a reference counting bug in _PyImport_Fi...
2019-01-10 Pablo Galindobpo-24746: Fix doctest failures when running the testsu...
2019-01-10 Victor Stinnerasyncio: __del__() keep reference to warnings.warn...
2019-01-10 Victor StinnerIocpProactor: prevent modification if closed (GH-11494)
2019-01-10 antektekbpo-34855: Fix EXTERNALS_DIR build variable for Windows...
2019-01-09 Miro HrončokDistutils no longer needs to remain compatible with...
2019-01-09 Andre DelfinoUpdate bugs.rst (GH-9648)
2019-01-09 Charles-Axel... bpo-35404: Clarify how to import _structure in email...
2019-01-09 Pablo GalindoAdd example to the documentation for calling unittest...
2019-01-09 Terry Jan Reedybpo-35641: Move IDLE blurb to IDLE directory (#11479)
2019-01-09 Sanyam Khuranabpo-24746: Avoid stripping trailing whitespace in docte...
2019-01-08 Victor Stinnerbpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
2019-01-08 Steve Dowerbpo-35596: Use unchecked PYCs for the embeddable distro...
2019-01-08 Vladimir Matveevbpo-35568: add 'raise_signal' function (GH-11335)
2019-01-08 chrullrichbpo-35374: Avoid trailing space in hhc file name if...
2019-01-08 Pierre GlaserRemove spurious quote in Azure Pipelines script (GH...
2019-01-08 Victor Stinnerbpo-35682: Fix _ProactorBasePipeTransport._force_close...
2019-01-08 Gregory Szorcbpo-35642: Remove asynciomodule.c from pythoncore.vcxpr...
2019-01-08 Victor Stinnerbpo-33717: pythoninfo logs information of all clocks...
2019-01-07 Victor Stinnerbpo-32710: test_asyncio: test_sendfile reset policy...
2019-01-07 Raymond Hettingerbpo-35664: Optimize operator.itemgetter (GH-11435)
2019-01-07 Xtreakbpo-35560: Remove assertion from format(float, "n"...
2019-01-06 cclausstest_threading_local: add missing "import sys" (GH...
2019-01-06 Cheryl Sabellabpo-35660: Fix imports in idlelib.window (#11434)
2019-01-06 Anthony Shawbpo-35488: Add tests for ** glob matching in pathlib...
2019-01-06 Tal Einatremove doc-string declaration no longer used after...
2019-01-05 Vladimir Matveevbpo-23057: Use 'raise' to emulate ctrl-c in proactor...
2019-01-04 Ville Skyttäbpo-35631: Improve typing docs wrt abstract/concrete...
2019-01-03 Harmandeep... bpo-31450: Remove documentation mentioning that subproc...
2019-01-03 Emmanuel Ariasbpo-35641: IDLE - format calltip properly when no docst...
2019-01-03 Terry Jan Reedybpo-33987: IDLE - use ttk Frame for ttk widgets (GH...
2019-01-02 Harmandeep... bpo-35525: Correct the argument name for NNTP.starttls...
2019-01-02 Mickaël Schoentgencloses bpo-35643: Fix a SyntaxWarning: invalid escape...
2019-01-02 Benjamin PetersonBump copyright years to 2019. (GH-11404)
2019-01-02 Serhiy StorchakaRevert "bpo-35603: Escape table header of make_table...
2019-01-02 Stefan Behnelbpo-35588: Speed up mod, divmod and floordiv operations...
2019-01-02 animalizebpo-35636: Remove redundant check in unicode_hash(...
2019-01-02 sthcloses bpo-35623: Fix integer overflow when sorting...
2019-01-02 Suriyaa ✌️️closes bpo-35630: Use code tag for 'python3' in 'README...
2018-12-31 Cheryl Sabellabpo-35598: IDLE - Globalize some config_key objects...
2018-12-31 Tal Einatbpo-20182: AC convert Python/sysmodule.c (GH-11328)
2018-12-31 Serhiy Storchakabpo-32492: Tweak _collections._tuplegetter. (GH-11367)
2018-12-31 Serhiy Storchakabpo-35609: Remove examples for deprecated decorators...
2018-12-31 sthFix typo in test module usage message (GH-11374)
2018-12-31 Sanyam Khuranabpo-35614: Fix pydoc help() on metaclasses (#11357)
2018-12-31 Gregory P.... bpo-35214: Annotate posix calls for clang MSan. (#11389)
2018-12-31 Gregory P.... bpo-35214: Skip test_io tests that'd cause a huge mallo...
2018-12-31 Gregory P.... Fix typos in test_faulthandler skipIfs for ubsan. ...
2018-12-31 Jakub Kulíkbpo-35550: Fix incorrect Solaris define guards (GH...
2018-12-31 Gregory P.... Cleanup test_faulthandler sanitizer skip logic. (GH...
2018-12-31 Gregory P.... Dead code removal from _hashopenssl. (GH-11379)
2018-12-31 Gregory P.... bpo-35214: MSan workarounds for socket, time, and test_...
2018-12-30 Gregory P.... bpo-28503: Use crypt_r() when available instead of...
2018-12-30 sthFix typo in documentation of AbstractEventLoopPolicy...
2018-12-30 Cheryl Sabellabpo-35598: IDLE: Switch config_key dialog to ttk widget...
2018-12-30 Pablo Galindobpo-32492: 1.6x speed up in namedtuple attribute access...
2018-12-30 Cheryl Sabellabpo-35598: IDLE: Increase test coverage for config_key...
2018-12-29 Sergey Fedoseevbpo-33234: Simplify list_preallocate_exact() (GH-11220)
2018-12-29 Pablo Galindobpo-35602: Make sure the transport is always closed...
2018-12-29 Xtreakbpo-35603: Escape table header of make_table output...
2018-12-29 Pablo GalindoMake sure file object is close if socket.create_connect...
2018-12-29 Pablo Galindobpo-35601: Alleviate race condition when waiting for...
2018-12-29 Terry Jan Reedybpo-34055: Revert deletion of line in IDLE's PyShell...
2018-12-28 Cheryl Sabella bpo-28097: IDLE - Add Previous/Next History to Shell...
next