105237 Commits (2ec70102066fe5534f1a62e8f496d2005e1697db)
 

Author SHA1 Message Date
Jordon Xu 2ec7010206 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 7 years ago
Steve Dower 801f925998 bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) 7 years ago
Gordon P. Hemsley 7d952ded68 bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995) 7 years ago
Ben Harper a9b6033179 bpo-36253: Remove use after free reference in ctypes test suite (GH-12257) 7 years ago
Andre Delfino 912108891d bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) 7 years ago
Kyle Stanley b6dafe5139 Docs: Small tweaks to c-api/intro#Include_Files (GH-14698) 7 years ago
William Andrea faff81c05f Correct info about "f.read(size)". (GH13852) 7 years ago
Andre Delfino 05184515f9 Correct minor grammatical mistake in open docs (GH-15865) 7 years ago
Dmitry Shachnev c3d679fd39 bpo-37504: Fix documentation build with texinfo builder (GH-14606) 7 years ago
Steve Dower a39a4c7439
bpo-37913: Link to NotImplemented from new docs (GH-15860) 7 years ago
Jeroen Demeyer 009ef2955d bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) 7 years ago
Jason R. Coombs 17499d8270 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) 7 years ago
Steve Dower 97d7906e30 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) 7 years ago
Steve Dower cd8221152d bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) 7 years ago
Matthias 182e1d1f84 Fix subprocess docstring typo (GH-15812) 7 years ago
Zach Thompson c2f056be82 Fix typo in ssl.RAND_bytes documentation (GH-14791) 7 years ago
Pablo Galindo a511c7a496 bpo-38090: Fix reference leak in ceval.c (GH-15848) 7 years ago
Serhiy Storchaka 88bdb9280b bpo-36781: Optimize sum() for bools. (#13074) 7 years ago
Andre Delfino c1d8c1cb8e Note regarding + mode truncation applies to both text and binary mode (#11314) 7 years ago
Dino Viehland b7f8e52433 bpo-38073: Make pwd module PEP-384 compatible (GH-15790) 7 years ago
Andrew Svetlov 12c122ae95 bpo-38066: Hide internal Stream methods (GH-15762) 7 years ago
Arun Persaud 9a94093189 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) 7 years ago
Bernt Røskar Brenna 734f1202a5 closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836) 7 years ago
Emmanuel Arias 9008be303a bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) 7 years ago
Jeroen Demeyer 57ea335606 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-14836) 7 years ago
Petr Viktorin f958377b67 bpo-37499: Test various C calling conventions (GH-15776) 7 years ago
Lisa Roach f1a297acb6
bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) 7 years ago
Dino Viehland 5a7d2e11aa bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780) 7 years ago
Emmanuel Arias 537877d85d bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) 7 years ago
Jeroen Demeyer 9669931e5e bpo-36971: add subsections in C API "Common Object Structures" page (#13446) 7 years ago
Benjamin Peterson f1c19031fd bpo-38068: Clean up gettimeofday configure logic. (GH-15775) 7 years ago
Xtreak c8dfa7333d bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) 7 years ago
Dino Viehland bd0c7a12d9 bpo-38071: Make termios PEP-384 compatible (GH-15785) 7 years ago
Dino Viehland 40a5313edf bpo-38072: PEP-384 grpmodule (GH-15788) 7 years ago
Kenta Murata 9e61066355 Fix calling order of PyEval_InitThreads. (GH-4602) 7 years ago
Benjamin Peterson e45b217ae0
Remove macOS tests from Travis. (GH-15809) 7 years ago
hliu0 8e7ff6aba3 Skip zoneinfo tests on VxWorks (#13535) 7 years ago
Dino Viehland a1ffad0719 bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792) 7 years ago
Dino Viehland 4f384af067 bpo-38076: Make struct module PEP-384 compatible (#15805) 7 years ago
Serhiy Storchaka 43c9731334 bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824) 7 years ago
dalgarno 359143c686 Fix typo in dict object comment (#15814) 7 years ago
Neil Schemenauer c6bbcd2583 bpo-37725: have "make clean" remove PGO task data (#15033) 7 years ago
Greg Price 1ad0c776cb bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712) 7 years ago
Jeroen Demeyer 5b00dd8fa8 Expand comment explaining update_one_slot (GH-14810) 7 years ago
Nikhil 80428ed4e1 bpo-25237: Documentation for tkinter modules (GH-1870) 7 years ago
Greg Price 0711642eec Cut tricky `goto` that isn't needed, in _PyBytes_DecodeEscape. (GH-15825) 7 years ago
Vinay Sharma 2fc1160a80 bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821) 7 years ago
Terry Jan Reedy c59295a1ca
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) 7 years ago
Jean-François B b5381f6697 bpo-34293: Fix PDF documentation paper size (GH-8585) 7 years ago
Paul Monson 55d12ce8b8 bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH-14431) 7 years ago