]> granicus.if.org Git - python/shortlog
python
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...
2015-03-12 Berker PeksagIssue #20617: Remove unused import in test_ssl.
2015-03-12 Victor Stinnertest
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 Petersonmerge 3.4
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 PeksagAdd versionadded directives for the matmul operator.
2015-03-12 Berker PeksagIssue #23651: Fix typo in allow_abbrev docs.
2015-03-12 Berker PeksagIssue #23581: Add matmul support to MagicMock.
2015-03-12 Berker PeksagIssue #20617: Remove unused import in test_ssl.
2015-03-12 Victor StinnerIssue #23644, #22038: Move #include <stdatomic.c> insid...
2015-03-12 Victor StinnerIssue #23566: enable(), register(), dump_traceback...
2015-03-12 Victor StinnerMerge 3.4 (test_os)
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-12 Serhiy StorchakaIssue #22928: Disabled HTTP header injections in http...
2015-03-12 Victor StinnerIssue #23605: os.walk() doesn't need to call entry...
2015-03-11 Serhiy StorchakaIssue #23192: Fixed generator lambdas. Patch by Bruno...
2015-03-11 Serhiy StorchakaIssue #23192: Fixed generator lambdas. Patch by Bruno...
2015-03-11 Ethan FurmanClose issue23486: performance boost for enum member...
2015-03-11 Serhiy StorchakaIssue #23615: Modules bz2, tarfile and tokenize now...
2015-03-11 Serhiy StorchakaIssue #23615: Modules bz2, tarfile and tokenize now...
2015-03-11 Ethan FurmanClose issue23467: add %r compatibility to bytes and...
2015-03-11 Steve DowerRemoves unused format string insertion in launcher.c.
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 Antoine PitrouIssue #23629: Fix the default __sizeof__ implementation...
2015-03-10 Steve DowerIssue #22028: Ensure mimetypes will not open registry...
2015-03-10 Steve DowerIssue #22028: Ensure mimetypes will not open registry...
2015-03-10 Steve DowerAdds note about installed debug binaries.
2015-03-10 Steve DowerIssue #23606: Disable ctypes.util.find_library("c"...
2015-03-10 Victor StinnerMerge 3.4 (asyncio)
2015-03-10 Victor Stinnerasyncio: Fix repr(BaseSubprocessTransport) if it didn...
2015-03-10 Victor StinnerMerge 3.4 (asyncio doc)
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 Berker PeksagIssue #23432: Remove duplicate content from SystemExit...
2015-03-10 Victor StinnerMerge 3.4 (os doc)
2015-03-10 Victor StinnerIssue #23605: os.walk() doc now mentions shutil.rmtree...
next