]> granicus.if.org Git - python/shortlog
python
2017-05-27 Gregory P.... bpo-30492: Allow make clinic to work out of tree. ...
2017-05-27 csabellabpo-30290: IDLE: Refactor help_about to PEP8 names...
2017-05-27 xdegayebpo-20210: Support the *disabled* marker in Setup files...
2017-05-27 Antoine Pitroubpo-16500: Allow registering at-fork handlers (#1715)
2017-05-27 Mariattabpo-30470: Deprecate invalid ctypes call protection...
2017-05-27 Serhiy Storchakabpo-30310: Add a test for non-ascii font family. (...
2017-05-27 Serhiy Storchakabpo-30398: Add a docstring for re.error. (#1647)
2017-05-27 Serhiy StorchakaFix the signature of JSONDecodeError (no end parameter...
2017-05-27 Sanyam Khuranabpo-22702: Clarify documentation of str.join & bytes...
2017-05-26 Aaron Hall... bpo-30449 Terse slots (#1819)
2017-05-26 Alex Gaynorbpo-30420: List cwd parameter in subprocess convenience...
2017-05-25 Eric SnowDrop a duplicate line. (#1809)
2017-05-25 grzgrzgrz3bpo-30414: multiprocessing.Queue._feed do not break...
2017-05-25 Segev FinerDelete sigcheck.c since it appears unused (#1723)
2017-05-25 Serhiy Storchakabpo-29104: Fixed parsing backslashes in f-strings....
2017-05-25 Eric Snowbpo-30447: Fix/skip the subinterpreters test on some...
2017-05-24 Garvit Khatribpo-29851: Have importlib.reload() raise ImportError...
2017-05-24 codedragon bpo-30445: Allow appended output in RecursionError...
2017-05-24 Eric N. Vander... bpo-28845: Clean up known issues for AIX (GH-1670)
2017-05-24 Kushal Dasbpo-30442: Skips refcount test in test_xml_etree under...
2017-05-24 jugglinmikebpo-30160: Clarify intended usage of wfile (gh-1300)
2017-05-24 Steve DowerMove directory in .gitignore (#1787)
2017-05-24 gfyoungAdd .idea and .iml to .gitignore (#1764)
2017-05-24 Albert-Jan... bpo-30377: Simplify handling of COMMENT and NL in token...
2017-05-24 Stéphane Wirtelbpo-28707: Add the directory parameter to http.server...
2017-05-24 Gregory P.... bpo-9146: Raise a ValueError if OpenSSL fails to init...
2017-05-24 Brian WardAdded effect of re.ASCII and reworded slightly (#1782)
2017-05-24 Eric Snowbpo-22257: Private C-API for main interpreter initializ...
2017-05-24 Joel Hillacrebpo-30394: Fix a socket leak in smtplib.SMTP.__init__...
2017-05-24 Eric Snowbpo-22257: Private C-API for core runtime initializatio...
2017-05-24 Serhiy StorchakaRevert "Fixed a typo in the HTMLParser.feed docstrings...
2017-05-23 Eric SnowRevert an invalid change to a test (from 6b4be19)....
2017-05-23 Steve DowerImproves test_underpth_nosite_file to reveal why it...
2017-05-23 Christian Heimesbpo-29334: Fix ssl.getpeercert for auto-handshake ...
2017-05-23 Eric Snowbpo-22257: Fix CLI by using int instead of char (compar...
2017-05-23 Zachary WareUpdate importlib.h (GH-1762)
2017-05-23 Gregory P.... bpo-29335 - apply suggested test_subprocess simplificat...
2017-05-23 Jani ŠumakFixed a typo in the HTMLParser.feed docstrings. The...
2017-05-23 jimmylaicall remove_done_callback in finally section (#1688)
2017-05-23 Roy Williamsbpo-30432: FileInput doesn't accept PathLike objects...
2017-05-23 Amit Kumarbpo-21056: Document return type of next method of csv...
2017-05-23 Eric Snowbpo-22257: Small changes for PEP 432. (#1728)
2017-05-23 Thomas Kluyverbpo-25532: Protect against infinite loops in inspect...
2017-05-23 Eric Snowbpo-29102: Add a unique ID to PyInterpreterState. ...
2017-05-23 Berker Peksagbpo-30376: Update outdated WindowObject references...
2017-05-22 Jason Friedbpo-30395 _PyGILState_Reinit deadlock fix (#1734)
2017-05-22 Łukasz Langabpo-23894: make lib2to3 recognize f-strings (#1733)
2017-05-22 T. WoutersAdd --with-assertions configure flag to enable C assert...
2017-05-22 Łukasz LangaMake rb'' strings work in lib2to3 (#1724)
2017-05-22 Stéphane WirtelRemove .bzrignore (GH-1661)
2017-05-22 Naomi Cederbpo-30372: Clarify that '__builtins__' is a CPython...
2017-05-22 Vijay KumarFix spelling mistakes in tkinter.py (#1716)
2017-05-22 Xiang Zhangbpo-30003: Fix handling escape characters in HZ codec...
2017-05-22 Ben LloydCorrected grammar mistake in documentation (#1713)
2017-05-22 xdegayebpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type...
2017-05-21 mlouielubpo-30290: IDLE: Add more tests for help_about dialog...
2017-05-21 Serhiy Storchakabpo-30415: Add new tests for the fnmatch module. (...
2017-05-20 Giampaolo Rodola#30014: refactor poll-related classes (#1035)
2017-05-20 Serhiy Storchakabpo-27945: Fixed various segfaults with dict. (#1657)
2017-05-20 csabellabpo-17188: DOC: Document 'from None' in raise statement...
2017-05-20 Serhiy Storchakabpo-25794: Fix `type.__setattr__()` for non-interned...
2017-05-19 delirious-lettuceFix typos in multiple `.rst` files (#1668)
2017-05-19 remitamineRemove duplicate line in Lib/http/client.py (#1665)
2017-05-19 delirious-lettuceRemove trailing semicolon in datetime doc example ...
2017-05-18 Victor Stinnerbpo-27103: regrtest disables -W if -R is used (#1651)
2017-05-18 Jon Dufresnebpo-30296 Remove unnecessary tuples, lists, sets, and...
2017-05-18 Senthil Kumaranbpo-29976: urllib.parse clarify '' in scheme values...
2017-05-18 terryjreedyIDLE test_textview: add comments and test, increase...
2017-05-17 Louie Lubpo-30303: IDLE: Add _utest argument to textview (...
2017-05-17 Nathaniel J... bpo-30039: Don't run signal handlers while resuming...
2017-05-17 Steve DowerFixes encodings in vcxproj files and adds script to...
2017-05-17 Steve DowerAdds lib.pyproj file to solution (#1633)
2017-05-17 Dong-hee Nabpo-30149: Fix partialmethod without explicit self...
2017-05-17 Victor Stinnerbpo-30387: Fix warning in test_threading (#1634)
2017-05-17 Xiang Zhangbpo-30301: Fix AttributeError when using SimpleQueue...
2017-05-16 csabellabpo-30211: bdb: add docstrings (#1350)
2017-05-16 Nathaniel J... bpo-30038: fix race condition in signal delivery +...
2017-05-16 Mariattabpo-30380: Pin the version of Sphinx used to build...
2017-05-16 Serhiy Storchakabpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
2017-05-16 Dominik MiedzińskiFix ModuleNotFoundError typo in import reference (...
2017-05-16 Serhiy Storchakabpo-30375: Correct the stacklevel of regex compiling...
2017-05-16 Berker Peksagbpo-29898: Fix incorrect env variable name (GH-1576)
2017-05-16 Senthil KumaranRemove unused variable in test_urllibnet. (#1598)
2017-05-16 Howie Benefiel bpo-29651 - Cover edge case of square brackets in...
2017-05-15 Victor Stinnerbpo-30339: test_multiprocessing_main_handling timeout...
2017-05-15 Victor Stinnerbpo-30357: test_thread now uses threading_cleanup(...
2017-05-15 Victor Stinnerbpo-30329: Catch Windows error 10022 on shutdown()...
2017-05-15 Serhiy Storchakabpo-29196: Removed old-deprecated classes Plist, Dict...
2017-05-15 Victor Stinnerbpo-9850: Document macpath deprecation in Misc/NEWS...
2017-05-15 Victor Stinnerbpo-9850: Deprecate the macpath module (#1540)
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-15 Xiang Zhangbpo-30224: remove outdated checks in struct (#1374)
2017-05-15 csabellabpo-30354: Update data model documentation for super...
2017-05-14 Zachary Warebpo-29763: Clean up _pth tests (GH-954)
2017-05-14 csabellabpo-30358: Document sort argument of profile.runctx...
2017-05-14 Serhiy Storchakabpo-30299: Display a bytecode when compile a regex...
2017-05-14 Serhiy Storchakabpo-30340: Enhanced regular expressions optimization...
2017-05-13 morrmeMove Codecov's configuration file under .github (GH...
2017-05-13 Mariattabpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS...
next