summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-081-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-061-5/+5
* bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...Anders Lorentsen2017-11-061-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-051-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
* Returning 1 from the set_progress_handler handler cancels query (GH-4120)Simon Willison2017-11-021-0/+4
* bpo-31784: Implement PEP 564: add time.time_ns() (#3989)Victor Stinner2017-11-022-6/+84
* bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)Vincent Michel2017-11-021-1/+5
* bpo-31917: Add 3 new clock identifiers (#4207)Victor Stinner2017-11-022-0/+49
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-021-0/+16
* bpo-20064: Document PyObject_Malloc() (#4199)Victor Stinner2017-10-311-1/+64
* bpo-31304: Update starmap_async documentation. (GH-4168)Pablo Galindo2017-10-301-1/+1
* bpo-31245: Asyncio unix socket datagram (#3164)Quentin Dawans2017-10-301-3/+4
* bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)Serhiy Storchaka2017-10-291-4/+6
* bpo-31545: Update documentation containing timedelta repr. (GH-3687)Utkarsh Upadhyay2017-10-271-6/+6
* Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133)Arthur Darcet2017-10-271-4/+4