]> granicus.if.org Git - python/shortlog
python
2019-06-10 Serhiy StorchakaDo not use explicit inheritance from object in the...
2019-06-09 Antoine Pitroubpo-36785: PEP 574 What's New entry (#13931)
2019-06-09 Nick CoghlanAdd some placeholder notes for major 3.8 features ...
2019-06-08 Marcin Niemirabpo-11122: fix hardcoded path checking for rpmbuild...
2019-06-08 Raymond Hettingerbpo-37178: Allow a one argument form of math.perm(...
2019-06-08 Rémi Lapeyrebpo-34886: Fix subprocess.run handling of exclusive...
2019-06-08 Ammar Askarbpo-29505: Fix interpreter in fuzzing targets to be...
2019-06-08 Philipp Abpo-37173: Show passed class in inspect.getfile error...
2019-06-07 Anthony Sottilecross port importlib-metadata PR #76 (#13903)
2019-06-07 zygocephalusbpo-37150: Throw ValueError if FileType class object...
2019-06-07 Jeroen Demeyerbpo-37138: fix undefined behaviour with memcpy() on...
2019-06-07 Paul Monsonbpo-37181: Fix test_regrtest failures on Windows arm64...
2019-06-07 Victor Stinnerbpo-37191: Move TestPEP590 from test_capi to test_call...
2019-06-07 Victor Stinnerbpo-37169: Rewrite _PyObject_IsFreed() unit tests ...
2019-06-07 Jeroen Demeyerbpo-37151: simplify classmethoddescr_call (GH-13340)
2019-06-07 Stefan KrahUse assertEqual(). (#13883)
2019-06-07 Cheryl SabellaIDLE: Standardize naming convention for DummyEditwin...
2019-06-07 Eric Wieserbpo-37188: Fix a divide-by-zero in arrays of size-0...
2019-06-07 Tal Einatbpo-37177: make IDLE's search dialogs transient (GH...
2019-06-06 Pablo Galindobpo-37134: Add PEP570 notation to the signature of...
2019-06-06 Zackery Spytzbpo-37170: Fix the cast on error in PyLong_AsUnsignedLo...
2019-06-06 websurfer5bpo-36520: Email header folded incorrectly (#13608)
2019-06-06 Steve Dowerbpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
2019-06-06 Victor Stinnerbpo-36763, _testembed: enable assert() in release mode...
2019-06-06 Walter Dörwaldbpo-2661: Make mapping tests better usable for custom...
2019-06-06 Inada Naokibpo-35551: remove mac_centeuro encoding (GH-13856)
2019-06-06 Barry WarsawAdd importlib.metadata to what's new. (#13855)
2019-06-05 Pablo Galindobpo-37134: Use PEP570 syntax for sum() (GH-13851)
2019-06-05 Raymond Hettingerbpo-37165: Convert _count_elements to the argument...
2019-06-05 Ashwin Ramaswamibpo-35551: encodings update (GH-11446)
2019-06-05 Pablo Galindobpo-37134: Add PEP570 notation to the documentation...
2019-06-05 Victor Stinnerbpo-33725, multiprocessing doc: rephase warning against...
2019-06-05 Abhilash Rajbpo-21315: Fix parsing of encoded words with missing...
2019-06-05 Serhiy Storchaka[3.9] bpo-37116: Use PEP 570 syntax for positional...
2019-06-05 Raymond Hettingerbpo-37158: Simplify and speed-up statistics.fmean(...
2019-06-05 Victor Stinnerbpo-26836: Document os.memfd_create() name parameter...
2019-06-05 Zackery Spytzbpo-34767: Do not always create a collections.deque...
2019-06-05 Benjamin YehFix documentation (GH-13721)
2019-06-05 Emmanuel Ariasbpo-36373: Deprecate explicit loop parameter in all...
2019-06-05 Terry Jan Reedy bpo-35763: Make IDLE calltip note about '/' less obtru...
2019-06-04 Julien PalardDoc: Python 3.9 in sidebar and version switcher. (GH...
2019-06-04 Zachary Warebpo-34282: Remove deprecated enum _convert method ...
2019-06-04 Zachary WareBump version in AppVeyor config (#13822)
2019-06-04 Łukasz LangaBump to 3.9.0a0
2019-06-04 Łukasz LangaMerge tag 'v3.8.0b1'
2019-06-04 Petter Strandmarkbpo-35047: Update whatsnew/3.8 for better mock error...
2019-06-04 Abhilash Rajbpo-30835: email: Fix AttributeError when parsing inval...
2019-06-04 Łukasz LangaPython 3.8.0b1 v3.8.0b1
2019-06-04 Abhilash Rajbpo-35805: Add parser for Message-ID email header....
2019-06-04 Victor Stinnerbpo-37153: test_venv.test_mutiprocessing() calls pool...
2019-06-04 Steve Dowerbpo-36742: Corrects fix to handle decomposition in...
2019-06-04 Boris FeldFix extraneous whitespace in QueueListener.prepare...
2019-06-04 Mario Corcherobpo-30699: Improve example on datetime tzinfo instances...
2019-06-04 Victor Stinnerbpo-36778: Remove outdated comment from CodePageTest...
2019-06-04 Victor Stinnerbpo-26219: Fix compiler warning in _PyCode_InitOpcache...
2019-06-04 Andrew Svetlovbpo-37142: Make asyncio stream tests more robust again...
2019-06-04 Andrew SvetlovMake StreamServer.close() tests more robust (GH-13790)
2019-06-04 Łukasz LangaRevert "bpo-34037, asyncio: add BaseEventLoop.wait_exec...
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...
next