]> granicus.if.org Git - python/shortlog
python
2015-02-04 Gregory P.... Skip some tests that require a subinterpreter launched...
2015-02-04 Gregory P.... Skip some tests that require a subinterpreter launched...
2015-02-03 Stefan KrahIssue #14203: Temporary fix for the compile failure...
2015-02-03 Stefan KrahIssue #14203: Remove obsolete support for view==NULL...
2015-02-03 Serhiy StorchakaIssue #15381: Fixed a bug in BytesIO.write().
2015-02-03 Raymond HettingerIssue 23359: Reduce size of code in set_lookkey. Only...
2015-02-03 Stefan KrahIssue #14203: Remove obsolete support for view==NULL...
2015-02-03 Victor StinnerMerge 3.4 (asyncio doc)
2015-02-03 Victor Stinnerasyncio, Tulip issue 221: Fix doc of QueueEmpty and...
2015-02-03 Serhiy StorchakaIssue #15381: Try to fix refcount bug. Empty and 1...
2015-02-03 Berker PeksagIssue #13128: Print response headers for CONNECT reques...
2015-02-03 Berker PeksagIssue #23358: Add missing BaseServer entry to socketser...
2015-02-03 Berker PeksagIssue #23358: Add missing BaseServer entry to socketser...
2015-02-03 Serhiy StorchakaIssue #15381: Optimized io.BytesIO to make less allocat...
2015-02-03 Serhiy StorchakaIssue #22818: Splitting on a pattern that could match...
2015-02-03 Serhiy StorchakaIssue #23099: Closing io.BytesIO with exported buffer...
2015-02-03 Serhiy StorchakaIssue #23099: Closing io.BytesIO with exported buffer...
2015-02-02 Serhiy StorchakaIssues #23363, #23364, #23365, #23366: Fixed itertools...
2015-02-02 Serhiy StorchakaIssue #22896: Fixed using _getbuffer() in recently...
2015-02-02 Serhiy StorchakaIssues #23363, #23364, #23365, #23366: Fixed itertools...
2015-02-02 Serhiy StorchakaIssues #23363, #23364, #23365, #23366: Fixed itertools...
2015-02-02 Serhiy StorchakaIssue #22896: Avoid to use PyObject_AsCharBuffer()...
2015-02-02 Serhiy StorchakaIssue #22896: Avoid to use PyObject_AsCharBuffer()...
2015-02-02 Benjamin Petersonmerge 3.4
2015-02-02 Benjamin Petersonmerge 3.3
2015-02-02 Benjamin Petersonreduce memory usage of test (closes #23369)
2015-02-02 Benjamin Petersonmerge 3.4
2015-02-02 Benjamin Petersonadjust for py3k module renaming
2015-02-02 Benjamin Petersonmerge 3.4
2015-02-02 Benjamin Peterson_clear_type_cache is cpython-only
2015-02-02 Victor StinnerMerge 3.4 (asyncio)
2015-02-02 Victor StinnerIssue #23353, asyncio: Workaround CPython bug #23353
2015-02-02 Raymond HettingerIssue 23359: Tighten inner search loop for sets (don...
2015-02-02 Benjamin Petersonmerge 3.4 (#21295)
2015-02-02 Benjamin Petersonrevert lineno and col_offset changes from #16795 (close...
2015-02-02 Raymond HettingerOptimization guides suggest copying memory in an ascend...
2015-02-02 Benjamin Petersonmerge 3.4 (#23364, #23363)
2015-02-02 Benjamin Petersonmerge 3.3 (#23364, #23363)
2015-02-02 Benjamin Petersoncheck for overflows in permutations() and product(...
2015-02-02 Benjamin Petersonmerge 3.4 (#23365)
2015-02-02 Benjamin Petersonmerge 3.3 (#23365)
2015-02-02 Benjamin Petersoncheck for overflow in combinations_with_replacement...
2015-02-02 Benjamin Petersonmerge 3.4 (#23366)
2015-02-02 Benjamin Petersonmerge 3.3 (#23366)
2015-02-02 Benjamin Petersondetect overflow in combinations (closes #23366)
2015-02-02 Benjamin Petersonmerge 3.4
2015-02-02 Benjamin Petersonhttps goodness
2015-02-02 Benjamin Petersonfix tests on systems that can't validate python.org
2015-02-01 Benjamin Petersonmerge 3.4
2015-02-01 Benjamin Petersonmerge 3.3
2015-02-01 Benjamin Petersonremove extra ws
2015-02-01 Benjamin Petersonmerge 3.4 (#23369)
2015-02-01 Benjamin Petersonmerge 3.3 (#23369)
2015-02-01 Benjamin Petersonfix possible overflow in encode_basestring_ascii (close...
2015-02-01 Stefan KrahMerge cosmetic change.
2015-02-01 Stefan KrahWhitespace.
2015-02-01 Stefan KrahWhitespace.
2015-02-01 Stefan KrahIssue #23352: Merge from 3.4.
2015-02-01 Stefan KrahIssue #23352: Document that Py_buffer.suboffsets must...
2015-02-01 Stefan KrahMerge from 3.4.
2015-02-01 Serhiy StorchakaDon't seek to the start of the file when open ZipFile...
2015-02-01 Stefan KrahIssue #23370: Fix off-by-one error for non-contiguous...
2015-02-01 Vinay SajipMerged documentation update from 3.4.
2015-02-01 Vinay SajipAdded a cookbook entry on logging audible messages.
2015-02-01 Stefan KrahIssue #22445: PyBuffer_IsContiguous() now implements...
2015-01-31 Steve DowerIssue #23212: Update Windows copy of OpenSSL to 1.0.1l
2015-01-31 Steve DowerNull merge with 3.4
2015-01-31 Steve DowerIssue #23212: Update Windows copy of OpenSSL to 1.0.1l
2015-01-31 Steve DowerFixes python3_d.dll build so that functions are forward...
2015-01-31 Raymond HettingerKeep the definition of i consistent between set_lookkey...
2015-01-31 Serhiy StorchakaMerge heads
2015-01-31 Victor StinnerMerge 3.4 (generator)
2015-01-31 Serhiy StorchakaIssue #23326: Removed __ne__ implementations. Since...
2015-01-31 Serhiy StorchakaIssue #22765: Fixed test_gdb failures. Supressed unexpe...
2015-01-31 Serhiy StorchakaIssue #22765: Fixed test_gdb failures. Supressed unexpe...
2015-01-31 Victor StinnerIssue #23353: Fix the exception handling of generators...
2015-01-31 Raymond HettingerMinor tweak to improve code clarity.
2015-01-31 Raymond HettingerFix typo in a comment.
2015-01-30 Benjamin Petersonallow changing __class__ between a heaptype and non...
2015-01-30 Raymond Hettingermerge
2015-01-30 Raymond HettingerMove the set search finger before the smalltable.
2015-01-30 R David MurrayMerge: Fix asyncio doc typo.
2015-01-30 R David MurrayFix asyncio doc typo.
2015-01-30 Victor StinnerMerge 3.4 (asyncio doc)
2015-01-30 Victor Stinnerasyncio doc: document the new ResourceWarning warnings
2015-01-30 Victor StinnerMerge 3.4 (asyncio)
2015-01-30 Victor StinnerIssue #23347, asyncio: send_signal(), terminate(),...
2015-01-29 Victor StinnerMerge 3.4 (asyncio doc)
2015-01-29 Victor Stinnerasyncio doc: add a section about task cancellation
2015-01-29 Victor StinnerMerge 3.4 (asyncio doc)
2015-01-29 Victor StinnerIssue #21962, asyncio doc: Suggest the usage of wait_fo...
2015-01-29 Victor StinnerMerge 3.4 (asyncio)
2015-01-29 Victor StinnerIssue #23347, asyncio: Make BaseSubprocessTransport...
2015-01-29 Victor StinnerMerge 3.4 (asyncio)
2015-01-29 Victor Stinnerasyncio: Fix ResourceWarning in test_subprocess.test_pr...
2015-01-29 Victor StinnerMerge 3.4 (asyncio)
2015-01-29 Victor Stinnerasyncio: sync with Tulip
2015-01-29 Victor StinnerMerge 3.4 (asyncio)
2015-01-29 Victor StinnerIssue #23243, asyncio: Emit a ResourceWarning when...
2015-01-29 Stefan KrahIssue #22668: Merge from 3.4.
next