]> granicus.if.org Git - python/shortlog
python
2019-06-12 Miss Islington... Add some placeholder notes for major 3.8 features ...
2019-06-12 Miss Islington... bpo-26219: Fix compiler warning in _PyCode_InitOpcache...
2019-06-12 Miss Islington... bpo-29505: Fuzz json module, enforce size limit on...
2019-06-12 Miss Islington... bpo-32625: Updated documentation for EXTENDED_ARG....
2019-06-12 Miss Islington... bpo-36918: Fix "Exception ignored in" in test_urllib...
2019-06-12 Miss Islington... bpo-35766: Change format for feature_version to (major...
2019-06-11 Abhilash Raj[3.8] bpo-36520: Email header folded incorrectly (GH...
2019-06-11 Miss Islington... bpo-37238: Enable building for Windows using Visual...
2019-06-11 Miss Islington... bpo-35766: What's new in the ast and typing modules...
2019-06-11 Miss Islington... bpo-36607: Eliminate RuntimeError raised by asyncio...
2019-06-11 Miss Islington... Fix test_posix if RWF_HIPRI is defined but not preadv2...
2019-06-11 Miss Islington... closes bpo-33758: Skip test_get_type_hints_modules_forw...
2019-06-11 Miss Islington... bpo-37219: Remove erroneous optimization for differenci...
2019-06-11 Makdon[3.8] bpo-37216: Fix version and filename in Mac using...
2019-06-11 Miss Islington... closes bpo-35184: Fix XML_POOR_ENTROPY option that...
2019-06-10 Miss Islington... bpo-37215: Fix dtrace issue introduce by bpo-36842...
2019-06-08 Miss Islington... bpo-11122: fix hardcoded path checking for rpmbuild...
2019-06-08 Miss Islington... bpo-37178: Allow a one argument form of math.perm(...
2019-06-08 Miss Islington... bpo-34886: Fix subprocess.run handling of exclusive...
2019-06-08 Miss Islington... bpo-29505: Fix interpreter in fuzzing targets to be...
2019-06-08 Miss Islington... bpo-37173: Show passed class in inspect.getfile error...
2019-06-08 Miss Islington... [3.8] bpo-37188: Fix a divide-by-zero in arrays of...
2019-06-07 Miss Islington... cross port importlib-metadata PR GH-76 (GH-13903)
2019-06-07 Miss Islington... bpo-37150: Throw ValueError if FileType class object...
2019-06-07 Miss Islington... IDLE: Standardize naming convention for DummyEditwin...
2019-06-07 Miss Islington... bpo-37138: fix undefined behaviour with memcpy() on...
2019-06-07 Miss Islington... bpo-37181: Fix test_regrtest failures on Windows arm64...
2019-06-07 Petr Viktorinbpo-37191: Avoid declaration-after-statement in header...
2019-06-07 Miss Islington... bpo-37191: Move TestPEP590 from test_capi to test_call...
2019-06-07 Victor Stinnerbpo-37169: Rewrite _PyObject_IsFreed() unit tests ...
2019-06-07 Zackery Spytz[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsi...
2019-06-07 Miss Islington... bpo-37177: make IDLE's search dialogs transient (GH...
2019-06-06 Miss Islington... bpo-37134: Add PEP570 notation to the signature of...
2019-06-06 Miss Islington... bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
2019-06-06 Miss Islington... bpo-36763, _testembed: enable assert() in release mode...
2019-06-05 Miss Islington... bpo-37134: Use PEP570 syntax for sum() (GH-13851)
2019-06-05 Miss Islington... bpo-37165: Convert _count_elements to the argument...
2019-06-05 Miss Islington... bpo-33725, multiprocessing doc: rephase warning against...
2019-06-05 Miss Islington... bpo-37158: Simplify and speed-up statistics.fmean(...
2019-06-05 Miss Islington... bpo-26836: Document os.memfd_create() name parameter...
2019-06-05 Miss Islington... bpo-34767: Do not always create a collections.deque...
2019-06-05 Miss Islington... Fix documentation (GH-13721)
2019-06-05 Miss Islington... bpo-36373: Deprecate explicit loop parameter in all...
2019-06-05 Miss Islington... bpo-35763: Make IDLE calltip note about '/' less obtrus...
2019-06-04 Miss Islington... Doc: Python 3.9 in sidebar and version switcher. (GH...
2019-06-04 Łukasz LangaPost v3.8.0b1
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...
next