]> granicus.if.org Git - python/shortlog
python
2015-02-08 Ned DeilyIssue #23285: Install new test directory.
2015-02-07 Steve DowerAdds automated test script for the Windows installer...
2015-02-07 Charles-François... Fix whitespace.
2015-02-07 Charles-François... Issue #23285: PEP 475 -- Retry system calls failing...
2015-02-07 Vinay SajipCloses #23357: Updated documentation on creating venvs.
2015-02-07 Vinay SajipCorrected typo.
2015-02-07 Vinay SajipMinor change to documentation on creating venvs.
2015-02-06 Steve DowerFix download URL embedded in Windows installer.
2015-02-06 Steve DowerRequire Mercurial on PATH when building a Windows release.
2015-02-06 Barry WarsawMerge
2015-02-06 Barry WarsawIssue #23399: pyvenv creates relative symlinks where...
2015-02-06 Barry WarsawTrunk merge.
2015-02-06 Barry WarsawIssue #23399: pyvenv creates relative symlinks where...
2015-02-06 Steve DowerFix definition mismatch for type_is_subtype_base_chain.
2015-02-06 Steve DowerFix definition mismatch for type_is_subtype_base_chain.
2015-02-06 Barry WarsawIssue #23399: pyvenv creates relative symlinks where...
2015-02-06 Berker PeksagIssue #20289: cgi.FieldStorage() now supports the conte...
2015-02-06 Berker PeksagFix typos in Doc/whatsnew/3.5.rst.
2015-02-06 Serhiy StorchakaIssue #23392: Added tests for marshal C API that works...
2015-02-06 Serhiy StorchakaIssue #23392: Added tests for marshal C API that works...
2015-02-06 Serhiy StorchakaIssue #23881: Only use entry-values with gdb 7.4 in...
2015-02-06 Serhiy StorchakaIssue #23881: Only use entry-values with gdb 7.4 in...
2015-02-06 Steve DowerIssue #23260: Update Windows installer
2015-02-06 Ned DeilyFix missing :ref: for idle in doc build.
2015-02-06 Ned DeilyFix missing :ref: for idle in doc build.
2015-02-06 Benjamin Petersonmerge 3.4 (#22735)
2015-02-06 Benjamin Petersonfix many custom mro() edge cases and improve code quali...
2015-02-06 Ned DeilyIssue #23212: merge from 3.4
2015-02-06 Ned DeilyIssue #23212: Update OS X installer build OpenSSL to...
2015-02-05 Victor Stinner(Merge 3.4) test_multiprocessing: tolerate a delta...
2015-02-05 Victor Stinnertest_multiprocessing: tolerate a delta of 30 ms because...
2015-02-05 Serhiy StorchakaIssue #18982: Add tests for CLI of the calendar module.
2015-02-05 Serhiy StorchakaIssue #18982: Add tests for CLI of the calendar module.
2015-02-05 Victor StinnerMerge 3.4 (asyncio)
2015-02-05 Victor Stinnerasyncio: BaseEventLoop: rename _owner to _thread_id
2015-02-05 Ned DeilyIssue #23345: merge from 3.4
2015-02-05 Ned DeilyIssue #23345: Prevent test_ssl failures with large...
2015-02-05 Donald StufftMerge: Update pip to 6.0.8
2015-02-05 Donald StufftUpdate pip to 6.0.8
2015-02-05 Gregory P.... Make the stdlib test suite helper test.script_helper...
2015-02-05 Gregory P.... Make the stdlib test suite helper test.script_helper...
2015-02-04 Raymond HettingerMinor code clean up.
2015-02-04 Victor StinnerMerge 3.4 (asyncio doc)
2015-02-04 Victor Stinnerasyncio doc: explain how to display ResourceWarning...
2015-02-04 Victor StinnerMerge 3.4 (asyncio)
2015-02-04 Victor Stinnerasyncio: Only call _check_resolved_address() in debug...
2015-02-04 Victor Stinnerasyncio: BaseSelectorEventLoop uses directly the privat...
2015-02-04 Gregory P.... Fixes issue23390: make profile-opt causes -fprofile...
2015-02-04 Gregory P.... Fixes issue23390: make profile-opt causes -fprofile...
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
next