summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix wrong indentation of a paragraph in documentation (GH-12868)Miss Islington (bot)2019-04-181-2/+2
* bpo-36649: Remove trailing spaces for registry keys when installed via the St...Miss Islington (bot)2019-04-172-7/+7
* [3.7] bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12862)Victor Stinner2019-04-177-19/+159
* bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) (GH-12863)Miss Islington (bot)2019-04-172-15/+25
* bpo-33783: Use proper class markup for random.Random docs (GH-7817) (GH-12859)Miss Islington (bot)2019-04-161-0/+5
* bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748)Miss Islington (bot)2019-04-164-8/+6
* bpo-36348: test_imaplib: add debug info (GH-12846)Victor Stinner2019-04-151-4/+4
* Doc: update PendingDeprecationWarning explanation (GH-12837)Miss Islington (bot)2019-04-151-9/+6
* bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) (GH-12835)Miss Islington (bot)2019-04-154-16/+21
* bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)Miss Islington (bot)2019-04-141-1/+1
* [3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can...Pablo Galindo2019-04-141-0/+12
* bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...Miss Islington (bot)2019-04-133-1/+41
* Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)Miss Islington (bot)2019-04-131-0/+8
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Miss Islington (bot)2019-04-1310-4/+22
* bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12814)Victor Stinner2019-04-133-15/+5
* bpo-35581: Document @typing.type_check_only (GH-11312)Miss Islington (bot)2019-04-122-0/+19
* bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...Miss Islington (bot)2019-04-122-13/+24
* Allow Windows layout builds to fully skip code signing (GH-12808)Miss Islington (bot)2019-04-122-3/+8
* bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)Miss Islington (bot)2019-04-122-2/+9
* bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)Miss Islington (bot)2019-04-121-7/+11
* [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...Victor Stinner2019-04-118-41/+140
* bpo-36597: fix random doctest failure (GH-12778)Inada Naoki2019-04-111-5/+8
* bpo-36416: Correct bytes.rpartition documentation (GH-12543)Miss Islington (bot)2019-04-111-2/+2
* Doc: fix typo in IncrementalDecoder.setstate (GH-12724)Miss Islington (bot)2019-04-111-1/+1
* better __init__.py explanation in tutorial (GH-12763)Miss Islington (bot)2019-04-111-3/+3
* bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)Miss Islington (bot)2019-04-101-0/+3
* bpo-14826: document that URLopener quotes fullurl. (GH-12758)Miss Islington (bot)2019-04-101-0/+1
* bpo-12910: update and correct quote docstring (GH-2568)Miss Islington (bot)2019-04-101-13/+20
* [3.7] bpo-36560: regrtest: don't collect the GC twice (GH-12747) (GH-12749)Victor Stinner2019-04-094-33/+48
* closes bpo-35848: Move all documentation regarding the readinto out of IOBase...Miss Islington (bot)2019-04-092-14/+10
* bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) (GH-12734)Miss Islington (bot)2019-04-082-2/+8
* Correct "inplace" with "in-place" (GH-10480)Miss Islington (bot)2019-04-082-5/+5
* bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)Miss Islington (bot)2019-04-081-14/+0
* Fix doc for create_subprocess_exec (GH-12598)Miss Islington (bot)2019-04-051-1/+1
* bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12...Miss Islington (bot)2019-04-052-5/+13
* bpo-36522: Print all values for headers with multiple values. (GH-12681) (GH-...Miss Islington (bot)2019-04-043-4/+7
* [3.7] bpo-36440: include node names in ParserError messages, instead of numer...Pablo Galindo2019-04-033-6/+29
* bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...Miss Islington (bot)2019-04-033-1/+8
* bpo-32413: Add documentation that at the module level, locals(), globals() ar...Miss Islington (bot)2019-04-021-1/+2
* bpo-35838: document optionxform must be idempotent (GH-12656)Miss Islington (bot)2019-04-021-0/+6
* bpo-13120: fix typo with test_issue13120() method name (GH-12250)Miss Islington (bot)2019-04-021-3/+3
* Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)Miss Islington (bot)2019-04-011-0/+4
* bpo-36157:Document PyInterpreterState_Main() (GH-12238)Miss Islington (bot)2019-04-012-0/+6
* bpo-20844: open script file with "rb" mode (GH-12616)Inada Naoki2019-04-014-1/+24
* [3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH...Serhiy Storchaka2019-04-0120-17/+282
* bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...Miss Islington (bot)2019-03-311-4/+5
* bpo-36010: Add venv to the nuget distribution (GH-12367)Miss Islington (bot)2019-03-303-2/+11
* bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) (GH-12627)Miss Islington (bot)2019-03-303-0/+14
* bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) (GH-12628)Miss Islington (bot)2019-03-303-41/+82
* C API docs: Py_IsInitialized is always safe to call (GH-12630)Miss Islington (bot)2019-03-301-0/+1