]> granicus.if.org Git - python/shortlog
python
2016-10-19 Serhiy StorchakaIssue #19795: Fixed formatting a table.
2016-10-19 Serhiy StorchakaIssue #19795: Improved more markups of True/False.
2016-10-19 Serhiy StorchakaIssue #19795: Fixed markup errors.
2016-10-19 Serhiy StorchakaIssue #19795: Mark up True and False as literal text...
2016-10-19 Serhiy StorchakaIssue #19795: Mark up None as literal text.
2016-10-16 Victor StinnerIssue #27896: Allow passing sphinx options to Doc/Makefile
2016-10-18 Serhiy StorchakaIssue #23782: Fixed possible memory leak in _PyTracebac...
2016-10-17 Berker PeksagFix default value of StreamReader.readuntil()
2016-10-17 Victor StinnerIssue #28409: regrtest: fix the parser of command line...
2016-10-17 Berker PeksagIssue #28455: Clarify example of overriding the convert...
2016-10-16 Benjamin Petersonremove extra PyErr_Format arguments (closes #28454)
2016-10-16 Berker PeksagIssue #28432: Fix first parameter name in PyUnicode_Enc...
2016-10-15 Ned DeilyRemove spurious article.
2016-10-15 Martin PanterIssue #27800: Document limitation and workaround for...
2016-10-15 Martin PanterIssue #23231: Document codecs.iterencode(), iterdecode...
2016-10-14 Senthil KumaranIssue28438 - Fix the link for pkgutil.get_data doc...
2016-10-13 Guido van RossumIssue #18789: Update XML vulnerability table to use...
2016-10-13 Guido van RossumIssue #26869: Document unittest.TestCase.longMessage...
2016-10-13 Guido van RossumIssue #21443: Show how to change log level for asyncio.
2016-10-13 Guido van RossumIssue #24452: Make webbrowser support Chrome on Mac...
2016-10-12 Xavier de GayeIssue #20766: Fix references leaked by pdb in the handl...
2016-10-11 Zachary WareIssue #28248: Merge with 3.4
2016-10-11 Zachary WareIssue #28248: Update Windows build to use OpenSSL 1...
2016-10-10 Martin PanterIssue #28394: Spelling and typo fixes in code comments...
2016-10-09 Guido van RossumIssue #28339: Remove ByteString.register(memoryview...
2016-10-09 Yury SelivanovIssue #27972: Prohibit Tasks to await on themselves.
2016-10-09 Yury SelivanovIssue #28399: Remove UNIX socket from FS before binding.
2016-10-09 Berker PeksagIssue #28389: Fix ProxiedTransport example in xmlrpc...
2016-10-09 Guido van RossumMerge further typing.py changes from upstream.
2016-10-09 Guido van RossumAdjust ClassVar example to use pre-PEP-526 syntax....
2016-10-09 Guido van RossumIssue #28388: update typing module documentation.
2016-10-08 Serhiy StorchakaIssue #28379: Added sanity checks and tests for PyUnico...
2016-10-08 Serhiy StorchakaIssue #28376: The type of long range iterator is now...
2016-10-08 Serhiy StorchakaIssue #28376: The constructor of range_iterator now...
2016-10-08 Serhiy StorchakaIssue #28376: Fixed typos.
2016-10-08 Serhiy StorchakaIssue #26906: Resolving special methods of uninitialize...
2016-10-07 Serhiy StorchakaIssue #25783: Fixed test_traceback when run directly...
2016-10-07 Serhiy StorchakaIssue #28257: Improved error message when pass a non...
2016-10-07 Serhiy StorchakaIssue #18287: PyType_Ready() now checks that tp_name...
2016-10-07 Serhiy StorchakaIssue #26293: Fixed writing ZIP files that starts not...
2016-10-07 Serhiy StorchakaIssue #24098: Fixed possible crash when AST is changed...
2016-10-07 Yury Selivanovasyncio: Only allow Unix Stream sockets for loop.create...
2016-10-06 Yury SelivanovNull merge with 3.4
2016-10-06 Yury SelivanovIssue #27759: Fix selectors incorrectly retain invalid...
2016-10-06 Benjamin Petersonensure read size is initialized
2016-10-06 Benjamin Petersondo not leak buffer if mmap is not writable
2016-10-06 Benjamin Petersonskip test on windows
2016-10-06 Benjamin Petersonfix bug in 48797808a302
2016-10-06 Benjamin Petersonskip test if resizing is not supported
2016-10-06 Benjamin Petersonmmap: do all internal arithmetic with Py_ssize_t while...
2016-10-05 Yury Selivanovasyncio: Add "call_connection_made" arg to SSLProtocol...
2016-10-05 Yury SelivanovIssue #28372: Fix asyncio to support formatting of...
2016-10-05 Yury SelivanovIssue #28371: Deprecate passing asyncio.Handles to...
2016-10-05 Yury SelivanovIssue #28370: Speedup asyncio.StreamReader.readexactly
2016-10-05 Yury SelivanovIssue #28369: Raise an error when transport's FD is...
2016-10-05 Yury SelivanovIssue #28368: Refuse monitoring processes if the child...
2016-10-04 Berker PeksagIssue #28222: Don't fail if pygments is not available
2016-10-04 Berker PeksagIssue #28348: Fix typo in asyncio.Task() documentation
2016-10-04 Serhiy StorchakaIssue #28321: Fixed writing non-BMP characters with...
2016-10-04 Serhiy StorchakaMerge heads
2016-10-04 Serhiy StorchakaIssue #28350: String constants with null character...
2016-10-04 Benjamin Petersonensure gc tracking is off when invoking weakref callbac...
2016-10-03 Guido van RossumMore updates from upstream typing.py
2016-10-02 Serhiy StorchakaIssue #28295: Fixed the documentation and added tests...
2016-10-02 Serhiy StorchakaMoved Unicode C API related tests to separate test...
2016-10-02 Berker PeksagIssue #20254: Fix duplicate tests in test_socket
2016-10-02 Serhiy StorchakaIssue #27358: Backported tests.
2016-10-02 Serhiy StorchakaIssue #28257: Backported a test.
2016-10-02 Serhiy StorchakaIssue #28322: Fixed possible crashes when unpickle...
2016-10-01 Martin PanterIssue #28275: Clean up to avoid use-after-free after...
2016-10-01 Berker PeksagIssue #28283: Remove flaky test test_sock_connect_sock_...
2016-09-30 Berker PeksagIssue #28319: Fix typo in lzma.rst
2016-09-30 Berker PeksagFix markup in pathlib.rst
2016-09-30 Berker PeksagFix Path.glob() link, reported by SilentGhost
2016-09-30 Terry Jan ReedyIssue #28815: Change '?' to '<module>' in some doc...
2016-09-30 Guido van RossumMisc asyncio improvements from upstream
2016-09-30 Serhiy StorchakaMerge heads
2016-09-30 Serhiy StorchakaIssue #27942: String constants now interned recursively...
2016-09-30 Terry Jan ReedyIssue #25488: Stpp idle.py from adding a entry when...
2016-09-30 Terry Jan ReedyMove idlelib/NEWS.txt entries for 2.x into a separate...
2016-09-29 Victor StinnerIssue #28258: Explain the LC_ALL change in a comment
2016-09-29 Serhiy StorchakaIssue #28258: Fixed build with Estonian locale (python...
2016-09-29 Benjamin Petersonbuild_ext: correctly parse the link_objects user option...
2016-09-29 Martin PanterRemove disabled ctypes test
2016-09-29 Terry Jan ReedyIDLE NEWS item and ack.
2016-09-28 Berker PeksagIssue #28306: Update exception message of ZeroDivisionError
2016-09-28 Berker PeksagIssue #27740: Fix typo in Py_CompileStringExFlags
2016-09-28 Berker PeksagIssue #28303: Fix grammar in unittest.__doc__, patch...
2016-09-28 Berker PeksagIssue #28300: Fix typos, patch by Shlomi Fish
2016-09-28 Berker PeksagIssue #21903: Update ctypes example to use MessageBoxW
2016-09-28 Alexander BelopolskyIssue #28253: Added a NEWS entry.
2016-09-28 Alexander BelopolskyIssue #28253: Fixed calendar functions for extreme...
2016-09-27 Guido van RossumUpdate typing.py and test_typing.py from upstream ...
2016-09-27 Berker PeksagIssue #28283: Remove flaky test test_sock_connect_sock_...
2016-09-27 Serhiy StorchakaIssue #20947: Fixed a gcc warning with -Wstrict-overflow.
2016-09-27 Serhiy StorchakaIssue #21578: Fixed misleading error message when Impor...
2016-09-27 Serhiy StorchakaIssue #28275: Fixed possible use adter free in LZMADeco...
2016-09-27 Martin PanterIssue #26439: Document that RTLD_NOW is always added
2016-09-26 Serhiy StorchakaIssue #27897: Fixed possible crash in sqlite3.Connectio...
2016-09-26 Berker PeksagIssue #10673: Document that Process.exitcode can be...
next