]> granicus.if.org Git - python/shortlog
python
2019-01-24 Rémi Lapeyrebpo-35717: Fix KeyError exception raised when using...
2019-01-24 Jakub Kulíkbpo-35520: Fix build with dtrace support on certain...
2019-01-23 Jason Friedbpo-35767: Fix unittest.loader to allow partials as...
2019-01-23 Victor Stinnerbpo-35537: subprocess can use posix_spawn with pipes...
2019-01-23 Victor Stinnerbpo-35713: Reorganize sys module initialization (GH...
2019-01-23 yuji38kwmtbpo-35781: Changed references to deprecated 'warn'...
2019-01-23 Géry Ogambpo-35722: Updated the documentation for the 'disable_e...
2019-01-23 Manjusakabpo-35726: Prevented QueueHandler formatting from affec...
2019-01-22 Victor Stinnerbpo-35713: Split _Py_InitializeCore into subfunctions...
2019-01-22 Steve Dowerbpo-35683: Improve Azure Pipelines steps (GH-11493)
2019-01-22 Victor Stinnerbpo-35713: Rework Python initialization (GH-11647)
2019-01-22 Lucas Cimonbpo-35720: Fixing a memory leak in pymain_parse_cmdline...
2019-01-22 Ivan Levkivskyibpo-33416: Add end positions to Python AST (GH-11605)
2019-01-21 Minmin Gongbpo-35758: Fix building on ARM + MSVC (gh-11531)
2019-01-21 Kumar Akshaybpo-35782: Fix error message in randrange (GH-11620)
2019-01-21 Pablo Galindobpo-35794: Catch PermissionError in test_no_such_execut...
2019-01-21 Victor Stinnerbpo-35772: Fix test_tarfile on ppc64 (GH-11606)
2019-01-21 Pablo Galindobpo-20239: Allow repeated deletion of unittest.mock...
2019-01-20 Pablo GalindoAdd information about DeprecationWarning for invalid...
2019-01-20 Marc Schlaichbpo-35699: fix distuils cannot detect Build Tools 2017...
2019-01-18 Terry Jan Reedybpo-35770: Fix off-by-1 error. (#11618)
2019-01-18 Anthony Sottilebpo-35733: Make isinstance(ast.Constant(boolean), ast...
2019-01-18 Terry Jan Reedybpo-35770: IDLE macosx deletes Options => Configure...
2019-01-18 Ashwin Ramaswamibpo-21257: document http.client.parse_headers (GH-11443)
2019-01-18 Christian Heimesbpo-35045: Accept TLSv1 default in min max test (GH...
2019-01-18 Dong-hee Nabpo-35283: Update the docstring of threading.Thread...
2019-01-18 Terry Jan Reedybpo-35769: Change IDLE's name for new files from 'Untit...
2019-01-18 Serhiy Storchakabpo-34850: Emit a warning for "is" and "is not" with...
2019-01-18 Tal Einatbpo-35730: IDLE - test squeezer reload() by checking...
2019-01-18 Terry Jan Reedybpo-23156: Remove obsolete tix install directions ...
2019-01-17 Terry Jan Reedybpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 ...
2019-01-17 Timo Furrerbpo-33687: Fix call to os.chmod() in uu.decode() (GH...
2019-01-17 David Hbpo-35701: Added __weakref__ slot to uuid.UUID (GH...
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...
next