summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)Miss Islington (bot)2018-07-231-4/+14
* bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)Miss Islington (bot)2018-07-232-2/+5
* [3.6] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8399)Serhiy Storchaka2018-07-222-3/+36
* bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) ...Miss Islington (bot)2018-07-211-13/+13
* bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)Miss Islington (bot)2018-07-211-3/+5
* [3.6] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8348)Terry Jan Reedy2018-07-201-2/+39
* [3.6] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)Zachary Ware2018-07-201-2/+10
* bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)Miss Islington (bot)2018-07-191-2/+3
* bpo-34130: Fix test_signal.test_socket() (GH-8326) (GH-8330)Miss Islington (bot)2018-07-181-1/+0
* Clarify ValueError's broad applicability (GH-8313) (GH-8317)Miss Islington (bot)2018-07-171-1/+1
* bpo-24618: Add a check in the code constructor. (GH-8283) (GH-8311)Serhiy Storchaka2018-07-172-5/+26
* bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...Serhiy Storchaka2018-07-173-4/+20
* bpo-33967: Fix wrong use of assertRaises (GH-8306)Miss Islington (bot)2018-07-171-1/+1
* bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)Miss Islington (bot)2018-07-161-1/+1
* bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8295)Miss Islington (bot)2018-07-161-1/+1
* [3.6] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8290)Benjamin Peterson2018-07-165-78/+21
* bpo-34087: Backport tests for int/float/complex (GH-8274)INADA Naoki2018-07-144-0/+12
* bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)Miss Islington (bot)2018-07-131-1/+19
* bpo-33716, test_concurrent_futures: increase timeout (GH-7828) (GH-8264)Victor Stinner2018-07-121-3/+3
* bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)Miss Islington (bot)2018-07-112-1/+3
* bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)Miss Islington (bot)2018-07-113-1/+37
* bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8249)Victor Stinner2018-07-111-2/+4
* Doc: Point to Simple statements section instead of PEP (GH-8238)Miss Islington (bot)2018-07-111-2/+2
* Fix documentation for input and output tutorial (GH-8231)Miss Islington (bot)2018-07-111-1/+1
* bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)Miss Islington (bot)2018-07-102-3/+2
* bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)Miss Islington (bot)2018-07-103-0/+14
* [3.6] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8218)Benjamin Peterson2018-07-104-20/+20
* delete some unused pysqlite forward declarations (GH-8211)Miss Islington (bot)2018-07-101-4/+0
* [3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WIT...Serhiy Storchaka2018-07-092-4/+13
* Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)Miss Islington (bot)2018-07-096-9/+13
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Miss Islington (bot)2018-07-094-13/+23
* Fix margin in sentinel and mock_open (GH-8188)Miss Islington (bot)2018-07-091-21/+21
* bpo-34061: Document sqlite3.NotSupportedError (GH-8172)Marcin Niemira2018-07-081-0/+7
* bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)Miss Islington (bot)2018-07-071-6/+6
* [3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178)Benjamin Peterson2018-07-072-2/+3
* bpo-33702: Add some missing links in production lists and do a little polish ...Miss Islington (bot)2018-07-073-25/+25
* bpo-33804: Document that the argument for io.TextIOBase.read() is optional (G...Miss Islington (bot)2018-07-071-1/+1
* Add missing closing parentheses (GH-8144)Miss Islington (bot)2018-07-071-1/+1
* Fix moduleauthor/sectionauthor directives in Enum (GH-8117)Miss Islington (bot)2018-07-071-4/+4
* Make various internal _testbuffer symbols static. (GH-8160)Miss Islington (bot)2018-07-071-4/+4
* [3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-81...Dong-hee Na2018-07-072-5/+5
* Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)Miss Islington (bot)2018-07-071-2/+2
* bpo-34054: multiprocessing uses time.monotonic() (GH-8118)Miss Islington (bot)2018-07-065-13/+15
* fix two typos in Objects/odictobject.c comments (GH-8040)Miss Islington (bot)2018-07-061-2/+2
* [3.6] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behav...Ammar Askar2018-07-063-18/+59
* Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)Miss Islington (bot)2018-07-061-2/+2
* Fix fuzz testing for marshal.loads(). (GH-8106)Miss Islington (bot)2018-07-051-4/+5
* bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)Miss Islington (bot)2018-07-051-6/+17
* bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-...Miss Islington (bot)2018-07-041-5/+6
* bpo-32942: Fix environment dependent test_script_helper (GH-8034)Miss Islington (bot)2018-07-041-16/+31