]> granicus.if.org Git - python/shortlog
python
2017-12-19 Ned DeilyUpdate to 3.6.4 v3.6.4
2017-12-19 Ned DeilyUpdate NEWS for 3.6.4 final
2017-12-19 Miss Islington... bpo-32284: Fix documentation of BinaryIO and TextIO...
2017-12-19 Miss Islington... Allows non-critical upload steps to fail (GH-4742)...
2017-12-05 Ned DeilyBump to 3.6.4rc1 v3.6.4rc1
2017-12-05 Ned DeilyUpdate NEWS and pydoc topics.
2017-12-05 Ned DeilyTidy NEWS entry.
2017-12-05 Miss Islington... Add a missing space in tkinter documentation. (GH-4692...
2017-12-05 Miss Islington... [3.6] bpo-31380: Skip test_httpservers test_undecodable...
2017-12-05 Mariattabpo-28791: Update Windows builds to use SQLite 3.21...
2017-12-05 Miss Islington... [3.6] bpo-31392: Update macOS installer to use OpenSSL...
2017-12-05 Miss Islington... [bpo-28556] Minor fixes for typing module (GH-4710...
2017-12-05 Ned Deily[3.6] bpo-28791: Update macOS installer to use SQLite...
2017-12-04 Miss Islington... bpo-32207: Improve tk event exception tracebacks in...
2017-12-04 Miss Islington... bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. ...
2017-12-04 Miss Islington... bpo-27240 Rewrite the email header folding algorithm...
2017-12-03 Miss Islington... bpo-31619: Fixed integer overflow in converting huge...
2017-12-03 Nick Coghlan[3.6] bpo-32176: Set CO_NOFREE in the code object const...
2017-12-02 Miss Islington... [3.6] bpo-31589 : Build PDF using xelatex for better...
2017-12-01 Miss Islington... Don't hide unexpected errors in PyErr_WarnExplicitObjec...
2017-12-01 Miss Islington... bpo-32186: Release the GIL during lseek and fstat ...
2017-11-30 Victor Stinnerbpo-20891: Fix PyGILState_Ensure() (#4650) (#4655)
2017-11-30 Victor Stinner[3.6] make tags: index also Modules/_ctypes/ (#4648...
2017-11-30 Miss Islington... bpo-32072: Fix issues with binary plists. (GH-4455...
2017-11-30 Miss Islington... bpo-28416: Break reference cycles in Pickler and Unpick...
2017-11-30 Miss Islington... Skip test_socket.test_sha256() on linux < 4.5 (GH-4643...
2017-11-29 Victor Stinner[3.6] bpo-30923, bpo-31279: Fix GCC warnings (#4620)
2017-11-29 Victor Stinnerbpo-32030: Fix test_sys.test_getallocatedblocks() ...
2017-11-29 Barry Warsaw[3.6] bpo-32107 - Backport bitmask check fix (GH-4576...
2017-11-29 Miss Islington... bpo-32139: test_strftime does not anymore modify the...
2017-11-29 Miss Islington... bpo-32164: Delete unused file idlelib/tabbedpages.py...
2017-11-29 Miss Islington... bpo-30781: Remove unused imports in idlelib.configdialo...
2017-11-29 Miss Islington... bpo-32100: Delete unneeded import in idlelib.pathbrowse...
2017-11-29 Miss Islington... bpo-32110: codecs.StreamReader.read(n) now returns...
2017-11-28 Victor Stinnerbpo-32155: Bugfixes found by flake8 F841 warnings ...
2017-11-28 Miss Islington... Use raw strings in the re module examples. (GH-4616...
2017-11-28 Miss Islington... bpo-31440: Changed default module search path for windo...
2017-11-28 Miss Islington... asyncio: Fix BaseSelectorEventLoopTests (GH-4595) ...
2017-11-28 Miss Islington... asyncio: Remove unused Future._tb_logger attribute...
2017-11-27 Victor Stinnerpythoninfo: add Py_DEBUG (#4198) (#4580)
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)...
next