summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)Max Bélanger2018-10-254-0/+18
* bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...Stéphane Wirtel2018-10-252-3/+2
* Fix grammar in using/unix build instruction docs (GH-10009)Stéphane Wirtel2018-10-251-4/+4
* bpo-9263: Dump Python object on GC assertion failure (GH-10062)Victor Stinner2018-10-256-13/+179
* bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)Victor Stinner2018-10-256-38/+94
* bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)Tim Graham2018-10-253-1/+5
* bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)madman-bob2018-10-253-36/+80
* bpo-35053: Add Include/tracemalloc.h (GH-10091)Victor Stinner2018-10-257-37/+54
* bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)Victor Stinner2018-10-257-51/+157
* importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)Quentin2018-10-252-1500/+1500
* bpo-28015: Support LTO build with clang (GH-9908)serge-sans-paille2018-10-244-83/+235
* configparser doc: Properly label ConfigParser attributes (GH-9930)Ned Batchelder2018-10-241-3/+3
* importlib doc: Fix approximated import_module() code (GH-9945)orlnub1232018-10-241-1/+1
* bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-1...TilmanK2018-10-241-3/+2
* turtledemo/penrose.py: remove unused clock() calls (GH-10033)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-10-241-3/+0
* Use f-strings in asyncio-task code examples (GH-10035)Mariatta2018-10-241-6/+6
* bpo-32797: improve documentation of linecache.getline (GH-9540)jdemeyer2018-10-241-4/+7
* bpo-33899: Mention tokenize behavior change in What's New (GH-10073)Tal Einat2018-10-243-0/+21
* bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (...Serhiy Storchaka2018-10-232-123/+123
* bpo-34794: Fix a leak in Tkinter. (GH-10025)Serhiy Storchaka2018-10-232-3/+3
* Fix error handling bugs in _elementtree.c. (GH-10060)Zackery Spytz2018-10-231-11/+11
* bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)Victor Stinner2018-10-234-24/+75
* Add macos-team as a code owner (GH-10045)Ned Deily2018-10-231-0/+4
* bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)Jeremy Kloth2018-10-231-10/+25
* bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523)Zsolt Cserna2018-10-232-6/+12
* bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)matthewbelisle-wf2018-10-232-18/+24
* bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042)Josh Snyder2018-10-231-2/+2
* bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH...Alexey Izbyshev2018-10-231-0/+40
* bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)Andrei Petre2018-10-231-5/+6
* bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)Paul Ganssle2018-10-223-76/+106
* Fix issue 34551 - remove redundant store (#9009)Eric Lippert2018-10-221-1/+1
* bpo-29843: raise AttributeError if given negative _length_ (GH-10029)Tal Einat2018-10-223-10/+43
* bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)Xtreak2018-10-213-2/+3
* bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)Xtreak2018-10-211-1/+0
* bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9...Serhiy Storchaka2018-10-213-6/+25
* bpo-34973: Fix crash in bytes constructor. (GH-9841)Serhiy Storchaka2018-10-213-35/+88
* bpo-8525: help() on a type now shows builtin subclasses (GH-5066)Sanyam Khurana2018-10-213-0/+140
* bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)Serhiy Storchaka2018-10-213-11/+42
* Update codeowners to match experts list change (#10022)Nick Coghlan2018-10-211-1/+1
* closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...Max Bélanger2018-10-212-0/+6
* Remove ">>>" from testsetup. (GH-10017)Benjamin Peterson2018-10-201-1/+1
* bpo-35020: Link to sorting examples from list.sort() (GH-9931)Xtreak2018-10-202-2/+14
* bpo-34576 - Fix the formatting for security considerations in http.server.rst...Senthil Kumaran2018-10-201-5/+5
* Encrypt Zulip webhook address (GH-10010)Zachary Ware2018-10-201-5/+8
* bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)Stéphane Wirtel2018-10-201-24/+0
* bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)Stéphane Wirtel2018-10-201-7/+11
* bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...Sergey Fedoseev2018-10-203-28/+28
* bpo-34909: NEWS entry (GH-9995)Ned Deily2018-10-201-0/+2
* bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)Alexey Izbyshev2018-10-201-3/+9
* bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)Pablo Galindo2018-10-205-3/+36