]> granicus.if.org Git - python/shortlog
python
2019-05-30 Christian Heimesbpo-37098: Skip memfd_create test before Linux 3.17...
2019-05-30 Zackery Spytzbpo-36935: Remove usage of the deprecated PyErr_SetFrom...
2019-05-30 Inada Naokiautoreconf (GH-13651)
2019-05-30 Giampaolo Rodolabpo-36610: shutil.copyfile(): use sendfile() on Linux...
2019-05-30 Ying Wangbpo-24564: shutil.copystat(): ignore EINVAL on os.setxa...
2019-05-30 Anthony SottileDon't crash if there exists an EGG-INFO directory on...
2019-05-29 Pablo GalindoRegenerate topics file (GH-13642)
2019-05-29 Zackery Spytzbpo-37007: Implement socket.if_nametoindex(), if_indext...
2019-05-29 Petr Viktorinbpo-36974: Fix GDB integration (GH-13665)
2019-05-29 Zackery Spytzbpo-26836: Add ifdefs for all MFD_HUGE* constants ...
2019-05-29 Antoine Pitroubpo-32388: Remove cross-version binary compatibility...
2019-05-29 Zackery Spytzbpo-26836: Add os.memfd_create() (#13567)
2019-05-29 Gregory P.... bpo-22385: Support output separators in hex methods...
2019-05-29 Jeroen Demeyerbpo-36974: implement PEP 590 (GH-13185)
2019-05-29 Anthony Sottilebpo-36983: Fix typing.__all__ and add test for exported...
2019-05-29 Hrvoje Nikšićbpo-36794: Document that Lock.acquire is fair. (GH...
2019-05-29 Julien PalardDoc: Add an optional obsolete header. (GH-13638)
2019-05-29 Christian HeimesAdd my to code owner for more areas (#13650)
2019-05-29 Steve Dowerbpo-36842: Fix reference leak in tests by running out...
2019-05-29 David Carlierbpo-33164: blake2 fix for HP-UX (GH-13633)
2019-05-29 Andrew Svetlovbpo-32972: Async test case (GH-13386)
2019-05-29 Inada Naokiremove unnecessary tp_dealloc (GH-13647)
2019-05-29 Bo Baylesbpo-22454: Add shlex.join() (the opposite of shlex...
2019-05-29 Eric V. Smithbpo-37070: Cleanup fstring debug handling (GH-13607)
2019-05-29 Xtreakbpo-37075: Fix string concatenation in assert_has_await...
2019-05-29 依云bpo-35246: fix support for path-like args in asyncio...
2019-05-29 pbhdbpo-36739: Update controlflow.rst (GH-12983)
2019-05-29 Victor Stinnerbpo-37076: _thread.start_new_thread() calls _PyErr_Writ...
2019-05-28 Pablo Galindobpo-36540: Documentation for PEP570 - Python positional...
2019-05-28 Guido van Rossumbpo-37072: Fix crash in PyAST_FromNodeObject() when...
2019-05-28 hydrogen-mvmFix markup and minor grammar improvements in Code_of_co...
2019-05-28 Dino Viehlandbpo-37001: Makes symtable.symtable have parity with...
2019-05-28 Francisco Facionibpo-22102: Fixes zip files with disks set to 0 (GH...
2019-05-28 MandarJKulkarniFix comments in initconfig.h (GH-13636)
2019-05-28 Serhiy Storchakabpo-31961: Fix support of path-like executables in...
2019-05-28 karl dingFix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635)
2019-05-28 Matthias Bussonnierbpo-36933: fix what's new. (GH-13627)
2019-05-28 Joannah Nanjekyebpo-22640: Add silent mode to py_compile.compile()...
2019-05-28 Zackery Spytzbpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
2019-05-28 Victor Stinnerbpo-33725: multiprocessing uses spawn by default on...
2019-05-28 Victor Stinnerbpo-36829: sys.excepthook and sys.unraisablehook flush...
2019-05-28 Julien PalardDoc: Add missing forward reference in the tutorial...
2019-05-28 Zackery Spytzbpo-26423: Fix possible overflow in wrap_lenfunc()...
2019-05-28 Mario Corcherobpo-32299: Return patched dict when using patch.dict...
2019-05-28 Jeroen Demeyerbpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPT...
2019-05-28 Julien PalardDoc: Space breaking whole definition. (GH-13615)
2019-05-28 Inada Naokibpo-35279: reduce default max_workers of ThreadPoolExec...
2019-05-28 BradRemove outdated time.monotonic reference (GH-13264)
2019-05-28 Victor Stinnerbpo-36900: Fix compilation on HP-UX (GH-13614)
2019-05-28 Andrew Svetlovbpo-29883: Asyncio proactor udp (GH-13440)
2019-05-28 Julien PalardDOC: Unnecessary plural. (GH-13613)
2019-05-28 Ivan Levkivskyibpo-37058: PEP 544: Add Protocol to typing module ...
2019-05-28 Matthias Bussonnierbpo-36933: Remove sys.set_coroutine_wrapper (marked...
2019-05-28 Xtreakbpo-36996: Handle async functions when mock.patch is...
2019-05-28 Abhilash RajAdd @maxking to CODEOWNERS file (GH-13599)
2019-05-27 sbstpbpo-36686: Improve the documentation of the std* params...
2019-05-27 Victor Stinnerbpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__...
2019-05-27 Terry Jan Reedybpo-37039: IDLE - zoomheight fixes (GH-13576)
2019-05-27 Victor Stinnerbpo-1230540: Add threading.excepthook() (GH-13515)
2019-05-27 Andrew Svetlovbpo-36889: Merge asyncio streams (GH-13251)
2019-05-27 Eric V. Smithbpo-37050: Remove expr_text from FormattedValue ast...
2019-05-27 Antoine Pitroubpo-32941: Fix test_madvise failure when page size...
2019-05-27 Philippe GagnonFix a typo in SECURITY.md (GH-13568)
2019-05-27 Raymond Hettingerbpo-37051: Refine note on what objects are hashable...
2019-05-27 Zackery Spytzbpo-32941: Add madvise() for mmap objects (GH-6172)
2019-05-27 Victor Stinnerbpo-36763: Implement the PEP 587 (GH-13592)
2019-05-27 Yury Selivanovbpo-37027: Return a proxy socket object from transp...
2019-05-27 Rémi Lapeyrebpo-35397: Remove deprecation and document urllib.parse...
2019-05-27 Andrew Svetlovbpo-37035: Don't log OSError (GH-13548)
2019-05-27 Xtreakbpo-37047: Refactor AsyncMock setup logic for autospecc...
2019-05-27 Yury Selivanovbpo-32528: Make asyncio.CancelledError a BaseException...
2019-05-27 Yury Selivanovbpo-37028: asyncio REPL; activated via 'python -m async...
2019-05-27 Victor Stinnerbpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
2019-05-26 Ivan LevkivskyiAdd one more test for typing.Final (GH-13588)
2019-05-26 Raymond Hettingerbpo-36772 Allow lru_cache to be used as decorator witho...
2019-05-26 Chih-Hsuan Yenbpo-37053: handle strings like u"bar" correctly in...
2019-05-26 Antoine Pitroubpo-36785: PEP 574 implementation (GH-7076)
2019-05-26 Anthony SottileFix highlighting in importlib.metadata docs (GH-13575)
2019-05-26 Julien Palardbpo-28866: No type cache for types with specialized...
2019-05-26 Ivan Levkivskyibpo-37049: PEP 589: Add TypedDict to typing module...
2019-05-26 Ivan Levkivskyibpo-37046: PEP 586: Add Literal to typing module (...
2019-05-26 Ivan Levkivskyibpo-37045: PEP 591: Add final qualifiers to typing...
2019-05-26 Michael J.... bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD...
2019-05-25 Julien PalardDocs: FIX broken links. (GH-13491)
2019-05-25 Jason R. Coombsbpo-34632 fix buildbots and remove artifact (GH-13566)
2019-05-25 Sviatoslav... 📝 Add a GitHub-specific security page (GH-13526)
2019-05-25 Chih-Hsuan Yenbpo-34632: fix installation of importlib.metadata ...
2019-05-25 Terry Jan Reedybpo-37038: Make idlelib.run runnable; add test clause...
2019-05-24 Jason R. Coombsbpo-34632: Add importlib.metadata (GH-12547)
2019-05-24 Victor Stinnerbpo-36829: Document test.support.catch_unraisable_excep...
2019-05-24 Victor Stinnerbpo-37032: Add CodeType.replace() method (GH-13542)
2019-05-24 Pablo Galindobpo-37021: Port _randommodule to the argument clinic...
2019-05-24 Victor Stinnerbpo-35907: Fix typo in the NEWS entry (GH-13559)
2019-05-24 Rémi Lapeyrebpo-36969: Make PDB args command display positional...
2019-05-24 Victor Stinnerbpo-35907: Clarify the NEWS entry (GH-13523)
2019-05-24 Steve Dowerbpo-37023: Skip test_gdb under PGO (GH-13555)
2019-05-24 Berker Peksagbpo-8138: Initialize wsgiref's SimpleServer as single...
2019-05-24 E. M. Braybpo-21536: Fix configure.ac for LIBPYTHON on Android...
2019-05-24 Victor Stinnerbpo-36721: Fix pkg-config symbolic links on "make insta...
2019-05-24 Paul Monsonbpo-36511: Ensure error code propagates out of batch...
next