summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)toonarmycaptain2019-05-081-12/+12
* Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)Julien Palard2019-05-081-1/+1
* bpo-36832: add zipfile.Path (#13153)Jason R. Coombs2019-05-081-0/+67
* Doc: Fix missing bracket (GH-13163)Zhaorong Ma2019-05-081-1/+1
* bpo-36838: Suggest 'make venv' when missing Doc/ tools. (GH-13173)Gregory P. Smith2019-05-071-4/+12
* Add a footnote about Cheese Shop in Doc/tutorial (GH-13103)Adorilson Bezerra2019-05-071-1/+7
* bpo-11001: updated cookie docs (GH-13086)Julia Iliuk2019-05-071-7/+9
* bpo-28795: Signal documentation: Fix misleading statement. (GH-13121)Julien Palard2019-05-071-1/+2
* bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...Edison A2019-05-071-0/+16
* Fix rst formatting for several links in ssl documentation (GH-13133)Toshio Kuratomi2019-05-061-3/+3
* bpo-36793: Remove unneeded __str__ definitions. (GH-13081)Serhiy Storchaka2019-05-061-0/+7
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-062-2/+2
* bpo-36275: enhance documentation for venv.create() (GH-13114)Sebastian Koslowski2019-05-061-1/+6
* Clarify the download unit in the download section (GH-13122)Stéphane Wirtel2019-05-061-2/+1
* bpo-30668: add missing word in license.rst (GH-13115)Patrick Mühlbauer2019-05-061-1/+1
* bpo-36798: Updating f-string docs for := use case (GH-13107)Logan Jones2019-05-061-5/+6
* Update wsgiref.rst (#10488)Andre Delfino2019-05-061-1/+1
* Doc/c-api/exceptions.rst: fix grammar (#12091)Daniel Hahler2019-05-061-2/+2
* bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505)Cheryl Sabella2019-05-061-66/+76
* bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)twisteroid ambassador2019-05-051-1/+23
* bpo-36189: Fixing typo in tutorial introduction (GH-13090)Jonatan2019-05-041-1/+1
* bpo-36166: Change to rst datamodel file. (GH-13089)Catherine Alvarado2019-05-041-2/+2
* bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)Joannah Nanjekye2019-05-042-0/+11
* bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...Stefan Behnel2019-05-032-2/+20
* bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759)Andre Delfino2019-05-031-0/+3
* Fixed typo (GH-11522)Alexander Vasin2019-05-031-2/+2
* Improve grammar on async context managers and shorten text (GH-12379)Andre Delfino2019-05-031-4/+4
* Don't use the LHS/RHS acronym in Simple statements (GH-12996)Andre Delfino2019-05-031-4/+4
* Add correct license for C14N test suite to license docs. (GH-13055)Stefan Behnel2019-05-021-0/+37
* Fix tiny tiny typo in 3.8 what's new (GH-13049)Daniel Porteous2019-05-021-2/+2
* bpo-36018: Update example to show mean and stdev (GH-13047)Raymond Hettinger2019-05-021-4/+6
* Move dangling bullet points into named subsections (GH-13046)Raymond Hettinger2019-05-021-11/+16
* bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)Stefan Behnel2019-05-012-0/+64
* Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None...Géry Ogam2019-05-011-6/+5
* bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...Stefan Behnel2019-05-011-2/+20
* bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...Stefan Behnel2019-05-011-12/+53
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...Utkarsh Gupta2019-04-301-1/+1
* bpo-36751: Deprecate getfullargspec and report positional-only args as regula...Pablo Galindo2019-04-302-0/+9
* bpo-36004: Add date.fromisocalendar (GH-11888)Paul Ganssle2019-04-292-0/+27
* Add initial 'whatsnew' section for PEP 570 (GH-12942)Guido van Rossum2019-04-291-0/+25
* bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...Joannah Nanjekye2019-04-292-0/+31
* bpo-21536: On Android, C extensions are linked to libpython (GH-12989)xdegaye2019-04-292-7/+8
* bpo-36715: Add usage note for dict.fromkeys() (GH-12974)Raymond Hettinger2019-04-281-1/+4
* bpo-36722: Style and grammar edits for ABI news entries (GH-12979)Paul Ganssle2019-04-271-12/+13
* Syntax highlight IDLE html doc code example. (GH-12981)Terry Jan Reedy2019-04-271-4/+2
* bpo-36722: Add What's New entry for debug ABI (GH-12957)Victor Stinner2019-04-261-0/+24
* bpo-36669: add matmul support to weakref.proxy (GH-12932)Mark Dickinson2019-04-262-0/+11
* bpo-35920: Windows 10 ARM32 platform support (GH-11774)Paul Monson2019-04-251-0/+15
* bpo-21536: C extensions are no longer linked to libpython (GH-12946)Victor Stinner2019-04-252-4/+11
* bpo-35537: Document posix_spawn() change in subprocess (GH-11668)Victor Stinner2019-04-252-0/+13