summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-46125: Refactor tests to test traversable API directly. Includes changes ...bpo-46125/importlib-resources-test-traversableJason R. Coombs2021-12-1811-213/+154
* bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171)Matthias Bussonnier2021-12-181-1/+1
* bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)Christian Heimes2021-12-187-10/+380
* bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)andrei kulakov2021-12-184-23/+68
* bpo-46113: Minor fixes in stdtypes documentation (GH-30167)Vivek Vashist2021-12-181-8/+8
* bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140)Jakub Kulík2021-12-181-5/+6
* bpo-46088: Automatically detect or install bootstrap Python runtime when buil...Steve Dower2021-12-185-16/+49
* bpo-40915: Avoid compiler warnings by fixing mmapmodule conversion from LARGE...neonene2021-12-181-1/+2
* bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148)Alex Waygood2021-12-181-9/+8
* bpo-44035: Show git diff after autoreconf and regen (GH-30117)Christian Heimes2021-12-171-1/+3
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Christian Heimes2021-12-174-3/+8
* bpo-46072: Add top level stats struct (GH-30169)Mark Shannon2021-12-176-103/+154
* bpo-45711: Remove type and traceback from exc_info (GH-30122)Irit Katriel2021-12-1714-392/+231
* Doc: some rst linting. (GH-30149)Julien Palard2021-12-173-4/+4
* bpo-46111: Fix unittest tests in optimized mode (GH-30163)Serhiy Storchaka2021-12-173-3/+6
* Fix a typo in the message from make_ssl_certs. (GH-30152)Yilei "Dolee" Yang2021-12-161-1/+1
* bpo-45635: Do not suppress errors in functions called from _PyErr_Display (GH...Irit Katriel2021-12-162-113/+158
* bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150)Jason R. Coombs2021-12-1611-108/+269
* bpo-46105: Honor spec when generating requirement specs with urls and extras....Jason R. Coombs2021-12-163-2/+15
* bpo-46044: Annotate deprecated sdists formats (GH-30043)Matthias Bussonnier2021-12-161-19/+22
* Better randomization of stats filenames. (GH-30145)Mark Shannon2021-12-161-2/+14
* bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive...Irit Katriel2021-12-164-2/+45
* bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ...Ken Jin2021-12-163-0/+17
* bpo-46072: Document --enable-stats option. (GH-30139)Mark Shannon2021-12-162-0/+11
* bpo-45829: Check `__getitem__`'s version for overflow before specializing (GH...Brandt Bucher2021-12-161-1/+1
* Fix the output of built-in iter() function example in Iterators (Section 9.8)...Vivek Vashist2021-12-161-1/+1
* bpo-28816: [doc] clarify that zipimport invokes importers only for python fil...Irit Katriel2021-12-161-2/+2
* Remove spaces in empty lines (GH-30121)AN Long2021-12-163-5/+5
* bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...Mark Shannon2021-12-159-45/+74
* bpo-44525: Specialize for calls to type and other builtin classes with 1 argu...Mark Shannon2021-12-156-40/+105
* Add Positional only arguments forward slash (/) to sorted() function in Built...Vivek Vashist2021-12-151-1/+1
* bpo-46039: Split yield from in two (GH-30035)Mark Shannon2021-12-1510-53/+91
* bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-...Irit Katriel2021-12-153-0/+11
* Document new call opcodes for 3.11 (GH-30107)Mark Shannon2021-12-141-3/+5
* bpo-44525: Split calls into PRECALL and CALL (GH-30011)Mark Shannon2021-12-1415-236/+395
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-1434-1853/+5591
* bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103)Vinay Sajip2021-12-141-1/+2
* bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)Alex Waygood2021-12-141-3/+5
* bpo-46023: Skip build if module is marked as DISABLED (GH-30100)Christian Heimes2021-12-142-1/+5
* bpo-23469: Delete Wing IDE configuration files (GH-30067)Kumar Aditya2021-12-144-50/+0
* bpo-45919: Remove out of date comment (GH-30090)Dong-hee Na2021-12-141-2/+4
* bpo-45953: Statically initialize the small ints. (gh-30092)Eric Snow2021-12-139-81/+360
* bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-...Vinay Sajip2021-12-143-5/+83
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-139-115/+205
* bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)Gareth Rees2021-12-133-0/+14
* bpo-45919: Use WinAPI GetFileType() in is_valid_fd() (GH-30082)Dong-hee Na2021-12-131-12/+10
* Clarify new_event_loop return value. (GH-30078)Paul Bryan2021-12-131-1/+1
* bpo-16594: Add allow_reuse_port on socketserver (GH-30072)AN Long2021-12-132-0/+9
* bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (G...Irit Katriel2021-12-131-1/+2
* bpo-27718: Fix help for the signal module (GH-30063)Serhiy Storchaka2021-12-133-3/+21