]> granicus.if.org Git - python/shortlog
python
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.
2016-09-11 Berker PeksagIssue #25497: Rewrite test_robotparser to use a class...
2016-09-11 Vinay SajipCloses #25671: Merged fix from 3.5.
2016-09-11 Vinay SajipFixes #25671: Updated prompt handling in activate.fish.
2016-09-11 Serhiy StorchakaUse uint16_t instead of short in audioop.
2016-09-11 Serhiy StorchakaUse sequence repetition instead of bytes constructor...
2016-09-11 Serhiy StorchakaIssue #27129: Replaced wordcode related magic constants...
2016-09-11 Martin PanterIssue #27952: Merge fixcid.py from 3.5
2016-09-11 Berker PeksagIssue #27991: Merge from 3.5
2016-09-11 Berker PeksagIssue #27991: Remove incorrect sentence about store_true
2016-09-11 Berker PeksagIssue #10740: sqlite3 no longer implicitly commit an...
2016-09-11 Serhiy StorchakaIssue #22493: Inline flags now should be used only...
2016-09-11 Martin PanterIssue #27952: Get fixcid.py working with the re module
2016-09-11 Serhiy StorchakaIssue #26885: xmlrpc now supports unmarshalling additio...
2016-09-11 Serhiy StorchakaIssue #26900: Excluded underscored names and other...
2016-09-11 Ethan Furmanissue23591: add auto() for auto-generating Enum member...
2016-09-11 Nick CoghlanIssue #23722: Initialize __class__ from type.__new__()
2016-09-11 Gregory P.... Remove the debug print that i accidentally left in.
2016-09-11 Gregory P.... Remove the debug print that i accidentally left in.
2016-09-11 Guido van RossumIssue #26141: Update docs for typing.py. Ivan Levkivsky...
2016-09-11 Guido van RossumIssue #26141: Update docs for typing.py. Ivan Levkivsky...
2016-09-11 Guido van RossumIssue #26141: Update docs for typing.py. Ivan Levkivskyi.
2016-09-11 Guido van RossumIssue #28073: Improve wording around None. Michael...
2016-09-11 Guido van RossumIssue #28073: Improve wording around None. Michael...
next