22226 Commits (c879ff247ae1b67a790ff98d2d59145302cd4e4e)

Author SHA1 Message Date
Marcin Niemira 45a14942c9 bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) 7 years ago
Raymond Hettinger e119b3d136
bpo-37178: Allow a one argument form of math.perm() (GH-13905) 7 years ago
Rémi Lapeyre 8cc605acdd bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) 7 years ago
Philipp A d407d2a726 bpo-37173: Show passed class in inspect.getfile error (GH-13861) 7 years ago
zygocephalus 03d5831a2d bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) 7 years ago
Victor Stinner 3bf0f3ad20
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) 7 years ago
Tal Einat 554450fb4e
bpo-37177: make IDLE's search dialogs transient (GH-13869) 7 years ago
Zackery Spytz dc2476500d bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) 7 years ago
websurfer5 f6713e84af bpo-36520: Email header folded incorrectly (#13608) 7 years ago
Raymond Hettinger e985804207
bpo-37165: Convert _count_elements to the argument clinic (GH-13848) 7 years ago
Ashwin Ramaswami c4c15ed7a2 bpo-35551: encodings update (GH-11446) 7 years ago
Abhilash Raj 66c4f3f38b bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425) 7 years ago
Raymond Hettinger 6c01ebcc0d
bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) 7 years ago
Zackery Spytz 9aa78566fb bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) 7 years ago
Terry Jan Reedy 949fe976d5
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) 7 years ago
Zachary Ware 19a1e1eb86 bpo-34282: Remove deprecated enum _convert method (GH-13823) 7 years ago
Abhilash Raj aa79707262 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) 7 years ago
Łukasz Langa 3b5deb0116
Python 3.8.0b1 7 years ago
Abhilash Raj 46d88a1131 bpo-35805: Add parser for Message-ID email header. (GH-13397) 7 years ago
Victor Stinner bc6469f79c
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) 7 years ago
Łukasz Langa 7f9a2ae780
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) 7 years ago
Victor Stinner 0fd2c300c2
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) 7 years ago
Andrew Svetlov 9535aff942 Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)" (GH-13793) 7 years ago
Victor Stinner 0f0a30f4da
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786) 7 years ago
Christian Heimes 78c7d52779
bpo-37120: Add SSLContext.num_tickets (GH-13719) 7 years ago
Christian Heimes 47eb223406 bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248) 7 years ago
Christian Heimes 06651ee418
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) 7 years ago
Victor Stinner e225bebc14
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) 7 years ago
David Carlier 0b9956e916 bpo-37087: Adding native ID support for OpenBSD (GH-13654) 7 years ago
Inada Naoki 91234a1636
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) 7 years ago
Ned Deily 0288dd6a51
bpo-36231: Support building on macOS without /usr/include (GH-13773) 7 years ago
Pablo Galindo 8565f6b6db
bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760) 7 years ago
Augusto Hack 01ee12ba35 bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927) 7 years ago
Victor Stinner 0025350294
bpo-37069: tests use catch_unraisable_exception() (GH-13762) 7 years ago
Matthias Bussonnier 13136e83a6 bpo-36896: Clarify that some types constructors are unstable (GH-13271) 7 years ago
Michele Angrisano aca273e240 bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) 7 years ago
Cheryl Sabella 6bdc4dee01 bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) 7 years ago
Pablo Galindo 7ffcf848df
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729) 7 years ago
Andrew Svetlov 13ed07998a
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630) 7 years ago
Mark Dickinson c52996785a
bpo-36027: Extend three-argument pow to negative second argument (GH-13266) 7 years ago
Serhiy Storchaka 5ae299ac78
bpo-37128: Add math.perm(). (GH-13731) 7 years ago
Anthony Sottile b7daabd711 Improve version added references in `typing` module docs (GH-13457) 7 years ago
Eric Snow 6a150bcaeb
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) 7 years ago
Serhiy Storchaka bdbad71b9d
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 7 years ago
Cheryl Sabella 1a4d9ffa1a bpo-32411: IDLE: Remove line number sort in browser.py (#5011) 7 years ago
Sergey Fedoseev e5f6207ba6 bpo-34303: Micro-optimizations in functools.reduce() (GH-8598) 7 years ago
Pablo Galindo cd74e66a8c
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) 7 years ago
Bar Harel 6b282e1887 bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113) 7 years ago
Yash Aggarwal 4a686504eb bpo-35431: Implemented math.comb (GH-11414) 7 years ago
Mario Corchero 354227a1e9 Add option to trace to run modules (GH-5134) 7 years ago