21978 Commits (dde3eebdaa8d2c51971ca704d53af7cbcda8bb34)

Author SHA1 Message Date
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
Gregory P. Smith c4e671eec2
bpo-30458: Disallow control chars in http URLs. (GH-12755) 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
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 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
Pablo Galindo 8c77b8cb91
bpo-36540: PEP 570 -- Implementation (GH-12701) 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
Gordon P. Hemsley 50fed0b64f bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) 7 years ago
Paul Ganssle 4d8c8c0ad6 bpo-36025: Fix PyDate_FromTimestamp API (GH-11922) 7 years ago
Paul Ganssle 5c403b2035 bpo-36722: Style and grammar edits for ABI news entries (GH-12979) 7 years ago
Victor Stinner 75120d2205
bpo-36719: regrtest always detect uncollectable objects (GH-12951) 7 years ago
Mark Dickinson 7abb6c05af
bpo-36669: add matmul support to weakref.proxy (GH-12932) 7 years ago
Victor Stinner 3cde440f20
bpo-36725: Refactor regrtest multiprocessing code (GH-12961) 7 years ago
Victor Stinner 5422e3cfb7
bpo-36722: Debug build loads libraries built in release mode (GH-12952) 7 years ago
Paul Monson 62dfd7d6fe bpo-35920: Windows 10 ARM32 platform support (GH-11774) 7 years ago
Victor Stinner 8c3ecc6bac
bpo-21536: C extensions are no longer linked to libpython (GH-12946) 7 years ago
Victor Stinner 0ef8c157e9
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) 7 years ago
Victor Stinner 235e7b2b0d
bpo-36465: Fix test_regrtest on Windows (GH-12945) 7 years ago
Victor Stinner f4e4703e74
bpo-36465: Make release and debug ABI compatible (GH-12615) 7 years ago
Thomas Moreau 004b93ea89 bpo-36668: FIX reuse semaphore tracker for child processes (#5172) 7 years ago
Joannah Nanjekye 70bf713617 bpo-30840: Document relative imports (#12831) 7 years ago
Victor Stinner 6c44fde3e0
bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) 7 years ago
Victor Stinner d246a6766b
bpo-36454: Fix test_time.test_monotonic() (GH-12929) 7 years ago
Zackery Spytz 359bd4f61b bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505) 7 years ago
Raymond Hettinger 9013ccf6d8
bpo-36546: Add statistics.quantiles() (#12710) 7 years ago
Marcin Niemira ab86521a9d bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) 7 years ago
Xtreak 9b21856b0f bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) 7 years ago
Raymond Hettinger 14adbd4598
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) 7 years ago
Stefan Behnel e8113f51a8
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) 7 years ago
Victor Stinner 23bace26ec
bpo-36635: Add _testinternalcapi module (GH-12841) 7 years ago
josh a6de52c74d bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) 7 years ago
Steve Dower 4c3efd9cd0
bpo-36649: Remove trailing spaces for registry keys when installed via the Store (GH-12865) 7 years ago
Victor Stinner 5c75f37d47
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) 7 years ago
Victor Stinner 3092d6b263
bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) 7 years ago
Victor Stinner 197f0447e3
bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861) 7 years ago
Lihua Zhao 693c104ae7 bpo-31904: Port test_resource to VxWorks (GH-12719) 7 years ago
Victor Stinner 2c4c02f8a8
bpo-35755: Remove current directory from posixpath.defpath (GH-11586) 7 years ago
Victor Stinner 228a3c99bd
bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) 7 years ago