]> granicus.if.org Git - python/shortlog
python
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.
2015-03-14 Serhiy StorchakaFix minor docs markup errors.
2015-03-14 Steve DowerFixes incorrect use of GetLastError where errno should...
2015-03-13 Benjamin Peterson__getslice__ certainly won't appear in the output
2015-03-13 Brett CannonMake the case to only support Python 2.7 when supportin...
2015-03-13 Serhiy StorchakaIssue #23138: Fixed parsing cookies with absent keys...
2015-03-13 Serhiy StorchakaIssue #23051: multiprocessing.Pool methods imap() and...
2015-03-13 Benjamin Petersonuse the meth role for ZipFile.open
2015-03-13 Berker PeksagIssue #23081: Document that PySequence_List also accept...
2015-03-13 Berker PeksagIssue #22154: Add an example to show context management...
2015-03-12 Serhiy StorchakaIssue #23641: Cleaned out legacy dunder names from...
2015-03-12 Berker PeksagIssue #20617: Remove unused import in test_ssl.
2015-03-12 Victor StinnerIssue #23605: Refactor os.walk() tests to also run...
2015-03-12 Serhiy StorchakaIssue #22928: Disabled HTTP header injections in http...
2015-03-11 Serhiy StorchakaIssue #23192: Fixed generator lambdas. Patch by Bruno...
2015-03-11 Serhiy StorchakaIssue #23615: Modules bz2, tarfile and tokenize now...
2015-03-11 Steve DowerRemoves unused format string insertion in launcher.c.
2015-03-10 Antoine PitrouIssue #23629: Fix the default __sizeof__ implementation...
2015-03-10 Steve DowerIssue #22028: Ensure mimetypes will not open registry...
2015-03-10 Victor Stinnerasyncio: Fix repr(BaseSubprocessTransport) if it didn...
2015-03-10 Victor Stinnerasyncio doc: changes on the Queue API missed Python...
2015-03-10 Berker PeksagIssue #23432: Remove duplicate content from SystemExit...
2015-03-10 Victor StinnerIssue #23605: os.walk() doc now mentions shutil.rmtree...
2015-03-09 Benjamin Petersonfix up import style
2015-03-09 Ned DeilyIssue #23617: Correct plurals typo noted by Kentrell...
2015-03-08 Benjamin Petersonindicate correct version (closes #23608)
2015-03-08 Serhiy StorchakaIssue #21619: Cleaned up test_broken_pipe_cleanup.
2015-03-07 Antoine PitrouIssue #20876: correctly close temporary file in test...
2015-03-07 Benjamin Petersonreplace Amazon links in the documentation (closes ...
2015-03-06 Serhiy StorchakaIssue #22853: Added regression test for using multiproc...
2015-03-06 Benjamin Petersonremove redundant test
2015-03-06 Benjamin Petersonfix potential refleak in PyFloat_AsDouble (closes ...
2015-03-06 Ned DeilyIssue #23593: fix Misc/NEWS entries
2015-03-06 Ned DeilyIssue #23594: Update OS X 10.5 installer build to use...
2015-03-05 Benjamin Petersonuse _import_symbols to import VERIFY_* constants
2015-03-05 Benjamin Petersonadjust test_crl_check for trusted first being default
2015-03-05 Benjamin Petersonexpose X509_V_FLAG_TRUSTED_FIRST
2015-03-05 Benjamin Petersonenable X509_V_FLAG_TRUSTED_FIRST when possible (closes...
2015-03-05 Victor StinnerIssue #21619: Try to fix test_broken_pipe_cleanup()
2015-03-04 Antoine PitrouIssue #23576: Avoid stalling in SSL reads when EOF...
2015-03-04 Serhiy StorchakaIssue #23504: Added an __all__ to the types module.
2015-03-02 Benjamin Petersonmerge 3.3 (#23362)
2015-03-02 Benjamin Petersonuse PyMem_NEW to detect overflow (closes #23362)
2015-03-02 Benjamin Petersonmerge 3.3 (#23367)
2015-03-02 Benjamin Petersonfix possible overflow bugs in unicodedata (closes ...
2015-03-02 Steve DowerIssue #18382: Zero-length messages are consumed by...
2015-03-02 Benjamin Petersonwrap everything at 80 chars
2015-03-02 Benjamin Petersonlink to the correct dis method or function (closes...
2015-03-02 Serhiy StorchakaAdded more tests for urllib.parse utility functions.
2015-03-02 Berker PeksagIssue #23527: Update Gmail port number for STARTTLS...
2015-03-02 Berker PeksagIssue #23477: Improve test coverage of wsgiref.simple_s...
2015-03-02 Berker PeksagIssue #20521: Change ``TOS`` to TOS in dis documentation.
next