]> granicus.if.org Git - python/shortlog
python
2015-04-14 Gregory P.... issue9014: Include more formatting on :c:type:`PyObject...
2015-04-14 Gregory P.... issue9014: Properly document PyObject_HEAD and friends...
2015-04-14 Gregory P.... remove trailing space :)
2015-04-14 Gregory P.... issue22046: mention that zipfile can raise NotImplement...
2015-04-14 Berker PeksagIssue #23811: Add missing newline to the PyCompileError...
2015-04-14 Andrew KuchlingReword NEWS item a bit
2015-04-13 Andrew Kuchling#17898: reset k and v so that the loop doesn't use...
2015-04-13 Andrew Kuchling#23883: add names missing from __all__ (l*gettext,...
2015-04-14 Łukasz LangaIssue #23310: Fix MagicMock's initializer to work with...
2015-04-14 Berker PeksagIssue #23943: Fix typos. Patch by Piotr Kasprzyk.
2015-04-14 Benjamin Petersonremove useless word (closes #23929)
2015-04-13 Zachary WareMake Argument Clinic's '--make' option work on Windows.
2015-04-13 Zachary WareIssue #23730: Document the return value of ZipFile...
2015-04-13 doko@ubuntu.com - Makefile.pre.in (LIBPL): Use the definition from...
2015-04-13 doko@ubuntu.com - Use PLATDIR for the platform directory everywhere...
2015-04-13 doko@ubuntu.com - merge heads
2015-04-13 Antoine PitrouFix duplicate doc entry for SSLContext.get_ca_certs()
2015-04-13 doko@ubuntu.com - the PKG_PROG_PKG_CONFIG macro is not part of autocon...
2015-04-13 Antoine PitrouIssue #22982: Improve BOM handling when seeking to...
2015-04-13 Antoine PitrouMerge
2015-04-13 Antoine PitrouIssue #23309: Avoid a deadlock at shutdown if a daemon...
2015-04-13 Zachary WareForce the Windows readme to CRLF
2015-04-13 Zachary WareIssue #17202: Add .bat to .hgeol to force them to CRLF.
2015-04-13 Zachary WareIssue #23932: Update the tutorial section on function...
2015-04-13 Zachary WareAttribute Michael Dorman for his initial patch on issue...
2015-04-13 Zachary WareMerge heads
2015-04-13 Zachary WareIssue #18402: Also look for 64 bit Perl in build_ssl.py.
2015-04-13 R David MurrayDon't gitignore the Python directory on case insensitiv...
2015-04-13 R David Murray#17380: Document tp_init return value in extending...
2015-04-12 Berker PeksagIssue #12955: Change the urlopen() examples to use...
2015-04-11 Antoine PitrouClose #23904: fix pathlib documentation misleadingly...
2015-04-11 Guido van RossumUnittest for Issue 21511 by Christie Wilson bobcatfish...
2015-04-11 Berker PeksagIssue #23912: Fix code formatting in datamodel.rst.
2015-04-11 Benjamin Petersonuse imperative
2015-04-10 Serhiy StorchakaMerge heads
2015-04-10 Berker PeksagIssue #23025: Add a mention of os.urandom to RAND_bytes...
2015-04-10 Serhiy StorchakaMerge heads
2015-04-10 Berker PeksagIssue #23062: Add a test for suppressing --version...
2015-04-10 Serhiy StorchakaIssue #21859: Corrected FileIO docstrings.
2015-04-10 Serhiy StorchakaIssue #23865: close() methods in multiple modules now...
2015-04-10 Zachary WarePut the NASM pulled from svn.python.org at the front...
2015-04-09 Serhiy StorchakaReplaced "string" with "bytes object" in docstrings...
2015-04-09 Zachary WareBacked out changeset bc41a4d6c58f after buildbots have...
2015-04-09 Zachary WareRefresh OpenSSL sources on the buildbots
2015-04-08 Zachary WareIssue #23686: Update Windows build to use OpenSSL 1...
2015-04-08 Tim GoldenFix typo in telnet docs (reported by Keith Briggs)
2015-04-08 Benjamin Petersonactually ssl3 is just completely broken
2015-04-08 Berker PeksagIssue #23400: Raise same exception on both Python 2...
2015-04-08 Berker PeksagSkip nntplib tests when transient errors captured.
2015-04-07 Victor StinnerIssue #23879, asyncio: SelectorEventLoop.sock_connect...
2015-04-07 Benjamin Petersonremove smtpd dead code (closes #23873)
2015-04-07 Donald StufftUpdate pip to 6.1.1
2015-04-07 Victor StinnerIssue #23881: ftp://gatekeeper.research.compaq.com...
2015-04-07 Victor StinnerIssue #23881: urllib.request.ftpwrapper constructor...
2015-04-07 Donald StufftUpgrade pip to 6.1.0 and setuptools to 15.0
2015-04-06 Serhiy StorchakaIssue #22977: Remove unconditional import of ctypes.
2015-04-06 Benjamin Petersonremove extra arguments in arg parsing format codes...
2015-04-06 Tim GoldenAdded missing right bracket (reported by Daryl Klakouski)
2015-04-05 Benjamin Petersonfix extended command syntax (closes #23872)
2015-04-04 Serhiy StorchakaIssue #15133: _tkinter.tkapp.getboolean() now supports...
2015-04-04 Serhiy StorchakaOpen files in binary mode to avoid newlines transformation.
2015-04-04 Serhiy StorchakaIssue #23338: Fixed formatting ctypes error messages...
2015-04-04 Serhiy StorchakaIssue #23825: Fixed test_idle under -OO.
2015-04-03 Serhiy StorchakaEscaped backslashes in docstrings.
2015-04-03 Victor StinnerIssue #23219: Update asyncio.wait_for() documentation
2015-04-03 Serhiy StorchakaIssue #22351. MockSslTests tests in test_nntplib now...
2015-04-03 Victor StinnerIssue #22351: Fix test_nntplib if the ssl module is...
2015-04-02 Serhiy StorchakaIssue #10590: Added tests for xml.sax.parse() and xml...
2015-04-02 Serhiy StorchakaIssue #2175: Added tests for xml.sax.saxutils.prepare_i...
2015-04-02 Serhiy StorchakaIssue #16840: Fixed test_tcl for Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #21526: Skip test_booleans on Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #16840: Tkinter now supports 64-bit integers...
2015-04-02 Victor StinnerIssue #23834: Fix socket.sendto(), use the C Py_ssize_t...
2015-04-02 Victor StinnerIssue #23851: close() must not be retried when it fails...
2015-04-02 Victor StinnerIssue #22977: Fix test_exceptions
2015-04-02 Serhiy StorchakaIssue #21526: Fixed the test_booleans test for wantobje...
2015-04-02 Serhiy StorchakaIssue #21526: Tkinter now supports new boolean type...
2015-04-02 Serhiy StorchakaIssue #22977: Fixed formatting Windows error messages...
2015-04-02 Benjamin Petersonreplace 512 bit dh key with a 2014 bit one (closes...
2015-04-01 Benjamin Petersonremove assignment in conditional
2015-04-01 Serhiy StorchakaIssue #23821: Fixed test_pdb failure under -O.
2015-04-01 Serhiy StorchakaIssue #23838: linecache now clears the cache and return...
2015-04-01 Serhiy StorchakaIssue #23799: Added test.support.start_threads() for...
2015-04-01 Benjamin Petersondocument what exactly str.splitlines() splits on (close...
2015-03-31 Serhiy StorchakaIssue #18473: Fixed pickle compatibility tests for...
2015-03-31 Serhiy StorchakaIssue #18473: Fixed 2to3 and 3to2 compatible pickle...
2015-03-31 Raymond HettingerIssue #23729: Improve docs for ElementTree namespace...
2015-03-30 R David Murray#23792: also catch interrupt around pipe.write.
2015-03-30 Victor StinnerIssue #22585: os.urandom() now releases the GIL when...
2015-03-30 Serhiy StorchakaIssue #23785: Fixed memory leak in TextIOWrapper.tell...
2015-03-30 Serhiy StorchakaIssue #23783: Fixed memory leak in PyObject_ClearWeakRe...
2015-03-30 R David Murray#23745: handle duplicate MIME parameter names in new...
2015-03-29 Serhiy StorchakaIssue #22390: test.regrtest now emits a warning if...
2015-03-29 Donald StufftCloses #23801 - Ignore entire preamble to multipart...
2015-03-29 R David Murray#23792: Ignore KeyboardInterrupt when the pydoc pager...
2015-03-29 Serhiy StorchakaIssue #23803: Fixed str.partition() and str.rpartition...
2015-03-28 Serhiy StorchakaMake some tests more frienly to MemoryError.
2015-03-27 Victor StinnerIssue #23445: Fix test.support.python_is_optimized...
2015-03-27 Victor Stinnerasyncio: Fix _SelectorTransport.__repr__() if the event...
2015-03-25 Serhiy StorchakaCheck that failed writerow() doesn't produce change...
next