]> granicus.if.org Git - python/shortlog
python
2017-05-16 Brett Cannonbpo-30380: Pin the version of Sphinx used to build...
2017-05-16 Serhiy Storchaka[3.5] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613...
2017-05-16 Senthil KumaranRemove unused variable in test_urllibnet. (#1598) ...
2017-05-16 Serhiy Storchaka[3.5] bpo-30375: Correct the stacklevel of regex compil...
2017-05-16 Senthil Kumaran bpo-29651 - Cover edge case of square brackets in...
2017-05-15 Xiang Zhangbpo-30242: resolve some undefined behaviours in struct...
2017-05-15 Xiang Zhangbpo-30110: fix resource leak in test_asyncio.test_event...
2017-05-14 Berker Peksagbpo-30358: Document sort argument of profile.runctx...
2017-05-13 Brett Cannon[3.5] Move Codecov's configuration file under .github...
2017-05-13 Mariatta[3.5] bpo-30178: Indent methods and attributes of MimeT...
2017-05-12 INADA Naokibpo-30048: asyncio: fix Task.cancel() was ignored....
2017-05-10 Victor Stinner[3.5] bpo-30320, bpo-25277: backport test_eintr enhance...
2017-05-10 Xiang Zhangbpo-30281: Fix the default value for stop in PySlice_Un...
2017-05-10 Victor Stinnertest_eintr: less verbose, the test is now stable (...
2017-05-09 torsava[3.5] bpo-29243: Fix Makefile with respect to --enable...
2017-05-09 Xiang Zhangbpo-29990: Fix range checking in GB18030 decoder (...
2017-05-06 Serhiy Storchaka[3.5] Revert bpo-26293 for zipfile breakage. See also...
2017-05-05 Victor Stinnerbpo-30264: ExpatParser closes the source on error ...
2017-05-05 Serhiy Storchaka[3.5] bpo-30243: Fixed the possibility of a crash in...
2017-05-05 Victor Stinnerbpo-23404: make touch becomes make regen-all (#1405...
2017-05-04 Antoine Pitrou[3.5] bpo-30185: avoid KeyboardInterrupt tracebacks...
2017-05-04 Victor Stinnerbpo-30225: Fix is_valid_fd() on macOS Tiger (#1443...
2017-05-04 Serhiy Storchaka[3.5] bpo-30184: Add tests for invalid use of PyArg_Par...
2017-05-04 Mariatta[3.5] bpo-28315: Improve code examples in docs (GH...
2017-05-03 Mariatta[3.5] bpo-28556: Routine updates to typing (GH-1366...
2017-05-03 Victor Stinnerbpo-24725: Skip the test_socket.testFDPassEmpty on...
2017-05-03 Victor Stinner[3.6] bpo-28087: Skip test_asyncore and test_eintr...
2017-05-03 Mariatta[3.5] Fix typo in selectors.rst (GH-1383) (#1415)
2017-05-03 Victor Stinnerregrtest: always show before/after of modified env...
2017-05-02 Antoine PitrouBackport bpo-30205 to 3.5 (#1404)
2017-05-02 Victor Stinner[3.5] bpo-30232: Support Git worktree in configure...
2017-05-02 Victor StinnerIssue 27372: Stop test_idle from changing locale, so...
2017-05-02 Victor Stinnerbpo-30199: test_ssl closes all asyncore channels (...
2017-05-02 Victor Stinnerbpo-30132: distutils BuildExtTestCase use temp_cwd...
2017-05-02 Victor Stinnerbpo-30108: Restore sys.path in test_site (#1197) (...
2017-05-02 Victor Stinnerbpo-30104: Use -fno-strict-aliasing on clang (#1376...
2017-04-30 Mariatta[3.5] Improve the grammar in windows.rst (GH-1330)...
2017-04-30 csabella[3.5] bpo-30208: DOC: fix small typos in IDLE (#1357)
2017-04-28 Serhiy Storchaka[3.5] bpo-30197: Enhance functions swap_attr() and...
2017-04-28 Victor Stinner[3.5] bpo-30107: don't dump core on expected test_io...
2017-04-28 Victor Stinnerbpo-30131: test_logging now joins queue threads (#1298...
2017-04-27 Victor Stinnerbpo-30175: Skip client cert tests of test_imaplib ...
2017-04-27 Mariatta[3.5] bpo-30182: Use the correct name for ISO in Unicod...
2017-04-26 Dong-hee Na[3.5] bpo-30142: Remove "callable" from the 2to3fixer...
2017-04-26 Berker Peksagbpo-29974: Improve typing.TYPE_CHECKING example (GH...
2017-04-26 Louie Lubpo-28698: Fix c_wchar_p doc example (GH-1160)
2017-04-24 Mariatta[3.5] bpo-29751: Improve PyLong_FromString documentatio...
2017-04-23 Serhiy Storchaka[3.5] bpo-15718: Document the upper bound constrain...
2017-04-22 Louie Lu[3.5] Fix trailing colon and newline in test.rst (GH...
2017-04-22 Mariattabpo-30098: Clarify that run_coroutine_threadsafe expect...
2017-04-21 Serhiy Storchaka[3.5] bpo-29802: Fix the cleaning up issue in PyUnicode...
2017-04-21 Mariatta[3.5] Add missing .gitignore entries for VS2015 Intelli...
2017-04-20 Mariatta[3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-1209)
2017-04-20 Berker PeksagRemove redundant comma in argparse HOWTO (GH-1141)
2017-04-20 Berker Peksagbpo-30078: Add an example of passing a path to unittest...
2017-04-20 cocoatomobpo-19225: Remove duplicated description for standard...
2017-04-19 Serhiy Storchaka[3.5] bpo-30065: Fixed arguments validation in _posixsu...
2017-04-19 Serhiy Storchaka[3.5] bpo-30070: Fixed leaks and crashes in errors...
2017-04-19 Serhiy Storchaka[3.5] bpo-30061: Check if PyObject_Size()/PySequence_Si...
2017-04-16 Serhiy Storchaka[3.5] bpo-29943: Do not replace the function PySlice_Ge...
2017-04-15 Xiang Zhangbpo-30068: add missing iter(self) in _io._IOBase.readli...
2017-04-15 Michael Seifert[3.5] bpo-30059: Include Py_Ellipsis in C API documenta...
2017-04-15 Mariatta[3.5] bpo-29738: Fix memory leak in _get_crl_dp (GH...
2017-04-14 Jack McCrackenFix misplaced positional argument in OS X support libra...
2017-04-14 Antoine PitrouRelax test timing (bpo-29861) to avoid sporadic failure...
2017-04-14 Mariatta[3.5] bpo-29694: race condition in pathlib mkdir with...
2017-04-13 Mariatta[3.5] Fix a typo in Doc/library/functions.rst (GH-1117...
2017-04-13 Serhiy Storchakabpo-30021: Add examples for re.escape(). (#1048) (...
2017-04-13 Berker Peksagbpo-29791: Clarify that flush is keyword-only argument...
2017-04-13 Mariatta[3.5] bpo-29692: contextlib.contextmanager may incorrec...
2017-04-13 Mariatta[3.5] Clarify exception handler scope in contextlib...
2017-04-13 Mariatta[3.5] Remove superfluous comment in urllib.error. ...
2017-04-13 Xiang Zhangbpo-26985: Add missing info of code object in inspect...
2017-04-10 Senthil KumaranRemove OSError related comment in urllib.request. ...
2017-04-09 Mariatta[3.5] Correct typo in configparser.rst (GH-1012) (GH...
2017-04-09 Senthil KumaranRemove invalid comment in urllib.request.(#1056)
2017-04-09 Nick Coghlanbpo-29506: Clarify deep copy note in copy module
2017-04-09 Nick Coghlanbpo-29798: Handle git worktree in patchcheck
2017-04-08 Serhiy Storchakabpo-29998: Pickling and copying ImportError now preserv...
2017-04-08 Serhiy StorchakaExpand the PySlice_GetIndicesEx macro. (#1023) (#1045)
2017-04-07 Vinay SajipCloses bpo-29939: suppress compiler warnings in _ctypes...
2017-04-07 Barry WarsawFix a minor typo. (#1032) (#1036)
2017-04-07 Senthil KumaranRemove Invalid comment in test_urllib2.py (#1021)
2017-04-06 cocoatomo[3.5] bpo-19225: Lack of c api exceptions doc (#965)
2017-04-05 Senthil Kumarancorrect parse_qs and parse_qsl test case descriptions...
2017-04-05 Serhiy StorchakaMiscellaneous minor fixes of Misc/NEWS formatting....
2017-04-04 Senthil Kumaranbpo-29725: DOC: add text for arraysize in sqlite3.Curso...
2017-04-02 Senthil KumaranMinor spell fix and formatting fixes in urllib tests...
2017-04-02 T. Woutersbpo-29941: Assert fixes (#886) (#956)
2017-04-02 Senthil Kumaranbpo-26947: DOC: clarify wording on hashable in glossary...
2017-03-31 INADA Naokibpo-29952: Use usual terminology of dict (GH-923)
2017-03-31 Senthil KumaranRemove catching OSError in ftphandler test. Only URLErr...
2017-03-30 T. Woutersbpo-29942: Fix the use of recursion in itertools.chain...
2017-03-30 Serhiy Storchakabpo-29935: Fixed error messages in the index() method...
2017-03-30 Serhiy Storchakabpo-27863: Fixed multiple crashes in ElementTree. ...
2017-03-30 Senthil KumaranRemove an unrequired TODO in test_urllib2. (#897) ...
2017-03-30 Senthil Kumaranbpo-29917: DOC: Remove link from PyMethodDef (#890...
2017-03-30 Mariattabpo-29677: DOC: clarify documentation for `round` ...
2017-03-29 Xiang Zhangbpo-28699: fix abnormal behaviour of pools in multiproc...
2017-03-28 Mariattabpo-16011: clarify that 'in' always returns a boolean...
next