summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)Eric Snow2021-10-141-0/+9
* bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907)Carl Friedrich Bolz-Tereick2021-10-141-0/+2
* bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...Serhiy Storchaka2021-10-141-0/+2
* bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)Dennis Sweeney2021-10-141-0/+1
* bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...Serhiy Storchaka2021-10-141-0/+2
* bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner2021-10-132-0/+4
* bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)Victor Stinner2021-10-131-2/+5
* bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...Pablo Galindo Salgado2021-10-131-0/+2
* bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)rtobar2021-10-131-0/+3
* bpo-24444: fix an error in argparse help when help for an option is blank (GH...andrei kulakov2021-10-131-0/+2
* bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)Ben Hoyt2021-10-131-0/+3
* bpo-45434: Remove pystrhex.h header file (GH-28923)Victor Stinner2021-10-131-0/+3
* bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)Mark Shannon2021-10-131-0/+3
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Terry Jan Reedy2021-10-131-0/+2
* bpo-45405: Prevent ``internal configure error`` when running ``configure`` w...David Bohman2021-10-131-0/+2
* Fix spelling in Misc (GH-28858)1809092021-10-121-1/+1
* bpo-45433: Do not link libpython against libcrypt (GH-28881)Mike Gilbert2021-10-111-0/+1
* bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)Victor Stinner2021-10-111-0/+4
* bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)Victor Stinner2021-10-111-0/+3
* bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)Victor Stinner2021-10-111-0/+9
* bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)Dong-hee Na2021-10-111-0/+2
* bpo-45411: Update mimetypes.py (GH-28792)Josephine-Marie2021-10-111-0/+1
* bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)Joongi Kim2021-10-101-0/+2
* Remove repeated 'the' in docs (GH-28852)1809092021-10-102-3/+3
* bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)Inada Naoki2021-10-101-0/+1
* bpo-27580: Add support of null characters in the csv module. (GH-28808)Serhiy Storchaka2021-10-091-0/+1
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Dong-hee Na2021-10-091-0/+2
* bpo-10716: Migrating pydoc to html5. (GH-28651)Julien Palard2021-10-091-0/+3
* bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819)Victor Stinner2021-10-081-0/+4
* bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)Matthias Reichl2021-10-071-0/+1
* bpo-45408: Don't override previous tokenizer errors in the second parser pass...Pablo Galindo Salgado2021-10-071-0/+2
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Steve Dower2021-10-071-0/+4
* bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)Victor Stinner2021-10-071-0/+2
* bpo-45402: Fix test_tools.test_sundry() (GH-28786)Victor Stinner2021-10-071-0/+3
* bpo-45400: Fix suggestion test of test_exceptions (GH-28783)Victor Stinner2021-10-071-0/+3
* bpo-35970: Add help flag to base64 module (GH-28774)Ammar Askar2021-10-071-0/+2
* bpo-45385: Fix reference leak from descr_check (#28719)Dong-hee Na2021-10-071-0/+1
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)rtobar2021-10-061-0/+1
* [Misc] [Mac] Fix typos found using codespell (GH-28756)Christian Clauss2021-10-0613-34/+34
* bpo-40321: Add missing test, slightly expand documentation (GH-28760)Ɓukasz Langa2021-10-061-2/+2
* bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...Mark Shannon2021-10-061-0/+4
* bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)Jochem Schulenklopper2021-10-061-0/+2
* bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684)Illia Volochii2021-10-051-0/+1
* bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)Eric Snow2021-10-051-0/+5
* Merge tag 'v3.11.0a1'Pablo Galindo2021-10-05480-1191/+5098
|\
| * Python 3.11.0a1v3.11.0a1Pablo Galindo2021-10-05480-1191/+5098
* | bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()...Eric Snow2021-10-051-0/+3
* | bpo-44050: Extension modules can share state when they don't support sub-inte...Hai Shi2021-10-051-0/+3
|/
* bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...Steve Dower2021-10-051-0/+2
* bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...Mark Shannon2021-10-051-0/+3