summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-30541: Add new method to seal mocks (GH61923)Mario Corchero2017-10-171-0/+20
* bpo-31558: Add gc.freeze() (#3705)brainfvck2017-10-161-0/+27
* bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)INADA Naoki2017-10-141-1/+1
* bpo-31714: Improved regular expression documentation. (#3907)Serhiy Storchaka2017-10-141-102/+133
* bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)Victor Stinner2017-10-131-3/+4
* bpo-28647: Update -u documentation after bpo-30404 (GH-3961)Berker Peksag2017-10-131-3/+3
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...INADA Naoki2017-10-131-2/+11
* Improve test suite customization example (GH-3967)Berker Peksag2017-10-131-2/+6
* bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966)Éric Araujo2017-10-122-5/+14
* bpo-31567: add or fix decorator markup in docs (#3959)Daisuke Miyakawa2017-10-124-8/+8
* bpo-28157: Improvements for the time module documentation (GH-928)Cheryl Sabella2017-10-111-87/+115
* bpo-31537: Update readline documentation example. (GH-3925)Brad Smith2017-10-101-2/+2
* bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914)Tzu-ping Chung2017-10-071-1/+1
* bpo-31709: Update importlib magic (#3906)Yury Selivanov2017-10-061-2/+5
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-061-5/+5
* PEP 553 built-in breakpoint() function (bpo-31353) (#3355)Barry Warsaw2017-10-052-21/+74
* closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)pdox2017-10-051-0/+16
* bpo-30872: Update the curses docs to Python 3. (#2620)Serhiy Storchaka2017-10-043-109/+115
* bpo-31667: Fix gettext related links. (#3860)Serhiy Storchaka2017-10-042-9/+15
* bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka2017-10-042-53/+53
* bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)Thomas Moreau2017-10-031-1/+8
* bpo-31648: Improve ElementPath (#3835)scoder2017-09-301-0/+5
* bpo-31638: Add compression support to zipapp (GH-3819)Zhiming Wang2017-09-291-3/+14
* point to the module-level get_ident function rather than the one in _thread (...Benjamin Peterson2017-09-271-4/+4
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
* bpo-27385: Clarify docstring for groupby() (#3738)Raymond Hettinger2017-09-251-1/+1
* bpo-18558: Clarify glossary entry for "Iterable" (#3732)Raymond Hettinger2017-09-251-1/+6
* bpo-30085: Improve documentation for operator (#1171)Sanket Dasgupta2017-09-241-3/+4
* bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)Serhiy Storchaka2017-09-241-4/+20
* bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)Serhiy Storchaka2017-09-241-3/+4
* bpo-31564: Update typing documentation (GH-3696)topper-1232017-09-241-3/+9
* Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Dmitry Chestnykh2017-09-231-5/+9
* bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)Barry Warsaw2017-09-221-4/+8