summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785)gescheit2019-04-302-2/+2
* bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021)Raymond Hettinger2019-04-301-0/+23
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...Utkarsh Gupta2019-04-301-1/+1
* bpo-36751: Deprecate getfullargspec and report positional-only args as regula...Pablo Galindo2019-04-306-61/+74
* bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-...Marco Rougeth2019-04-293-2/+5
* Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012)Ned Deily2019-04-291-2/+4
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011)Ned Deily2019-04-293-12/+3
* bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)Berker Peksag2019-04-293-2/+16
* bpo-36004: Add date.fromisocalendar (GH-11888)Paul Ganssle2019-04-296-0/+209
* bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007)xdegaye2019-04-292-4/+12
* Add initial 'whatsnew' section for PEP 570 (GH-12942)Guido van Rossum2019-04-291-0/+25
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-2938-4706/+5767
* Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)Victor Stinner2019-04-295-26/+18
* bpo-36356: Destroy the GIL at exit (GH-12453)Victor Stinner2019-04-295-18/+26
* bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)xdegaye2019-04-292-8/+1
* bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...Joannah Nanjekye2019-04-294-12/+51
* bpo-21536: On Android, C extensions are linked to libpython (GH-12989)xdegaye2019-04-299-10/+47
* Fix typo in 'tandem' word (GH-12998) (GH-12998)Andrey2019-04-291-1/+1
* bpo-36546: More tests: type preservation and equal inputs (#13000)Raymond Hettinger2019-04-291-12/+18
* bpo-36729: Delete unused text variable on tests. (GH-12959)Emmanuel Arias2019-04-291-4/+0
* bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)Zackery Spytz2019-04-281-1/+3
* bpo-36715: Add usage note for dict.fromkeys() (GH-12974)Raymond Hettinger2019-04-281-1/+4
* bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)Gordon P. Hemsley2019-04-284-2/+89
* bpo-2091: Fix typo in exception message (GH-12987)Berker Peksag2019-04-271-1/+1
* bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)Paul Ganssle2019-04-274-2/+126
* bpo-36722: Style and grammar edits for ABI news entries (GH-12979)Paul Ganssle2019-04-274-22/+24