]> granicus.if.org Git - python/shortlog
python
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()
2016-09-12 Victor StinnerIssue #27866: Fix refleak in cipher_to_dict()
2016-09-12 Victor Stinnersocket: Fix memory leak in sendmsg() and sendmsg_afalg()
2016-09-12 Victor StinnerCleanup socketmodule.c
2016-09-12 Victor StinnerIssue #27213: Fix reference leaks
2016-09-12 Christian Heimesmerge
2016-09-12 Christian HeimesIssue #28093: Check more invalid combinations of PROTOC...
2016-09-12 Raymond HettingerIssue #17941: Add a *module* parameter to collections...
2016-09-12 Raymond Hettingermerge
2016-09-12 Raymond HettingerIssue #17582: xml.etree.ElementTree nows preserves...
2016-09-12 Terry Jan ReedyMerge 3.5 - Issue #15308: Add 'interrupt execution...
2016-09-12 Terry Jan ReedyIssue #15308: Add 'interrupt execution' (^C) to Shell...
2016-09-12 Raymond HettingerRevert part of 3471a3515827 that caused a performance...
2016-09-12 Raymond HettingerIssue #28071: Add early-out for differencing from an...
2016-09-12 Berker PeksagAdd missing versionadded directives
2016-09-12 Berker PeksagIssue #28045: Merge from 3.5
2016-09-12 Berker PeksagIssue #28045: Fix comment in range_contains_long()
2016-09-12 Ned DeilyIssue #28095: Temporarily disable part of test_startup_...
2016-09-12 Berker PeksagIssue #28037: Use sqlite3_get_autocommit() instead...
2016-09-12 Steve DowerMake PGO use usual build directory on Windows.
2016-09-12 Steve DowerAdds missing assert suppression.
2016-09-12 Alexander BelopolskyCloses #25283: Make tm_gmtoff and tm_zone available...
2016-09-12 Steve DowerFixes test_getargs2 to get the buildbots working again.
2016-09-12 Zachary WareIssue #28065: Update xz to 5.2.2 on Windows, and build...
2016-09-12 Martin PanterIssue #28066: Merge srcdir fix from 3.5
2016-09-12 Yury SelivanovMerge 3.5 (issue #27456)
2016-09-12 Yury SelivanovIssue #27456: asyncio: Set TCP_NODELAY by default.
2016-09-12 Martin PanterIssue #28066: Fix include search directory logic for...
2016-09-12 Yury SelivanovMerge 3.5 (asyncio/NEWS)
2016-09-12 Yury SelivanovMerge 3.5 (asyncio)
2016-09-12 Yury Selivanovasyncio: Add set_protocol / get_protocol methods to...
2016-09-12 Raymond Hettingermerge
2016-09-12 Raymond HettingerIssue #26511: Reference the id() function in the ...
2016-09-11 Christian HeimesUpdate whatsnew with my contributions
2016-09-11 Eric V. SmithAdd another f-string comment test, to make sure # are...
2016-09-11 Eric V. SmithMake an f-string error message more exact and consistent.
2016-09-11 Guido van RossumNull merge 3.5->3.6
2016-09-11 Guido van RossumIssue #28079: Update typing and test typing from python...
2016-09-11 Guido van RossumNull merge 3.5->3.6
2016-09-11 Guido van RossumIssue #28079: Update typing and test typing from python...
2016-09-11 Christian HeimesIssue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_...
2016-09-11 Ethan Furmanissue28082: better name for Flag
next