| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) | Victor Stinner | 2019-06-17 | 4 | -44/+3 |
|
|
* | bpo-28805: document METH_FASTCALL (GH-14079) | Jeroen Demeyer | 2019-06-16 | 1 | -12/+51 |
|
|
* | Doc: Remove an ugly space before a dot. (GH-14123) | Julien Palard | 2019-06-16 | 1 | -1/+1 |
|
|
* | Doc: Deprecation header: More precise wording. (GH-14109) | Julien Palard | 2019-06-15 | 1 | -1/+1 |
|
|
* | Update link in colorsys docs to be https (GH-14062) | Alex Gaynor | 2019-06-15 | 1 | -1/+1 |
|
|
* | Doc: Bump Sphinx verison. (#13785) | Julien Palard | 2019-06-15 | 1 | -1/+1 |
|
|
* | Update weakref.rst (GH-14098) | Géry Ogam | 2019-06-15 | 1 | -5/+6 |
|
|
* | bpo-36707: Document "m" removal from sys.abiflags (GH-14090) | Victor Stinner | 2019-06-15 | 2 | -0/+20 |
|
|
* | Document C API changes in What's New in Python 3.8 (GH-14092) | Victor Stinner | 2019-06-14 | 1 | -0/+27 |
|
|
* | bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) | Victor Stinner | 2019-06-14 | 2 | -0/+16 |
|
|
* | bpo-37261: Document sys.unraisablehook corner cases (GH-14059) | Victor Stinner | 2019-06-14 | 3 | -10/+22 |
|
|
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 1 | -1/+1 |
|
|
* | Update concurrent.futures.rst (GH-14061) | Géry Ogam | 2019-06-14 | 1 | -6/+8 |
|
|
* | bpo-37077: Add native thread ID (TID) for AIX (GH-13624) | Michael Felt | 2019-06-13 | 2 | -2/+2 |
|
|
* | bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc... | Makdon | 2019-06-13 | 1 | -3/+4 |
|
|
* | bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) | Victor Stinner | 2019-06-13 | 1 | -0/+12 |
|
|
* | bpo-37216: update version to 3.9 in mac using document (GH-13966) | Makdon | 2019-06-13 | 1 | -2/+2 |
|
|
* | Add 3.9 whatsnew file (GH-14040) | Ned Deily | 2019-06-13 | 2 | -0/+116 |
|
|
* | bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036) | Victor Stinner | 2019-06-13 | 1 | -1/+1 |
|
|
* | bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) | Victor Stinner | 2019-06-13 | 2 | -4/+20 |
|
|
* | bpo-37160: Thread native ID NetBSD support (GH-13835) | David Carlier | 2019-06-12 | 2 | -2/+2 |
|
|
* | bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985) | Yao Zuo | 2019-06-12 | 1 | -4/+4 |
|
|
* | bpo-35766: Change format for feature_version to (major, minor) (GH-13992) | Guido van Rossum | 2019-06-12 | 2 | -9/+10 |
|
|
* | bpo-35766: What's new in the ast and typing modules (#13984) | Guido van Rossum | 2019-06-11 | 1 | -0/+46 |
|
|
* | Do not use explicit inheritance from object in the documentation. (GH-13936) | Serhiy Storchaka | 2019-06-10 | 3 | -14/+14 |
|
|
* | bpo-36785: PEP 574 What's New entry (#13931) | Antoine Pitrou | 2019-06-09 | 1 | -1/+17 |
|
|
* | Add some placeholder notes for major 3.8 features (GH-13927) | Nick Coghlan | 2019-06-09 | 1 | -0/+7 |
|
|
* | bpo-37178: Allow a one argument form of math.perm() (GH-13905) | Raymond Hettinger | 2019-06-08 | 1 | -1/+4 |
|
|
* | bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-... | Pablo Galindo | 2019-06-06 | 1 | -2/+2 |
|
|
* | bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) | Zackery Spytz | 2019-06-06 | 1 | -2/+4 |
|
|
* | Add importlib.metadata to what's new. (#13855) | Barry Warsaw | 2019-06-06 | 1 | -1/+4 |
|
|
* | bpo-37134: Use PEP570 syntax for sum() (GH-13851) | Pablo Galindo | 2019-06-05 | 1 | -3/+3 |
|
|
* | bpo-35551: encodings update (GH-11446) | Ashwin Ramaswami | 2019-06-05 | 1 | -1/+2 |
|
|
* | bpo-37134: Add PEP570 notation to the documentation (GH-13743) | Pablo Galindo | 2019-06-05 | 2 | -3/+3 |
|
|
* | bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841) | Victor Stinner | 2019-06-05 | 1 | -2/+3 |
|
|
* | [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) | Serhiy Storchaka | 2019-06-05 | 8 | -9/+9 |
|
|
* | bpo-26836: Document os.memfd_create() name parameter (GH-13838) | Victor Stinner | 2019-06-05 | 1 | -0/+7 |
|
|
* | Fix documentation (GH-13721) | Benjamin Yeh | 2019-06-05 | 1 | -0/+4 |
|
|
* | Doc: Python 3.9 in sidebar and version switcher. (GH-13824) | Julien Palard | 2019-06-04 | 2 | -2/+4 |
|
|
* | Bump to 3.9.0a0 | Łukasz Langa | 2019-06-04 | 4 | -7/+7 |
|
|
* | Merge tag 'v3.8.0b1' | Łukasz Langa | 2019-06-04 | 1 | -1/+1 |
|\ |
|
| * | Python 3.8.0b1v3.8.0b1 | Łukasz Langa | 2019-06-04 | 1 | -1/+1 |
|
|
* | | bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746) | Petter Strandmark | 2019-06-04 | 1 | -0/+3 |
|
|
* | | bpo-35805: Add parser for Message-ID email header. (GH-13397) | Abhilash Raj | 2019-06-04 | 1 | -13/+20 |
|/ |
|
* | bpo-30699: Improve example on datetime tzinfo instances (GH-4290) | Mario Corchero | 2019-06-04 | 1 | -51/+60 |
|
|
* | Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378... | Łukasz Langa | 2019-06-04 | 1 | -8/+2 |
|
|
* | Fix grammar (GH-13801) | Raymond Hettinger | 2019-06-04 | 1 | -2/+2 |
|
|
* | More updates to the annotated assignments docs (GH-13794) | Ivan Levkivskyi | 2019-06-04 | 1 | -4/+3 |
|
|
* | bpo-35431: Drop the k <= n requirement (GH-13798) | Raymond Hettinger | 2019-06-04 | 1 | -8/+12 |
|
|
* | bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786) | Victor Stinner | 2019-06-03 | 1 | -2/+8 |
|
|