summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)Serhiy Storchaka2017-10-082-1/+30
* bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...Oren Milman2017-10-082-6/+19
* 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
* Document Py_GETENV() (#3890)Barry Warsaw2017-10-061-0/+5
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-062-0/+189
* bpo-31708: Allow async generator expressions in synchronous functions (#3905)Yury Selivanov2017-10-061-8/+10
* bpo-31709: Drop support for asynchronous __aiter__. (#3903)Yury Selivanov2017-10-061-44/+9
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-062-8/+8
* PEP 553 built-in breakpoint() function (bpo-31353) (#3355)Barry Warsaw2017-10-054-21/+105
* bpo-31671: re: Convert RegexFlag to int before compile (GH-3862)INADA Naoki2017-10-051-0/+5
* 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-30404: The -u option now makes the stdout and stderr streams totally unbu...Serhiy Storchaka2017-10-041-4/+4
* bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka2017-10-043-61/+61
* Remove retired and security branches from active docs (#3879)Ned Deily2017-10-042-4/+0
* bpo-31415: Add `-X importtime` option (GH-3490)INADA Naoki2017-10-031-0/+7
* bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)Thomas Moreau2017-10-031-1/+8
* bpo-31648: Improve ElementPath (#3835)scoder2017-09-302-0/+13
* bpo-31574: importlib dtrace (#3749)Christian Heimes2017-09-291-0/+11
* bpo-31638: Add compression support to zipapp (GH-3819)Zhiming Wang2017-09-292-4/+19
* Fix typo in Simple Statements documentation (GH-3809)kms708472017-09-281-1/+1
* point to the module-level get_ident function rather than the one in _thread (...Benjamin Peterson2017-09-271-4/+4
* bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)Guilherme Caminha2017-09-251-7/+0
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-253-3/+3
* bpo-27385: Clarify docstring for groupby() (#3738)Raymond Hettinger2017-09-251-1/+1
* bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods ...Raymond Hettinger2017-09-251-23/+33
* bpo-18558: Clarify glossary entry for "Iterable" (#3732)Raymond Hettinger2017-09-252-2/+10
* bpo-30085: Improve documentation for operator (#1171)Sanket Dasgupta2017-09-241-3/+4
* Update Email library documentation example (GH-3720)Henk-Jaap Wagenaar2017-09-241-1/+1
* 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-232-8/+9
* bpo-31423: Fix building the PDF documentation (GH-3693)François Magimel2017-09-221-4/+8
* bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)Barry Warsaw2017-09-222-4/+15
* bpo-31443: Update included code. (#3697)Stefan Krah2017-09-221-1/+17
* bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)Stefan Krah2017-09-221-10/+3
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626)Igor Filatov2017-09-211-0/+3
* bpo-26510: make argparse subparsers required by default (#3027)Anthony Sottile2017-09-201-2/+5
* bpo-31533: fix broken link to OpenSSL docs (#3674)Felipe2017-09-201-2/+2
* Fix build issues in Doc/make.bat (#3658)Steve Dower2017-09-191-8/+10
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-185-31/+19
* bpo-31501: Operator precedence description for arithmetic operators (#3633)svelankar2017-09-181-2/+2
* bpo-31487: Update F-strings doc example (GH-3627)Mariatta2017-09-171-1/+1