summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix miscellaneous typos (#4275)luzpaz2017-11-0550-82/+82
* bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#...Serhiy Storchaka2017-11-051-39/+33
* bpo-22257: Mention startup refactoring in What's New (GH-4286)Nick Coghlan2017-11-051-0/+14
* bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)Steve Dower2017-11-042-1/+2
* bpo-31944: Fixes build and Modify button (#4278)Steve Dower2017-11-045-5/+8
* bpo-31923: Fix spelling in sqlite3 docs (GH-4227)davy wybiral2017-11-041-1/+1
* Add version{changed,added} markers and make minor style changes (GH-4273)Berker Peksag2017-11-044-5/+11
* bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085)Serhiy Storchaka2017-11-044-31/+55
* bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)Phobosmir2017-11-041-1/+1
* bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)Antoine Pitrou2017-11-047-81/+246
* bpo-18699: Corrected documentation for window.chgat in curses module (#1430)Chillar Anand2017-11-041-4/+4
* bpo-9678: Fix determining the MAC address in the uuid module. (#4264)Serhiy Storchaka2017-11-042-2/+22
* Fix a grammatical problem and reword for clarity. (#4257)Barry Warsaw2017-11-031-5/+4
* bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250)Jack O'Connor2017-11-034-4/+46
* bpo-30057: Fix potential missed signal in signal.signal(). (#4258)Antoine Pitrou2017-11-033-1/+6
* bpo-31924: Fix test_curses on NetBSD 8. (#4228)Serhiy Storchaka2017-11-031-2/+4
* bpo-31310: multiprocessing's semaphore tracker should be launched again if cr...Antoine Pitrou2017-11-033-7/+57
* bpo-31308: If multiprocessing's forkserver dies, launch it again when necessa...Antoine Pitrou2017-11-033-5/+66
* bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)Tal Einat2017-11-034-7/+9
* bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime...Barry Warsaw2017-11-023-7/+25
* bpo-31890: define METH_STACKLESS (#4159)Anselm Kruis2017-11-021-0/+9
* bpo-28643: Record profile-opt build progress with stamp files (#4223)Neil Schemenauer2017-11-022-9/+29
* Update multissltests: 1.0.2m, 1.1.0g (#4232)Christian Heimes2017-11-021-3/+2
* Returning 1 from the set_progress_handler handler cancels query (GH-4120)Simon Willison2017-11-021-0/+4
* bpo-31784: Implement PEP 564: add time.time_ns() (#3989)Victor Stinner2017-11-029-165/+583
* bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)Vincent Michel2017-11-024-2/+25
* bpo-31917: Add 3 new clock identifiers (#4207)Victor Stinner2017-11-024-0/+60
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-0216-316/+75
* bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#...Serhiy Storchaka2017-11-013-13/+37
* bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...Serhiy Storchaka2017-11-013-2/+14
* [asyncio] bpo-30423: add regression test for orphan future causes "RuntimeErr...jimmylai2017-11-011-0/+16
* bpo-31919: Fix building the curses module on OpenIndiana. (#4211)Serhiy Storchaka2017-11-015-11/+61
* Remove nested comments in blake2 (#4173)Lars Viklund2017-11-011-2/+4
* bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)Masayuki Yamamoto2017-11-016-17/+90
* Fix test_socket.test_create_connection() (#4206)Victor Stinner2017-11-011-0/+4
* bpo-18835: Cleanup pymalloc (#4200)Victor Stinner2017-10-312-479/+565
* bpo-20064: Document PyObject_Malloc() (#4199)Victor Stinner2017-10-311-1/+64
* bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196)Serhiy Storchaka2017-10-311-4/+4
* pythoninfo: add Py_DEBUG (#4198)Victor Stinner2017-10-311-0/+8
* test_capi.test__testcapi() becomes more verbose (#4197)Victor Stinner2017-10-311-4/+9
* bpo-31897: Convert unexpected errors when read bogus binary plists into Inval...Serhiy Storchaka2017-10-313-5/+70
* bpo-31626: Fixed a bug in debug memory allocator. (#3844)Serhiy Storchaka2017-10-312-11/+4
* bpo-31893: Fixed select.kqueue(). (#4166)Serhiy Storchaka2017-10-312-47/+73
* bpo-31891: Fix building the curses module on NetBSD. (#4165)Serhiy Storchaka2017-10-317-51/+335
* bpo-31629: Add support.SaveSignals (#4183)Victor Stinner2017-10-312-1/+43
* Remove tiny bit of deadcode from wsgiref.validate (#3996)Alex Gaynor2017-10-311-2/+0
* bpo-31304: Update starmap_async documentation. (GH-4168)Pablo Galindo2017-10-301-1/+1
* bpo-31245: Asyncio unix socket datagram (#3164)Quentin Dawans2017-10-305-5/+24
* bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)Serhiy Storchaka2017-10-289-38/+89
* bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070)Terry Jan Reedy2017-10-282-0/+12