103934 Commits (e251095a3f4778102f554cecffcfd837f4d1db6c)
 

Author SHA1 Message Date
Victor Stinner e251095a3f
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) 7 years ago
Zackery Spytz c4e78b116f bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) 7 years ago
Stefan Behnel 0d5864fa07
bpo-13611: Include C14N 2.0 test data in installation (GH-13053) 7 years ago
Daniel Porteous 0522291440 Fix tiny tiny typo in 3.8 what's new (GH-13049) 7 years ago
Hossein Pourbozorg 5f2b3b0367 regarding to grammar and spell check (#13020) 7 years ago
Victor Stinner cb9fbd3588
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) 7 years ago
Xtreak 11e4a941e9 Change bisect to bisect_cmd in docstring (#13040) 7 years ago
Raymond Hettinger 671d782f8d
bpo-36018: Update example to show mean and stdev (GH-13047) 7 years ago
Raymond Hettinger 482b6b565a
Move dangling bullet points into named subsections (GH-13046) 7 years ago
Chris Withers adbf178e49
Mock 100% coverage (GH-13045) 7 years ago
Gregory P. Smith b7378d7728
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044) 7 years ago
Stefan Behnel e1d5dd645d
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) 7 years ago
Géry Ogam ee88af3f4f Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) 7 years ago
Stefan Behnel dde3eebdaa
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) 7 years ago
Stefan Behnel 43851a202c
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) 7 years ago
Petter Strandmark 3d37ea25dc bpo-27682: Handle client connection terminations in wsgiref (GH-9713) 7 years ago
Thomas A Caswell 18029d80bd MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029) 7 years ago
Victor Stinner 1a9f0d8efd
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035) 7 years ago
Xtreak 2fc936ed24 bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032) 7 years ago
Chris Withers 49e27f0afb
remove jython support from unittest.mock (GH#13033) 7 years ago
Victor Stinner db71975431
bpo-36763: Rework _PyInitError API (GH-13031) 7 years ago
Gregory P. Smith c4e671eec2
bpo-30458: Disallow control chars in http URLs. (GH-12755) 7 years ago
Victor Stinner 5f38b8407b
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) 7 years ago
Victor Stinner 463b82a3ef
bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028) 7 years ago
Mario Corchero 0df635c7f8 Don't report deleted attributes in __dir__ (GH#10148) 7 years ago
Steve Dower d537ab0ff9
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) 7 years ago
Victor Stinner b84cb70880
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970) 7 years ago
gescheit 3bbcc92577 bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785) 7 years ago
Raymond Hettinger b0a2c0fa83
bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021) 7 years ago
Utkarsh Gupta ee0309f3d8 closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) 7 years ago
Pablo Galindo d5d2b45469
bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) 7 years ago
Marco Rougeth 81c5a90595 bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) 7 years ago
Ned Deily 9bdd6d1c2a
Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012) 7 years ago
Ned Deily 883dfc668f
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) 7 years ago
Berker Peksag be6dbfb43b
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986) 7 years ago
Paul Ganssle 88c0937056 bpo-36004: Add date.fromisocalendar (GH-11888) 7 years ago
xdegaye a86e06433a bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007) 7 years ago
Guido van Rossum 843bf42aa6 Add initial 'whatsnew' section for PEP 570 (GH-12942) 7 years ago
Pablo Galindo 8c77b8cb91
bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
Victor Stinner 99fcc616d4
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) 7 years ago
Victor Stinner b36e5d627d
bpo-36356: Destroy the GIL at exit (GH-12453) 7 years ago
xdegaye 7a5a1cfe04 bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) 7 years ago
Joannah Nanjekye f781d202a2 bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667) 7 years ago
xdegaye 254b309c80 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) 7 years ago
Andrey b021ba5028 Fix typo in 'tandem' word (GH-12998) (GH-12998) 7 years ago
Raymond Hettinger db81ba1393
bpo-36546: More tests: type preservation and equal inputs (#13000) 7 years ago
Emmanuel Arias 86f0c8215c bpo-36729: Delete unused text variable on tests. (GH-12959) 7 years ago
Zackery Spytz e0dcb85b7d bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993) 7 years ago
Raymond Hettinger da63b321f6
bpo-36715: Add usage note for dict.fromkeys() (GH-12974) 7 years ago
Gordon P. Hemsley 50fed0b64f bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) 7 years ago