summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...Makdon2019-06-131-3/+4
* bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)Victor Stinner2019-06-131-0/+12
* bpo-37216: update version to 3.9 in mac using document (GH-13966)Makdon2019-06-131-2/+2
* Add 3.9 whatsnew file (GH-14040)Ned Deily2019-06-132-0/+116
* bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)Victor Stinner2019-06-131-1/+1
* bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)Victor Stinner2019-06-132-4/+20
* bpo-37160: Thread native ID NetBSD support (GH-13835)David Carlier2019-06-122-2/+2
* bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)Yao Zuo2019-06-121-4/+4
* bpo-35766: Change format for feature_version to (major, minor) (GH-13992)Guido van Rossum2019-06-122-9/+10
* bpo-35766: What's new in the ast and typing modules (#13984)Guido van Rossum2019-06-111-0/+46
* Do not use explicit inheritance from object in the documentation. (GH-13936)Serhiy Storchaka2019-06-103-14/+14
* bpo-36785: PEP 574 What's New entry (#13931)Antoine Pitrou2019-06-091-1/+17
* Add some placeholder notes for major 3.8 features (GH-13927)Nick Coghlan2019-06-091-0/+7
* bpo-37178: Allow a one argument form of math.perm() (GH-13905)Raymond Hettinger2019-06-081-1/+4
* bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...Pablo Galindo2019-06-061-2/+2
* bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)Zackery Spytz2019-06-061-2/+4
* Add importlib.metadata to what's new. (#13855)Barry Warsaw2019-06-061-1/+4
* bpo-37134: Use PEP570 syntax for sum() (GH-13851)Pablo Galindo2019-06-051-3/+3
* bpo-35551: encodings update (GH-11446)Ashwin Ramaswami2019-06-051-1/+2
* bpo-37134: Add PEP570 notation to the documentation (GH-13743)Pablo Galindo2019-06-052-3/+3
* bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)Victor Stinner2019-06-051-2/+3
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-058-9/+9
* bpo-26836: Document os.memfd_create() name parameter (GH-13838)Victor Stinner2019-06-051-0/+7
* Fix documentation (GH-13721)Benjamin Yeh2019-06-051-0/+4
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Julien Palard2019-06-042-2/+4
* Bump to 3.9.0a0Łukasz Langa2019-06-044-7/+7
* Merge tag 'v3.8.0b1'Łukasz Langa2019-06-041-1/+1
|\
| * Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-041-1/+1
* | bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)Petter Strandmark2019-06-041-0/+3
* | bpo-35805: Add parser for Message-ID email header. (GH-13397)Abhilash Raj2019-06-041-13/+20
|/
* bpo-30699: Improve example on datetime tzinfo instances (GH-4290)Mario Corchero2019-06-041-51/+60
* Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...Łukasz Langa2019-06-041-8/+2
* Fix grammar (GH-13801)Raymond Hettinger2019-06-041-2/+2
* More updates to the annotated assignments docs (GH-13794)Ivan Levkivskyi2019-06-041-4/+3
* bpo-35431: Drop the k <= n requirement (GH-13798)Raymond Hettinger2019-06-041-8/+12
* bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)Victor Stinner2019-06-031-2/+8
* bpo-37120: Add SSLContext.num_tickets (GH-13719)Christian Heimes2019-06-031-0/+13
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Christian Heimes2019-06-031-3/+2
* bpo-37087: Adding native ID support for OpenBSD (GH-13654)David Carlier2019-06-032-3/+3
* Doc fix: duplicate object description of email.message (GH-13742)Julien Palard2019-06-031-0/+1
* Add credits to What's New in Python 3.8 (GH-13776)Victor Stinner2019-06-031-1/+18
* bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)Inada Naoki2019-06-031-0/+4
* bpo-36896: Clarify that some types constructors are unstable (GH-13271)Matthias Bussonnier2019-06-031-0/+3
* bpo-36974: document PEP 590 (GH-13450)Jeroen Demeyer2019-06-024-123/+293
* Update the annotated assignment docs (GH-13757)Ivan Levkivskyi2019-06-021-1/+7
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-023-3/+3
* bpo-19184: Update the documentation of dis module. (GH-13652)Michele Angrisano2019-06-021-3/+7
* bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...Michele Angrisano2019-06-021-2/+3
* bpo-36027: Extend three-argument pow to negative second argument (GH-13266)Mark Dickinson2019-06-022-3/+24
* bpo-37128: Add math.perm(). (GH-13731)Serhiy Storchaka2019-06-021-0/+13