]> granicus.if.org Git - python/shortlog
python
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...
2015-03-25 Serhiy StorchakaIssue #23742: ntpath.expandvars() no longer loses unbal...
2015-03-25 Victor StinnerIssue #23571: If io.TextIOWrapper constructor fails...
2015-03-25 Victor StinnerIssue #23571: Fix reentrant call to Py_FatalError()
2015-03-24 Serhiy StorchakaFixed bytes warnings when run tests with -vv.
2015-03-24 Serhiy StorchakaIssue #21802: The reader in BufferedRWPair now is close...
2015-03-24 Serhiy StorchakaIssue #23671: string.Template now allows to specify...
2015-03-24 Serhiy StorchakaAdded tests for mixed kinds of Unicode strings.
2015-03-24 Serhiy StorchakaIssue #23583: Added tests for standard IO streams in...
2015-03-24 Victor StinnerIssue #23571: Py_FatalError() now tries to flush sys...
2015-03-24 Victor StinnerIssue #23571: Enhance Py_FatalError()
2015-03-24 Ezio Melotti#11468: improve unittest basic example. Initial patch...
2015-03-23 Victor StinnerIssue #23654: Fix faulthandler._stack_overflow() for...
2015-03-23 Serhiy StorchakaIssue #21560: An attempt to write a data of wrong type...
2015-03-22 Raymond HettingerIssue 23729: Document ElementTree namespace handling...
2015-03-22 R David Murray#23647: Increase imaplib's MAXLINE to accommodate moder...
2015-03-22 R David Murray#23539: Set Content-Length to 0 for PUT, POST, and...
2015-03-22 R David Murray#23700: fix/improve comment
2015-03-22 Benjamin Petersonclarify behavior of shutil.move when destination exists...
2015-03-22 Ned DeilyIssue #22289: Prevent test_urllib2net failures due...
2015-03-22 Serhiy StorchakaIssue #22079: Deprecation warning now is issued in...
2015-03-21 Serhiy StorchakaIssue #22351: The nntplib.NNTP constructor no longer...
2015-03-20 R David Murray#11726: Make linecache docs reflect that all files...
2015-03-20 Serhiy StorchakaIssue #23681: Fixed Python 2 to 3 poring bugs.
2015-03-20 Serhiy StorchakaIssue #23700: NamedTemporaryFile iterator closed underl...
2015-03-19 Ned DeilyIssue #23686: Update OS X 10.5 installer build to use...
2015-03-19 Serhiy StorchakaFixed Misc/NEWS entry for issue #23136.
2015-03-19 Serhiy StorchakaIssue #23136: _strptime now uniformly handles all days...
2015-03-19 Serhiy StorchakaIssue #23700: Iterator of NamedTemporaryFile now keeps...
2015-03-19 Benjamin Petersonwrap properly
2015-03-19 Ethan Furmanissue23673
2015-03-18 Antoine PitrouIssue #22903: The fake test case created by unittest...
2015-03-18 Antoine PitrouIssue #23353: improve exceptions tests for generators
2015-03-18 Victor Stinner_tracemalloc.c: Fix typo
2015-03-18 Victor StinnerIssue #11726: Fix linecache example in the doc
2015-03-18 Victor StinnerIssue #11726: clarify linecache doc: linecache is writt...
2015-03-18 Victor StinnerIssue #19428: Document that PyMarshal_ReadLongFromFile...
2015-03-18 Victor StinnerIssue #23456: Add missing @coroutine decorators in...
2015-03-18 Vinay SajipIssue #23207: Improved kwarg validation.
2015-03-17 Ned DeilyIssue #22585: make URandomFDTests test case actually run
2015-03-17 Berker PeksagIssue #23682: Delete Python 2.2 mention from distutils...
2015-03-16 Benjamin Petersonversionchanged for rc4 removal (closes #23679)
2015-03-16 Serhiy StorchakaUse non-zero and non-last positions in error handler...
2015-03-15 Serhiy StorchakaIncreased coverage of standard codec error handlers.
2015-03-15 Eli BenderskyIssue #23549: Clarify confusion in heapq doc - accessin...
2015-03-14 Berker PeksagIssue #23568: Add rdivmod support to MagicMock() objects.
next