]> granicus.if.org Git - python/shortlog
python
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)
2015-03-18 Victor StinnerIssue #19428: Document that PyMarshal_ReadLongFromFile...
2015-03-18 Victor StinnerIssue #19428: Handle PyMarshal_Read*() errors in run_py...
2015-03-18 Victor StinnerMerge 3.4 (asyncio)
2015-03-18 Victor StinnerIssue #23456: Add missing @coroutine decorators in...
2015-03-18 Victor StinnerIssue #23605: Fix os.walk(topdown=True), don't cache...
2015-03-18 Victor StinnerIssue #23694: Handle EINTR in _Py_open() and _Py_fopen_...
2015-03-18 Serhiy StorchakaIssue #2211: Updated the implementation of the http...
2015-03-18 Vinay SajipIssue #23207: merged fix from 3.4.
2015-03-18 Vinay SajipIssue #23207: Improved kwarg validation.
2015-03-18 Victor StinnerIssue #23694: Enhance _Py_fopen(), it now raises an...
2015-03-17 Victor StinnerIssue #23694: Enhance _Py_open(), it now raises exceptions
2015-03-17 Victor StinnerIssue #23644: Fix issues with C++ when compiling Python...
2015-03-17 Robert CollinsFix patch attribution for issue 18983.
2015-03-17 Robert CollinsIssue #18983: Allow selection of output units in timeit.
2015-03-17 Victor StinnerIssue #23685: Fix usage of PyMODINIT_FUNC in _json...
2015-03-17 Ned DeilyIssue #22585: null merge
2015-03-17 Ned DeilyIssue #22585: make URandomFDTests test case actually run
2015-03-17 Victor StinnerRevert changeset d927047b1d8eb87738676980a24930d053ba2150
2015-03-17 Berker PeksagIssue #23682: Delete Python 2.2 mention from distutils...
2015-03-17 Berker PeksagIssue #23682: Delete Python 2.2 mention from distutils...
2015-03-16 Benjamin Petersonmerge 3.4 (#23679)
2015-03-16 Benjamin Petersonversionchanged for rc4 removal (closes #23679)
2015-03-16 Victor StinnerIssue #23680: Reduce risk of race condition in check_in...
2015-03-16 Victor StinnerIssue #23680: Reduce risk of race condition in check_in...
2015-03-16 Victor StinnerIssue #23571: Restore removed assert(!PyErr_Occurred...
2015-03-16 Serhiy StorchakaUse non-zero and non-last positions in error handler...
2015-03-16 Serhiy StorchakaUse non-zero and non-last positions in error handler...
2015-03-16 Robert CollinsIssue #23585: make patchcheck will ensure the interpret...
2015-03-16 Robert CollinsIssue #23631: Fix traceback.format_list when a tracebac...
2015-03-15 Serhiy StorchakaIncreased coverage of standard codec error handlers.
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-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 Berker PeksagIssue #23568: Add rdivmod support to MagicMock() objects.
2015-03-14 Berker PeksagIssue #2052: Add charset parameter to HtmlDiff.make_file().
2015-03-14 Serhiy StorchakaFix minor docs markup errors.
2015-03-14 Serhiy StorchakaFix minor docs markup errors.
2015-03-14 Steve DowerIssue #23606: Temporarily suppress test for CRT name.
2015-03-14 Steve DowerFixes incorrect use of GetLastError where errno should...
2015-03-14 Steve DowerFixes incorrect use of GetLastError where errno should...
2015-03-13 Benjamin Petersonmerge 3.4
2015-03-13 Benjamin Peterson__getslice__ certainly won't appear in the output
2015-03-13 Brett CannonMerge 3.4
2015-03-13 Brett CannonMake the case to only support Python 2.7 when supportin...
2015-03-13 Brett CannonAdd some periods to the ends of a couple comments
2015-03-13 Brett CannonStrip trailing whitespace
2015-03-13 Brett CannonIssue #23491: Implement PEP 441: Improving Python Zip...
2015-03-13 Victor StinnerIssue #23566: Skip "fd" tests of test_faulthandler...
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...
next