summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simplify StartupImportTests (GH-13096)Inada Naoki2019-05-051-7/+7
* bpo-36189: Fixing typo in tutorial introduction (GH-13090)Jonatan2019-05-041-1/+1
* bpo-36166: Change to rst datamodel file. (GH-13089)Catherine Alvarado2019-05-041-2/+2
* bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)Victor Stinner2019-05-046-15/+17
* bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)Joannah Nanjekye2019-05-045-0/+42
* Suppress clang warning (GH-12384)Rémi Lapeyre2019-05-031-1/+2
* bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...Stefan Behnel2019-05-036-15/+171
* bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759)Andre Delfino2019-05-031-0/+3
* bpo-24638: Improve the error message in asyncio.ensure_future() (#12848)Zackery Spytz2019-05-032-1/+11
* Fixed typo (GH-11522)Alexander Vasin2019-05-031-2/+2
* bpo-36613: call remove_done_callback if exception (GH-12800)gescheit2019-05-032-1/+3
* bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)xdegaye2019-05-034-5/+13
* Improve grammar on async context managers and shorten text (GH-12379)Andre Delfino2019-05-031-4/+4
* Don't use the LHS/RHS acronym in Simple statements (GH-12996)Andre Delfino2019-05-031-4/+4
* bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2019-05-031-1/+1
* Add correct license for C14N test suite to license docs. (GH-13055)Stefan Behnel2019-05-022-1/+64
* bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)Victor Stinner2019-05-026-19/+10
* bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)Victor Stinner2019-05-024-27/+50
* bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)Victor Stinner2019-05-0211-217/+354
* bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)Zackery Spytz2019-05-021-0/+1
* bpo-36763: Add _PyCoreConfig._config_version (GH-13065)Victor Stinner2019-05-021-3/+13
* Fix typo: quaatile to quantile (GH=13001)Xtreak2019-05-021-1/+1
* bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)Victor Stinner2019-05-023-92/+115
* bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)Victor Stinner2019-05-025-57/+48
* bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)Zackery Spytz2019-05-023-4/+42
* bpo-13611: Include C14N 2.0 test data in installation (GH-13053)Stefan Behnel2019-05-022-1/+16
* Fix tiny tiny typo in 3.8 what's new (GH-13049)Daniel Porteous2019-05-021-2/+2
* regarding to grammar and spell check (#13020)Hossein Pourbozorg2019-05-021-3/+3
* bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)Victor Stinner2019-05-025-17/+28
* Change bisect to bisect_cmd in docstring (#13040)Xtreak2019-05-021-3/+3
* bpo-36018: Update example to show mean and stdev (GH-13047)Raymond Hettinger2019-05-021-4/+6
* Move dangling bullet points into named subsections (GH-13046)Raymond Hettinger2019-05-021-11/+16
* Mock 100% coverage (GH-13045)Chris Withers2019-05-019-317/+263
* bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)Gregory P. Smith2019-05-013-6/+8
* bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)Stefan Behnel2019-05-0160-0/+920
* Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None...Géry Ogam2019-05-011-6/+5
* bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...Stefan Behnel2019-05-015-30/+258
* bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...Stefan Behnel2019-05-016-54/+630
* bpo-27682: Handle client connection terminations in wsgiref (GH-9713)Petter Strandmark2019-05-013-0/+24
* MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029)Thomas A Caswell2019-05-011-1/+1
* bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)Victor Stinner2019-05-013-168/+251
* bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)Xtreak2019-05-011-0/+2
* remove jython support from unittest.mock (GH#13033)Chris Withers2019-05-013-25/+2
* bpo-36763: Rework _PyInitError API (GH-13031)Victor Stinner2019-05-018-45/+57
* bpo-30458: Disallow control chars in http URLs. (GH-12755)Gregory P. Smith2019-05-014-2/+71
* bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)Victor Stinner2019-05-015-17/+58
* bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028)Victor Stinner2019-04-302-3/+6
* Don't report deleted attributes in __dir__ (GH#10148)Mario Corchero2019-04-303-2/+15
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Steve Dower2019-04-303-4/+14
* bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)Victor Stinner2019-04-302-1/+4