]> granicus.if.org Git - python/shortlog
python
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
2015-03-20 Serhiy StorchakaIssue #22826: The result of open() in Tools/freeze...
2015-03-20 Serhiy StorchakaIssue #23001: Few functions in modules mmap, ossaudiode...
2015-03-20 Victor StinnerIssue #23646: Fix test_threading on Windows
2015-03-20 Victor StinnerCleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US)
2015-03-20 Victor StinnerIssue #23646: Enhance precision of time.sleep() and...
2015-03-19 Victor StinnerIssue #23709: The ossaudiodev module now retries read...
2015-03-19 Ned DeilyIssue #23686: Update OS X 10.5 installer build to use...
2015-03-19 Ned DeilyIssue #23686: Update OS X 10.5 installer build to use...
2015-03-19 Antoine PitrouMerge
2015-03-19 Victor StinnerIssue #23708: Fix _Py_read() compilation error on Windows
2015-03-19 Victor StinnerIssue #23707: On UNIX, os.urandom() now calls the Pytho...
2015-03-19 Victor StinnerIssue #23708: select.devpoll now retries its internal...
2015-03-19 Antoine PitrouIssue #23632: Memoryviews now allow tuple indexing...
2015-03-19 Victor StinnerIssue #22181: Fix dev_urandom_noraise(), try calling...
2015-03-19 Victor StinnerIssue #23708: Add _Py_read() and _Py_write() functions...
2015-03-19 Victor StinnerIssue #22181: The availability of the getrandom() is...
2015-03-19 Victor StinnerIssue #23646: If time.sleep() is interrupted by a signa...
2015-03-19 Serhiy StorchakaFixed Misc/NEWS entry for issue #23136.
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 #23136: _strptime now uniformly handles all days...
2015-03-19 Serhiy StorchakaIssue #23700: Iterator of NamedTemporaryFile now keeps...
2015-03-19 Serhiy StorchakaIssue #23700: Iterator of NamedTemporaryFile now keeps...
2015-03-19 Benjamin Petersonmerge 3.4
2015-03-19 Benjamin Petersonwrap properly
2015-03-19 Ethan Furmannull merge from 3.4
2015-03-19 Ethan Furmanissue23673
2015-03-19 Ethan Furmanissue23673
2015-03-18 Antoine PitrouIssue #22903: The fake test case created by unittest...
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 Antoine PitrouIssue #23353: improve exceptions tests for generators
2015-03-18 Serhiy StorchakaRemoved unintentional trailing spaces in non-external...
2015-03-18 Serhiy StorchakaRestored backward compatibility of pickling http.cookie...
2015-03-18 Victor StinnerMerge 3.4 (tracemalloc typo)
2015-03-18 Victor Stinner_tracemalloc.c: Fix typo
2015-03-18 Victor StinnerFix compiler warning in mmapmodule.c (compare signed...
2015-03-18 Victor StinnerInitialize variables to prevent GCC warnings
2015-03-18 Victor StinnerFix compiler warning in dtoa.c
2015-03-18 Victor StinnerIssue #22181: On Linux, os.urandom() now uses the new...
2015-03-18 Victor StinnerMerge 3.4 (linecache doc)
2015-03-18 Victor StinnerIssue #11726: Fix linecache example in the doc
2015-03-18 Victor StinnerMerge 3.4 (linecache doc)
2015-03-18 Victor StinnerIssue #11726: clarify linecache doc: linecache is writt...
2015-03-18 Victor StinnerIssue #12155: Fix queue doc example to join threads
2015-03-18 Victor StinnerMerge 3.4 (marshal doc)
next