| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812) (GH-4... | Miss Islington (bot) | 2017-11-19 | 1 | -1/+1 |
|
|
* | bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416) | Victor Stinner | 2017-11-16 | 1 | -0/+16 |
|
|
* | bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#... | Miss Islington (bot) | 2017-11-16 | 2 | -0/+24 |
|
|
* | bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT6... | Miss Islington (bot) | 2017-11-15 | 1 | -0/+23 |
|
|
* | [3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Pri... | Serhiy Storchaka | 2017-11-15 | 1 | -0/+33 |
|
|
* | bpo-32032: Test both implementations of module-level pickle API. (GH-4401) (#... | Miss Islington (bot) | 2017-11-15 | 3 | -18/+25 |
|
|
* | [3.6] bpo-32015: Asyncio looping during simultaneously socket read/write an�... | Andrew Svetlov | 2017-11-14 | 2 | -32/+71 |
|
|
* | [3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-435... | xdegaye | 2017-11-12 | 7 | -35/+50 |
|
|
* | [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4... | xdegaye | 2017-11-12 | 1 | -0/+62 |
|
|
* | bpo-31999: Fix test_venv in case the zlib module is not available. (GH-4359) ... | Miss Islington (bot) | 2017-11-10 | 1 | -1/+2 |
|
|
* | bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Pyt... | Miss Islington (bot) | 2017-11-10 | 2 | -3/+17 |
|
|
* | bpo-31620: have asyncio/queues not leak memory when you've exceptions during ... | Miss Islington (bot) | 2017-11-07 | 2 | -0/+23 |
|
|
* | [3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314)... | Antoine Pitrou | 2017-11-07 | 6 | -7/+37 |
|
|
* | bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (GH-4319) ... | Miss Islington (bot) | 2017-11-07 | 1 | -1/+3 |
|
|
* | Fix the sizeof test for dicts with shared keys. (GH-4311) (#4312) | Miss Islington (bot) | 2017-11-07 | 1 | -5/+10 |
|
|
* | bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec... | Miss Islington (bot) | 2017-11-07 | 1 | -0/+3 |
|
|
* | bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(... | Miss Islington (bot) | 2017-11-07 | 1 | -0/+18 |
|
|
* | [3.6] Fix miscellaneous typos in idlelib (GH-4275) (#4291) | Terry Jan Reedy | 2017-11-06 | 4 | -5/+5 |
|
|
* | bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4269) | Miss Islington (bot) | 2017-11-04 | 1 | -2/+16 |
|
|
* | bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4259) | Miss Islington (bot) | 2017-11-03 | 1 | -2/+4 |
|
|
* | bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4... | Miss Islington (bot) | 2017-11-03 | 1 | -0/+36 |
|
|
* | [3.6] bpo-31310: multiprocessing's semaphore tracker should be launched again... | Antoine Pitrou | 2017-11-03 | 2 | -7/+56 |
|
|
* | [3.6] bpo-31308: If multiprocessing's forkserver dies, launch it again when n... | Antoine Pitrou | 2017-11-03 | 2 | -5/+64 |
|
|
* | bpo-30806: Fix netrc.__repr__() format (GH-2491) | Miss Islington (bot) | 2017-11-03 | 2 | -9/+12 |
|
|
* | bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G... | Miss Islington (bot) | 2017-11-01 | 1 | -1/+8 |
|
|
* | bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie... | Miss Islington (bot) | 2017-11-01 | 1 | -0/+3 |
|
|
* | bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215) | Miss Islington (bot) | 2017-11-01 | 1 | -9/+13 |
|
|
* | Fix test_socket.test_create_connection() (GH-4206) (#4208) | Miss Islington (bot) | 2017-11-01 | 1 | -0/+4 |
|
|
* | bpo-31897: Convert unexpected errors when read bogus binary plists into Inval... | Miss Islington (bot) | 2017-10-31 | 2 | -5/+68 |
|
|
* | bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189) | Miss Islington (bot) | 2017-10-31 | 1 | -8/+24 |
|
|
* | bpo-31629: Add support.SaveSignals (#4183) (#4187) | Victor Stinner | 2017-10-31 | 2 | -1/+43 |
|
|
* | [3.6] bpo-31852: Fix segfault caused by using the async soft keyword (GH-4122) | Pablo Galindo | 2017-10-31 | 1 | -0/+5 |
|
|
* | [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejectin... | Serhiy Storchaka | 2017-10-29 | 1 | -6/+29 |
|
|
* | bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (GH-4070) (#4156) | Miss Islington (bot) | 2017-10-28 | 1 | -0/+8 |
|
|
* | IDLE -- Restrict shell prompt manipulaton to the shell. (GH-4143) (#4155) | Miss Islington (bot) | 2017-10-28 | 2 | -24/+15 |
|
|
* | bpo-31860: Make the font sample in the IDLE font configuration dialog editabl... | Miss Islington (bot) | 2017-10-28 | 2 | -34/+43 |
|
|
* | bpo-31174: Improve the code of test_tools.test_unparse. (GH-4146) (#4148) | Miss Islington (bot) | 2017-10-27 | 1 | -8/+8 |
|
|
* | [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4... | xdegaye | 2017-10-26 | 1 | -2/+101 |
|
|
* | Fix trailing whitespaces in C and Python files. (#4131) | Serhiy Storchaka | 2017-10-26 | 3 | -3/+3 |
|
|
* | [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-411... | Serhiy Storchaka | 2017-10-26 | 2 | -7/+56 |
|
|
* | bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (#4111) | Serhiy Storchaka | 2017-10-24 | 1 | -9/+21 |
|
|
* | [3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107) | xdegaye | 2017-10-24 | 1 | -1/+18 |
|
|
* | bpo-31174: Fix test_tools.test_unparse (GH-4102) (#4104) | Miss Islington (bot) | 2017-10-24 | 1 | -2/+13 |
|
|
* | bpo-31847: Fix commented out tests in test_syntax. (GH-4084) (#4095) | Miss Islington (bot) | 2017-10-23 | 1 | -18/+10 |
|
|
* | bpo-31752: Fix possible crash in timedelta constructor called with custom int... | Miss Islington (bot) | 2017-10-23 | 1 | -0/+20 |
|
|
* | [3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083) | Miss Islington (bot) | 2017-10-23 | 1 | -1/+33 |
|
|
* | bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074) (#4076) | Miss Islington (bot) | 2017-10-22 | 1 | -0/+24 |
|
|
* | [3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is clo... | Antoine Pitrou | 2017-10-22 | 2 | -2/+29 |
|
|
* | bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059) | Miss Islington (bot) | 2017-10-20 | 1 | -0/+4 |
|
|
* | bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#... | Miss Islington (bot) | 2017-10-19 | 2 | -6/+12 |
|
|