summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build issuesncoghlan-whatsnew-38-placeholder-notesNick Coghlan2019-06-091-4/+3
* Add some placeholder notes for major 3.8 featuresNick Coghlan2019-06-091-0/+8
* bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)Marcin Niemira2019-06-082-4/+2
* bpo-37178: Allow a one argument form of math.perm() (GH-13905)Raymond Hettinger2019-06-086-9/+34
* bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)Rémi Lapeyre2019-06-082-2/+7
* bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)Ammar Askar2019-06-081-0/+8
* bpo-37173: Show passed class in inspect.getfile error (GH-13861)Philipp A2019-06-083-3/+22
* cross port importlib-metadata PR #76 (#13903)Anthony Sottile2019-06-074-0/+4
* bpo-37150: Throw ValueError if FileType class object was passed in add_argume...zygocephalus2019-06-073-0/+23
* bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)Jeroen Demeyer2019-06-071-1/+5
* bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)Paul Monson2019-06-073-3/+8
* bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)Victor Stinner2019-06-072-115/+123
* bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)Victor Stinner2019-06-073-27/+30
* bpo-37151: simplify classmethoddescr_call (GH-13340)Jeroen Demeyer2019-06-072-30/+18
* Use assertEqual(). (#13883)Stefan Krah2019-06-071-2/+2
* IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)Cheryl Sabella2019-06-071-2/+2
* bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)Eric Wieser2019-06-072-1/+16
* bpo-37177: make IDLE's search dialogs transient (GH-13869)Tal Einat2019-06-073-5/+10
* bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...Pablo Galindo2019-06-071-2/+2
* bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)Zackery Spytz2019-06-064-4/+29
* bpo-36520: Email header folded incorrectly (#13608)websurfer52019-06-063-0/+133
* bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)Steve Dower2019-06-061-2/+3
* bpo-36763, _testembed: enable assert() in release mode (GH-13857)Victor Stinner2019-06-061-2/+5
* bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11...Walter Dörwald2019-06-061-3/+5
* bpo-35551: remove mac_centeuro encoding (GH-13856)Inada Naoki2019-06-061-307/+0
* Add importlib.metadata to what's new. (#13855)Barry Warsaw2019-06-051-1/+4
* bpo-37134: Use PEP570 syntax for sum() (GH-13851)Pablo Galindo2019-06-061-3/+3
* bpo-37165: Convert _count_elements to the argument clinic (GH-13848)Raymond Hettinger2019-06-053-12/+49
* bpo-35551: encodings update (GH-11446)Ashwin Ramaswami2019-06-053-4/+6
* 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
* bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)Abhilash Raj2019-06-054-3/+49
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-0530-330/+45
* bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832)Raymond Hettinger2019-06-052-4/+5
* bpo-26836: Document os.memfd_create() name parameter (GH-13838)Victor Stinner2019-06-051-0/+7
* bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-1...Zackery Spytz2019-06-052-2/+8
* Fix documentation (GH-13721)Benjamin Yeh2019-06-051-0/+4
* bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [str...Emmanuel Arias2019-06-041-0/+16
* bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)Terry Jan Reedy2019-06-043-61/+69
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Julien Palard2019-06-042-2/+4
* bpo-34282: Remove deprecated enum _convert method (GH-13823)Zachary Ware2019-06-042-6/+1
* Bump version in AppVeyor config (#13822)Zachary Ware2019-06-041-1/+1
* Bump to 3.9.0a0Łukasz Langa2019-06-0411-831/+831
* Merge tag 'v3.8.0b1'Łukasz Langa2019-06-04203-500/+2142
|\
| * Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-04203-500/+2142
* | bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)Petter Strandmark2019-06-041-0/+3
* | bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)Abhilash Raj2019-06-043-1/+13
* | bpo-35805: Add parser for Message-ID email header. (GH-13397)Abhilash Raj2019-06-046-28/+257
* | bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)Victor Stinner2019-06-042-2/+6
|/
* bpo-36742: Corrects fix to handle decomposition in usernames (#13812)Steve Dower2019-06-042-8/+9