]> granicus.if.org Git - python/shortlog
python
2019-06-04 Raymond HettingerFix grammar (GH-13801)
2019-06-04 Ivan LevkivskyiMore updates to the annotated assignments docs (GH...
2019-06-04 Pablo Galindobpo-37148: Fix asyncio test that check for warning...
2019-06-04 Raymond Hettingerbpo-35431: Drop the k <= n requirement (GH-13798)
2019-06-04 Victor StinnerRevert "bpo-36818: Add PyInterpreterState.runtime field...
2019-06-04 Andrew SvetlovRevert "bpo-35621: Support running subprocesses in...
2019-06-03 Inada Naokibpo-37146: disable opcache when Py_DEBUG is defined...
2019-06-03 Victor Stinnerbpo-34037, asyncio: add BaseEventLoop.wait_executor_on_...
2019-06-03 Christian Heimesbpo-37120: Add SSLContext.num_tickets (GH-13719)
2019-06-03 Christian Heimesbpo-36868: Fix what's new for SSLContext.hostname_check...
2019-06-03 Christian Heimesbpo-34271: Fix compatibility with 1.0.2 (GH-13728)
2019-06-03 Christian Heimesbpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
2019-06-03 Victor StinnerRevert "bpo-33608: Factor out a private, per-interprete...
2019-06-03 Victor Stinnerbpo-37137: Fix test_asyncio: use TestCase.set_event_loo...
2019-06-03 David Carlierbpo-37087: Adding native ID support for OpenBSD (GH...
2019-06-03 Julien PalardDoc fix: duplicate object description of email.message...
2019-06-03 Victor StinnerAdd credits to What's New in Python 3.8 (GH-13776)
2019-06-03 Inada Naokibpo-26219: remove unused code (GH-13775)
2019-06-03 Inada Naokibpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
2019-06-03 Ned DeilyPin macOS installer Sphinx to v2.0.1 (GH-13774)
2019-06-03 Ned Deilybpo-36231: Support building on macOS without /usr...
2019-06-03 Pablo Galindobpo-35814: Allow unpacking in r.h.s of annotated assign...
2019-06-03 XtreakIDLE: Fix typos in docs and comments (GH-13749)
2019-06-03 Raymond Hettingerbpo-36546: Add design notes to aid future discussions...
2019-06-03 cclaussFix variable name copy/paste error in build-installer...
2019-06-03 Augusto Hackbpo-33569 Preserve type information with dataclasses...
2019-06-03 Victor Stinnerbpo-37069: tests use catch_unraisable_exception() ...
2019-06-03 Matthias Bussonnierbpo-36896: Clarify that some types constructors are...
2019-06-03 Petr Viktorinbpo-36027: Really fix "incompatible pointer type" compi...
2019-06-02 Jeroen Demeyerbpo-36974: add some assertions for PEP 590 (GH-13682)
2019-06-02 Jeroen Demeyerbpo-36974: document PEP 590 (GH-13450)
2019-06-02 Ivan LevkivskyiUpdate the annotated assignment docs (GH-13757)
2019-06-02 Victor Stinnerbpo-37100: Fix test_coroutines with -Werror (GH-13756)
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...
next