]> granicus.if.org Git - python/shortlog
python
2017-11-27 Miss Islington... bpo-32051: Fix name shadowing in multiprocessing docs...
2017-11-26 Miss Islington... bpo-29879: Update typing documentation. (GH-4573) ...
2017-11-25 Miss Islington... bpo-32059: setup.py now also searches the sysroot paths...
2017-11-25 Miss Islington... [Doc] Update opcode for var-positional arguments (GH...
2017-11-25 Miss Islington... Improve Scheduler Objects documentation. (GH-4556)...
2017-11-25 Miss Islington... bpo-30004: Fix the code example of using group in Regex...
2017-11-25 Miss Islington... bpo-32128: Skip test_nntplib.test_article_head_body...
2017-11-25 Miss Islington... Asyncion-Dev docs: Fix the reference to sys.excepthook...
2017-11-24 Miss Islington... Improve the String tutorial docs (GH-4541) (GH-4545)
2017-11-24 Berker Peksag[3.6] bpo-12239: Make GetProperty() return None for...
2017-11-24 Miss Islington... bpo-12382: Make OpenDatabase() raise better exception...
2017-11-24 Miss Islington... Extending Python Doc minor updates (GH-4518) (GH-4535)
2017-11-23 Miss Islington... bpo-31325: Fix usage of namedtuple in RobotFileParser...
2017-11-23 Berker Peksagbpo-30456: Clarify example for duplicates in second...
2017-11-23 Victor Stinner[3.6] bpo-31324: Optimize support._match_test() (#4523)
2017-11-23 Berker Peksagbpo-1102: View.Fetch() now returns None when it's exhau...
2017-11-23 Terry Jan Reedy[3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve...
2017-11-21 Miss Islington... bpo-32105: add asyncio.BaseEventLoop.connect_accepted_s...
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...
next