summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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-161-5/+9
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-161-1/+15
* 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-151-0/+27
* 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
* The termios man page is in section 3 (GH-2450)Edward Betts2017-11-111-1/+1
* 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
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-083-4/+4
* bpo-31884 subprocess: add Windows constants for process priority (#4150)James2017-11-081-4/+94
* bpo-21862: Add -m option to cProfile for profiling modules (#4297)Sanyam Khurana2017-11-081-1/+6
* Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)Justus Schwabedal2017-11-071-10/+14
* 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
* 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-061-2/+16
* Fix miscellaneous typos (#4275)luzpaz2017-11-053-3/+3
* Add version{changed,added} markers and make minor style changes (GH-4273)Berker Peksag2017-11-042-3/+5
* 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
* 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-021-6/+49
* 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-021-0/+35
* 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-281-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
* Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)Alexander Belopolsky2017-10-261-3/+5
* bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)Vitor Pereira2017-10-261-0/+4
* bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)Ammar Askar2017-10-261-3/+3
* Closes bpo-31800: Support for colon when parsing time offsets (#4015)Mario Corchero2017-10-261-0/+7
* bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...Serhiy Storchaka2017-10-241-28/+30
* Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....Alexander Belopolsky2017-10-241-3/+26
* bpo-31664: Add support for the Blowfish method in crypt. (#3854)Serhiy Storchaka2017-10-241-8/+21
* bpo-31827: Remove os.stat_float_times() (GH-4061)Victor Stinner2017-10-242-37/+2
* bpo-31756: subprocess.run should alias universal_newlines to text (#4049)andyclegg2017-10-231-7/+12
* bpo-20825: Containment test for ip_network in ip_network.Cheryl Sabella2017-10-221-0/+24
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-191-0/+15
* time.clock() now emits a DeprecationWarning (GH-4020)Victor Stinner2017-10-172-1/+9
* bpo-31799: Make module.__spec__ more discoverable (#4010)Barry Warsaw2017-10-171-1/+9