summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-36402: Fix threading._shutdown() race condition (GH-13948)Victor Stinner2019-06-123-12/+96
* bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...Paul Monson2019-06-122-0/+16
* bpo-37069: regrtest uses sys.unraisablehook (GH-13759)Victor Stinner2019-06-124-1/+57
* bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029)Victor Stinner2019-06-121-0/+5
* Make asyncio stream sendfile fail on error (was hang) (GH-14025)Andrew Svetlov2019-06-121-5/+8
* bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)Paul Monson2019-06-121-0/+7
* bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)Paul Monson2019-06-125-3/+13
* bpo-37160: Thread native ID NetBSD support (GH-13835)David Carlier2019-06-125-3/+9
* bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-1...Michael Felt2019-06-121-0/+2
* bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)Ammar Askar2019-06-1210-1/+171
* bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)Yao Zuo2019-06-121-4/+4
* bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997)Victor Stinner2019-06-121-1/+1
* bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996)Victor Stinner2019-06-121-6/+15
* bpo-35766: compile(): rename feature_version parameter (GH-13994)Victor Stinner2019-06-124-10/+16
* bpo-35766: Change format for feature_version to (major, minor) (GH-13992)Guido van Rossum2019-06-124-10/+19
* bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)Paul Monson2019-06-112-1/+2
* bpo-35766: What's new in the ast and typing modules (#13984)Guido van Rossum2019-06-111-0/+46
* Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)Benjamin Peterson2019-06-111-0/+2
* closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)Benjamin Peterson2019-06-111-2/+2
* bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)Andrew Svetlov2019-06-112-6/+34
* bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...Raymond Hettinger2019-06-113-8/+7
* closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...aaronpaulhurst2019-06-111-1/+1
* bpo-37223: test_io: silence destructor errors (GH-13954)Victor Stinner2019-06-111-0/+10
* bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952)Victor Stinner2019-06-112-0/+12
* bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)Christian Heimes2019-06-102-5/+6
* 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-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-061-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