]> granicus.if.org Git - python/shortlog
python
2015-03-21 Steve DowerCloses #9445: Removes detection of GetFinalPathNameByHandle
2015-03-25 Steve DowerIssue #23765: Remove IsBadStringPtr calls in ctypes
2015-03-25 Steve DowerFixes UI labels and ability to add/remove features.
2015-03-25 Steve DowerAdds pydoc shortcut, Edit with IDLE menu, moves redist...
2015-03-25 Raymond HettingerFix typo
2015-03-25 Raymond HettingerMinor code and comment cleanups.
2015-03-25 Victor StinnerIssue #23573: Fix bytes.rfind() and bytearray.rfind...
2015-03-25 Victor StinnerMerge 3.4 (traceback)
2015-03-25 Victor StinnerIssue #23571: If io.TextIOWrapper constructor fails...
2015-03-25 Victor Stinner(Merge 3.4) Issue #23571: Fix reentrant call to Py_Fata...
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 StorchakaFixed bytes warnings when run tests with -vv.
2015-03-24 Serhiy StorchakaFixed using deprecated escaping in regular expression...
2015-03-24 Serhiy StorchakaIssue #21802: The reader in BufferedRWPair now is close...
2015-03-24 Serhiy StorchakaIssue #21802: The reader in BufferedRWPair now is close...
2015-03-24 Serhiy StorchakaIssue #23622: Unknown escapes in regular expressions...
2015-03-24 Serhiy StorchakaIssue #4727: Fixed issue number in Misc/NEWS.
2015-03-24 Serhiy StorchakaIssue #23671: string.Template now allows to specify...
2015-03-24 Serhiy StorchakaIssue #23671: string.Template now allows to specify...
2015-03-24 Serhiy StorchakaIssue #23573: Increased performance of string search...
2015-03-24 Serhiy StorchakaAdded tests for mixed kinds of Unicode strings.
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 Serhiy StorchakaIssue #23583: Added tests for standard IO streams in...
2015-03-24 Serhiy StorchakaIssue #23502: The pprint module now supports mapping...
2015-03-24 Serhiy StorchakaIssue #17530: pprint now wraps long bytes objects and...
2015-03-24 Serhiy StorchakaIssue #23741: Slightly refactor the pprint module to...
2015-03-24 Serhiy StorchakaIssue #22687: Fixed some corner cases in breaking words...
2015-03-24 Benjamin Petersonchange Σ to ν for obscure joke reasons
2015-03-24 Serhiy StorchakaIssue #20289: The copy module now uses pickle protocol...
2015-03-24 Victor StinnerIssue #23571: Enhance _Py_CheckFunctionResult()
2015-03-24 Victor StinnerIssue #23571: Update test_capi
2015-03-24 Victor Stinner(Merge 3.4) Issue #23571: Py_FatalError() now tries...
2015-03-24 Victor StinnerIssue #23571: Py_FatalError() now tries to flush sys...
2015-03-24 Victor Stinnerstdprinter_write(): mention the encoding
2015-03-24 Victor StinnerIssue #23571: In debug mode, _Py_CheckFunctionResult...
2015-03-24 Victor StinnerIssue #23571: PyErr_FormatV() and PyErr_SetObject(...
2015-03-24 Victor StinnerIssue #23753: Move _Py_wstat() from Python/fileutils...
2015-03-24 Victor Stinner(Merge 3.4) Issue #23571: Enhance Py_FatalError()
2015-03-24 Ezio Melotti#11468: merge with 3.4.
2015-03-24 Ezio Melotti#11468: improve unittest basic example. Initial patch...
2015-03-24 Victor StinnerIssue #23571: Enhance Py_FatalError()
2015-03-24 Victor StinnerIssue #23753: Python doesn't support anymore platforms...
2015-03-24 Raymond HettingerImprove and fix-up comments.
2015-03-24 Raymond HettingerIssue 23744: Minor speed-up for deque.__bool__().
2015-03-23 Paul MooreMisc/NEWS entries for zipapp changes
2015-03-23 Victor StinnerMerge 3.4 (faulthandler ICC)
2015-03-23 Victor StinnerIssue #23654: Fix faulthandler._stack_overflow() for...
2015-03-23 Serhiy StorchakaNull merge
2015-03-23 Serhiy StorchakaIssue #21560: An attempt to write a data of wrong type...
2015-03-23 Serhiy StorchakaIssue #23688: Added support of arbitrary bytes-like...
2015-03-22 Serhiy StorchakaIssue #23252: Added support for writing ZIP files...
2015-03-22 Serhiy StorchakaIssue #21526: Tkinter now supports new boolean type...
2015-03-22 Raymond Hettingermerge
2015-03-22 Raymond HettingerIssue 23729: Document ElementTree namespace handling...
2015-03-22 R David MurrayMerge: #23647: Increase imaplib's MAXLINE to accommodat...
2015-03-22 R David Murray#23647: Increase imaplib's MAXLINE to accommodate moder...
2015-03-22 R David MurrayMerge: #23539: Set Content-Length to 0 for PUT, POST...
2015-03-22 R David Murray#23539: Set Content-Length to 0 for PUT, POST, and...
2015-03-22 R David MurrayMerge: #23700: fix/improve comment
2015-03-22 R David Murray#23700: fix/improve comment
2015-03-22 Paul Moore#23657 Don't explicitly do an isinstance check for...
2015-03-22 Benjamin Petersonmerge 3.4 (#22933)
2015-03-22 Benjamin Petersonclarify behavior of shutil.move when destination exists...
2015-03-22 Ned DeilyIssue #22289: merge from 3.4
2015-03-22 Ned DeilyIssue #22289: Prevent test_urllib2net failures due...
2015-03-22 Serhiy StorchakaNull merge
2015-03-22 Serhiy StorchakaIssue #22079: Deprecation warning now is issued in...
2015-03-21 Victor StinnerIssue #23571: Fix test_capi
2015-03-21 Victor StinnerIssue #23571: _Py_CheckFunctionResult() now gives the...
2015-03-21 Raymond HettingerMinor nit. Make the rotate() success/fail tests consis...
2015-03-21 Raymond HettingerFor safety, wait to decref deleted values until the...
2015-03-21 Raymond HettingerFix minor formatting nits and remove unnecessary comment.
2015-03-21 Raymond HettingerIssue 23704: Add index(), copy(), and insert() to...
2015-03-21 Serhiy StorchakaIssue #22351: The nntplib.NNTP constructor no longer...
2015-03-21 Serhiy StorchakaIssue #22351: The nntplib.NNTP constructor no longer...
2015-03-21 Serhiy StorchakaRemoved trailing tabs.
2015-03-21 Steve DowerUpdate Wix version and fixes wxs file.
2015-03-20 Raymond HettingerIssue 23705: Improve the performance of __contains__...
2015-03-20 Serhiy StorchakaIssue #22832: Tweaked parameter names for fcntl module...
2015-03-20 R David MurrayMerge: #11726: Make linecache docs reflect that all...
2015-03-20 R David Murray#11726: Make linecache docs reflect that all files...
2015-03-20 Victor StinnerIssue #22181: Run "aclocal; autoconf; autoheader" to...
2015-03-20 Serhiy StorchakaIssue #23681: The -b option now affects comparisons...
2015-03-20 Serhiy StorchakaIssue #23681: Fixed Python 2 to 3 poring bugs.
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-20 Serhiy StorchakaIssue #23700: NamedTemporaryFile iterator closed underl...
2015-03-20 Victor StinnerIssue #23715: Fix test_script_helper
2015-03-20 Victor StinnerIssue #23696: Remove test on ZipImportError.__context__...
2015-03-20 Victor StinnerIssue #23715: Fix test_eintr, skip tests on signal...
2015-03-20 Victor StinnerIssue #23715: Enhance test.script_helper to investigate...
2015-03-20 Victor StinnerIssue #23715: signal.sigwaitinfo() and signal.sigtimedw...
2015-03-20 Victor StinnerIssue #23708: Save/restore errno in _Py_read() and...
2015-03-20 Victor StinnerFix compiler warnings: comparison between signed and...
2015-03-20 Victor StinnerIssue #23708: Split assertion expression in two asserti...
2015-03-20 Victor StinnerIssue #23696: Chain ZipImportError to the OSError
2015-03-20 Victor StinnerIssue #23709, #23001: ossaudiodev now uses Py_ssize_t...
2015-03-20 Victor StinnerIssue #23001: Fix typo
next