95190 Commits (dc35cda2de9888f78218fd5207f516ceec0d4e82)
 

Author SHA1 Message Date
Ned Deily dc35cda2de Issue #27594: Prevent assertion error when running test_ast with coverage 10 years ago
Victor Stinner 8bcf312d09 Issue #27786: Simplify x_sub() 10 years ago
Vinay Sajip 82df3b3071 Closes #9998: Allowed find_library to search additional locations for libraries. 10 years ago
Zachary Ware 48e4bd6a02 Merge with 3.5 10 years ago
Zachary Ware 54005afeee Use sys.version_info, not sys.version. 10 years ago
Victor Stinner 636860354e regrtest: add a summary of the summary, "Result: xxx" 10 years ago
Victor Stinner c5a01f8551 regrtest: set interrupted to True if re-run is interrupted 10 years ago
Victor Stinner 8f00319294 regrtest: add newlines in output for readability 10 years ago
Victor Stinner 72f25c8bc0 Merge 3.5 (socket.__all__) 10 years ago
Victor Stinner 3da57436ba Issue #27698: Add socketpair to socket.__all__ on Windows 10 years ago
Victor Stinner 74e3a597b0 Null merge 10 years ago
Victor Stinner 034fb564b1 Issue #27726: Fix "make tags" 10 years ago
Victor Stinner cf0ac6a71a Fix "make tags": set locale to C to call sort 10 years ago
Victor Stinner 9c4bfa6669 "make tags": remove -t option of ctags 10 years ago
Victor Stinner 798d7fbad4 Merge 3.5 (script_helper) 10 years ago
Victor Stinner 7e6977a8bc script_helper: kill the subprocess on error 10 years ago
Victor Stinner 435eaf4422 regrtest: nicer output for durations 10 years ago
Victor Stinner f7457001a6 Tests: add --slowest option to buildbots 10 years ago
Victor Stinner 6c44619ece regrtest: rename --slow option to --slowest 10 years ago
Victor Stinner 717a32b755 Fix typo in test_time.py 10 years ago
Raymond Hettinger 8579a8fd63 Minor readability tweak 10 years ago
Benjamin Peterson 4d02b1b2bb merge 3.5 (#27783) 10 years ago
Benjamin Peterson 6423429325 merge 3.4 (#27783) 10 years ago
Benjamin Peterson a12d92bec1 merge 3.3 (#27783) 10 years ago
Benjamin Peterson 1f0e7c9933 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) 10 years ago
Victor Stinner 17061a99b0 Use Py_ssize_t in _PyEval_EvalCodeWithName() 10 years ago
Victor Stinner c70200165c Issue #27128: Cleanup _PyEval_EvalCodeWithName() 10 years ago
Victor Stinner e3f1e8a9d3 Issue #27181: Skip tests known to fail until a fix is found 10 years ago
Raymond Hettinger fd27f62a74 Add cross-reference to typing.NamedTuple. Doctest two more examples. 10 years ago
Brett Cannon f59249b048 Add a missing # 10 years ago
Ethan Furman e9850f06ae fix hyperlink 10 years ago
Raymond Hettinger a5f1fbd493 merge 10 years ago
Raymond Hettinger 379a3ffaf2 Remove duplicate of the entry in the seealso section 10 years ago
Raymond Hettinger 6538b430cf Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. 10 years ago
Victor Stinner 3ee933f1c3 Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error 10 years ago
Victor Stinner 6974cf2c27 Issue #27776: Cleanup random.c 10 years ago
Victor Stinner cecdd9634b Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore 10 years ago
Victor Stinner 4bad3b622e Issue #27776: Cleanup random.c 10 years ago
Gregory P. Smith c35a32fe85 Issue #26750: use inspect.isdatadescriptor instead of our own 10 years ago
Gregory P. Smith d4583d7fea Issue #26750: use inspect.isdatadescriptor instead of our own 10 years ago
Terry Jan Reedy f050a33ce2 Merge with 3.5 10 years ago
Terry Jan Reedy 22ba01ea55 Issue #27611: Don't import volatile attribute. 10 years ago
Georg Brandl 4770d6ec76 Add versionadded tags for (c)math.tau. 10 years ago
Benjamin Peterson 0a3ccacec7 merge 3.5 (#27774) 10 years ago
Benjamin Peterson 76aa1fb3b1 merge 3.4 (#27774) 10 years ago
Benjamin Peterson 10bc0f6edf merge 3.3 (#27774) 10 years ago
Benjamin Peterson 3a27b0857e do not decref value borrowed from list (closes #27774) 10 years ago
Benjamin Peterson a853c479ee merge 3.5 (#27773) 10 years ago
Benjamin Peterson 81b9ecd2a3 fix corner cases in the management of server_hostname (closes #27773) 10 years ago
Benjamin Peterson cc2e80be64 merge 3.5 10 years ago