summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Forward port macOS installer updates from 3.7/3.8 (GH-21132) (GH-21135)Ned Deily2020-06-254-249/+134
* bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)Miss Islington (bot)2020-06-253-8/+21
* bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)Miss Islington (bot)2020-06-241-0/+1
* bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)Miss Islington (bot)2020-06-242-11/+45
* bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)Miss Islington (bot)2020-06-241-0/+1
* bpo-41094: Fix decoding errors with audit when open files. (GH-21095)Miss Islington (bot)2020-06-245-12/+33
* [3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)Paul Ganssle2020-06-242-4/+3
* bpo-41005: Fixed perrmission error (GH-20936) (GH-21051)Miss Islington (bot)2020-06-242-1/+2
* Fix typo in dataclasses module (GH-21109) (#21110)Miss Islington (bot)2020-06-241-1/+1
* bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-...Miss Islington (bot)2020-06-241-4/+5
* [3.9] bpo-31938: Fix default-value signatures of several functions in the sel...Anthony Sottile2020-06-233-13/+18
* bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)Steve Dower2020-06-2346-290/+1126
* bpo-41054: Simplify resource compilation on Windows (GH-21004)Miss Islington (bot)2020-06-234-36/+3
* bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)Miss Islington (bot)2020-06-232-1/+3
* Small clean-ups for the random module (GH-21038) (GH-21065)Miss Islington (bot)2020-06-231-30/+27
* Improve asyncio.loop.call_soon() documentation (GH-20883)Miss Islington (bot)2020-06-233-3/+7
* bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)Miss Islington (bot)2020-06-223-1/+8
* bpo-26407: Do not mask errors in csv. (GH-20536)Miss Islington (bot)2020-06-223-9/+30
* bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...Miss Islington (bot)2020-06-224-1/+21
* bpo-41061: Fix incorrect expressions in hashtable (GH-21028)Miss Islington (bot)2020-06-223-4/+5
* bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...Miss Islington (bot)2020-06-222-1/+2
* [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036)Lysandros Nikolaou2020-06-223-3/+7
* [3.9] Do not emit deprecation warnings inside CPython for old parser APIs (GH...Pablo Galindo2020-06-211-7/+15
* bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)Miss Islington (bot)2020-06-213-14/+42
* bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...Miss Islington (bot)2020-06-212-6/+7
* [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH...Dong-hee Na2020-06-214-1/+47
* [3.9] bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the gramma...Lysandros Nikolaou2020-06-214-26/+38
* [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)Lysandros Nikolaou2020-06-214-8/+23
* Add link to .pypirc specification (GH-20680)Miss Islington (bot)2020-06-201-0/+3
* bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)Miss Islington (bot)2020-06-202-1/+15
* bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)Miss Islington (bot)2020-06-202-2/+2
* bpo-41040: Fix test_modulefinder. (GH-20991)Miss Islington (bot)2020-06-191-1/+2
* bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)Miss Islington (bot)2020-06-191-8/+9
* Improve readability of `formataddr` docstring (GH-20963)Miss Islington (bot)2020-06-191-1/+1
* [3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) ...Lysandros Nikolaou2020-06-196-1456/+1847
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...Victor Stinner2020-06-188-12/+41
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-186-22/+75
* [3.9] bpo-40637: Do not emit warnings for disabled builtin hashes (GH… (GH-...stratakis2020-06-171-1/+1
* bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945)Victor Stinner2020-06-174-13/+29
* bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)Miss Islington (bot)2020-06-172-0/+22
* bpo-40958: Avoid buffer overflow in the parser when indexing the current line...Miss Islington (bot)2020-06-164-16/+16
* bpo-40993: Don't run Travis CI coverage on PRs (GH-20916)Miss Islington (bot)2020-06-161-0/+12
* bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20...Miss Islington (bot)2020-06-163-4/+13
* bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)Miss Islington (bot)2020-06-156-7/+8
* bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)Miss Islington (bot)2020-06-156-31/+26
* bpo-40448: ensurepip: Do not use cache (GH-19812)Miss Islington (bot)2020-06-154-9/+12
* bpo-37556 Extend help to include latest overrides (GH-14701)Miss Islington (bot)2020-06-152-1/+11
* bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)Miss Islington (bot)2020-06-153-2/+21
* bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)Miss Islington (bot)2020-06-151-0/+2
* [3.9] Improve readability and style in parser files (GH-20884) (GH-20885)Pablo Galindo2020-06-152-119/+160