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