]> granicus.if.org Git - python/shortlog
python
2017-11-21 Miss Islington... Add comment and improve variable name in roundrobin...
2017-11-20 Miss Islington... bpo-32050: Fix -x option documentation (GH-4475) (...
2017-11-19 Miss Islington... bpo-30904: Removed duplicated Host: header. (GH-4465...
2017-11-19 Miss Islington... bpo-30989: Sort in TimedRotatingFileHandler only when...
2017-11-19 Miss Islington... Remove outdated .pyo reference from msilib docs (GH...
2017-11-19 Miss Islington... Document parameters of BaseServer.finish_request()...
2017-11-17 native-apibpo-31691: Specify where to find installer build instru...
2017-11-17 Miss Islington... bpo-31691: Specify where to find build instructions...
2017-11-16 Miss Islington... Fix typo in atexit documentation. (GH-4419) (GH-4425)
2017-11-16 Victor Stinnerbpo-31701: faulthandler: ignore MSC and COM Windows...
2017-11-16 Miss Islington... bpo-32034: Make IncompleteReadError & LimitOverrunError...
2017-11-15 Miss Islington... bpo-32011: Revert "Issue GH-15480: Remove the deprecate...
2017-11-15 Serhiy Storchaka[3.6] bpo-31949: Fixed several issues in printing trace...
2017-11-15 Miss Islington... bpo-32032: Test both implementations of module-level...
2017-11-15 Jesse-Bakkerbpo-31948: Fix broken links in msilib docs (GH-4397...
2017-11-14 Miss Islington... bpo-15606: Improve the re.VERBOSE documentation. (GH...
2017-11-14 Andrew Svetlov[3.6] bpo-32015: Asyncio looping during simultaneously...
2017-11-14 Miss Islington... bpo-16055: Fixes incorrect error text for int('1',...
2017-11-14 Miss Islington... bpo-32020: arraymodule: Correct missing Py_DECREF in...
2017-11-13 Miss Islington... bpo-32013: _pickle: Add missing Py_DECREF in error...
2017-11-12 xdegaye[3.6] bpo-28759: Skip some tests on PermissionError...
2017-11-12 xdegaye[3.6] bpo-30696: Fix the REPL looping endlessly when...
2017-11-11 Miss Islington... The termios man page is in section 3 (GH-2450)
2017-11-11 Miss Islington... Remove redundant 'exc = True' line (GH-4357)
2017-11-10 Miss Islington... bpo-31824: Document default value of 'errors' parameter...
2017-11-10 Miss Islington... bpo-31999: Fix test_venv in case the zlib module is...
2017-11-10 Miss Islington... bpo-31222: Make (datetime|date|time).replace return...
2017-11-09 Serhiy Storchaka[3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD...
2017-11-09 Miss Islington... Correct the location of a function mentioned in a comme...
2017-11-08 xdegaye[3.6] bpo-31934: Abort when building out of a not clean...
2017-11-07 Miss Islington... bpo-31620: have asyncio/queues not leak memory when...
2017-11-07 Miss Islington... bpo-31793: Doc: Specialize smart-quotes for Japanese...
2017-11-07 Antoine Pitrou[3.6] bpo-31970: Reduce performance overhead of asyncio...
2017-11-07 Miss Islington... bpo-31960: Fix asyncio.Future documentation for thread...
2017-11-07 Miss Islington... bpo-31965: fix doc for multiprocessing.connection.Clien...
2017-11-07 Miss Islington... Fix the sizeof test for dicts with shared keys. (GH...
2017-11-07 Miss Islington... Fix a memory leak in _msi.c (GH-4127) (#4309)
2017-11-07 Miss Islington... bpo-31950: Improve event loop policy doc (GH-4306)...
2017-11-07 Miss Islington... bpo-31764: Prevent a crash in sqlite3.Cursor.close...
2017-11-07 Miss Islington... bpo-31770: Prevent a crash and refleaks when calling...
2017-11-06 Miss Islington... [3.6] bpo-31957: Fixes version detection. (GH-4298...
2017-11-06 Terry Jan Reedy[3.6] Fix miscellaneous typos in idlelib (GH-4275)...
2017-11-05 Miss Islington... bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280...
2017-11-05 Miss Islington... bpo-31944: Fixes build and Modify button (GH-4278)...
2017-11-04 Miss Islington... bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
2017-11-04 Miss Islington... bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECOND...
2017-11-04 Miss Islington... bpo-18699: Corrected documentation for window.chgat...
2017-11-04 Miss Islington... bpo-9678: Fix determining the MAC address in the uuid...
2017-11-03 Miss Islington... bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) ...
2017-11-03 Miss Islington... bpo-31933: fix blake2 multi-byte params on big endian...
2017-11-03 Miss Islington... bpo-30057: Fix potential missed signal in signal.signal...
2017-11-03 Antoine Pitrou[3.6] bpo-31310: multiprocessing's semaphore tracker...
2017-11-03 Tal Einat[3.6] bpo-31926: fix missing *_METHODDEF statements...
2017-11-03 Antoine Pitrou[3.6] bpo-31308: If multiprocessing's forkserver dies...
2017-11-03 Miss Islington... bpo-30806: Fix netrc.__repr__() format (GH-2491)
2017-11-02 Berker PeksagReturning 1 from the set_progress_handler handler cance...
2017-11-02 Miss Islington... Update multissltests: 1.0.2m, 1.1.0g (GH-4232) (#4236)
2017-11-01 Miss Islington... bpo-27666: Fixed stack corruption in curses.box() and...
2017-11-01 Miss Islington... bpo-15037: Add a workaround for getkey() in curses...
2017-11-01 Miss Islington... bpo-31919: Fix building the curses module on OpenIndian...
2017-11-01 Miss Islington... Fix test_socket.test_create_connection() (GH-4206)...
2017-11-01 Miss Islington... Remove nested comments in blake2 (GH-4173) (#4214)
2017-11-01 Miss Islington... bpo-25720: Fix the method for checking pad state of...
2017-10-31 Miss Islington... bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a592...
2017-10-31 Miss Islington... bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203)
2017-10-31 Miss Islington... bpo-31897: Convert unexpected errors when read bogus...
2017-10-31 Miss Islington... bpo-31626: Fixed a bug in debug memory allocator. ...
2017-10-31 Miss Islington... bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190)
2017-10-31 Miss Islington... bpo-31891: Fix building the curses module on NetBSD...
2017-10-31 Victor Stinnerbpo-31629: Add support.SaveSignals (#4183) (#4187)
2017-10-31 Pablo Galindo[3.6] bpo-31852: Fix segfault caused by using the async...
2017-10-30 Miss Islington... bpo-31304: Update starmap_async documentation. (GH...
2017-10-29 Serhiy Storchaka[3.6] bpo-20047: Make bytearray methods partition(...
2017-10-29 Berker Peksagbpo-31065: Add doc about Popen.poll returning None...
2017-10-28 Miss Islington... bpo-31836: Test_code_module now passes with sys.ps1...
2017-10-28 Miss Islington... IDLE -- Restrict shell prompt manipulaton to the shell...
2017-10-28 Miss Islington... bpo-31860: Make the font sample in the IDLE font config...
2017-10-27 Miss Islington... bpo-31174: Improve the code of test_tools.test_unparse...
2017-10-27 Miss Islington... bpo-31053: Remove redundant 'venv' argument in venv...
2017-10-26 xdegaye[3.6] bpo-30697: Fix PyErr_NormalizeException() when...
2017-10-26 Serhiy StorchakaFix trailing whitespaces in C and Python files. (#4131)
2017-10-26 Serhiy Storchaka[3.6] bpo-21720: Restore the Python 2.7 logic in handli...
2017-10-26 Miss Islington... bpo-30937: Make usage of newline='' consistent in csv...
2017-10-24 Serhiy Storchakabpo-25287: Backport new tests for crypt and skip test_c...
2017-10-24 xdegaye[3.6] bpo-30817: Fix PyErr_PrintEx() when no memory...
2017-10-24 Miss Islington... bpo-31174: Fix test_tools.test_unparse (GH-4102) (...
2017-10-23 Miss Islington... bpo-31847: Fix commented out tests in test_syntax....
2017-10-23 Miss Islington... bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
2017-10-23 Miss Islington... bpo-31752: Fix possible crash in timedelta constructor...
2017-10-23 Miss Islington... [3.6] bpo-30695: Add set_nomemory(start, stop) to _test...
2017-10-23 Serhiy Storchaka[3.6] bpo-31572: Get rid of using _PyObject_HasAttrId...
2017-10-22 Miss Islington... bpo-28286: Add tests for the mode argument of GzipFile...
2017-10-22 Antoine Pitrou[3.6] bpo-28326: Fix multiprocessing.Process when stdou...
2017-10-20 Miss Islington... bpo-31825: Fixed OverflowError in the 'unicode-escape...
2017-10-19 Miss Islington... bpo-31632: fix set_protocol() in _SSLProtocolTransport...
2017-10-19 Miss Islington... bpo-31457: Don't omit inner ``process()`` calls with...
2017-10-19 Miss Islington... [3.6] bpo-31457: Make the `LoggerAdapter.manager` prope...
2017-10-18 Miss Islington... Update TestCase.assertAlmostEqual and assertNotAlmostEq...
2017-10-18 Miss Islington... [3.6] bpo-31334: Fix timeout in select.poll.poll()...
2017-10-18 Miss Islington... [3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the...
next