]> granicus.if.org Git - python/shortlog
python
2018-06-04 Miss Islington... bpo-31849: Fix warning in pyhash.c (GH-6799)
2018-06-04 Miss Islington... bpo-33763: IDLE: Replace label widget with text widget...
2018-06-04 Miss Islington... bpo-33664: Scroll IDLE editor text by lines (GH-7351)
2018-06-04 Ned Deilybpo-33764: Appveyor fixes (GH-7364) (GH-7379)
2018-06-04 Serhiy Storchaka[3.6] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCa...
2018-06-04 Miss Islington... bpo-33760: Fix file leaks in test_io. (GH-7361) (GH...
2018-06-03 Miss Islington... bpo-33750: Reset thread-local context precision in...
2018-06-03 Miss Islington... bpo-33744: Fix test_uu. (GH-7350) (GH-7353)
2018-06-02 Miss Islington... bpo-23495: Correct the documentation for writerows...
2018-06-02 Miss Islington... Fix typo in datamodel.rst (GH-6964)
2018-06-02 Miss Islington... bpo-33679: IDLE: Re-enable color configuration for...
2018-06-02 Miss Islington... bpo-33642: IDLE: Use variable number of lines in CodeCo...
2018-06-01 Miss Islington... bpo-32519: Removed misleading sentence from EnvBuilder...
2018-06-01 Miss Islington... bpo-33400: Removed references to RFC3339 and ISO8601...
2018-06-01 Victor Stinnerbpo-33532: Fix test_multiprocessing_forkserver.test_ign...
2018-06-01 Victor Stinnerbpo-33718: Update regrtest from master (GH-7325)
2018-06-01 Victor Stinnerbpo-31238: pydoc ServerThread.stop() now joins itself...
2018-06-01 Victor Stinnerbpo-33540, socketserver: Add _block_on_close for tests...
2018-06-01 Victor Stinner[3.6] bpo-31234: Add test.support.wait_threads_exit...
2018-06-01 Victor Stinnerbpo-31479: Always reset the signal alarm in tests ...
2018-06-01 Victor Stinnertest.bisect: Update from master, fix typos (#7311)
2018-06-01 Victor Stinnerbpo-31009: Move fd_count() to test.support (#7308)
2018-06-01 Miss Islington... bpo-30654: Do not reset SIGINT handler to SIG_DFL in...
2018-06-01 Victor Stinnerbpo-33692: Update pythoninfo from master (GH-7301)
2018-05-31 T. Wouters[3.6] bpo-32591: fix abort in _PyErr_WarnUnawaitedCorou...
2018-05-31 Serhiy Storchaka[3.6] bpo-33641: Convert RFC references into links...
2018-05-31 Miss Islington... bpo-33677: Fix signatures of tp_clear handlers for...
2018-05-31 Victor Stinnerbpo-33532: Fix multiprocessing test_ignore() (GH-7262...
2018-05-30 Miss Islington... 3.6 what's new: fix a reference to PEP 528 (GH-7113...
2018-05-30 Miss Islington... bpo-33696: Install python-docs-theme even if SPHINXBUIL...
2018-05-30 Victor Stinnerregrtest: repeat summary after re-run (GH-7159) (GH...
2018-05-30 Victor Stinnerbpo-33692: pythoninfo detect libedit on Python 3.6...
2018-05-30 Miss Islington... Improve ensurepip's --help (GH-4686) (GH-7239)
2018-05-29 Yury Selivanovbpo-32684: Fix gather to propagate cancel of itself...
2018-05-29 Miss Islington... bpo-30935: update get_event_loop docs (GH-2731)
2018-05-29 Yury SelivanovFix ci for 3.6 / asyncio / test_stdin_broken_pipe ...
2018-05-29 Miss Islington... bpo-33197: Update a error message of invalid inspect...
2018-05-29 Yury Selivanovbpo-33672: Fix Task.__repr__ crash with Cython's bogus...
2018-05-29 Victor Stinnerbpo-33674: asyncio: Fix SSLProtocol race (GH-7175)...
2018-05-29 Steve Dowerbpo-32878: Adds documentation for st_ino on Windows...
2018-05-29 Miss Islington... bpo-33670: Expose Sphinx errorlevel (GH-7156)
2018-05-29 Miss Islington... bpo-33469: RuntimeError after closing loop that used...
2018-05-29 Miss Islington... bpo-33673: Install python-docs-theme even if Sphinx...
2018-05-28 Miss Islington... bro-33614: Override exit code in find_msbuild.bat ...
2018-05-28 Miss Islington... bpo-31647: Fix write_eof() after close() for SelectorSo...
2018-05-28 Miss Islington... bpo-33614: Ensures module definition files for the...
2018-05-28 Miss Islington... bpo-32374: Ignore Python-level exceptions in test_bad_t...
2018-05-26 Miss Islington... bpo-33655: Also ignore test_posix_fallocate failures...
2018-05-26 Andrés Delfino[3.6] bpo-32769: A new take on annotations/type hinting...
2018-05-26 Miss Islington... bpo-33644: Fix signatures of tp_finalize handlers in...
2018-05-25 Miss Islington... test.regrtest: flush stdout when display progress ...
2018-05-25 Miss Islington... bpo-33012: Add -Wno-cast-function-type for gcc 8. ...
2018-05-25 CtrlZvi[3.6] bpo-26819: Prevent proactor double read on resume...
2018-05-25 Miss Islington... Document typing.NoReturn (GH-7107)
2018-05-24 Miss Islington... bpo-33629: Prevent coredump in test_importlib (GH-7090)
2018-05-24 Serhiy Storchaka[3.6] bpo-33622: Fix issues with handling errors in...
2018-05-24 Miss Islington... bpo-33628: IDLE: Minor code cleanup of codecontext...
2018-05-22 Terry Jan Reedy[3.6] Improve comments in test_idle.py. (GH-7057)...
2018-05-22 Miss Islington... bpo-30877: Fix clearing a cache in the the JSON decoder...
2018-05-22 Serhiy Storchaka[3.6] bpo-5945: Improve mappings and sequences C API...
2018-05-22 Serhiy Storchaka[3.6] Fix line breaks added after hyphens by blurb...
2018-05-22 Miss Islington... Fix lambda parameters being refered as arguments (GH...
2018-05-22 Miss Islington... bpo-33583: Add note in PyObject_GC_Resize() doc (GH...
2018-05-21 Serhiy Storchaka[3.6] bpo-33542: Ignore DUID in uuid.get_node on Window...
2018-05-21 Andrew Svetlov[3.6] bpo-33263: Fix FD leak in _SelectorSocketTranspor...
2018-05-20 Miss Islington... bpo-33580: Make binary/text file glossary entries follo...
2018-05-20 Miss Islington... bpo-30940: Updating round() docs. (GH-6342)
2018-05-20 Miss Islington... Docs: be less specific about python versions (GH-6985)
2018-05-20 Serhiy Storchaka[3.6] bpo-33584: Fix several minor bugs in asyncio...
2018-05-20 Miss Islington... bpo-23722: Fix docs for future __classcell__ changes...
2018-05-20 Terry Jan Reedy[3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995...
2018-05-19 Miss Islington... bpo-32831: IDLE: Add docstrings and tests for codeconte...
2018-05-19 Julien Palard[3.6] Fix typos '.::' should typically just be '::...
2018-05-19 Miss Islington... bpo-19950: Clarify unittest TestCase instance use....
2018-05-18 Andrés Delfino[3.6] bpo-33518: Add PEP entry to documentation glossar...
2018-05-18 Miss Islington... bpo-33556: Remove reference to thread module from docst...
2018-05-18 Miss Islington... bpo-32282: Remove unnecessary check for `VersionHelpers...
2018-05-18 Miss Islington... Fix C API docs: PyCapsule_Import always set an exceptio...
2018-05-18 Miss Islington... bpo-33564: Add async to IDLE's code context block opene...
2018-05-17 Steve DowerDisable multissltests.py under VSTS (GH-6955)
2018-05-17 Miss Islington... Only upload docs for CI build and not pull requests...
2018-05-17 Steve Dowerbpo-33522: Enable CI builds on Visual Studio Team Servi...
2018-05-16 Stéphane Wirtel[3.6] bpo-33503: Fix the broken pypi link in the source...
2018-05-16 Miss Islington... bpo-32384: Skip test when _testcapi isn't available...
2018-05-16 Terry Jan Reedybpo-30928: update idlelib/NEWS.txt for 3.6. (#6888)
2018-05-16 Miss Islington... bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. ...
2018-05-16 Terry Jan Reedy[3.6] bpo-29706: IDLE now colors async and await as...
2018-05-15 Miss Islington... bpo-29706: Test that IDLE colors async/await as keyword...
2018-05-15 Petr Viktorinbpo-28167: bump platform.linux_distribution removal...
2018-05-15 Miss Islington... bpo-31947: remove None default for names param in Enum...
2018-05-15 Miss Islington... bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
2018-05-15 Travis DePratoAdd AsyncContextManager to typing module documentation...
2018-05-14 Miss Islington... [3.7] bpo-32861: urllib.robotparser fix incomplete...
2018-05-14 Miss Islington... Add versionchanged in create_datagram_endpoint doc...
2018-05-14 Miss Islington... bpo-22069: Update TextIO documentation (GH-6609)
2018-05-14 Miss Islington... bpo-32601: Let test_expanduser use the same user if...
2018-05-13 Miss Islington... bpo-28055: Fix unaligned accesses in siphash24(). ...
2018-05-11 Ivan LevkivskyiBackport recent typing updates (GH-6759)
2018-05-10 Miss Islington... bpo-26701: Tweak the documentation for special methods...
2018-05-09 Miss Islington... bpo-21983: Fix a crash in ctypes.cast() when passed...
next