summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)Victor Stinner2019-06-141-0/+4
* bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...Zackery Spytz2019-06-141-0/+2
* bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...Andrew Svetlov2019-06-141-0/+1
* bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)Victor Stinner2019-06-141-0/+2
* bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)Pablo Galindo2019-06-141-0/+2
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Michael Felt2019-06-131-0/+2
* bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...Pablo Galindo2019-06-131-0/+2
* bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)Victor Stinner2019-06-131-0/+3
* bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)Victor Stinner2019-06-131-0/+1
* bpo-37231: optimize calls of special methods (GH-13973)Jeroen Demeyer2019-06-131-0/+2
* bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)Jeffrey Kintscher2019-06-131-0/+2
* bpo-37257: obmalloc: stop simple arena thrashing (#14039)Tim Peters2019-06-131-0/+1
* bpo-36402: Fix threading._shutdown() race condition (GH-13948)Victor Stinner2019-06-121-0/+4
* bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...Paul Monson2019-06-121-0/+2
* bpo-37069: regrtest uses sys.unraisablehook (GH-13759)Victor Stinner2019-06-121-0/+7
* bpo-37160: Thread native ID NetBSD support (GH-13835)David Carlier2019-06-121-0/+1
* bpo-35766: Change format for feature_version to (major, minor) (GH-13992)Guido van Rossum2019-06-121-0/+1
* bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)Andrew Svetlov2019-06-111-0/+2
* bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...Raymond Hettinger2019-06-111-0/+1
* bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952)Victor Stinner2019-06-111-0/+2
* bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)Christian Heimes2019-06-101-0/+1
* bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)Marcin Niemira2019-06-081-0/+1
* bpo-37178: Allow a one argument form of math.perm() (GH-13905)Raymond Hettinger2019-06-082-0/+4
* bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)Rémi Lapeyre2019-06-081-0/+5
* bpo-37173: Show passed class in inspect.getfile error (GH-13861)Philipp A2019-06-081-0/+1
* bpo-37150: Throw ValueError if FileType class object was passed in add_argume...zygocephalus2019-06-071-0/+1
* bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)Victor Stinner2019-06-071-0/+1
* bpo-37177: make IDLE's search dialogs transient (GH-13869)Tal Einat2019-06-071-0/+2
* bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)Zackery Spytz2019-06-061-0/+1
* bpo-36520: Email header folded incorrectly (#13608)websurfer52019-06-061-0/+1
* bpo-37165: Convert _count_elements to the argument clinic (GH-13848)Raymond Hettinger2019-06-051-0/+1
* bpo-35551: encodings update (GH-11446)Ashwin Ramaswami2019-06-051-0/+3
* bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)Abhilash Raj2019-06-051-0/+4
* bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832)Raymond Hettinger2019-06-051-0/+1
* bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-1...Zackery Spytz2019-06-051-0/+1
* bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)Terry Jan Reedy2019-06-051-0/+2
* bpo-34282: Remove deprecated enum _convert method (GH-13823)Zachary Ware2019-06-041-0/+1
* Merge tag 'v3.8.0b1'Łukasz Langa2019-06-04199-424/+2052
|\
| * Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-04199-424/+2052
* | bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)Abhilash Raj2019-06-041-0/+3
* | bpo-35805: Add parser for Message-ID email header. (GH-13397)Abhilash Raj2019-06-041-0/+2
* | bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)Victor Stinner2019-06-041-0/+2
|/
* Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...Łukasz Langa2019-06-041-4/+0
* Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)Victor Stinner2019-06-041-1/+0
* Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...Andrew Svetlov2019-06-041-2/+0
* bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)Victor Stinner2019-06-031-0/+4
* bpo-37120: Add SSLContext.num_tickets (GH-13719)Christian Heimes2019-06-031-0/+1
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Christian Heimes2019-06-031-0/+2
* bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)Christian Heimes2019-06-031-0/+1
* Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...Victor Stinner2019-06-031-5/+0