summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...Yury Selivanov2017-11-201-3/+15
* bpo-32050: Fix -x option documentation (#4475)Victor Stinner2017-11-201-2/+0
* bpo-32047: -X dev enables asyncio debug mode (#4418)Victor Stinner2017-11-202-5/+14
* Remove outdated .pyo reference from msilib docs (GH-4461)Berker Peksag2017-11-191-1/+1
* Document parameters of BaseServer.finish_request() (GH-4445)Masayuki Yamamoto2017-11-191-1/+1
* [Doc] Update opcode for var-positional arguments (#4446)Moses Koledoye2017-11-181-1/+1
* Fix typo in atexit documentation. (GH-4419)Erik Bray2017-11-161-1/+1
* bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)Serhiy Storchaka2017-11-162-5/+12
* bpo-32043: New "developer mode": "-X dev" option (#4413)Victor Stinner2017-11-162-1/+26
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-163-2/+27
* bpo-30143: 2to3 now generates a code that uses abstract collection classes (#...Serhiy Storchaka2017-11-161-6/+6
* bpo-32025: Add time.thread_time() (#4410)Antoine Pitrou2017-11-152-0/+31
* bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)Serhiy Storchaka2017-11-151-2/+6
* bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)Serhiy Storchaka2017-11-151-0/+14
* bpo-31948: Fix broken links in msilib docs (GH-4397)Jesse-Bakker2017-11-141-33/+33
* bpo-15606: Improve the re.VERBOSE documentation. (#4366)Serhiy Storchaka2017-11-141-1/+2
* bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)xdegaye2017-11-121-1/+2
* The termios man page is in section 3 (GH-2450)Edward Betts2017-11-111-1/+1
* Remove redundant 'exc = True' line (GH-4357)Berker Peksag2017-11-111-1/+0
* bpo-31824: Document default value of 'errors' parameters (GH-4328)Pablo Galindo2017-11-101-2/+2
* bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)Brian Curtin2017-11-102-0/+4
* Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318)Cody Scott2017-11-091-3/+3
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-085-14/+14
* bpo-31810: added missing keywords to docs. (#4140)Tom Floyer2017-11-081-7/+7
* bpo-29179: Document the Py_UNUSED macro (#4341)Petr Viktorin2017-11-081-0/+7
* bpo-31884 subprocess: add Windows constants for process priority (#4150)James2017-11-081-4/+94
* bpo-31338: C API intro: add missing versionadded (#4339)Victor Stinner2017-11-081-0/+10
* Fix broken link in Doc/whatsnew/3.7.rst (GH-4335)Berker Peksag2017-11-081-3/+3
* Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337)Petr Viktorin2017-11-081-0/+2
* bpo-21862: Add -m option to cProfile for profiling modules (#4297)Sanyam Khurana2017-11-082-1/+12
* Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)Justus Schwabedal2017-11-071-10/+14
* bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)Julien Palard2017-11-071-0/+2
* bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304)Jelle Zijlstra2017-11-071-19/+11
* bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)Antoine Pitrou2017-11-071-1/+1
* bpo-20486: Implement Database.Close() method in msilib (GH-4141)Berker Peksag2017-11-071-0/+6
* bpo-31950: Improve event loop policy doc (#4306)Antoine Pitrou2017-11-071-3/+30
* Add asyncio.Handle.cancelled() method (#2388)Marat Sharafutdinov2017-11-071-0/+6
* Fix a minor typo and hyphenate "multi-threading" (#4237)Barry Warsaw2017-11-071-5/+5
* bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...Anders Lorentsen2017-11-071-3/+10
* bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)Nir Soffer2017-11-062-2/+23
* Fix miscellaneous typos (#4275)luzpaz2017-11-055-7/+7
* bpo-22257: Mention startup refactoring in What's New (GH-4286)Nick Coghlan2017-11-051-0/+14
* bpo-31923: Fix spelling in sqlite3 docs (GH-4227)davy wybiral2017-11-041-1/+1
* Add version{changed,added} markers and make minor style changes (GH-4273)Berker Peksag2017-11-044-5/+11
* bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085)Serhiy Storchaka2017-11-041-0/+9
* bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)Phobosmir2017-11-041-1/+1
* bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)Antoine Pitrou2017-11-041-6/+42
* bpo-18699: Corrected documentation for window.chgat in curses module (#1430)Chillar Anand2017-11-041-4/+4
* Fix a grammatical problem and reword for clarity. (#4257)Barry Warsaw2017-11-031-5/+4
* bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime...Barry Warsaw2017-11-021-2/+12