]> granicus.if.org Git - python/shortlog
python
2019-06-13 Victor Stinnerbpo-37261: Fix support.catch_unraisable_exception(...
2019-06-13 Victor Stinnerbpo-37210: Fix pure Python pickle when _pickle is unava...
2019-06-13 Victor Stinnertbpo-36402: Fix threading.Thread._stop() (GH-14047)
2019-06-13 Jeroen Demeyerbpo-37231: optimize calls of special methods (GH-13973)
2019-06-13 Victor Stinnerbpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
2019-06-13 Jeffrey Kintscherbpo-35070: test_getgrouplist may fail on macOS if too...
2019-06-13 Makdonbpo-37216: update version to 3.9 in mac using document...
2019-06-13 Tim Petersbpo-37257: obmalloc: stop simple arena thrashing...
2019-06-13 Ned DeilyAdd 3.9 whatsnew file (GH-14040)
2019-06-13 Victor Stinnerbpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
2019-06-13 Victor Stinnerbpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
2019-06-13 Victor Stinnerbpo-37253: Document PyCompilerFlags.cf_feature_version...
2019-06-12 Victor Stinnerbpo-36402: Fix threading._shutdown() race condition...
2019-06-12 Paul Monsonbpo-36779: time.tzname returns empty string on Windows...
2019-06-12 Victor Stinnerbpo-37069: regrtest uses sys.unraisablehook (GH-13759)
2019-06-12 Victor Stinnerbpo-37223, test_io: silence last 'Exception ignored...
2019-06-12 Andrew SvetlovMake asyncio stream sendfile fail on error (was hang...
2019-06-12 Paul Monsonbpo-37236: pragma optimize off for _Py_c_quot on Window...
2019-06-12 Paul Monsonbpo-37201: fix test_distutils failures for Windows...
2019-06-12 David Carlierbpo-37160: Thread native ID NetBSD support (GH-13835)
2019-06-12 Michael Feltbpo-35545: Skip `test_asyncio.test_create_connection_ip...
2019-06-12 Ammar Askarbpo-29505: Fuzz json module, enforce size limit on...
2019-06-12 Yao Zuobpo-32625: Updated documentation for EXTENDED_ARG....
2019-06-12 Victor Stinnerbpo-26219: Fix compiler warning in _PyCode_InitOpcache...
2019-06-12 Victor Stinnerbpo-36918: Fix "Exception ignored in" in test_urllib...
2019-06-12 Victor Stinnerbpo-35766: compile(): rename feature_version parameter...
2019-06-12 Guido van Rossumbpo-35766: Change format for feature_version to (major...
2019-06-11 Paul Monsonbpo-37238: Enable building for Windows using Visual...
2019-06-11 Guido van Rossumbpo-35766: What's new in the ast and typing modules...
2019-06-11 Benjamin PetersonFix test_posix if RWF_HIPRI is defined but not preadv2...
2019-06-11 Benjamin Petersoncloses bpo-33758: Skip test_get_type_hints_modules_forw...
2019-06-11 Andrew Svetlovbpo-36607: Eliminate RuntimeError raised by asyncio...
2019-06-11 Raymond Hettingerbpo-37219: Remove erroneous optimization for differenci...
2019-06-11 aaronpaulhurstcloses bpo-35184: Fix XML_POOR_ENTROPY option that...
2019-06-11 Victor Stinnerbpo-37223: test_io: silence destructor errors (GH-13954)
2019-06-11 Victor Stinnerbpo-18748: Fix _pyio.IOBase destructor (closed case...
2019-06-10 Christian Heimesbpo-37215: Fix dtrace issue introduce by bpo-36842...
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...
next