]> granicus.if.org Git - python/shortlog
python
2019-05-07 Rémi Lapeyrebpo-31855: unittest.mock.mock_open() results now respec...
2019-05-07 Andrew SvetlovForbid creating of stream objects outside of asyncio...
2019-05-06 Gregory P.... bpo-35925: Skip SSL tests that fail due to weak externa...
2019-05-06 Toshio KuratomiFix rst formatting for several links in ssl documentati...
2019-05-06 Serhiy Storchakabpo-36542: Allow to overwrite the signature for Python...
2019-05-06 Serhiy Storchakabpo-36793: Remove unneeded __str__ definitions. (GH...
2019-05-06 penguindustinbpo-36766: Typos in docs and code comments (GH-13116)
2019-05-06 Sebastian Koslowskibpo-36275: enhance documentation for venv.create()...
2019-05-06 Stéphane WirtelClarify the download unit in the download section ...
2019-05-06 Patrick Mühlbauerbpo-30668: add missing word in license.rst (GH-13115)
2019-05-06 Brett CannonUnroll import-team in CODEOWNERS (#13118)
2019-05-06 Zackery Spytzbpo-36594: Fix incorrect use of %p in format strings...
2019-05-06 Logan Jonesbpo-36798: Updating f-string docs for := use case ...
2019-05-06 Andre DelfinoUpdate wsgiref.rst (#10488)
2019-05-06 Daniel HahlerDoc/c-api/exceptions.rst: fix grammar (#12091)
2019-05-06 Stefan Behnelbpo-36811: Fix a C compiler warning in _elementtree...
2019-05-06 Eddie ElizondoOnly count number of members once (#12691)
2019-05-06 Cheryl Sabellabpo-16024: Doc cleanup regarding path_fd, dir_fd, follo...
2019-05-05 Serhiy Storchakabpo-36791: Safer detection of integer overflow in sum...
2019-05-05 twisteroid... bpo-33530: Implement Happy Eyeballs in asyncio, v2...
2019-05-05 Inada Naokisimplify StartupImportTests (GH-13096)
2019-05-04 Jonatanbpo-36189: Fixing typo in tutorial introduction (GH...
2019-05-04 Catherine Alvaradobpo-36166: Change to rst datamodel file. (GH-13089)
2019-05-04 Victor Stinnerbpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN...
2019-05-04 Joannah Nanjekyebpo-26978: Implement pathlib.Path.link_to (Using os...
2019-05-03 Rémi LapeyreSuppress clang warning (GH-12384)
2019-05-03 Stefan Behnelbpo-28238: Implement "{*}tag" and "{ns}*" wildcard...
2019-05-03 Andre Delfinobpo-33882: mention breakpoint() in debugger-related...
2019-05-03 Zackery Spytzbpo-24638: Improve the error message in asyncio.ensure_...
2019-05-03 Alexander VasinFixed typo (GH-11522)
2019-05-03 gescheitbpo-36613: call remove_done_callback if exception ...
2019-05-03 xdegayebpo-36341: Fix tests calling bind() on AF_UNIX sockets...
2019-05-03 Andre DelfinoImprove grammar on async context managers and shorten...
2019-05-03 Andre DelfinoDon't use the LHS/RHS acronym in Simple statements...
2019-05-03 Srinivas Reddy... bpo:34848 : Correct an incorrect docstring for range...
2019-05-02 Stefan BehnelAdd correct license for C14N test suite to license...
2019-05-02 Victor Stinnerbpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
2019-05-02 Victor Stinnerbpo-36763: _PyCoreConfig_SetPyArgv() preinitializes...
2019-05-02 Victor Stinnerbpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
2019-05-02 Zackery Spytzbpo-36776: Add @support.skip_unless_symlink to test_lll...
2019-05-02 Victor Stinnerbpo-36763: Add _PyCoreConfig._config_version (GH-13065)
2019-05-02 XtreakFix typo: quaatile to quantile (GH=13001)
2019-05-02 Victor Stinnerbpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
2019-05-02 Victor Stinnerbpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH...
2019-05-02 Zackery Spytzbpo-14546: Fix the argument handling in Tools/scripts...
2019-05-02 Stefan Behnelbpo-13611: Include C14N 2.0 test data in installation...
2019-05-02 Daniel PorteousFix tiny tiny typo in 3.8 what's new (GH-13049)
2019-05-02 Hossein Pourbozorgregarding to grammar and spell check (#13020)
2019-05-02 Victor Stinnerbpo-36763: Make _PyCoreConfig.check_hash_pycs_mode...
2019-05-02 XtreakChange bisect to bisect_cmd in docstring (#13040)
2019-05-02 Raymond Hettingerbpo-36018: Update example to show mean and stdev (GH...
2019-05-02 Raymond HettingerMove dangling bullet points into named subsections...
2019-05-01 Chris WithersMock 100% coverage (GH-13045)
2019-05-01 Gregory P.... bpo-30458: Use InvalidURL instead of ValueError. (GH...
2019-05-01 Stefan Behnelbpo-13611: C14N 2.0 implementation for ElementTree...
2019-05-01 Géry OgamNamespace packages _bootstrap.ModuleSpec.loader attribu...
2019-05-01 Stefan Behnelbpo-36676: Namespace prefix aware parsing support for...
2019-05-01 Stefan Behnelbpo-36673: Implement comment/PI parsing support for...
2019-05-01 Petter Strandmarkbpo-27682: Handle client connection terminations in...
2019-05-01 Thomas A CaswellMNT: set stacklevel in the getfullargspec deprecation...
2019-05-01 Victor Stinnerbpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
2019-05-01 Xtreakbpo-30458: Disable https related urllib tests on a...
2019-05-01 Chris Withersremove jython support from unittest.mock (GH#13033)
2019-05-01 Victor Stinnerbpo-36763: Rework _PyInitError API (GH-13031)
2019-05-01 Gregory P.... bpo-30458: Disallow control chars in http URLs. (GH...
2019-05-01 Victor Stinnerbpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
2019-04-30 Victor Stinnerbpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028)
2019-04-30 Mario CorcheroDon't report deleted attributes in __dir__ (GH#10148)
2019-04-30 Steve Dowerbpo-36742: Fixes handling of pre-normalization characte...
2019-04-30 Victor Stinnerbpo-36734: Fix compilation of faulthandler.c on HP...
2019-04-30 gescheitbpo-25430: improve performance of IPNetwork.__contains_...
2019-04-30 Raymond Hettingerbpo-36018: Test idempotence. Test two methods against...
2019-04-30 Utkarsh Guptacloses bpo-35329: Change 'Package' to 'package' in...
2019-04-30 Pablo Galindobpo-36751: Deprecate getfullargspec and report position...
2019-04-29 Marco Rougethbpo-36232: Improve error message on dbm.open() when...
2019-04-29 Ned DeilyPrevent macOS installer build failure if ABIFLAGS is...
2019-04-29 Ned Deilybpo-34602: Avoid failures setting macOS stack resource...
2019-04-29 Berker Peksagbpo-1613500: Don't hardcode output file mode in fileinp...
2019-04-29 Paul Gansslebpo-36004: Add date.fromisocalendar (GH-11888)
2019-04-29 xdegayebpo-35952: Fix test.pythoninfo when the compiler is...
2019-04-29 Guido van RossumAdd initial 'whatsnew' section for PEP 570 (GH-12942)
2019-04-29 Pablo Galindobpo-36540: PEP 570 -- Implementation (GH-12701)
2019-04-29 Victor StinnerRevert "bpo-36356: Destroy the GIL at exit (GH-12453...
2019-04-29 Victor Stinnerbpo-36356: Destroy the GIL at exit (GH-12453)
2019-04-29 xdegayebpo-36747: Remove the stale scriptsinstall Makefile...
2019-04-29 Joannah Nanjekyebpo-36475: Finalize PyEval_AcquireLock() and PyEval_Acq...
2019-04-29 xdegaye bpo-21536: On Android, C extensions are linked to...
2019-04-29 AndreyFix typo in 'tandem' word (GH-12998) (GH-12998)
2019-04-29 Raymond Hettingerbpo-36546: More tests: type preservation and equal...
2019-04-29 Emmanuel Ariasbpo-36729: Delete unused text variable on tests. (GH...
2019-04-28 Zackery Spytzbpo-36745: Fix a possible reference leak in PyObject_Se...
2019-04-28 Raymond Hettingerbpo-36715: Add usage note for dict.fromkeys() (GH-12974)
2019-04-28 Gordon P. Hemsleybpo-32424: Improve test coverage for xml.etree.ElementT...
2019-04-27 Berker Peksagbpo-2091: Fix typo in exception message (GH-12987)
2019-04-27 Paul Gansslebpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
2019-04-27 Paul Gansslebpo-36722: Style and grammar edits for ABI news entries...
2019-04-27 Terry Jan ReedySyntax highlight IDLE html doc code example. (GH-12981)
2019-04-26 Victor Stinnerbpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS...
2019-04-26 Victor Stinnerbpo-36722: Add What's New entry for debug ABI (GH-12957)
2019-04-26 Victor Stinnerbpo-21536: Revert Makefile change on python-config...
next