]> granicus.if.org Git - python/shortlog
python
2019-06-02 Petr Viktorinbpo-37012: Clean up special cases in PyType_FromSpecWit...
2019-06-02 XtreakFix typos in docs and docstrings (GH-13745)
2019-06-02 Petr Viktorinbpo-36027 bpo-36974: Fix "incompatible pointer type...
2019-06-02 Andrew Svetlovbpo-35621: Fix tests when SafeChildWatcher is expected...
2019-06-02 Petr Viktorinbpo-36974: Make tp_call=PyVectorcall_Call work for...
2019-06-02 Michele Angrisanobpo-19184: Update the documentation of dis module....
2019-06-02 Petr Viktorintest_gdb.test_pycfunction: test more calling convention...
2019-06-02 Victor Stinnerbpo-36829: test_threading: Fix a ref cycle (GH-13752)
2019-06-02 Michele Angrisanobpo-37014: Update docstring and Documentation of filein...
2019-06-02 Pablo GalindoCall PyObject_GC_UnTrack in structseq dealloc (GH-13751)
2019-06-02 Pablo Galindobpo-37124: Fix reference leak in test_msilib (GH-13750)
2019-06-02 Cheryl Sabellabpo-35610: IDLE - Replace .context_use_ps1 with .prompt...
2019-06-02 Tim HoffmannAdd description to the command line help of the argumen...
2019-06-02 Pablo Galindobpo-37126: Allow structseq objects to be tracked by...
2019-06-02 Andrew Svetlovbpo-35621: Support running subprocesses in asyncio...
2019-06-02 Mark Dickinsonbpo-36027: Extend three-argument pow to negative second...
2019-06-02 Serhiy Storchakabpo-37128: Add math.perm(). (GH-13731)
2019-06-02 Serhiy StorchakaAdd more tests for preserving identity in marshal....
2019-06-02 Anthony SottileImprove version added references in `typing` module...
2019-06-01 Raymond HettingerPut math.comb() docs is correct place alphabetically...
2019-06-01 Eric Snowbpo-33608: Factor out a private, per-interpreter _Py_Ad...
2019-06-01 Marco Buttubpo-29414: Change 'the for statement is such an iterato...
2019-06-01 Zackery SpytzFix the error handling in bytesio_sizeof(). (GH-10459)
2019-06-01 Serhiy Storchakabpo-20092. Use __index__ in constructors of int, float...
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)
next