]> granicus.if.org Git - python/shortlog
python
2017-05-30 Mariatta[3.6] Build docs in parallel (GH-1842) (GH-1872)
2017-05-30 csabellabpo-30354: Update data model documentation for super...
2017-05-30 csabellabpo-17188: DOC: Document 'from None' in raise statement...
2017-05-30 MariattaImprove grammar in The Import System documentation...
2017-05-29 Mariatta[3.6] bpo-30361: Use better example for mixed-type...
2017-05-27 Mariatta[3.6] bpo-30470: Deprecate invalid ctypes call protecti...
2017-05-27 Mariatta[3.6] bpo-29960 _random.Random corrupted on exception...
2017-05-27 Serhiy Storchaka[3.6] bpo-30398: Add a docstring for re.error. (GH...
2017-05-27 Serhiy Storchaka[3.6] Fix the signature of JSONDecodeError (no end...
2017-05-25 Antoine Pitrou[3.6] bpo-30414: multiprocessing.Queue._feed do not...
2017-05-25 Serhiy Storchaka[3.6] bpo-29943: Do not replace the function PySlice_Ge...
2017-05-25 Serhiy Storchaka[3.6] bpo-29104: Fixed parsing backslashes in f-strings...
2017-05-24 Zachary Ware[3.6] bpo-30160: Clarify intended usage of wfile (gh...
2017-05-24 Stéphane Wirtelbpo-30394: Fix a socket leak in smtplib.SMTP.__init__...
2017-05-23 Kushal Das[3.6] bpo-30376: Update outdated WindowObject reference...
2017-05-23 Łukasz Langa[3.6] call remove_done_callback in finally section...
2017-05-23 Vijay KumarFix spelling mistakes in tkinter.py (#1751)
2017-05-23 Mariatta[3.6] bpo-21056: Document return type of next method...
2017-05-23 T. Wouters[3.6] Add --with-assertions configure flag to enable...
2017-05-23 Łukasz Langa[3.6] bpo-23894: make lib2to3 recognize f-strings ...
2017-05-23 Łukasz Langa[3.6] bpo-30395 _PyGILState_Reinit deadlock fix (GH...
2017-05-22 Łukasz Langa[3.6] Make rb'' strings work in lib2to3 (GH-1724) ...
2017-05-22 Mariatta[3.6] bpo-30372: Clarify that '__builtins__' is a CPyth...
2017-05-22 Xiang Zhangbpo-30003: Fix handling escape characters in HZ codec...
2017-05-21 delirious-lettuce[3.6] Fix typos in multiple `.rst` files (GH-1668)...
2017-05-21 Serhiy Storchaka[3.6] bpo-30415: Add new tests for the fnmatch module...
2017-05-21 Senthil Kumaranbpo-29976: urllib.parse clarify '' in scheme values...
2017-05-20 Serhiy Storchaka[3.6] bpo-27945: Fixed various segfaults with dict...
2017-05-20 Serhiy Storchaka[3.6] bpo-25794: Fix `type.__setattr__()` for non-inter...
2017-05-18 Victor Stinnerbpo-27103: regrtest disables -W if -R is used (#1651...
2017-05-17 Victor Stinnerbpo-30387: Fix warning in test_threading (#1634) (...
2017-05-17 Victor Stinnertmtotuple(): use time_t for gmtoff (#1276) (#1635)
2017-05-17 Senthil KumaranRemove unused variable in test_urllibnet. (#1598) ...
2017-05-17 Xiang Zhangbpo-30301: Fix AttributeError when using SimpleQueue...
2017-05-17 Dominik MiedzińskiFix ModuleNotFoundError typo in import reference (...
2017-05-17 Victor Stinnerbpo-30273: update distutils.sysconfig for venv's create...
2017-05-17 Victor Stinnerbpo-30357: test_thread now uses threading_cleanup(...
2017-05-16 Victor Stinnerbpo-30329: Catch Windows error 10022 on shutdown()...
2017-05-16 Berker Peksagbpo-29898: Fix incorrect env variable name (GH-1576)
2017-05-16 Brett Cannonbpo-30380: Pin the version of Sphinx used to build...
2017-05-16 Serhiy Storchaka[3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613...
2017-05-16 Serhiy Storchaka[3.6] 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.6] Move Codecov's configuration file under .github...
2017-05-13 Mariatta[3.6] bpo-30178: Indent methods and attributes of MimeT...
2017-05-12 Victor Stinner[3.6] bpo-30345: Update test_gdb.py and python-gdb...
2017-05-11 INADA Naokibpo-30048: asyncio: fix Task.cancel() was ignored....
2017-05-11 stratakis[3.6] bpo-28787: Fix out of tree --with-dtrace builds...
2017-05-10 Xiang Zhangbpo-30281: Fix the default value for stop in PySlice_Un...
2017-05-10 Victor Stinnerbpo-30320: test_eintr now uses pthread_sigmask() (...
2017-05-10 Serhiy Storchaka[3.6] bpo-30298: Weaken the condition of deprecation...
2017-05-09 torsava[3.6] bpo-29243: Fix Makefile with respect to --enable...
2017-05-09 Xiang Zhangbpo-29990: Fix range checking in GB18030 decoder (...
2017-05-09 Xiang Zhangbpo-30289: remove Misc/python-config.sh when make distc...
2017-05-06 Serhiy Storchaka[3.6] 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.6] bpo-30243: Fixed the possibility of a crash in...
2017-05-04 Victor Stinner[3.6] bpo-23404: make touch becomes make regen-all...
2017-05-04 Antoine Pitrou[3.6] 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.6] bpo-30184: Add tests for invalid use of PyArg_Par...
2017-05-04 Mariatta[3.6] bpo-28315: Improve code examples in docs (GH...
2017-05-03 Zachary WareBump version in AppVeyor config (GH-1436)
2017-05-03 Mariatta[3.6] bpo-28556: Routine updates to typing (GH-1366...
2017-05-03 Mariatta[3.6] Fix typo in selectors.rst (GH-1383) (#1414)
2017-05-03 Victor Stinnerregrtest: always show before/after of modified env...
2017-05-02 Antoine PitrouBackport bpo-30205 to 3.6 (#1403)
2017-05-02 Victor Stinner[3.6] bpo-30232: Support Git worktree in configure...
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-05-02 Mariatta[3.6] Clean up some confusing text left by PROTOCOL_SSL...
2017-04-30 Mariatta[3.6] Improve the grammar in windows.rst (GH-1330)...
2017-04-30 csabella[3.6] bpo-30208: DOC: fix small typos in IDLE (#1356)
2017-04-28 Serhiy Storchaka[3.6] bpo-30197: Enhance functions swap_attr() and...
2017-04-28 Victor Stinnerbpo-30125: disable faulthandler in ctypes test_SEH...
2017-04-28 Victor Stinnerbpo-30131: test_logging now joins queue threads (#1298...
2017-04-28 Victor Stinner[3.6] bpo-30106: Fix test_asyncore.test_quick_connect...
2017-04-28 Victor Stinnerbpo-30107: Make SuppressCrashReport quiet on macOS...
2017-04-27 Victor Stinnerbpo-30175: Skip client cert tests of test_imaplib ...
2017-04-27 Mariatta[3.6] bpo-30182: Use the correct name for ISO in Unicod...
2017-04-26 Dong-hee Na[3.6] 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-26 Mariatta[3.6] bpo-28851: Improve namedtuple documentation ...
2017-04-24 Mariatta[3.6] bpo-29751: Improve PyLong_FromString documentatio...
2017-04-23 Serhiy Storchaka[3.6] bpo-15718: Document the upper bound constrain...
2017-04-22 Louie Lu[3.6] Fix trailing colon and newline in test.rst (GH...
2017-04-22 Mariattabpo-30098: Clarify that run_coroutine_threadsafe expect...
2017-04-22 Mariatta[3.6] Correct the README link in Unix install docs...
2017-04-21 Victor Stinnerbpo-30125: Fix faulthandler.disable() on Windows (...
2017-04-21 Steve Dowerbpo-29191: Add liblzma.vcxproj to pcbuild.sln and other...
2017-04-21 Victor Stinnerbpo-30107: don't dump core on expected test_io crash...
2017-04-21 Mariatta[3.6] Add missing .gitignore entries for VS2015 Intelli...
2017-04-20 Serhiy Storchakabpo-29802: Fix the cleaning up issue in PyUnicode_FSDec...
2017-04-20 Mariatta[3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208)
next