summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix misindented yaml in logging how to example (GH-8604)Miss Islington (bot)2018-08-131-3/+3
* Fix the versionadded indentation in exec_module doc (GH-8719)Miss Islington (bot)2018-08-121-1/+1
* bpo-34379: Doc: Move note for json.dump (GH-8730)Miss Islington (bot)2018-08-111-6/+5
* closes bpo-34377: Update Valgrind suppressions. (GH-8729)Miss Islington (bot)2018-08-112-11/+14
* bpo-26818: Add a test to make sure the bug is fixed (GH-8664)Miss Islington (bot)2018-08-111-0/+22
* bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)Miss Islington (bot)2018-08-113-1/+5
* bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)Miss Islington (bot)2018-08-102-6/+18
* Doc: add missing capture_output arg to subprocess.run() signature (GH-8374)Miss Islington (bot)2018-08-091-2/+2
* Improve grammar of asynchronous iterator glossary entry (GH-8657)Miss Islington (bot)2018-08-091-3/+3
* bpo-34324: Doc README wrong directory name for venv (GH-8650)Miss Islington (bot)2018-08-091-1/+1
* Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH...Miss Islington (bot)2018-08-071-23/+23
* bpo-34335: Use async/await syntax in documentation examples (GH-8674)Miss Islington (bot)2018-08-072-4/+2
* VSTS: Skip build steps when only docs have changed (GH-8546)Miss Islington (bot)2018-08-075-1/+87
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Miss Islington (bot)2018-08-073-1/+22
* Fix HTML formatting in datamodel.rst (GH-8693)Miss Islington (bot)2018-08-061-3/+3
* bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)Miss Islington (bot)2018-08-061-1/+2
* bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8...Miss Islington (bot)2018-08-062-181/+182
* bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)Miss Islington (bot)2018-08-061-4/+4
* bpo-19891: Ignore error while writing history file (GH-8483)Miss Islington (bot)2018-08-062-1/+12
* bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677)Miss Islington (bot)2018-08-051-4/+12
* [3.7] bpo-34247: Fix Python 3.7 initialization (#8659)Victor Stinner2018-08-0510-162/+781
* bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...Miss Islington (bot)2018-08-057-144/+416
* Fix reST markup in unittest documentation (GH-8665)Miss Islington (bot)2018-08-031-1/+1
* bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)Miss Islington (bot)2018-08-032-3/+9
* Fix docstring of Profiler class (GH-8651)Miss Islington (bot)2018-08-032-4/+4
* Improve the grammar in `range` documentation. (GH-8628)Miss Islington (bot)2018-08-031-1/+1
* bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)Miss Islington (bot)2018-08-032-0/+3
* bpo-34317: Fix a dead url to Windows documentation (GH-8622)Miss Islington (bot)2018-08-031-1/+1
* Update list.remove(x) documentation (GH-8636)Miss Islington (bot)2018-08-031-2/+2
* bpo-30317: Fix multiprocessing test_timeout() (GH-8621)Miss Islington (bot)2018-08-031-3/+4
* bpo-27910: Update documentation of traceback module (GH-6116)Miss Islington (bot)2018-08-022-30/+35
* bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)Miss Islington (bot)2018-08-021-2/+4
* bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Miss Islington (bot)2018-08-026-0/+10
* [3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-85...Miss Islington (bot)2018-07-312-1/+6
* bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)Miss Islington (bot)2018-07-315-32/+114
* [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...Serhiy Storchaka2018-07-3112-271/+223
* Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generat...Miss Islington (bot)2018-07-317-36/+12
* bpo-27671: Update FAQ about why len is function (GH-8432)Miss Islington (bot)2018-07-311-18/+19
* bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893)Miss Islington (bot)2018-07-303-0/+19
* Use 'for example' instead of 'in other words' in compound statement doc (GH-8...Miss Islington (bot)2018-07-301-1/+1
* Fix typos & formatting in Using Python on Windows doc (GH-8559)Miss Islington (bot)2018-07-301-4/+4
* bpo-34217: Use lowercase header for Windows (GH-8453)Miss Islington (bot)2018-07-302-2/+2
* bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)Miss Islington (bot)2018-07-294-4/+9
* bpo-34182: Fix test_pydoc running as a script. (GH-8389)Miss Islington (bot)2018-07-291-1/+2
* bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)Miss Islington (bot)2018-07-293-22/+26
* bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)Steve Dower2018-07-292-0/+5
* bpo-8145: Improve isolation_level documentation (GH-8499)Steve Dower2018-07-291-14/+22
* Updated MSI README to mention dependency on .NET 3.5. (GH-8375)Miss Islington (bot)2018-07-291-0/+8
* bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526)Miss Islington (bot)2018-07-291-0/+6
* bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...Miss Islington (bot)2018-07-293-2/+11