]> granicus.if.org Git - python/shortlog
python
2016-09-16 Serhiy StorchakaIssue #22493: Warning message emitted by using inline...
2016-09-16 Ned DeilyPending final editing of 3.6 whatsnew, add a list of...
2016-09-16 Berker PeksagIssue #25270: Merge from 3.5
2016-09-16 Berker PeksagIssue #25270: Prevent codecs.escape_encode() from raisi...
2016-09-16 Christian HeimesIssue #28181: Get antigravity over HTTPS. Patch by...
2016-09-16 Christian HeimesIssue #28181: Get antigravity over HTTPS. Patch by...
2016-09-16 Berker PeksagIssue #25895: Merge from 3.5
2016-09-16 Berker PeksagIssue #25895: Enable WebSocket URL schemes in urllib...
2016-09-16 Martin PanterIssue #28145: Merge spelling fixes from 3.5 into 3.6
2016-09-16 Martin PanterIssue #28145: Spelling fixes
2016-09-15 Yury SelivanovMerge 3.5 (issue #27759)
2016-09-15 Yury SelivanovIssue #27759: Fix selectors incorrectly retain invalid...
2016-09-15 Yury SelivanovFix Misc/NEWS
2016-09-15 Yury SelivanovMerge 3.5 (issue #28176)
2016-09-15 Yury SelivanovIssue #28176: Fix callbacks race in asyncio.SelectorLoo...
2016-09-15 Yury SelivanovMerge 3.5 (asyncio, issue #26909)
2016-09-15 Yury SelivanovIssue #26909: Fix slow pipes IO in asyncio.
2016-09-15 Yury SelivanovMerge 3.5 (issue #26654)
2016-09-15 Yury SelivanovIssue #26654: Inspect functools.partial in asyncio...
2016-09-15 Yury SelivanovMerge 3.5 (issue #28174)
2016-09-15 Yury SelivanovIssue #28174: Handle when SO_REUSEPORT isn't properly...
2016-09-15 Yury SelivanovMerge 3.5 (issue #27906)
2016-09-15 Yury SelivanovIssue #27906: Fix socket accept exhaustion during high...
2016-09-15 Yury SelivanovNull-merge 3.5
2016-09-15 Yury SelivanovAnother asyncio sync.
2016-09-15 Berker PeksagIssue #28156: Export os.getpid() conditionally
2016-09-15 Yury SelivanovMerge heads 3.6
2016-09-15 Yury Selivanovasyncio: Drop debug code
2016-09-15 Berker PeksagUse requires_os_func() to skip SpawnTests
2016-09-15 Yury SelivanovMerge heads
2016-09-15 Yury SelivanovMerge 3.5 (asyncio)
2016-09-15 Berker PeksagMake SpawnTest.create_args() keyword-only
2016-09-15 Berker PeksagIssue #28114: Fix a crash in parse_envlist() when env...
2016-09-15 Yury Selivanovasyncio: Sync with the upstream
2016-09-15 Yury SelivanovIssue #26182: Raise DeprecationWarning for improper...
2016-09-15 Benjamin PetersonUnicode 9.0.0
2016-09-14 Berker PeksagIssue #28153: Make kqueue()'s event filters optional
2016-09-14 Serhiy StorchakaIssue #27599: Fixed buffer overrun in binascii.b2a_qp...
2016-09-14 Serhiy StorchakaIssue #27599: Fixed buffer overrun in binascii.b2a_qp...
2016-09-14 Victor StinnerAdd _PyDict_CheckConsistency()
2016-09-14 Victor StinnerIssue #28114: Add unit tests on os.spawn*()
2016-09-14 Christian HeimesRestrict name_length to NAME_MAXLEN in unicodedata_UCD_...
2016-09-14 Christian HeimesRestrict name_length to NAME_MAXLEN in unicodedata_UCD_...
2016-09-14 Benjamin Petersonmore granular configure checks for clock_* functions...
2016-09-14 Benjamin Petersonmerge 3.5
2016-09-14 Benjamin Petersonmerge heads
2016-09-14 Benjamin Petersonmerge heads
2016-09-14 Benjamin Petersonmerge 3.5 (#28119)
2016-09-14 Benjamin Petersonimprove type-safe of and prevent double-frees in get_lo...
2016-09-14 Berker PeksagIssue #26171: Null merge
2016-09-14 Berker PeksagIssue #26171: Null merge
2016-09-14 Berker PeksagIssue #26171: Null merge
2016-09-14 Berker PeksagIssue #26171: Prevent buffer overflow in get_data
2016-09-14 Berker PeksagIssue #28131: Merge from 3.5
2016-09-14 Berker PeksagIssue #28131: Fix a regression in zipimport's compile_s...
2016-09-13 Christian HeimesIssue #28188: Use PyMem_Calloc() to get rid of a type...
2016-09-13 Christian HeimesIssue #28126: Replace Py_MEMCPY with memcpy(). Visual...
2016-09-13 Guido van RossumAdd text about PEP 526 to What's new in 3.6. Ivan L.
2016-09-13 Xavier de GayeAdd an Android section to whatsnew/3.6.rst.
2016-09-13 Ned DeilyTidy 3.6 What's New summary
2016-09-13 Victor StinnerFix _PyDict_Pop() on pending key
2016-09-13 Martin PanterIssue #15819: Remove old unconditional -IInclude option
2016-09-13 Victor StinnerIssue #28040: Cleanup find_empty_slot()
2016-09-13 Martin PanterIssue #15819: Merge include search from 3.5 into 3.6
2016-09-13 Christian HeimesExplain why PROTOCOL_SSLv23 does not support SSLv2...
2016-09-13 Christian HeimesExplain why PROTOCOL_SSLv23 does not support SSLv2...
2016-09-13 Christian HeimesFix NULL check in sock_sendmsg_iovec. CID 1372885
2016-09-13 Raymond HettingerIssue #28104: More accurately document set method signa...
2016-09-13 Benjamin Petersonmerge heads
2016-09-13 Benjamin Petersonmerge 3.5
2016-09-13 Benjamin Petersonmerge heads
2016-09-13 Benjamin Petersonmerge 3.5 (#27981)
2016-09-13 Benjamin Petersonrestructure fp_setreadl so as to avoid refleaks (closes...
2016-09-13 Berker PeksagIssue #27952: Merge from 3.5
2016-09-13 Berker PeksagIssue #27952: Capture stderr in run_script()
2016-09-13 Berker PeksagIssue #27981: Merge from 3.5
2016-09-13 Berker PeksagIssue #27981: Fix refleak in fp_setreadl()
2016-09-13 Berker PeksagFix headers in whatsnew/3.6.rst
2016-09-13 Berker PeksagIssue #28103: Merge from 3.5
2016-09-13 Berker PeksagIssue #28103: Use ``'...'`` style in zipfile documentation
2016-09-12 Ned DeilyStart 3.6 branch
2016-09-12 Ned DeilyPost 3.6.0b1 merge
2016-09-12 Steve DowerUpdates zip and nuget builds for Windows.
2016-09-12 Ned DeilyStart 3.6.0b2
2016-09-12 Victor StinnerFix warning in _PyCFunction_FastCallKeywords()
2016-09-12 Stefan KrahIssue #23545: Adding -Wextra in setup.py is no longer...
2016-09-12 Ned DeilyAdded tag v3.6.0b1 for changeset 5b0ca4ed5e2f
2016-09-12 Ned DeilyVersion bump for 3.6.0b1 v3.6.0b1
2016-09-12 Ned DeilyChange SOURCE_URI for pydoc source URLs to point to...
2016-09-12 Ned DeilyUpdate pydoc topics for 3.6.0b1
2016-09-12 Victor StinnerIssue #27810: Exclude METH_FASTCALL from the stable API
2016-09-12 Ned DeilyIssue #17128: Build OS X installer for 3.6 with private...
2016-09-12 Christian HeimesIssue #27322: back out the commit. needs to be addresse...
2016-09-12 Christian HeimesIssue #27322: skip test_compile_path when sys.path...
2016-09-12 Victor StinnerIssue #27350: Document compact dict memory usage
2016-09-12 Victor StinnerIssue #28077: find_empty_slot() only supports combined...
2016-09-12 Victor StinnerDocument kwnames in _PyObject_FastCallKeywords() and...
2016-09-12 Victor StinnerRevert change f860b7a775c5
2016-09-12 Victor StinnerBuildbot: give 20 minute per test file
2016-09-12 Victor Stinnerssue #27213: Reintroduce checks in _PyStack_AsDict()
next