]> granicus.if.org Git - python/shortlog
python
2017-06-14 terryjreedy[3.6]bpo-15786: Fix IDLE autocomplete return problem...
2017-06-14 Mariattabpo-30659 : Use ** for kwargs in namedtuple._replace...
2017-06-14 csabellaFix trivial typo in Python Setup documentation (GH...
2017-06-14 terryjreedybpo-15786: IDLE: Fix mouse clicks on autocompletetion...
2017-06-14 Victor Stinner[3.6] bpo-30649: test_os tolerates 50 ms delta for...
2017-06-14 terryjreedy[3.6]bpo-25514: Improve IDLE's connection refused messa...
2017-06-13 terryjreedy[3.6]bpo-27922: Stop gui flash from idle_test.test_pare...
2017-06-13 terryjreedy[3.6]bpo-30642: Fix ref leak in idle_test.test_macosx...
2017-06-13 Antoine Pitrou[3.6] bpo-24484: Avoid race condition in multiprocessin...
2017-06-13 terryjreedybpo-30642: IDLE: Fix test_query refleak (#2147) (#2161)
2017-06-13 Nick Coghlan[3.6] bpo-29514: Check magic number for bugfix releases...
2017-06-13 Victor Stinnerbpo-30604: Fix __PyCodeExtraState_Get() prototype ...
2017-06-13 Antoine Pitrou[3.6] Mention how to disable signal fd wakeup (GH-2140...
2017-06-13 Mariattabpo-6519: Improve Python Input Output Tutorial (GH...
2017-06-13 Dino Viehland[3.6] bpo-30604: Move co_extra_freefuncs to interpreter...
2017-06-12 Marco Buttubpo-30217: add the operators ~ and | to the index ...
2017-06-12 Antoine Pietri[3.6] bpo-30177: add NEWS entry (#2134)
2017-06-12 Nick Coghlanbpo-23404: `make regen-all` What's New entry (#2128)
2017-06-12 Serhiy Storchaka[3.6] bpo-28994: Fixed errors handling in atexit._run_e...
2017-06-12 Mariattabpo-30621: Update Input Output Tutorial Example(GH...
2017-06-11 Benjamin Petersonbackport ssl doc fixes (#2117)
2017-06-11 terryjreedy[3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change...
2017-06-11 terryjreedy[3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape...
2017-06-11 Zachary Ware[3.6] Use Travis to make sure all generated files are...
2017-06-11 Yury SelivanovRevert "[3.6] bpo-29406: asyncio SSL contexts leak...
2017-06-11 Yury Selivanovbpo-30508: Don't log exceptions if Task/Future "cancel...
2017-06-11 terryjreedy[3.6]bpo-30022: idlelib.run IOError -> OSError [GH...
2017-06-11 terryjreedy[3.6]bpo-30144: change idlelib abc import [GH-1263...
2017-06-11 terryjreedy[3.6] bpo-29919 Remove unused imports from idlelib...
2017-06-11 terryjreedy[3.6] Remove unused imports (#2104)
2017-06-11 terryjreedybpo-30495: IDLE: Modernize textview.py with docstrings...
2017-06-11 terryjreedy[3.6] bpo-30166: backport pyshell changes (GH 1293...
2017-06-11 terryjreedy[3.6] Update idlelib NEWS for 3.6 (GH-2089) (#2097)
2017-06-11 terryjreedy[3.6] Add IDLE news items (GH-2090) (#2096)
2017-06-10 Mariattabpo-28556: Updates to typing module (GH-2076) (GH-2087)
2017-06-10 Zachary Ware[3.6] bpo-27425: Be more explicit in .gitattributes...
2017-06-10 KatherineMichelbpo-30312: Small correction in datastructures set code...
2017-06-10 Mariattabpo-25409: Clarify fnmatch and fnmatchcase documentatio...
2017-06-10 Yury Selivanov[3.6] bpo-29406: asyncio SSL contexts leak sockets...
2017-06-10 Serhiy Storchaka[3.6] Regenerate Argument Clinic code for bpo-19180...
2017-06-10 Victor Stinnerbpo-30038: fix race condition in signal delivery +...
2017-06-10 terryjreedy[3.6] bpo-30290: IDLE - pep8 names and tests for help...
2017-06-10 Yury Selivanov[3.6] Fix TypeError is asyncio/proactor_events (GH...
2017-06-10 Mariattabpo-30266: support "= None" pattern in AbstractContextM...
2017-06-10 Zachary Ware[3.6] bpo-30417: Disable `cpu` resource on AppVeyor...
2017-06-10 Mariatta[3.6] bpo-30335: Add deprecation alias entry for assert...
2017-06-10 Brett Cannon[3.6] Make codecov config on master the only config...
2017-06-09 Yury SelivanovBreak circular references when closing SSLTransport...
2017-06-09 Yury SelivanovClosing transport during handshake process leaks socket...
2017-06-09 Brett Cannon[3.6] Clarify what --enable-optimizations does (GH...
2017-06-09 Yury SelivanovFix waiter cancellation in asyncio.Lock (#1031) (#2037)
2017-06-09 Yury Selivanov[3.6] bpo-30039: Don't run signal handlers while resumi...
2017-06-09 Victor Stinnerbpo-30524: Write unit tests for FASTCALL (#2022) (...
2017-06-09 terryjreedy[3.6] IDLE test_textview: add comments and test, increa...
2017-06-09 Mariattabpo-24755: Document asyncio.wrap_future (GH-603) (GH...
2017-06-09 Nick Coghlan[3.6] bpo-19180: Updated references for RFC 1750, RFC...
2017-06-09 Victor Stinnerbpo-30524: Fix _PyStack_UnpackDict() (#1886)
2017-06-08 Serhiy Storchaka[3.6] bpo-30529: Fix errors for invalid whitespaces...
2017-06-08 Victor Stinnerbpo-30418: Popen.communicate() always ignore EINVAL...
2017-06-08 Victor Stinnerbpo-30601: Fix a refleak in WindowsConsoleIO (#2003...
2017-06-08 Denis Osipov[3.6] bpo-30584: Fix test_os fails on non-English Windo...
2017-06-08 Nathaniel J... [3.6] bpo-30594: Fixed refcounting in newPySSLSocket...
2017-06-08 Matthias Klose[3.6] trivial: update config.{guess,sub} from gnu.org...
2017-06-07 Antoine Pietribpo-30177: pathlib: include the full path in resolve...
2017-06-07 Nate[3.6] bpo-29822: make inspect.isabstract() work during...
2017-06-07 Natebpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwarg...
2017-06-06 gfyoungbpo-29596: Improve clinic howto documentation (GH-1710...
2017-06-06 Steve Dower[3.6] bpo-30557: faulthandler now correctly filters...
2017-06-06 wim glennbpo-30583: Fix typo in datetime dateutil documentation...
2017-06-06 Serhiy Storchaka[3.6] bpo-30567: Fix refleak in sys.getwindowsversion...
2017-06-06 Mariatta[3.6] bpo-30303: IDLE: Add _utest argument to textview...
2017-06-06 Zachary Ware[3.6] Install dependencies in Travis OSX build (GH...
2017-06-06 Nick Coghlanbpo-30052: Always regenerate cross-references (GH-1339...
2017-06-06 Zachary Ware[3.6] bpo-30417: Disable 'cpu' and 'tzdata' resources...
2017-06-05 csabellabpo-30538: Update count() in Functional Programming...
2017-06-05 Mariattabpo-30530: Update Descriptor How To Documentation ...
2017-06-05 Zachary Ware[3.6] Only run AppVeyor on long-lived branches (GH...
2017-06-04 Zachary Ware[3.6] Fix skipping test_UNC_path on AppVeyor due to...
2017-06-03 Brett Cannon[3.6] Turn on macOS builds for Travis (GH-1846) (#1929)
2017-06-02 Steve Dowerbpo-30544: _io._WindowsConsoleIO.write raises the wrong...
2017-06-02 Mariattabpo-30052: Link `bytes` & `bytearray` to stdtypes not...
2017-06-02 Matthias Bussonnierbpo-29660: traceback: Document that etype is ignored...
2017-06-01 Xiang Zhangbpo-30378: Fix the problem that SysLogHandler can't...
2017-06-01 Mariattabpo-30499: Remove a deprecated note about sets. (GH...
2017-06-01 Mariattabpo-22702: Clarify documentation of str.join & bytes...
2017-06-01 csabellabpo-27618: Clarify that threading.Lock is a factory...
2017-05-31 Brett Cannon[3.6] Fix Travis config to reinstate test build (GH...
2017-05-31 Mariatta[3.6] Fix a trivial typo in global section (GH-1497...
2017-05-30 Mariattabpo-17188: add missing periods at the end of sentences...
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...
next