summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAMEXavier de Gaye2016-09-114-31/+14
* Add some additional suspicious exemption rules for recent doc changes.Ned Deily2016-09-111-0/+25
* Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform.Xavier de Gaye2016-09-111-2/+3
* Issue #23545: Turn on extra warnings on GCC.Serhiy Storchaka2016-09-112-0/+185
* Regenerate the configure script. Now it supports --runstatedir optionSerhiy Storchaka2016-09-111-1/+13
* Issue #27810: Regenerate Argument Clinic.Serhiy Storchaka2016-09-114-28/+28
* Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for...Christian Heimes2016-09-111-3/+5
* Issue #28078: Add missing colonChristian Heimes2016-09-111-1/+1
* Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Pa...Christian Heimes2016-09-111-6/+9
* Issue #28078: Silence resource warnings in test_socket. Initial patch by Xian...Christian Heimes2016-09-111-11/+15
* Issue #28076: Variable annotations should be mangled for private names.Guido van Rossum2016-09-113-6/+13
* Issue 24454: Removed unused match_getitem_doc.Eric V. Smith2016-09-111-3/+0
* Closes #23105: Merged update from 3.5.Vinay Sajip2016-09-111-6/+6
|\
| * Issue #23105: Updated documentation on open() flag constants.Vinay Sajip2016-09-111-6/+6
* | Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Th...Eric V. Smith2016-09-112-1/+4
* | Fixed a markup in docs.Serhiy Storchaka2016-09-111-1/+1
* | Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-114-1/+82
* | Use HTTP in testPythonOrgBerker Peksag2016-09-111-1/+1
* | Issue #20100: Merge from 3.5Berker Peksag2016-09-111-3/+5
|\ \ | |/
| * Issue #20100: Clarify that passing flags to epoll() has no effectBerker Peksag2016-09-111-3/+5
* | Issue #28036: Remove unused pysqlite_flush_statement_cache functionBerker Peksag2016-09-111-20/+0
* | Unskip testPythonOrg in test_robotparserBerker Peksag2016-09-111-2/+1
* | Fixed refactoring bug in dd046963bd42 (issue27129).Serhiy Storchaka2016-09-111-1/+1
* | Wrap testPasswordProtectedSite with @reap_threadsBerker Peksag2016-09-111-0/+1
* | Closed #26533: Merged update from 3.5.Vinay Sajip2016-09-111-5/+14
|\ \ | |/
| * Closed #26533: expanded on behaviour of logging.config.listen().Vinay Sajip2016-09-111-5/+14
* | Merged upstream changes.Vinay Sajip2016-09-111-220/+139
|\ \
| * | Issue #25497: Rewrite test_robotparser to use a class based designBerker Peksag2016-09-111-220/+139
* | | Closes #25671: Merged fix from 3.5.Vinay Sajip2016-09-111-19/+20
|\ \ \ | |/ / |/| / | |/
| * Fixes #25671: Updated prompt handling in activate.fish.Vinay Sajip2016-09-111-19/+20
* | Use uint16_t instead of short in audioop.Serhiy Storchaka2016-09-111-14/+14
* | Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-1112-20/+20
* | Issue #27129: Replaced wordcode related magic constants with macros.Serhiy Storchaka2016-09-117-158/+173
* | Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-113-25/+125
|\ \ | |/
| * Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-113-25/+122
* | Issue #27991: Merge from 3.5Berker Peksag2016-09-111-2/+2
|\ \ | |/
| * Issue #27991: Remove incorrect sentence about store_trueBerker Peksag2016-09-111-2/+2
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-118-116/+83
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-1112-34/+58
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-115-8/+101
* | Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-1121-15/+74
* | issue23591: add auto() for auto-generating Enum member valuesEthan Furman2016-09-113-31/+195
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-118-1258/+1358
* | Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-111-1/+0
|\ \ | |/
| * Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-111-1/+0
* | Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (null merge 3.5->3.6)Guido van Rossum2016-09-110-0/+0
|\ \ | |/
| * Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ...Guido van Rossum2016-09-111-14/+113
* | Issue #26141: Update docs for typing.py. Ivan Levkivskyi.Guido van Rossum2016-09-111-10/+104
* | Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6)Guido van Rossum2016-09-111-2/+4
|\ \ | |/
| * Issue #28073: Improve wording around None. Michael Lee.Guido van Rossum2016-09-111-2/+4