aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)gentoo-3.7.7Miss Islington (bot)2020-04-224-3/+57
* bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19297)Miss Islington (bot)2020-04-224-52/+115
* test.support.unlink: ignore PermissionErrorMike Gilbert2020-04-221-1/+1
* Call OPENSSL_init_crypto for openssl >= 1.1.0Mike Gilbert2020-04-221-0/+2
* Install shared libs in LIBDESTMike Gilbert2020-04-221-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2020-04-222-10/+10
* Disable nisMike Gilbert2020-04-221-1/+1
* h2py: use binary I/O to avoid encoding issuesMike Gilbert2020-04-221-33/+35
* Improve distutils C++ supportMike Gilbert2020-04-226-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2020-04-221-0/+7
* Override libdirMike Gilbert2020-04-221-14/+10
* Disable modules and SSLMike Gilbert2020-04-221-3/+14
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert2020-04-224-13/+4
* 3.7.7v3.7.7Ned Deily2020-03-106-12/+26
* fix typo: add space (GH-18853)Miss Islington (bot)2020-03-101-2/+2
* bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818)Miss Islington (bot)2020-03-102-2/+6
* bpo-17422: slightly more precise language (GH-18682)Miss Islington (bot)2020-03-102-1/+3
* IDLE doc: improve Startup failure subsection. (GH-18771)Miss Islington (bot)2020-03-101-7/+10
* bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (...Miss Islington (bot)2020-03-102-1/+4
* [3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782)Miss Islington (bot)2020-03-101-1/+1
* Allow python_uwp.vcxproj to build with toolset v142 if present (GH-18777)Steve Dower2020-03-102-0/+2
* Update macOS installer ReadMe for 3.7.7. (GH-18775)Ned Deily2020-03-101-21/+12
* Post release updatesNed Deily2020-03-102-3/+3
* 3.7.7rc1v3.7.7rc1Ned Deily2020-03-0470-151/+696
* [3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101)Miss Islington (bot)2020-03-043-3/+36
* bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751)Ryan Rowe2020-03-033-3/+123
* Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-...Miss Islington (bot)2020-03-032-2/+5
* bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746)Stefan Krah2020-03-032-1/+7
* bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)Miss Islington (bot)2020-03-021-1/+13
* [3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18760)Pablo Galindo2020-03-031-1/+2
* [3.7] bpo-38597: Never statically link extension initialization code on Windo...Steve Dower2020-03-024-99/+13
* bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and ...Miss Islington (bot)2020-03-023-2/+22
* bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)Miss Islington (bot)2020-03-026-6/+8
* bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)Miss Islington (bot)2020-03-023-5/+22
* bpo-39378: partial of PickleState struct should be traversed. (GH-18046)Miss Islington (bot)2020-03-011-0/+1
* [3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-1...Gregory P. Smith2020-03-014-12/+73
* [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)Stefan Krah2020-02-2911-37/+249
* bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)Miss Islington (bot)2020-02-292-3/+5
* bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)Miss Islington (bot)2020-02-282-2/+3
* bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)Miss Islington (bot)2020-02-284-19/+36
* bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)Steve Dower2020-02-265-14/+14
* Doc: int -> int or Py_ssize_t (GH-18663)Miss Islington (bot)2020-02-251-11/+11
* bpo-30566: Fix IndexError when using punycode codec (GH-18632)Miss Islington (bot)2020-02-253-1/+15
* Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...Miss Islington (bot)2020-02-241-0/+2
* Give proper credits for the memoryview implementation. (GH-18626) (#18643)Miss Islington (bot)2020-02-241-1/+11
* bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry...Miss Islington (bot)2020-02-232-8/+2
* bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...Miss Islington (bot)2020-02-232-3/+8
* [3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (...Pablo Galindo2020-02-233-2/+67
* bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18617)Miss Islington (bot)2020-02-231-2/+2
* bpo-17422: Language reference should specify restrictions on class namespace ...Miss Islington (bot)2020-02-222-2/+5