]> granicus.if.org Git - python/shortlog
python
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 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
2016-09-11 Serhiy StorchakaIssue #27213: Fixed different issues with reworked...
2016-09-11 R David MurrayMerge: #19003: Only replace \r and/or \n line endings...
2016-09-11 R David Murray#19003: Only replace \r and/or \n line endings in email...
2016-09-11 Christian HeimesIssue #28022: Catch another deprecation warning in...
2016-09-11 Ethan Furmanissue28083: add IntFlag constants
2016-09-11 Ethan Furmanissue28082: use IntFlag for re constants
2016-09-11 Ethan FurmanEnum._convert: sort by value, then by name
2016-09-11 Xavier de GayeIssue #28046: get_sysconfigdata_name() uses the _PYTHON...
2016-09-11 Ned DeilyAdd some additional suspicious exemption rules for...
2016-09-11 Xavier de GayeIssue #27917: Fix test_triplet_in_ext_suffix for the...
2016-09-11 Serhiy StorchakaIssue #23545: Turn on extra warnings on GCC.
2016-09-11 Serhiy StorchakaRegenerate the configure script. Now it supports -...
2016-09-11 Serhiy StorchakaIssue #27810: Regenerate Argument Clinic.
2016-09-11 Christian HeimesIssue 27744: test_aes_cbc is blocking x86-64 Ubuntu...
2016-09-11 Christian HeimesIssue #28078: Add missing colon
2016-09-11 Christian HeimesIssue 28022: Catch deprecation warning in test_httplib...
2016-09-11 Christian HeimesIssue #28078: Silence resource warnings in test_socket...
2016-09-11 Guido van RossumIssue #28076: Variable annotations should be mangled...
2016-09-11 Eric V. SmithIssue 24454: Removed unused match_getitem_doc.
2016-09-11 Vinay SajipCloses #23105: Merged update from 3.5.
2016-09-11 Vinay SajipIssue #23105: Updated documentation on open() flag...
2016-09-11 Eric V. SmithIssue 24454: Added whatsnew entry, removed __getitem__...
2016-09-11 Serhiy StorchakaFixed a markup in docs.
2016-09-11 Eric V. SmithIssue 24454: Improve the usability of the re match...
2016-09-11 Berker PeksagUse HTTP in testPythonOrg
2016-09-11 Berker PeksagIssue #20100: Merge from 3.5
2016-09-11 Berker PeksagIssue #20100: Clarify that passing flags to epoll(...
2016-09-11 Berker PeksagIssue #28036: Remove unused pysqlite_flush_statement_ca...
2016-09-11 Berker PeksagUnskip testPythonOrg in test_robotparser
2016-09-11 Serhiy StorchakaFixed refactoring bug in dd046963bd42 (issue27129).
2016-09-11 Berker PeksagWrap testPasswordProtectedSite with @reap_threads
2016-09-11 Vinay SajipClosed #26533: Merged update from 3.5.
2016-09-11 Vinay SajipClosed #26533: expanded on behaviour of logging.config...
2016-09-11 Vinay SajipMerged upstream changes.
next