]> granicus.if.org Git - python/shortlog
python
2019-06-01 Cheryl Sabellabpo-32411: IDLE: Remove line number sort in browser...
2019-06-01 Sergey Fedoseevbpo-34303: Micro-optimizations in functools.reduce...
2019-06-01 Pablo Galindobpo-36842: Pass positional only parameters to code_new...
2019-06-01 Pablo GalindoFix compiler warnings in the pystrehex module (GH-13730)
2019-06-01 Stefan BehnelClean up and reduce visual clutter in the makeunicode...
2019-06-01 Evanbpo-28595: Allow shlex whitespace_split with punctuatio...
2019-06-01 Serhiy Storchakabpo-35431: Refactor math.comb() implementation. (GH...
2019-06-01 Francisco CouzoImprove exception message for str.format (GH-12675)
2019-06-01 Pablo Galindobpo-37122: Make co->co_argcount represent the total...
2019-06-01 Anthony Shawbpo-31968: Documentation -- add clarification on the...
2019-06-01 Stéphane WirtelDoc: Correct the creation year and the credits of the...
2019-06-01 Mark DickinsonMove whats-new entry for math.factorial to the math...
2019-06-01 Bar Harelbpo-36813: Fix QueueListener to call task_done() upon...
2019-06-01 Serhiy StorchakaUse more PEP 570 syntax in the documentation. (GH-13720)
2019-06-01 Serhiy Storchakabpo-37116: Use PEP 570 syntax for positional-only param...
2019-06-01 Yash Aggarwalbpo-35431: Implemented math.comb (GH-11414)
2019-06-01 Windson yangbpo-18911: clarify that the minidom XML writer receives...
2019-06-01 Mario CorcheroAdd option to trace to run modules (GH-5134)
2019-06-01 Rob Daybpo-29984: Improve 'heapq' test coverage (GH-992)
2019-06-01 Tim HoffmannImprove docstring of list.sort (GH-8516)
2019-06-01 Eric Snowbpo-36818: Add PyInterpreterState.runtime field. (gh...
2019-06-01 Tim Petersbpo-37029: keep usable_arenas in sorted order without...
2019-06-01 Zackery Spytzbpo-12202: Properly check MsiSummaryInfoGetProperty...
2019-05-31 Emmanuel Ariasbpo-37105: Add deprecated-remove information on stream...
2019-05-31 Cheryl Sabellabpo-15115: Document deprecation of email.encoders in...
2019-05-31 Ammar Askarbpo-33361: Fix bug with seeking in StreamRecoders ...
2019-05-31 Pablo Galindobpo-26826: Expose copy_file_range in the os module...
2019-05-31 Pablo GalindoDocument changes for PyCode_New regarding PEP570 (GH...
2019-05-31 Zackery Spytzbpo-12639: msilib.Directory.start_component() fails...
2019-05-31 Akshay Sharmabpo-25735: math.factorial doc should mention integer...
2019-05-31 Christian Heimesbpo-26835: Add file sealing constants to fcntl (GH...
2019-05-31 Makdonbpo-37094: Add example for TestCase.skipTest in unittes...
2019-05-31 Pablo Galindobpo-37115: Support annotations in positional-only argum...
2019-05-31 Pablo Galindobpo-37112: Allow compile to work on AST with positional...
2019-05-31 Pablo GalindoUpdate data model docs to include missing attributes...
2019-05-31 Pablo Galindobpo-37108: Support super with methods that use position...
2019-05-31 Zackery Spytzbpo-36379: __ipow__ must be a ternaryfunc, not a binary...
2019-05-31 Christian Heimesbpo-34271: Add ssl debugging helpers (GH-10031)
2019-05-31 Serhiy Storchakabpo-26660, bpo-35144: Fix permission errors in Temporar...
2019-05-31 Serhiy Storchakabpo-31829: Make protocol 0 pickles be loadable in text...
2019-05-31 Terry Jan ReedyIDLE - Capitalize search dialogs' 'Close' button label...
2019-05-31 Serhiy Storchakabpo-36548: Improve the repr of re flags. (GH-12715)
2019-05-31 Serhiy Storchakabpo-339827: Do not swallow exceptions in the _ssl modul...
2019-05-31 Jeroen Demeyerbpo-36974: tp_print -> tp_vectorcall_offset and tp_rese...
2019-05-30 Ivan Levkivskyibpo-29262: Add get_origin() and get_args() introspectio...
2019-05-30 Anthony Sottilebpo-5028: Fix up rest of documentation for tokenize...
2019-05-30 Matthias Bussonnierbpo-36953: Delay removal of ABCs from collections....
2019-05-30 xdegayebpo-36342: Fix test_multiprocessing in test_venv (GH...
2019-05-30 Antti Haapalabpo-30969: Fix docs about the comparison in absence...
2019-05-30 Andrew Carrbpo-5028: fix doc bug for tokenize (GH-11683)
2019-05-30 XtreakFix audit event typo : urllib.request -> urllib.Request...
2019-05-30 Alex Grönholmbpo-36999: Add asyncio.Task.get_coro() (GH-13680)
2019-05-30 Brett CannonRevert adding @maxking to CODEOWNERS file (GH-13660)
2019-05-30 Jeroen Demeyerbpo-36974: rename _FastCallKeywords -> _Vectorcall...
2019-05-30 Xtreakbpo-37099: Silence DeprecationWarning in test_inspect...
2019-05-30 Zackery Spytzbpo-20602: Do not clear sys.flags and sys.float_info...
2019-05-30 Jeroen Demeyerbpo-36974: remove _PyObject_HasFastCall (GH-13460)
2019-05-30 Jeroen Demeyerbpo-36974: inherit the vectorcall protocol (GH-13498)
2019-05-30 Xtreakbpo-37015: Ensure tasks created by _accept_connection2...
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...
next