summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849)Paul Monson2019-04-181-2/+7
* Fix wrong indentation of a paragraph in documentation (GH-12868)cocoatomo2019-04-181-2/+2
* bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)josh2019-04-172-0/+8
* bpo-36649: Remove trailing spaces for registry keys when installed via the St...Steve Dower2019-04-172-7/+7
* bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)Victor Stinner2019-04-1726-56/+97
* bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852)Victor Stinner2019-04-172-15/+25
* bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861)Victor Stinner2019-04-173-4/+3
* bpo-31904: Port test_resource to VxWorks (GH-12719)Lihua Zhao2019-04-173-0/+7
* bpo-31904: Port test_cmd_line to VxWorks (#12648)Lihua Zhao2019-04-171-0/+2
* bpo-35755: Remove current directory from posixpath.defpath (GH-11586)Victor Stinner2019-04-172-1/+6
* bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858)Victor Stinner2019-04-175-18/+155
* Clarify file-closing example in tutorial (GH-11652)Colin Watson2019-04-171-0/+2
* bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)Lihua Zhao2019-04-172-2/+5
* bpo-36642: make unicodedata const (GH-12855)Inada Naoki2019-04-165-19/+19
* bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)Inada Naoki2019-04-163-2/+4
* bpo-33783: Use proper class markup for random.Random docs (GHè7817)Matthias Bussonnier2019-04-161-0/+5
* Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)Berker Peksag2019-04-161-0/+6
* bpo-36345: Update wsgiref example (GH-12562)Stéphane Wirtel2019-04-163-32/+10
* bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836)Inada Naoki2019-04-152-71/+56
* bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)Victor Stinner2019-04-155-13/+28
* bpo-36389: Cleanup gc.set_threshold() (GH-12844)Victor Stinner2019-04-151-2/+2
* bpo-35134: Add cpython/pymem.h to build system (GH-12842)Victor Stinner2019-04-153-0/+5
* bpo-35134: Add Include/cpython/pymem.h (GH-12840)Victor Stinner2019-04-152-95/+106
* Doc: update PendingDeprecationWarning explanation (GH-12837)Inada Naoki2019-04-151-9/+6
* bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-1...Jakub Molinski2019-04-153-3/+5
* bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)Victor Stinner2019-04-154-16/+21
* bpo-31904: Port the time module on VxWorks (GH-12305)pxinwr2019-04-154-5/+15
* bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)pxinwr2019-04-153-6/+10
* bpo-27860: use cached_property (GH-12832)Inada Naoki2019-04-152-53/+17
* bpo-30485: Re-allow empty strings in ElementPath namespace mappings since the...Stefan Behnel2019-04-142-5/+0
* bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)Gregory P. Smith2019-04-141-1/+1
* bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)Mickaël Schoentgen2019-04-144-2/+21
* bpo-30485: support a default prefix mapping in ElementPath by passing None as...Stefan Behnel2019-04-144-12/+39
* bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...Bernt Røskar Brenna2019-04-144-9/+152
* bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...Xtreak2019-04-133-1/+41
* bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...Pablo Galindo2019-04-131-0/+12
* Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)Pablo Galindo2019-04-131-0/+8
* bpo-36623: Clean parser headers and include files (GH-12253)Pablo Galindo2019-04-1319-83/+16
* bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)Cheryl Sabella2019-04-131-1/+1
* bpo-35734: ipaddress: remove unused methods (GH-11591)Rémi Lapeyre2019-04-132-71/+1
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Inada Naoki2019-04-1310-4/+22
* bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811)Victor Stinner2019-04-123-6/+16
* bpo-35581: Document @typing.type_check_only (GH-11312)Sebastian Rittau2019-04-122-0/+19
* bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...mrh19972019-04-122-13/+24
* bpo-18748: test_io: silence destructor errors (GH-12805)Victor Stinner2019-04-121-0/+29
* bpo-36611: Disable serialno field of debug memory allocators (#12796)Victor Stinner2019-04-123-21/+61
* bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)Victor Stinner2019-04-126-114/+158
* bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809)Victor Stinner2019-04-123-26/+65
* Allow Windows layout builds to fully skip code signing (GH-12808)Steve Dower2019-04-122-3/+8
* bpo-36509: Add iot layout for Windows IoT containers (GH-12663)Paul Monson2019-04-123-2/+22